summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-224-54/+66
|\
| * Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-202-23/+60
| |\
| | * genirq: Introduce helper function irq_data_get_affinity_mask()Jiang Liu2015-06-121-0/+12
| | * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-0/+5
| | * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-122-23/+34
| | * genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-121-0/+9
| * | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-181-0/+9
| * | Merge branch 'linus' into irq/coreThomas Gleixner2015-06-0541-44/+248
| |\ \
| * \ \ Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-191-0/+6
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-182-4/+6
| |\ \ \
| | * | | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-181-0/+2
| | * | | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-181-4/+4
| * | | | irqchip: irqc: Remove platform data supportGeert Uytterhoeven2015-05-051-27/+0
| |/ / /
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-224-10/+11
|\ \ \ \
| * | | | nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf2015-05-071-0/+7
| * | | | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-072-10/+3
| * | | | context_tracking: Protect against recursionFrederic Weisbecker2015-05-071-0/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2218-156/+375
|\ \ \ \ \
| * | | | | timer: Minimize nohz off overheadThomas Gleixner2015-06-191-0/+2
| * | | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-194-17/+12
| * | | | | timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-191-4/+1
| * | | | | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-192-29/+22
| * | | | | timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-3/+3
| * | | | | hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-25/+16
| * | | | | seqcount: Introduce raw_write_seqcount_barrier()Peter Zijlstra2015-06-191-0/+41
| * | | | | seqcount: Rename write_seqcount_barrier()Peter Zijlstra2015-06-191-3/+3
| * | | | | hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+1
| * | | | | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-122-0/+3
| * | | | | time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire2015-06-101-1/+29
| * | | | | time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-101-1/+26
| * | | | | hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov2015-06-081-1/+1
| * | | | | clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-021-7/+7
| * | | | | clockevents: Add helpers to check the state of a clockevent deviceViresh Kumar2015-06-021-0/+26
| * | | | | time: Remove read_boot_clock()Xunlei Pang2015-05-221-1/+0
| * | | | | time: Include math64.h in time64.hXunlei Pang2015-05-221-0/+1
| * | | | | tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-4/+9
| * | | | | time: Rework debugging variables so they aren't globalJohn Stultz2015-05-221-0/+15
| * | | | | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+1
| * | | | | jiffies: Remove the extra indentation levelThomas Gleixner2015-05-191-8/+7
| * | | | | clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-191-1/+6
| * | | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-19180-832/+3791
| |\ \ \ \ \
| * | | | | | time: Allow gcc to fold constants when possibleNicholas Mc Guire2015-05-191-3/+15
| * | | | | | time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-191-1/+63
| * | | | | | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-0/+4
| * | | | | | hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-222-16/+12
| * | | | | | alarmtimer: Get rid of unused return valueThomas Gleixner2015-04-221-2/+2
| * | | | | | hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-221-2/+17
| * | | | | | hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-221-4/+0
| * | | | | | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-224-11/+6
| * | | | | | hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-222-2/+2