summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-24kexec: exclude elfcorehdr from the segment digestEric DeVolder
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder
2023-08-24kallsyms: Add more debug output for selftestKees Cook
2023-08-24bpf: Remove a WARN_ON_ONCE warning related to local kptrYonghong Song
2023-08-23bpf: Fix issue in verifying allow_ptr_leaksYafang Shao
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland
2023-08-22bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin
2023-08-22bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn
2023-08-22tracing: Remove unused function declarationsYue Haibing
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add multi uprobe linkJiri Olsa
2023-08-21bpf: Add attach_type checks under bpf_prog_attach_check_attach_typeJiri Olsa
2023-08-21bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao
2023-08-21bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap
2023-08-21lockdep: fix static memory detection even moreHelge Deller
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-08-21kernel/iomem.c: remove __weak ioremap_cache helperArnd Bergmann
2023-08-21nsproxy: Convert nsproxy.count to refcount_tElena Reshetova
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-08-18kthread: unexport __kthread_should_park()Greg Kroah-Hartman
2023-08-18gcov: shut up missing prototype warnings for internal stubsArnd Bergmann
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu
2023-08-18remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder
2023-08-18kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder
2023-08-18acct: replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-08-18signal: print comm and exe name on fatal signalsVincent Whitchurch