summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais1-0/+2
2024-05-08uapi: stddef.h: Provide UAPI macros for __counted_by_{le, be}Erick Archer1-0/+8
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver1-0/+7
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan1-1/+1
2024-05-07block: add a blk_alloc_discard_bio helperChristoph Hellwig1-0/+3
2024-05-07block: add a bio_chain_and_submit helperChristoph Hellwig1-0/+1
2024-05-07Merge tag 'samsung-dt64-6.10-2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+116
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds1-7/+0
2024-05-06Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann2-16/+4
2024-05-06kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko1-0/+11
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
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-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-5/+8
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-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-1/+2
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-30kunit/fortify: Add memcpy() testsKees Cook1-1/+5
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