summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-06-09kexec: avoid calculating array size twiceSimon Horman
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: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann
2023-06-09panic: hide unused global functionsArnd Bergmann
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu
2023-06-09kthread: fix spelling typo and grammar in commentsPrathu Baronia
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: 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
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed
2023-06-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-06-09kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy
2023-06-08Merge tag 'cgroup-for-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-08sysctl: move security keys sysctl registration to its own fileLuis Chamberlain
2023-06-08sysctl: move umh sysctl registration to its own fileLuis Chamberlain
2023-06-08vhost: Fix worker hangs due to missed wake up callsMike Christie
2023-06-08kallsyms: make kallsyms_show_value() as generic functionManinder Singh
2023-06-08kallsyms: move kallsyms_show_value() out of kallsyms.cManinder Singh
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu