summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-311-1/+1
|\
| * entry: Unbreak single step reporting behaviourYuxuan Shui2021-01-281-1/+1
* | Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-01-292-3/+1
|\ \
| * | PM: hibernate: flush swap writer after markingLaurent Badel2021-01-251-1/+1
| * | kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He2021-01-251-2/+0
* | | futex: Handle faults correctly for PI futexesThomas Gleixner2021-01-261-37/+20
* | | futex: Simplify fixup_pi_state_owner()Thomas Gleixner2021-01-261-27/+26
* | | futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner2021-01-261-7/+1
* | | rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2021-01-263-5/+3
* | | futex: Provide and use pi_state_update_owner()Thomas Gleixner2021-01-261-33/+33
* | | futex: Replace pointless printk in fixup_owner()Thomas Gleixner2021-01-261-7/+3
* | | futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-01-261-15/+16
| |/ |/|
* | Merge tag 'printk-for-5.11-urgent-fixup' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-251-1/+1
|\ \ | |/ |/|
| * Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-251-1/+1
| |\
| | * printk: fix string termination for record_print_text()John Ogness2021-01-251-1/+1
* | | 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