aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-01-24Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-33/+129
2021-01-24Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-4/+3
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+7
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+5
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsGravatar Peter Zijlstra 1-11/+10
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Gravatar Peter Zijlstra 1-4/+35
2021-01-22sched: Prepare to use balance_push in ttwu()Gravatar Peter Zijlstra 2-5/+7
2021-01-22workqueue: Restrict affinity change to rescuerGravatar Peter Zijlstra 1-6/+3
2021-01-22workqueue: Tag bound workers with KTHREAD_IS_PER_CPUGravatar Peter Zijlstra 1-2/+9
2021-01-22kthread: Extract KTHREAD_IS_PER_CPUGravatar Peter Zijlstra 2-1/+27
2021-01-22sched: Don't run cpu-online with balance_push() enabledGravatar Peter Zijlstra 1-2/+14
2021-01-22workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityGravatar Lai Jiangshan 1-1/+1
2021-01-22sched/core: Print out straggler tasks in sched_cpu_dying()Gravatar Valentin Schneider 1-1/+23
2021-01-21Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-12/+30
2021-01-21Merge branch 'printk-rework' into for-linusGravatar Petr Mladek 2-12/+30
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 7-13/+24
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingGravatar Daniel Borkmann 1-3/+3
2021-01-19Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2021-01-19bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackGravatar Mircea Cirjaliu 1-1/+1
2021-01-19printk: fix buffer overflow potential for print_text()Gravatar John Ogness 1-9/+27
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 6-9/+20
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsGravatar John Ogness 1-2/+2
2021-01-15printk: ringbuffer: fix line countingGravatar John Ogness 1-1/+1
2021-01-13bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGravatar Gilad Reti 1-0/+2
2021-01-13genirq: Export irq_check_status_bit()Gravatar Thomas Gleixner 1-0/+1
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Thomas Gleixner 1-1/+1
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGravatar Geert Uytterhoeven 1-2/+2
2021-01-12timekeeping: Remove unused get_seconds()Gravatar Chunguang Xu 1-2/+1
2021-01-12bpf: Allow empty module BTFsGravatar Andrii Nakryiko 1-1/+1
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPGravatar Peter Zijlstra 1-1/+6
2021-01-12locking/lockdep: Cure noinstr failGravatar Peter Zijlstra 1-1/+1
2021-01-12bpf: Don't leak memory in bpf getsockopt when optlen == 0Gravatar Stanislav Fomichev 1-2/+3
2021-01-12bpf: Fix typo in bpf_inode_storage.cGravatar KP Singh 1-2/+2
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedGravatar KP Singh 2-2/+8
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachGravatar Jiri Olsa 1-2/+4
2021-01-11Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2021-01-11tracing/kprobes: Do the notrace functions check without kprobes on ftraceGravatar Masami Hiramatsu 2-2/+2
2021-01-11kthread: remove comments about old _do_fork() helperGravatar Yanfei Xu 1-1/+1
2021-01-11Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsGravatar Alexander Guril 1-4/+2
2021-01-11signal: Add missing __user annotation to copy_siginfo_from_user_anyGravatar Jann Horn 1-1/+2
2021-01-10Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2021-01-08task_work: unconditionally run task_work from get_signal()Gravatar Jens Axboe 1-0/+3
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-0/+1
2021-01-06staging: ION: remove some references to CONFIG_IONGravatar Matthias Maennich 1-1/+0
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-10/+10
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 1-4/+21
2021-01-03bpf: Fix a task_iter bug caused by a merge conflict resolutionGravatar Yonghong Song 1-0/+1
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-12-30kernel/io_uring: cancel io_uring before task worksGravatar Pavel Begunkov 1-0/+2