summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-1018-188/+345
|\
| * irqchip: dw-apb-ictl: Add PM supportJisheng Zhang2014-11-261-0/+19
| * irqchip: dw-apb-ictl: Enable IRQ_GC_MASK_CACHE_PER_TYPEJisheng Zhang2014-11-261-0/+1
| * irqchip: dw-apb-ictl: Always use use {readl|writel}_relaxedJisheng Zhang2014-11-261-6/+6
| * Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper2014-11-263-5/+49
| |\
| | * irqchip: atmel-aic: Add missing entry for rm9200 irq fixupsBoris BREZILLON2014-11-091-0/+1
| | * irqchip: atmel-aic: Rename at91sam9_aic_irq_fixup for naming consistencyBoris BREZILLON2014-11-091-3/+3
| | * irqchip: atmel-aic: Add specific irq fixup function for sam9g45 and sam9rlBoris BREZILLON2014-11-091-2/+8
| | * irqchip: atmel-aic: Add irq fixups for at91sam926x SoCsBoris BREZILLON2014-11-091-0/+9
| | * irqchip: atmel-aic: Add irq fixup for RTT blockBoris BREZILLON2014-11-092-0/+28
| * | ARM: orion: convert the irq_reg_{readl,writel} calls to the new APIGregory CLEMENT2014-11-261-4/+4
| * | Merge tag 'tags/mvebu-fixes-3.18' into irqchip/coreJason Cooper2014-11-262-5/+33
| |\ \
| * | | irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-091-12/+22
| * | | irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}Kevin Cernekee2014-11-091-10/+14
| * | | irqchip: bcm7120-l2: Decouple driver from brcmstb-l2Kevin Cernekee2014-11-094-3/+9
| * | | irqchip: bcm7120-l2: Extend driver to support 64+ bit controllersKevin Cernekee2014-11-092-57/+113
| * | | irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functionsKevin Cernekee2014-11-091-8/+3
| * | | irqchip: bcm7120-l2: Fix missing nibble in gc->unused maskKevin Cernekee2014-11-091-1/+1
| * | | irqchip: bcm7120-l2: Make sure all register accesses use base+offsetKevin Cernekee2014-11-091-3/+3
| * | | irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependencyKevin Cernekee2014-11-091-1/+0
| * | | irqchip: bcm7120-l2: Eliminate bad IRQ checkKevin Cernekee2014-11-091-11/+2
| * | | irqchip: brcmstb-l2: Eliminate dependency on ARM codeKevin Cernekee2014-11-091-3/+4
| * | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-092-0/+18
| * | | genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee2014-11-091-2/+12
| * | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-096-75/+78
| * | | irqchip: irq-armada-370-xp: Use proper return value for ->set_affinity()Thomas Petazzoni2014-11-091-1/+1
| * | | irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIPJisheng Zhang2014-11-021-0/+1
| * | | irqchip: hip04: Convert to handle_domain_irqMarc Zyngier2014-11-021-2/+1
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-1014-100/+253
|\ \ \
| * \ \ Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan...Thomas Gleixner2014-11-275-18/+99
| |\ \ \
| | * | | clocksource: armada-370-xp: Use the reference clock on A375 SoCEzequiel Garcia2014-11-262-3/+34
| | * | | watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia2014-11-262-1/+54
| | * | | clocksource: armada-370-xp: Add missing clock enableEzequiel Garcia2014-11-261-0/+2
| | * | | clocksource: sirf: Remove hard-coded clock rateYanchang Li2014-11-191-14/+9
| * | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-251-1/+1
| * | | | time: Remove timekeeping_inject_sleeptime()John Stultz2014-11-211-11/+0
| * | | | rtc: Update suspend/resume timing to use 64bit timeJohn Stultz2014-11-211-15/+15
| * | | | rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei2014-11-212-20/+39
| * | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-211-3/+3
| * | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-212-3/+12
| * | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-212-6/+20
| * | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-212-15/+22
| * | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-212-7/+16
| * | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-212-11/+29
| * | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-211-1/+2
| * | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-211-0/+6
| * | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-212-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-0931-335/+915
|\ \ \ \ \
| * | | | | sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2014-12-081-2/+7
| * | | | | sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li2014-11-161-4/+4