summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-011-2/+0
* timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2212-37/+115
|\
| * Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-206-21/+28
| |\
| | * genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner2015-06-201-3/+3
| | * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-125-10/+10
| | * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-123-5/+7
| | * genirq: Prevent crash in irq_move_irq()Jiang Liu2015-06-121-1/+8
| | * genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-121-2/+0
| * | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-181-11/+34
| * | Merge branch 'linus' into irq/coreThomas Gleixner2015-06-058-63/+95
| |\ \
| * | | genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven2015-05-221-0/+1
| * | | Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-192-0/+45
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-183-3/+51
| |\ \ \
| | * | | genirq: generic chip: Support hierarchy domainStefan Agner2015-05-181-3/+2
| | * | | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-181-0/+28
| | * | | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-181-0/+21
| * | | | genirq: Don't suspend nested_thread irqs over system suspendNeilBrown2015-05-181-0/+4
| * | | | genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-05-131-2/+2
| * | | | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1
| * | | | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
| * | | | genirq: MSI: Constify irq_domain_opsKrzysztof Kozlowski2015-05-051-1/+1
| |/ / /
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-222-23/+48
|\ \ \ \
| * | | | nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * | | | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-072-26/+19
| * | | | context_tracking: Protect against recursionFrederic Weisbecker2015-05-071-0/+29
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2233-1263/+1142
|\ \ \ \ \
| * | | | | timer: Minimize nohz off overheadThomas Gleixner2015-06-194-8/+17
| * | | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-198-43/+121
| * | | | | timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-192-10/+7
| * | | | | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-91/+36
| * | | | | timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-37/+27
| * | | | | timer: Remove FIFO "guarantee"Thomas Gleixner2015-06-191-4/+2
| * | | | | timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner2015-06-191-24/+16
| * | | | | hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-23/+91
| * | | | | hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-191-10/+13
| * | | | | hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+2
| * | | | | timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz2015-06-181-1/+2
| * | | | | clockevents: Check state instead of mode in suspend/resume pathViresh Kumar2015-06-181-2/+2
| * | | | | ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz2015-06-121-0/+18
| * | | | | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-123-8/+58
| * | | | | ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz2015-06-121-2/+3
| * | | | | time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-121-4/+8
| * | | | | clocksource: Use current logging styleJoe Perches2015-06-101-12/+12
| * | | | | time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-101-10/+3
| * | | | | clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-021-2/+2
| * | | | | clockevents: Use set/get state helper functionsThomas Gleixner2015-06-022-6/+7
| * | | | | clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-025-24/+35
| * | | | | clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-024-17/+17
| * | | | | clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
OpenPOWER on IntegriCloud