summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-04fs: WARN when f_count resurrection is attemptedKees Cook1-1/+2
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+3
2024-05-04Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski3-1/+19
2024-05-03Merge tag 'sound-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-2/+15
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig1-0/+13
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-0/+12
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET1-1/+12
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+9
2024-05-01cifs: Implement netfslib hooksDavid Howells2-0/+2
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+2
2024-05-01netfs: Miscellaneous tidy upsDavid Howells1-5/+1
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-9/+0
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells1-0/+2
2024-05-01netfs: New writeback implementationDavid Howells2-4/+296
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells2-10/+12
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells1-2/+3
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells2-5/+0
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+2
2024-05-01Merge tag 'asoc-fix-v6.9-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai37-66/+212
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-01mm/slab: make __free(kfree) accept error pointersDan Carpenter1-2/+2
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)2-9/+36
2024-04-29Merge tag 'ffa-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+27
2024-04-29Merge tag 'scmi-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-4/+88
2024-04-29Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann3-254/+338
2024-04-29Merge tag 'mtk-soc-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-23/+116
2024-04-29Merge tag 'drivers-ti-sysc-for-v6.10-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann1-1/+0
2024-04-29Merge tag 'qcom-drivers-for-6.10' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-1/+10
2024-04-29Merge tag 'stm32-bus-firewall-for-v6.10-1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+142
2024-04-29dt-bindings: clock: google,gs101-clock: add HSI2 clock management unitPeter Griffin1-0/+62
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells1-1/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-76/+4
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells3-12/+36
2024-04-29Merge tag 'renesas-dts-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+4
2024-04-29xfrm: Correct spelling mistake in xfrm.h commentAntony Antony1-1/+1
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2024-04-28ALSA: emu10k1: use mutex for E-MU FPGA access lockingOswald Buddenhagen1-0/+4
2024-04-28ALSA: emu10k1: move the whole GPIO event handling to the workqueueOswald Buddenhagen1-2/+1
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa1-5/+0
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+3
2024-04-27Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+56
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds3-65/+88
2024-04-26Merge tag 'drm-fixes-2024-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-5/+0
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+1
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann2-9/+56
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski1-0/+5
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey2-0/+18
2024-04-26Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/ls...Dave Airlie1-5/+0
2024-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2024-04-25Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-1/+1