summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-12-23KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.fileYan Zhao
2024-12-23opp: core: implement dev_pm_opp_get_bwNeil Armstrong
2024-12-23preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior
2024-12-23Merge 6.14-rc4 into usb-nextGreg Kroah-Hartman
2024-12-23SoundWire: pass stream to compute_params()Bard Liao
2024-12-23Soundwire: stream: program BUSCLOCK_SCALEBard Liao
2024-12-23Soundwire: add sdw_slave_get_scale_index helperBard Liao
2024-12-23soundwire: add lane_used_bandwidth in struct sdw_busBard Liao
2024-12-23soundwire: mipi_disco: read lane mapping properties from ACPIBard Liao
2024-12-22fs: use a consume fence in mnt_idmap()Mateusz Guzik
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik
2024-12-22fiemap: use kernel-doc includes in fiemap docbookRandy Dunlap
2024-12-22seqlock: annotate spinning as unlikely() in __read_seqcount_beginMateusz Guzik
2024-12-22pidfs: allow bind-mountsChristian Brauner
2024-12-22video: hdmi: Remove unused hdmi_infoframe_checkDr. David Alan Gilbert
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-21lib min_heap: Switch to size_tKent Overstreet
2024-12-21bcachefs: add support for true/false & yes/no in bool-type optionsIntegral
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-12-20netfs: Use a folio_queue allocation and free functionsDavid Howells
2024-12-20Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-12-20PCI: Add PCI_VDEVICE_SUB helper macroPiotr Kwapulinski
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit
2024-12-19ACPI: header: implement acpi_device_handle when !ACPIRicardo Ribalda
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-19mmc: crypto: add mmc_from_crypto_profile()Eric Biggers
2024-12-18alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan
2024-12-18mm/codetag: clear tags before swapDavid Wang
2024-12-18mm/vmstat: fix a W=1 clang compiler warningBart Van Assche
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan
2024-12-18mm: add RCU annotation to pte_offset_map(_lock)Petr Malat
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet