summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-06-09arm64: enable perf events based hard lockup detectorDouglas Anderson
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-06-09watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann
2023-06-09time_namespace: always provide arch_get_vdso_data() prototype for vdsoArnd Bergmann
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2023-06-09init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-09panic: make function declarations visibleArnd Bergmann
2023-06-09mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann
2023-06-09mm: percpu: unhide pcpu_embed_first_chunk prototypeArnd Bergmann
2023-06-09add intptr_tAlexey Dobriyan
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_pages helperChristoph Hellwig
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-06-09swap: remove __swp_swapcount()Huang Ying
2023-06-09maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang
2023-06-09mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner
2023-06-09mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-06-09mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang