aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-11ptrace: Document that wait_task_inactive can't failEric W. Biederman1-11/+3
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-3/+2
2022-05-11signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman1-2/+2
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman1-18/+0
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2-10/+4
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman1-12/+12
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney8-36/+236
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh5-34/+188
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki5-2/+48
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka1-1/+1
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig1-17/+10
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman1-1/+1
2022-05-11PM: EM: Decrement policy counterPierre Gondois1-0/+2
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia1-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia4-11/+33
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra22-759/+667
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long1-4/+4
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee4-6/+47
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2-6/+21
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee3-69/+98
2022-05-11genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner1-1/+0
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa1-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa2-0/+63
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa1-2/+0
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov3-1/+127
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande2-2/+13
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+1
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang1-5/+4
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing1-29/+36
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLYueHaibing1-27/+27
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-3/+2
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-2/+4
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-1/+1
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+33
2022-05-08stackleak: add on/off stack variantsMark Rutland1-3/+32
2022-05-08stackleak: rework poison scanningMark Rutland1-13/+3
2022-05-08stackleak: rework stack high bound handlingMark Rutland1-5/+14
2022-05-08stackleak: clarify variable namesMark Rutland1-16/+14
2022-05-08stackleak: rework stack low bound handlingMark Rutland1-10/+4
2022-05-08stackleak: remove redundant checkMark Rutland1-4/+0
2022-05-08stackleak: move skip_erasing() check earlierMark Rutland1-4/+9
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook1-1/+1
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei1-2/+1
2022-05-08kheaders: Have cpio unconditionally replace filesDaniel Mentz1-1/+1
2022-05-07fork: Explicitly set PF_KTHREADEric W. Biederman1-0/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-8/+8
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-0/+9
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+2