summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-10include/linux/math.h: fix mult_frac() multiple argument evaluation bugAlexey Dobriyan1-11/+11
2023-06-10arm64: enable perf events based hard lockup detectorDouglas Anderson1-0/+2
2023-06-10watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-0/+2
2023-06-10watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson1-0/+1
2023-06-10watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson1-1/+8
2023-06-10watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson1-10/+0
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson1-13/+11
2023-06-10watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson1-2/+3
2023-06-10watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson1-1/+1
2023-06-10watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson1-1/+4
2023-06-10watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson1-4/+19
2023-06-10watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-1/+1
2023-06-10watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson1-1/+1
2023-06-10kcov: add prototypes for helper functionsArnd Bergmann1-0/+17
2023-06-10time_namespace: always provide arch_get_vdso_data() prototype for vdsoArnd Bergmann1-1/+2
2023-06-10thread_info: move function declarations to linux/thread_info.hArnd Bergmann1-0/+5
2023-06-10init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann1-0/+2
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann3-1/+23
2023-06-10panic: make function declarations visibleArnd Bergmann2-2/+6
2023-06-10mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann1-2/+1
2023-06-10mm: percpu: unhide pcpu_embed_first_chunk prototypeArnd Bergmann1-2/+0
2023-06-10add intptr_tAlexey Dobriyan1-0/+1
2023-06-10mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-0/+1
2023-06-10fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+2
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2-5/+1
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-0/+1
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-0/+2
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-10swap: remove __swp_swapcount()Huang Ying1-2/+2
2023-06-10maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang1-6/+6
2023-06-10mm: compaction: add trace event for fast freepages isolationBaolin Wang1-0/+11
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh1-2/+2
2023-06-10mm: compaction: have compaction_suitable() return boolJohannes Weiner1-3/+3
2023-06-10mm: compaction: refactor __compaction_suitable()Johannes Weiner1-2/+2
2023-06-10mm: compaction: remove compaction result helpersJohannes Weiner2-94/+2
2023-06-10mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett1-0/+13
2023-06-10maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett1-0/+2
2023-06-10maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett1-1/+2
2023-06-10mm: update validate_mm() to use vma iteratorLiam R. Howlett1-0/+14
2023-06-10maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett1-2/+2
2023-06-10maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett1-3/+97
2023-06-10maple_tree: add format option to mt_dump()Liam R. Howlett1-2/+7
2023-06-10mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)1-8/+8
2023-06-10mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes1-6/+4
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-2/+1
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-3/+31
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-2/+1
2023-06-10mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar1-13/+0
2023-06-10mm: page_alloc: move sysctls into it own filsKefeng Wang2-32/+0