summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTSebastian Andrzej Siewior2019-08-011-1/+11
| * | | | | | | | | | | | | | | | | tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior2019-08-012-10/+18
| * | | | | | | | | | | | | | | | | watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-2/+2
| * | | | | | | | | | | | | | | | | perf/core: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-4/+4
| * | | | | | | | | | | | | | | | | sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-013-8/+9
| * | | | | | | | | | | | | | | | | hrtimer: Make enqueue mode check work on RTThomas Gleixner2019-08-011-2/+7
| * | | | | | | | | | | | | | | | | hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-2/+2
| * | | | | | | | | | | | | | | | | hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-2/+17
| * | | | | | | | | | | | | | | | | hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-012-16/+35
| * | | | | | | | | | | | | | | | | hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-302-5/+5
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-173-35/+208
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-09-061-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2019-09-031-0/+1
| | * | | | | | | | | | | | | | | | | irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier2019-08-071-4/+5
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei2019-08-281-1/+1
| * | | | | | | | | | | | | | | | | genirq/affinity: Spread vectors on node according to nr_cpu ratioMing Lei2019-08-271-39/+200
| * | | | | | | | | | | | | | | | | genirq/affinity: Improve __irq_build_affinity_masks()Ming Lei2019-08-271-8/+18
| * | | | | | | | | | | | | | | | | genirq: Force interrupt threading on RTThomas Gleixner2019-08-191-1/+1
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-4/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | cpu/hotplug: Cache number of online CPUsThomas Gleixner2019-07-251-0/+24
| * | | | | | | | | | | | | | | | | smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner2019-07-251-4/+7
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-09-051-2/+2
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-14/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-061-14/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | x86/mpx: Remove MPX APIsDave Hansen2019-07-221-14/+2
| | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-1627-546/+1058
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-1617-46/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | kprobes: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
| | * | | | | | | | | | | | | | | | | tracing: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-314-6/+6
| | * | | | | | | | | | | | | | | | | rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-314-11/+11
| | * | | | | | | | | | | | | | | | | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-313-10/+10
| | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | sched/psi: Correct overly pessimistic size calculationMiles Chen2019-09-131-1/+1
| * | | | | | | | | | | | | | | | | sched/fair: Speed-up energy-aware wake-upsQuentin Perret2019-09-131-60/+50
| * | | | | | | | | | | | | | | | | sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2019-09-032-20/+20
| * | | | | | | | | | | | | | | | | sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi2019-09-031-1/+54
| * | | | | | | | | | | | | | | | | sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi2019-09-031-1/+27
| * | | | | | | | | | | | | | | | | sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi2019-09-031-2/+29
| * | | | | | | | | | | | | | | | | sched/uclamp: Propagate parent clampsPatrick Bellasi2019-09-032-0/+46
| * | | | | | | | | | | | | | | | | sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2019-09-032-4/+197
| * | | | | | | | | | | | | | | | | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-031-1/+2
| * | | | | | | | | | | | | | | | | sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-08-121-3/+3
| * | | | | | | | | | | | | | | | | cpufreq: schedutil: fix equation in commentQais Yousef2019-08-081-3/+3
| * | | | | | | | | | | | | | | | | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-087-73/+34
| * | | | | | | | | | | | | | | | | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-087-8/+32
| * | | | | | | | | | | | | | | | | sched/fair: Expose newidle_balance()Peter Zijlstra2019-08-082-10/+12
| * | | | | | | | | | | | | | | | | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-087-46/+48
| * | | | | | | | | | | | | | | | | sched: Rework CPU hotplug task selectionPeter Zijlstra2019-08-082-18/+15
| * | | | | | | | | | | | | | | | | sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra2019-08-082-24/+24
| * | | | | | | | | | | | | | | | | sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra2019-08-081-1/+1