summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-08-21bpf: Add multi uprobe linkJiri Olsa-3/+244
2023-08-21bpf: Add attach_type checks under bpf_prog_attach_check_attach_typeJiri Olsa-68/+52
2023-08-21bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao-9/+8
2023-08-21bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao-69/+27
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)-1/+0
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)-1/+0
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)-1/+1
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap-1/+1
2023-08-21lockdep: fix static memory detection even moreHelge Deller-22/+14
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik-13/+9
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai-19/+18
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang-22/+11
2023-08-21kernel/iomem.c: remove __weak ioremap_cache helperArnd Bergmann-8/+4
2023-08-21nsproxy: Convert nsproxy.count to refcount_tElena Reshetova-2/+2
2023-08-21tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian-7/+50
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-21/+76
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson-7/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson-1/+1
2023-08-18kthread: unexport __kthread_should_park()Greg Kroah-Hartman-2/+1
2023-08-18gcov: shut up missing prototype warnings for internal stubsArnd Bergmann-0/+2
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu-1/+1
2023-08-18remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder-1/+0
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder-3/+3
2023-08-18kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder-0/+116
2023-08-18acct: replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-08-18signal: print comm and exe name on fatal signalsVincent Whitchurch-1/+12
2023-08-18cred: convert printks to pr_<level>tiozhang-12/+15
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple-1/+1
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He-0/+1
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin-2/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang-1/+1
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva-2/+2
2023-08-17seccomp: Add missing kerndoc notationsKees Cook-4/+10
2023-08-17tracing: Fix memleak due to race between current_tracer and traceZheng Yejian-2/+12
2023-08-17sched/eevdf: Curb wakeup-preemptionPeter Zijlstra-0/+13
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney-57/+285
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney-2/+2
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney-1/+1
2023-08-16tracing/synthetic: Allocate one additional element for sizeSven Schnelle-1/+2
2023-08-16tracing/synthetic: Skip first entry for stack tracesSven Schnelle-13/+4
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle-50/+45
2023-08-16tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian-0/+6
2023-08-16printk: export symbols for debug modulesEnlin Mu-0/+2
2023-08-16bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()Yafang Shao-3/+2
2023-08-16perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray-28/+0
2023-08-15sysctl: Add size to register_sysctlJoel Granados-1/+1
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados-1/+2
2023-08-15audit: move trailing statements to next lineAtul Kumar Pant-2/+4
2023-08-15audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant-2/+4