summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-292-3/+6
|\
| * module: Expose module_init_layout_section()James Morse2023-08-031-0/+5
| * modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsPalmer Dabbelt2023-07-241-14/+2
| * module: Ignore RISC-V mapping symbols tooPalmer Dabbelt2023-07-101-1/+11
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2918-130/+198
|\ \
| * | document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-0/+4
| * | crash: hotplug support for kexec_load()Eric DeVolder2023-08-242-2/+13
| * | crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-241-0/+8
| * | crash: add generic infrastructure for crash hotplug supportEric DeVolder2023-08-242-0/+18
| * | crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-242-15/+20
| * | kill do_each_thread()Oleg Nesterov2023-08-211-7/+0
| * | lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko2023-08-211-0/+2
| * | lib/vsprintf: split out sprintf() and friendsAndy Shevchenko2023-08-212-29/+26
| * | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-181-7/+7
| * | range.h: Move resource API and constant to respective filesAndy Shevchenko2023-08-182-8/+2
| * | kthread: unexport __kthread_should_park()Greg Kroah-Hartman2023-08-181-1/+0
| * | drm/i915: Move abs_diff() to math.hAndy Shevchenko2023-08-181-0/+19
| * | genetlink: replace custom CONCATENATE() implementationAndy Shevchenko2023-08-182-18/+17
| * | arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-37/+32
| * | kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko2023-08-185-8/+32
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2951-717/+1064
|\ \ \
| * | | maple_tree: shrink struct maple_treeMateusz Guzik2023-08-241-1/+1
| * | | secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)2023-08-241-8/+7
| * | | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-242-11/+3
| * | | mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)2023-08-241-0/+3
| * | | mm: remove checks for pte_indexMatthew Wilcox (Oracle)2023-08-241-1/+0
| * | | mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-11/+1
| * | | mm/swap: use dedicated entry for swap in folioMatthew Wilcox2023-08-242-13/+15
| * | | mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-242-11/+10
| * | | mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-241-1/+2
| * | | rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-241-0/+2
| * | | mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)2023-08-241-6/+0
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-242-12/+9
| * | | mm: remove page_mapping_file()Matthew Wilcox (Oracle)2023-08-241-8/+0
| * | | mm: add default definition of set_ptes()Matthew Wilcox (Oracle)2023-08-241-21/+60
| * | | mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-241-2/+2
| * | | mm: add folio_flush_mapping()Matthew Wilcox (Oracle)2023-08-241-5/+21
| * | | mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2023-08-241-0/+5
| * | | mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-6/+7
| * | | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-0/+27
| * | | mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-241-3/+4
| * | | mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-241-0/+20
| * | | mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-241-0/+13
| * | | mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-241-5/+6
| * | | mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
| * | | mm: add tail private fields to struct folioMatthew Wilcox (Oracle)2023-08-211-1/+13
| * | | mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)2023-08-211-5/+0
| * | | mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-213-10/+10
| * | | mm: rearrange page flagsMatthew Wilcox (Oracle)2023-08-211-3/+3
| * | | mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-213-16/+6