summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-157-181/+1086
|\
| * cpu/hotplug: Document states betterThomas Gleixner2016-03-121-1/+46
| * cpu/hotplug: Fix smpboot thread orderingThomas Gleixner2016-03-101-2/+3
| * cpu/hotplug: Remove redundant state checkThomas Gleixner2016-03-061-2/+0Star
| * cpu/hotplug: Plug death reporting raceThomas Gleixner2016-03-031-2/+14
| * rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-013-35/+38
| * cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-012-8/+13
| * cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-012-29/+39
| * cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner2016-03-011-48/+96
| * cpu/hotplug: Create hotplug threadsThomas Gleixner2016-03-013-1/+147
| * cpu/hotplug: Split out the state walk into functionsThomas Gleixner2016-03-011-43/+68
| * cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-013-38/+11Star
| * cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-012-10/+18
| * cpu/hotplug: Implement setup/removal interfaceThomas Gleixner2016-03-011-0/+224
| * cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-8/+65
| * cpu/hotplug: Add sysfs state interfaceThomas Gleixner2016-03-011-0/+100
| * cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner2016-03-011-11/+20
| * cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner2016-03-011-15/+66
| * cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-26/+176
| * cpu/hotplug: Split out cpu down functionsThomas Gleixner2016-03-011-30/+53
| * cpu/hotplug: Restructure cpu_up codeThomas Gleixner2016-03-011-22/+47
| * cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner2016-03-011-40/+29Star
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1511-19/+371
|\ \
| * | genirq: Export IRQ functions for module useQuan Nguyen2016-03-102-0/+9
| * | Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-0814-298/+521
| |\ \
| * | | genirq: Implement ipi_send_mask/single()Qais Yousef2016-02-251-1/+156
| * | | genirq: Add a new function to get IPI reverse mappingQais Yousef2016-02-251-0/+34
| * | | genirq: Add a new generic IPI reservation code to irq coreQais Yousef2016-02-252-0/+138
| * | | genirq: Make irq_domain_alloc_descs() non staticQais Yousef2016-02-251-4/+2Star
| * | | genirq: Add GENERIC_IRQ_IPI Kconfig symbolQais Yousef2016-02-251-0/+4
| * | | genirq: Use a common macro to go through the actions listDaniel Lezcano2016-02-155-13/+10Star
| * | | genirq: Add default affinity mask command line optionThomas Gleixner2016-02-081-2/+19
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-153-36/+304
|\ \ \ \
| * | | | time/timekeeping: Work around false positive GCC warningIngo Molnar2016-03-081-1/+1
| * | | | Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-03-041-25/+261
| |\ \ \ \
| | * | | | time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-031-1/+170
| | * | | | time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-031-0/+56
| | * | | | time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-031-38/+2Star
| | * | | | time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-031-0/+30
| | * | | | time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-031-4/+21
| * | | | | hrtimer: Revert CLOCK_MONOTONIC_RAW supportThomas Gleixner2016-03-031-16/+2Star
| |/ / / /
| * | | | jiffies: Use CLOCKSOURCE_MASK instead of constantAlexander Kuleshov2016-02-271-1/+1
| * | | | clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-01-271-10/+42
| * | | | hrtimer: Catch illegal clockidsMarc Zyngier2016-01-271-1/+6
| * | | | hrtimer: Add support for CLOCK_MONOTONIC_RAWMarc Zyngier2016-01-271-1/+10
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-157-117/+129
|\ \ \ \ \
| * \ \ \ \ Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-151-0/+1
| |\ \ \ \ \
| | * | | | | rcu: Export rcu_gp_is_normal()Paul E. McKenney2016-02-241-0/+1
| | |/ / / /
| * | | | | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-156-117/+128
| |\ \ \ \ \
| | * | | | | rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney2016-02-241-6/+1Star