aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2021-03-30genirq/irq_sim: Shrink devm_irq_domain_create_sim()Bartosz Golaszewski1-19/+12
2021-03-29timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund1-13/+23
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds4-18/+22
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe1-2/+1
2021-03-27Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe1-1/+1
2021-03-27Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2-3/+3
2021-03-27Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe1-3/+0
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe1-8/+8
2021-03-26bpf: Take module reference for trampoline in moduleJiri Olsa1-0/+30
2021-03-26kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe1-1/+9
2021-03-26Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2021-03-26bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai1-1/+1
2021-03-26bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen1-0/+5
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+69
2021-03-25gcov: fix clang-11+ supportNick Desaulniers1-0/+69
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-81/+270
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar15-34/+34
2021-03-22lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-03-22irq: Fix typos in commentsIngo Molnar7-12/+12
2021-03-22entry: Fix typos in commentsIngo Molnar1-1/+1
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+6
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-29/+46
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+4
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman1-1/+2
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe1-0/+3
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" messageTetsuo Handa1-1/+2
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2021-03-19genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov1-1/+3
2021-03-19bpf: Fix umd memory leak in copy_process()Zqiang2-10/+30
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik1-2/+0
2021-03-18time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman1-4/+3
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov3-53/+171
2021-03-17bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-17irq: Simplify condition in irq_matrix_reserve()Juergen Gross1-3/+2
2021-03-17bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-17bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-17bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-17tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2-1/+16
2021-03-17softirq: Make softirq control and processing RT awareThomas Gleixner1-7/+181
2021-03-17softirq: Move various protections into inline helpersThomas Gleixner1-7/+32
2021-03-17irqtime: Make accounting correct on RTThomas Gleixner1-2/+2
2021-03-17tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner1-1/+27
2021-03-17tasklets: Replace spin wait in tasklet_kill()Peter Zijlstra1-9/+9