summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-12-22tracing: Add task_prctl_unknown tracepointMarco Elver-0/+37
2024-12-22fs: use a consume fence in mnt_idmap()Mateusz Guzik-1/+1
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik-2/+13
2024-12-22fiemap: use kernel-doc includes in fiemap docbookRandy Dunlap-19/+44
2024-12-22seqlock: annotate spinning as unlikely() in __read_seqcount_beginMateusz Guzik-1/+1
2024-12-22pidfs: allow bind-mountsChristian Brauner-0/+1
2024-12-22video: hdmi: Remove unused hdmi_infoframe_checkDr. David Alan Gilbert-1/+0
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds-16/+52
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-5/+16
2024-12-21Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert-5/+1
2024-12-21lib min_heap: Switch to size_tKent Overstreet-2/+2
2024-12-21bcachefs: add support for true/false & yes/no in bool-type optionsIntegral-0/+2
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault-0/+28
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells-0/+30
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells-0/+2
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells-77/+18
2024-12-20afs: Fix cleanup of immediately failed async callsDavid Howells-0/+2
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells-0/+1
2024-12-20afs: Use netfslib for directoriesDavid Howells-3/+3
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells-0/+14
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells-4/+8
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells-5/+164
2024-12-20cachefiles: Add auxiliary data traceDavid Howells-3/+10
2024-12-20cachefiles: Add some subrequest tracepointsDavid Howells-0/+3
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells-2/+2
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells-4/+3
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells-6/+67
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells-7/+52
2024-12-20netfs: Use a folio_queue allocation and free functionsDavid Howells-0/+5
2024-12-20cachefiles: Clean up some whitespace in trace headerDavid Howells-86/+86
2024-12-20netfs: Clean up some whitespace in trace headerDavid Howells-65/+65
2024-12-20Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds-4/+2
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells-1/+0
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells-3/+3
2024-12-20PCI: Add PCI_VDEVICE_SUB helper macroPiotr Kwapulinski-0/+14
2024-12-20stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin-3/+10
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang-3/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang-2/+8
2024-12-20Merge tag 'renesas-dts-for-v6.14-tag1' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann-0/+21
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz-0/+34
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal-8/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal-1/+4
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra-0/+1
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar-4380/+16182
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin-0/+1
2024-12-19xsk: make xsk_buff_add_frag() really add the frag via __xdp_buff_add_frag()Alexander Lobakin-3/+15
2024-12-19xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin-0/+1
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin-5/+107
2024-12-19page_pool: add page_pool_dev_alloc_netmem()Alexander Lobakin-0/+9