summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra2021-01-221-2/+14
| * | | | | | workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan2021-01-221-1/+1
| * | | | | | sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider2021-01-221-1/+23
| |/ / / / /
* | | | | | Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-242-4/+3
|\ \ \ \ \ \
| * | | | | | ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven2021-01-121-2/+2
| * | | | | | timekeeping: Remove unused get_seconds()Chunguang Xu2021-01-121-2/+1
| |/ / / / /
* | | | | | Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-241-2/+7
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra2021-01-121-1/+6
| * | | | | | locking/lockdep: Cure noinstr failPeter Zijlstra2021-01-121-1/+1
| |/ / / / /
* | | | | | Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-243-6/+5
|\ \ \ \ \ \
| * | | | | | kthread: remove comments about old _do_fork() helperYanfei Xu2021-01-111-1/+1
| * | | | | | Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril2021-01-111-4/+2
| * | | | | | signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn2021-01-111-1/+2
| |/ / / / /
* | | | | | Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/s...Linus Torvalds2021-01-212-12/+30
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-212-12/+30
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | printk: fix buffer overflow potential for print_text()John Ogness2021-01-191-9/+27
| | * | | printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness2021-01-151-2/+2
| | * | | printk: ringbuffer: fix line countingJohn Ogness2021-01-151-1/+1
* | | | | Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-207-13/+24
|\ \ \ \ \
| * | | | | bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-201-3/+3
| * | | | | bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-156-9/+20
| |\ \ \ \ \
| | * | | | | bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-131-0/+2
| | * | | | | bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
| | * | | | | bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
| | * | | | | bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
| | * | | | | bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
| | * | | | | bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* | | | | | | Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-191-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | task_work: unconditionally run task_work from get_signal()Jens Axboe2021-01-081-0/+3
* | | | | | | Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-01-112-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-112-2/+2
| |/ / / / /
* | | | | | Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-101-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | staging: ION: remove some references to CONFIG_IONMatthias Maennich2021-01-061-1/+0
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-071-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song2021-01-031-0/+1
* | | | | | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-053-10/+10
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-283-10/+10
| |\ \ \ \ \
| | * | | | | bpf: Use thread_group_leader()Jonathan Lemon2020-12-241-1/+1
| | * | | | | bpf: Save correct stopping point in file seq iterationJonathan Lemon2020-12-241-1/+2
| | * | | | | bpf: Add schedule point in htab_init_buckets()Eric Dumazet2020-12-221-0/+1
| | * | | | | bpf: Remove unused including <linux/version.h>Tian Tao2020-12-181-1/+0
* | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-4/+21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-4/+21
* | | | | | | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-011-0/+2
|\ \ \ \ \ \ \
| * | | | | | | kernel/io_uring: cancel io_uring before task worksPavel Begunkov2020-12-301-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-12-281-3/+10
|\ \ \ \ \ \ \
| * | | | | | | workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2020-11-251-3/+10
* | | | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2020-12-282-15/+17
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao2020-12-161-0/+2