summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka-1/+1
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig-17/+10
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman-1/+1
2022-05-11PM: EM: Decrement policy counterPierre Gondois-0/+2
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia-11/+33
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra-759/+667
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long-4/+4
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee-6/+47
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee-6/+21
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee-69/+98
2022-05-11genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner-1/+0
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa-20/+12
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa-0/+63
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa-2/+0
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov-1/+127
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande-2/+13
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand-1/+1
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang-5/+4