summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney2017-11-281-11/+0
| | | | * | | | | | | rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney2017-11-281-9/+7
| | | | * | | | | | | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-284-7/+7
| | | | * | | | | | | rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney2017-11-281-0/+6
| | | | * | | | | | | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-272-31/+2
| | | | * | | | | | | rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney2017-11-273-47/+21
| | | | * | | | | | | rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney2017-11-271-38/+21
| | | | * | | | | | | rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney2017-11-272-0/+4
| | | | * | | | | | | rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney2017-11-271-75/+75
| | | | * | | | | | | rcu: Reduce dyntick-idle state spacePaul E. McKenney2017-11-271-12/+11
| | | | * | | | | | | rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney2017-11-271-3/+5
| | | | |/ / / / / /
| | | * | | | | | | softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
| | | * | | | | | | trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
| | | * | | | | | | workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
| | | * | | | | | | sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2017-11-281-1/+1
| | | * | | | | | | sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2017-11-281-1/+2
| | | |/ / / / / /
| * | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+11
| * | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-296-289/+482
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-2726-155/+525
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner2018-01-161-4/+11
| | * | | | | | | | | | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-24/+172
| | * | | | | | | | | | hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner2018-01-161-9/+29
| | * | | | | | | | | | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+20
| | * | | | | | | | | | hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner2018-01-161-13/+18
| | * | | | | | | | | | hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner2018-01-161-4/+16
| | * | | | | | | | | | hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner2018-01-161-20/+24
| | * | | | | | | | | | hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner2018-01-161-3/+3
| | * | | | | | | | | | hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner2018-01-161-1/+1
| | * | | | | | | | | | hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-163-19/+14
| | * | | | | | | | | | hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-161-6/+4
| | * | | | | | | | | | hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-161-32/+28
| | * | | | | | | | | | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-67/+62
| | * | | | | | | | | | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-10/+2
| | * | | | | | | | | | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-20/+6
| | * | | | | | | | | | hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner2018-01-161-2/+2
| | * | | | | | | | | | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-16/+15
| | * | | | | | | | | | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-15/+13
| | * | | | | | | | | | hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner2018-01-161-10/+21
| | * | | | | | | | | | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-161-7/+9
| | * | | | | | | | | | hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-01-161-1/+6
| | * | | | | | | | | | hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-4/+5
| | * | | | | | | | | | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-6/+6
| | * | | | | | | | | | hrtimer: Correct blatantly incorrect commentThomas Gleixner2018-01-161-3/+3
| | * | | | | | | | | | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-164-61/+60
| | * | | | | | | | | | Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar2018-01-163-2/+3
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann2018-01-141-2/+1
| | * | | | | | | | | | | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-042-3/+3
| * | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-293-129/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-242-128/+0
OpenPOWER on IntegriCloud