summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-07-03mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()Sidhartha Kumar-5/+1
2024-07-03mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song-6/+20
2024-07-03mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song-5/+5
2024-07-03mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han-0/+5
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang-5/+0
2024-07-03mm: migrate: remove migrate_folio_extra()Kefeng Wang-2/+0
2024-07-03rmap: remove DEFINE_PAGE_VMA_WALK()Kefeng Wang-10/+0
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)-13/+13
2024-07-03mm: memcontrol: remove page_memcg()Kefeng Wang-12/+2
2024-07-03mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet-2/+0
2024-07-03mm/memory-failure: improve memory failure action_result messagesJane Chu-0/+4
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li-3/+1
2024-07-03mm: add update_mmu_tlb_range()Bang Li-0/+7
2024-07-03mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand-0/+3
2024-07-03mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar-10/+2
2024-07-03mm: drop page_index and simplify folio_indexKairui Song-17/+4
2024-07-03mm: remove page_file_offset and folio_file_posKairui Song-17/+0
2024-07-03mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai-2/+2
2024-07-03mm: add folio_alloc_mpol()Kefeng Wang-0/+8
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto-0/+54
2024-07-03drm/xe/uapi: Rename xe perf layer as xe observation layerAshutosh Dixit-50/+52
2024-07-03Merge tag 'trace-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-07-03ASoC: dapm: Use unsigned for number of widgets in snd_soc_dapm_new_controls()Krzysztof Kozlowski-1/+1
2024-07-03tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2FSteven Rostedt (Google)-1/+1
2024-07-03vdso: Add comment about reason for vdso struct orderingAnna-Maria Behnsen-0/+4
2024-07-03cgroup/misc: Introduce misc.peakXiu Jianfeng-0/+2
2024-07-03block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig-2/+2
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig-2/+1
2024-07-03block: also return bio_integrity_payload * from stubsChristoph Hellwig-3/+3
2024-07-03block: split integrity support out of bio.hChristoph Hellwig-156/+154
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe-148/+367
2024-07-03drm/display/dsc: Add a helper to dump the DSC configurationImre Deak-0/+3
2024-07-03drm: Add helpers for q4 fixed point valuesImre Deak-0/+23
2024-07-03iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins-0/+3
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert-4/+0
2024-07-03parport: Remove attach function pointerDr. David Alan Gilbert-1/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert-1/+0
2024-07-03misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta-0/+3
2024-07-03usb: typec: tcpci: add support to set connector orientationMarco Felsch-0/+8
2024-07-03Merge tag 'w1-drv-6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-3/+4
2024-07-03bus: mhi: host: Allow controller drivers to specify name for the MHI controllerSlark Xiao-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-86/+46
2024-07-03perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.hRob Herring (Arm)-0/+2
2024-07-03ASoC: cs35l56: Limit Speaker Volume to +12dB maximumRichard Fitzgerald-1/+1
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg-14/+165
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein-0/+11
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook-0/+12
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook-1/+3
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook-5/+22
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook-2/+3