summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman
2022-05-11PM: EM: Decrement policy counterPierre Gondois
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-11genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLYueHaibing
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-08stackleak: add on/off stack variantsMark Rutland
2022-05-08stackleak: rework poison scanningMark Rutland
2022-05-08stackleak: rework stack high bound handlingMark Rutland
2022-05-08stackleak: clarify variable namesMark Rutland
2022-05-08stackleak: rework stack low bound handlingMark Rutland
2022-05-08stackleak: remove redundant checkMark Rutland
2022-05-08stackleak: move skip_erasing() check earlierMark Rutland
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei
2022-05-08kheaders: Have cpio unconditionally replace filesDaniel Mentz
2022-05-07fork: Explicitly set PF_KTHREADEric W. Biederman
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-05-06printk, tracing: fix console tracepointMarco Elver
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff
2022-05-04Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier
2022-05-03seccomp: Add wait_killable semantic to seccomp user notifierSargun Dhillon
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney