Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'pm-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2022-06-10 | 1 | -25/+62 |
|\ | |||||
| * | Merge branch 'pm-sysoff' | Rafael J. Wysocki | 2022-06-10 | 1 | -25/+62 |
| |\ | |||||
| | * | kernel/reboot: Fix powering off using a non-syscall code paths | Dmitry Osipenko | 2022-06-07 | 1 | -20/+26 |
| | * | kernel/reboot: Use static handler for register_platform_power_off() | Dmitry Osipenko | 2022-06-02 | 1 | -6/+37 |
* | | | Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-06-10 | 2 | -1/+28 |
|\ \ \ | |||||
| * | | | kernel: add platform_has() infrastructure | Juergen Gross | 2022-06-06 | 2 | -1/+28 |
| |/ / | |||||
* | | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-06-09 | 2 | -5/+6 |
|\ \ \ | |||||
| * | | | bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs | Toke Høiland-Jørgensen | 2022-06-07 | 1 | -1/+2 |
| * | | | bpf: Use safer kvmalloc_array() where possible | Dan Carpenter | 2022-06-07 | 1 | -4/+4 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-06-08 | 1 | -6/+0 |
|\ \ \ \ | |||||
| * | | | | entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set | Seth Forshee | 2022-06-07 | 1 | -6/+0 |
| * | | | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 2022-05-25 | 13 | -31/+56 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next | Marc Zyngier | 2022-05-04 | 1 | -0/+12 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge tag 'dma-mapping-5.19-2022-06-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2022-06-07 | 2 | -9/+7 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | swiotlb: fix setting ->force_bounce | Christoph Hellwig | 2022-06-02 | 1 | -8/+6 |
| * | | | | | | dma-debug: make things less spammy under memory pressure | Rob Clark | 2022-06-02 | 1 | -1/+1 |
* | | | | | | | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-06 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | delayacct: track delays from write-protect copy | Yang Yang | 2022-06-02 | 1 | -0/+16 |
* | | | | | | | | Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-06-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sched/autogroup: Fix sysctl move | Peter Zijlstra | 2022-05-30 | 1 | -1/+1 |
* | | | | | | | | | Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-06-05 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | perf/core: Remove unused local variable | Haowen Bai | 2022-05-27 | 1 | -1/+0 |
* | | | | | | | | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-06-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | blob_to_mnt(): kern_unmount() is needed to undo kern_mount() | Al Viro | 2022-05-20 | 1 | -2/+2 |
* | | | | | | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-06-04 | 4 | -145/+93 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state | Peter Zijlstra | 2022-05-11 | 2 | -5/+21 |
| * | | | | | | | | | | | ptrace: Always take siglock in ptrace_resume | Eric W. Biederman | 2022-05-11 | 1 | -11/+2 |
| * | | | | | | | | | | | ptrace: Don't change __state | Eric W. Biederman | 2022-05-11 | 3 | -25/+15 |
| * | | | | | | | | | | | ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs | Eric W. Biederman | 2022-05-11 | 1 | -54/+38 |
| * | | | | | | | | | | | ptrace: Document that wait_task_inactive can't fail | Eric W. Biederman | 2022-05-11 | 1 | -11/+3 |
| * | | | | | | | | | | | ptrace: Reimplement PTRACE_KILL by always sending SIGKILL | Eric W. Biederman | 2022-05-11 | 1 | -3/+2 |
| * | | | | | | | | | | | signal: Use lockdep_assert_held instead of assert_spin_locked | Eric W. Biederman | 2022-05-11 | 1 | -2/+2 |
| * | | | | | | | | | | | ptrace: Remove arch_ptrace_attach | Eric W. Biederman | 2022-05-11 | 1 | -18/+0 |
| * | | | | | | | | | | | signal: Replace __group_send_sig_info with send_signal_locked | Eric W. Biederman | 2022-05-11 | 2 | -10/+4 |
| * | | | | | | | | | | | signal: Rename send_signal send_signal_locked | Eric W. Biederman | 2022-05-11 | 1 | -12/+12 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-04 | 3 | -12/+42 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | sched: Update task_tick_numa to ignore tasks without an mm | Eric W. Biederman | 2022-05-11 | 1 | -1/+1 |
| * | | | | | | | | | | | fork: Explicitly set PF_KTHREAD | Eric W. Biederman | 2022-05-07 | 1 | -0/+3 |
| * | | | | | | | | | | | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 2022-05-07 | 1 | -8/+8 |
| * | | | | | | | | | | | fork: Explicity test for idle tasks in copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -0/+9 |
| * | | | | | | | | | | | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -2/+2 |
| * | | | | | | | | | | | kthread: Don't allocate kthread_struct for init and umh | Eric W. Biederman | 2022-05-06 | 2 | -5/+23 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-06-03 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | ftrace/fgraph: fix increased missing-prototypes warnings | Chengming Zhou | 2022-06-01 | 1 | -0/+2 |
* | | | | | | | | | | | Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-06-02 | 1 | -9/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | bpf: Fix probe read error in ___bpf_prog_run() | Menglong Dong | 2022-05-28 | 1 | -9/+5 |
* | | | | | | | | | | | | module: Fix prefix for module.sig_enforce module param | Saravana Kannan | 2022-06-02 | 1 | -0/+3 |
* | | | | | | | | | | | | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-06-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | livepatch: Remove klp_arch_set_pc() and asm/livepatch.h | Christophe Leroy | 2022-05-24 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge tag 'printk-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-06-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |