summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-1710-65/+277
|\
| * bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong2022-06-172-7/+7
| * bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2022-06-161-11/+32
| * bpf: allow sleepable uprobe programs to attachDelyan Kratunov2022-06-162-8/+12
| * bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov2022-06-163-5/+19
| * bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou2022-06-111-6/+14
| * bpf: Add btf enum64 supportYonghong Song2022-06-072-15/+129
| * bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk2022-06-021-10/+60
| * bpf: Correct the comment about insn_to_jit_offPu Lehui2022-06-021-1/+1
| * bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui2022-06-021-2/+3
* | cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen2022-06-131-6/+16
* | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-121-4/+12
|\ \
| * | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-071-4/+12
* | | Merge tag 'pm-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-06-101-25/+62
|\ \ \
| * \ \ Merge branch 'pm-sysoff'Rafael J. Wysocki2022-06-101-25/+62
| |\ \ \
| | * | | kernel/reboot: Fix powering off using a non-syscall code pathsDmitry Osipenko2022-06-071-20/+26
| | * | | kernel/reboot: Use static handler for register_platform_power_off()Dmitry Osipenko2022-06-021-6/+37
* | | | | Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-102-1/+28
|\ \ \ \ \
| * | | | | kernel: add platform_has() infrastructureJuergen Gross2022-06-062-1/+28
| |/ / / /
* | | | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-092-5/+6
|\ \ \ \ \
| * | | | | bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-071-1/+2
| * | | | | bpf: Use safer kvmalloc_array() where possibleDan Carpenter2022-06-071-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-081-6/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee2022-06-071-6/+0
| * | | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-2513-31/+56
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier2022-05-041-0/+12
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'dma-mapping-5.19-2022-06-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-06-062-9/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | swiotlb: fix setting ->force_bounceChristoph Hellwig2022-06-021-8/+6
| * | | | | | dma-debug: make things less spammy under memory pressureRob Clark2022-06-021-1/+1
* | | | | | | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-051-0/+16
|\ \ \ \ \ \ \
| * | | | | | | delayacct: track delays from write-protect copyYang Yang2022-06-011-0/+16
* | | | | | | | Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/autogroup: Fix sysctl movePeter Zijlstra2022-05-301-1/+1
* | | | | | | | | Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/core: Remove unused local variableHaowen Bai2022-05-271-1/+0
* | | | | | | | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro2022-05-191-2/+2
* | | | | | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-034-145/+93
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-112-5/+21
| * | | | | | | | | | | ptrace: Always take siglock in ptrace_resumeEric W. Biederman2022-05-111-11/+2
| * | | | | | | | | | | ptrace: Don't change __stateEric W. Biederman2022-05-113-25/+15
| * | | | | | | | | | | ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman2022-05-111-54/+38
| * | | | | | | | | | | ptrace: Document that wait_task_inactive can't failEric W. Biederman2022-05-111-11/+3
| * | | | | | | | | | | ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-05-111-3/+2
| * | | | | | | | | | | signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman2022-05-111-2/+2
| * | | | | | | | | | | ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-18/+0
| * | | | | | | | | | | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-112-10/+4
| * | | | | | | | | | | signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-12/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-033-12/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1