summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-04rmap: remove DEFINE_PAGE_VMA_WALK()Kefeng Wang1-10/+0
2024-07-04mm: remove page_mapping()Matthew Wilcox (Oracle)3-13/+13
2024-07-04mm: memcontrol: remove page_memcg()Kefeng Wang1-12/+2
2024-07-04mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet1-2/+0
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu2-0/+4
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-3/+1
2024-07-04mm: add update_mmu_tlb_range()Bang Li1-0/+7
2024-07-04mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand1-0/+3
2024-07-04mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar1-10/+2
2024-07-04mm: drop page_index and simplify folio_indexKairui Song2-17/+4
2024-07-04mm: remove page_file_offset and folio_file_posKairui Song1-17/+0
2024-07-04mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai1-2/+2
2024-07-04mm: add folio_alloc_mpol()Kefeng Wang1-0/+8
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto1-0/+54
2024-07-04Merge tag 'trace-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-07-03ASoC: dapm: Use unsigned for number of widgets in snd_soc_dapm_new_controls()Krzysztof Kozlowski1-1/+1
2024-07-03tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2FSteven Rostedt (Google)1-1/+1
2024-07-03vdso: Add comment about reason for vdso struct orderingAnna-Maria Behnsen1-0/+4
2024-07-03cgroup/misc: Introduce misc.peakXiu Jianfeng1-0/+2
2024-07-03block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig1-2/+2
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig1-2/+1
2024-07-03block: also return bio_integrity_payload * from stubsChristoph Hellwig1-3/+3
2024-07-03block: split integrity support out of bio.hChristoph Hellwig3-156/+154
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe50-148/+367
2024-07-03drm/display/dsc: Add a helper to dump the DSC configurationImre Deak1-0/+3
2024-07-03drm: Add helpers for q4 fixed point valuesImre Deak1-0/+23
2024-07-03iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins1-0/+3
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert1-4/+0
2024-07-03parport: Remove attach function pointerDr. David Alan Gilbert1-1/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert1-1/+0
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta1-0/+3
2024-07-03usb: typec: tcpci: add support to set connector orientationMarco Felsch1-0/+8
2024-07-03Merge tag 'w1-drv-6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-3/+4
2024-07-03bus: mhi: host: Allow controller drivers to specify name for the MHI controllerSlark Xiao1-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman38-86/+46
2024-07-03perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.hRob Herring (Arm)1-0/+2
2024-07-03ASoC: cs35l56: Limit Speaker Volume to +12dB maximumRichard Fitzgerald1-1/+1
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg1-14/+165
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein1-0/+11
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook1-0/+12
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook1-1/+3
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook1-5/+22
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook1-2/+3
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-1/+2
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+4
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li1-0/+6
2024-07-03fs: fix dentry sizeChristian Brauner1-1/+1
2024-07-03vfs: move d_lockref out of the area used by RCU lookupMateusz Guzik1-1/+6
2024-07-03drm/panthor: Fix sync-only jobsBoris Brezillon1-0/+5
2024-07-03page_pool: convert to use netmemMina Almasry5-40/+114