summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Make kstat_irqs() staticThomas Gleixner2020-12-151-13/+6
* genirq: Annotate irq stats data racesThomas Gleixner2020-12-152-4/+5
* genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-0/+14
* genirq: Move status flag checks to coreThomas Gleixner2020-12-151-0/+20
* genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+17
* Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-1544-320/+566
|\
| * genirq/affinity: Add irq_update_affinity_desc()John Garry2020-12-111-0/+70
| * Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-111-27/+0
| * Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+27
| |\
| | * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+27
| * | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-272-4/+2
| |\ \
| | * \ Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek2020-11-271-2/+2
| | |\ \
| | | * | printk: finalize records with trailing newlinesJohn Ogness2020-11-271-2/+2
| | * | | printk: remove unneeded dead-store assignmentLukas Bulwahn2020-11-061-2/+0
| | |/ /
| * | | 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