summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-111-2/+3
|\
| * lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-03-221-1/+1
| * lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-03-211-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-091-10/+19
|\ \
| * | gcov: re-fix clang-11+ supportNick Desaulniers2021-04-091-10/+19
* | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-095-5/+48
|\ \ \ | |/ / |/| |
| * | bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
| * | bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
| * | bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky2021-04-011-2/+10
| * | bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-261-0/+30
| * | bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai2021-03-261-1/+1
| * | bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen2021-03-261-0/+5
* | | workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing2021-04-042-13/+9
* | | workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-041-1/+1
* | | Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-021-1/+2
|\ \ \
| * | | tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-011-1/+2
* | | | Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-311-3/+6
|\| | |
| * | | ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-03-301-3/+6
| | |/ | |/|
* | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-284-18/+22
|\ \ \
| * | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
| * | | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-03-271-1/+1
| * | | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-272-3/+3
| * | | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe2021-03-271-3/+0
| * | | kernel: stop masking signals in create_io_thread()Jens Axboe2021-03-271-8/+8
| * | | kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe2021-03-261-1/+9
* | | | Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-03-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba2021-03-231-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-251-0/+69
|\ \ \ \
| * | | | gcov: fix clang-11+ supportNick Desaulniers2021-03-251-0/+69
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-249-81/+270
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Fix umd memory leak in copy_process()Zqiang2021-03-192-10/+30
| * | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-183-53/+171
| * | | bpf: Add sanity check for upper ptr_limitPiotr Krysiuk2021-03-171-3/+8
| * | | bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk2021-03-171-5/+5
| * | | bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk2021-03-171-2/+2
| * | | bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk2021-03-171-6/+10
| * | | ftrace: Fix modify_ftrace_direct.Alexei Starovoitov2021-03-171-5/+38
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-103-1/+10
| |\ \ \
| | * | | bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos2021-03-081-1/+1
| | * | | bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov2021-03-082-0/+9
* | | | | Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-211-1/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman2021-03-211-1/+2
| * | | | signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe2021-03-211-0/+3
* | | | | Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-212-2/+6
|\ \ \ \ \
| * | | | | genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-211-0/+4
| * | | | | genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko2021-03-161-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-213-29/+46
|\ \ \ \ \
| * | | | | static_call: Fix static_call_update() sanity checkPeter Zijlstra2021-03-192-1/+18
| * | | | | static_call: Align static_call_is_init() patching conditionPeter Zijlstra2021-03-191-10/+4
| * | | | | static_call: Fix static_call_set_init()Peter Zijlstra2021-03-191-7/+10