summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko-0/+182
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko-19/+69
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko-0/+13
2022-05-18cgroup: Make cgroup_debug staticXiu Jianfeng-2/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld-2/+0
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth-0/+6
2022-05-17swiotlb: max mapping size takes min align mask into accountTianyu Lan-1/+12
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver-18/+13
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+15
2022-05-15Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2022-05-14genirq/irq_sim: Make the irq_work always run in hard irq contextSebastian Andrzej Siewior-1/+1
2022-05-14timers: Provide a better debugobjects hint for delayed worksStephen Boyd-1/+31
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong-22/+10
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld-0/+15
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne-0/+1
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov-0/+10
2022-05-13swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateChristoph Hellwig-8/+11
2022-05-13swiotlb: use the right nslabs value in swiotlb_init_remapChristoph Hellwig-3/+4
2022-05-13swiotlb: don't panic when the swiotlb buffer can't be allocatedChristoph Hellwig-2/+4
2022-05-13futex: Remove a PREEMPT_RT_FULL reference.Sebastian Andrzej Siewior-1/+1
2022-05-12relay: remove redundant assignment to pointer bufColin Ian King-1/+1
2022-05-12kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe-3/+0
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+41
2022-05-12Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+5
2022-05-12module: merge check_exported_symbol() into find_exported_symbol_in_section()Masahiro Yamada-15/+7
2022-05-12module: do not binary-search in __ksymtab_gpl if fsa->gplok is falseMasahiro Yamada-2/+3
2022-05-12module: do not pass opaque pointer for symbol searchMasahiro Yamada-7/+4
2022-05-12module: show disallowed symbol name for inherit_taint()Lecopzer Chen-6/+6
2022-05-12module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan-0/+4
2022-05-12module: Introduce module unload taint trackingAaron Tomlin-0/+88
2022-05-12module: Move module_assert_mutex_or_preempt() to internal.hAaron Tomlin-11/+12
2022-05-12module: Make module_flags_taint() accept a module's taints bitmap and usable ...Aaron Tomlin-4/+5
2022-05-12stop_machine: Add stop_core_cpuslocked() for per-core operationsPeter Zijlstra-0/+21
2022-05-11bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang-6/+12
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou-2/+83
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-15/+15
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra-5/+21
2022-05-11ptrace: Always take siglock in ptrace_resumeEric W. Biederman-11/+2
2022-05-11ptrace: Don't change __stateEric W. Biederman-25/+15
2022-05-11ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman-54/+38
2022-05-11ptrace: Document that wait_task_inactive can't failEric W. Biederman-11/+3
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman-3/+2
2022-05-11signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman-2/+2
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman-18/+0
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman-10/+4
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman-12/+12
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney-36/+236
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh-34/+188
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki-2/+48