summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-223-55/+71
|\
| * sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-172-49/+59
| * sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
| * sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-171-1/+2
* | Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-221-2/+4
|\ \
| * | lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng2020-11-171-2/+4
* | | Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-212-14/+7
|\ \ \
| * | | seccomp: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-171-3/+2
| * | | ptrace: Set PF_SUPERPRIV when checking capabilityMickaël Salaün2020-11-171-11/+5
* | | | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-193-6/+29
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-193-6/+29
| |\ \ \ \
| | * | | | fail_function: Remove a redundant mutex unlockLuo Meng2020-11-191-2/+3
| | * | | | lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-0/+10
| | * | | | bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-141-2/+13
| | * | | | bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia2020-11-111-1/+2
| | * | | | bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing2020-11-091-1/+1
* | | | | | Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-11-171-5/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney2020-11-101-5/+17
* | | | | | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-153-51/+42
|\ \ \ \ \ \
| * | | | | | perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra2020-11-091-1/+1
| * | | | | | perf: Fix event multiplexing for exclusive groupsPeter Zijlstra2020-11-091-1/+1
| * | | | | | perf: Simplify group_sched_in()Peter Zijlstra2020-11-091-7/+3
| * | | | | | perf: Simplify group_sched_out()Peter Zijlstra2020-11-091-3/+0
| * | | | | | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-5/+3
| * | | | | | perf: Optimize get_recursion_context()Peter Zijlstra2020-11-091-10/+6
| * | | | | | perf: Fix get_recursion_context()Peter Zijlstra2020-11-091-1/+1
| * | | | | | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-092-24/+28
* | | | | | | Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-152-31/+51
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King2020-11-101-6/+6
| * | | | | | sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot2020-11-101-24/+43
| * | | | | | sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot2020-11-101-1/+2
* | | | | | | Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-152-12/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng2020-11-101-10/+9
| * | | | | | futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-091-2/+3
* | | | | | | panic: don't dump stack twice on warnChristophe Leroy2020-11-141-1/+2
* | | | | | | kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj2020-11-141-2/+2
* | | | | | | reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-141-0/+7
* | | | | | | Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-141-14/+7
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-125-7/+42
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-065-7/+42
| |\ \ \ \ \
| | * | | | | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7
| | * | | | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-051-2/+28
| | * | | | | bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-051-0/+1
| | * | | | | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-292-2/+6
* | | | | | | Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-11-111-11/+11
|\ \ \ \ \ \ \
| * | | | | | | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-10/+6