summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2021-04-11Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-09Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing
2021-04-04workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe
2021-03-27Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe
2021-03-27Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe
2021-03-27Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe
2021-03-26bpf: Take module reference for trampoline in moduleJiri Olsa
2021-03-26kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe
2021-03-26Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-03-26bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai
2021-03-26bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25gcov: fix clang-11+ supportNick Desaulniers
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba
2021-03-22lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe
2021-03-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-19bpf: Fix umd memory leak in copy_process()Zqiang
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-17bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-17bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-17bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-17bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov