summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-012-3/+0
* timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
* clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel2015-06-261-13/+30
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2249-191/+378
|\
| * Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-208-44/+88
| |\
| | * genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner2015-06-201-3/+3
| | * 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-126-10/+15
| | * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-125-28/+41
| | * 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-122-2/+9
| * | irqchip: atmel-aic5: Add sama5d2 supportNicolas Ferre2015-06-182-1/+10
| * | irq: spear-shirq: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+1
| * | irq: irq-keystone: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+1
| * | gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
| * | gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
| * | gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King2015-06-181-7/+6
| * | ARM: gemini: Fix race in installing GPIO chained IRQ handlerRussell King2015-06-181-2/+2
| * | GPU: ipu: Fix race in installing IPU chained IRQ handlerRussell King2015-06-181-8/+5
| * | ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King2015-06-183-8/+5
| * | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-182-11/+43
| * | irqchip: exynos-combiner: Save IRQ enable set on suspendJavier Martinez Canillas2015-06-161-5/+59
| * | irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKEDSudeep Holla2015-06-054-17/+3
| * | irqchip: renesas: intc-irqpin: Improve binding documentationGeert Uytterhoeven2015-06-051-2/+37
| * | Merge branch 'linus' into irq/coreThomas Gleixner2015-06-05692-5444/+7323
| |\ \
| * | | genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven2015-05-221-0/+1
| * | | irqchip: mtk-sysirq: Make mtk_sysirq_of_init return error if ioremap failsAxel Lin2015-05-221-1/+1
| * | | Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-193-0/+51
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-188-14/+102
| |\ \ \
| | * | | irqchip: vf610-mscm: Support NVIC parent chipStefan Agner2015-05-181-6/+17
| | * | | irqchip: nvic: Support hierarchy irq domainStefan Agner2015-05-182-1/+28
| | * | | genirq: generic chip: Support hierarchy domainStefan Agner2015-05-181-3/+2
| | * | | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-182-0/+30
| | * | | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-182-4/+25
| * | | | 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
| * | | | irqchip: vf610: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-3/+2
| * | | | irqchip: irqc: Remove platform data supportGeert Uytterhoeven2015-05-052-43/+1
| * | | | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1
| * | | | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
| * | | | irqchip: Constify irq_domain_opsKrzysztof Kozlowski2015-05-0514-15/+15
| * | | | 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-226-33/+59
|\ \ \ \
| * | | | nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * | | | 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-074-36/+22
| * | | | context_tracking: Protect against recursionFrederic Weisbecker2015-05-072-0/+30
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2278-1563/+2292
|\ \ \ \ \
| * | | | | clocksource: Increase dependencies of timer-stm32 to limit build wreckagePaul Gortmaker2015-06-211-2/+2
| * | | | | timer: Minimize nohz off overheadThomas Gleixner2015-06-195-8/+19
OpenPOWER on IntegriCloud