summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-021-1/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-11-101-1/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | don't dump the threads that had been already exiting when zapped.Al Viro2020-10-281-1/+4
| |/ / / / /
* | | | | | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-081-5/+5
* | | | | | Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-7/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-071-7/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-081-2/+14
|\ \ \ \ \
| * | | | | futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-071-2/+14
* | | | | | Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-081-0/+1
|\ \ \ \ \ \
| * | | | | | genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-151-0/+1
* | | | | | | Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner2020-11-041-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-11-056-34/+107
|\ \ \ \ \ \
| * | | | | | kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)2020-11-041-4/+21
| * | | | | | tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)2020-11-021-10/+7
| * | | | | | ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-021-12/+46
| * | | | | | tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
| * | | | | | ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-022-4/+28