summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-7/+9
* Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-242-1/+2
|\
| * genirq: Export irq_check_status_bit()Thomas Gleixner2021-01-131-0/+1
| * Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-121-1/+1
| |\
| | * genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu2020-12-181-1/+1
* | | Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-01-245-33/+129
|\ \ \
| * | | sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra2021-01-221-11/+10
| * | | sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra2021-01-221-4/+35
| * | | sched: Prepare to use balance_push in ttwu()Peter Zijlstra2021-01-222-5/+7
| * | | workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-01-221-6/+3
| * | | workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-2/+9
| * | | kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-222-1/+27
| * | | 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
| |\ \ \ \ \