summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-102-3/+4
* m32r: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-101-1/+0
* m32r: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-7/+1
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-101-1/+1
* fsnotify: don't put user context if it was never assignedSasha Levin2014-10-101-2/+4
* fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-102-4/+1
* cris: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-7/+1
* mn10300: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-0945-203/+1356
|\
| * Merge tag 'irqchip-core-3.18-2' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-10-036-24/+385
| |\
| | * Merge branch 'irqchip/gic' into irqchip/coreJason Cooper2014-10-021-21/+66
| | |\
| | | * irqchip: gic-v3: Implement CPU PM notifierSudeep Holla2014-09-141-11/+46
| | | * irqchip: gic-v3: Refactor gic_enable_redist to support both enabling and disa...Sudeep Holla2014-09-141-10/+20
| | * | Merge branch 'irqchip/broadcom' into irqchip/coreJason Cooper2014-10-023-1/+307
| | |\ \
| | | * | Documentation: bcm7120-l2: Add Broadcom BCM7120-style L2 bindingFlorian Fainelli2014-09-141-0/+86
| | | * | irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controllerFlorian Fainelli2014-09-142-1/+221
| | * | | Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper2014-10-022-2/+12
| | |\ \ \
| | | * | | irqchip: atmel-aic5: Add sama5d4 supportAlexandre Belloni2014-09-142-1/+11
| | | * | | irqchip: atmel-aic5: The sama5d3 has 48 IRQsAlexandre Belloni2014-09-141-1/+1
| | | |/ /
| * | | | Merge tag 'irqchip-core-3.18' of git://git.infradead.org/users/jcooper/linux ...Thomas Gleixner2014-09-1410113-454396/+436750
| |\| | |
| | * | | Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper2014-09-1431-130/+116
| | |\ \ \
| | | * | | openrisc: Get rid of handle_IRQMarc Zyngier2014-09-032-6/+0
| | | * | | arm64: Get rid of handle_IRQMarc Zyngier2014-09-032-13/+0
| | | * | | ARM: omap2: irq: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | | * | | ARM: imx: tzic: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | | * | | ARM: imx: avic: Convert to handle_domain_irqMarc Zyngier2014-09-031-1/+1
| | | * | | irqchip: or1k-pic: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+2
| | | * | | irqchip: atmel-aic5: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+1
| | | * | | irqchip: atmel-aic: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+1
| | | * | | irqchip: gic-v3: Convert to handle_domain_irqMarc Zyngier2014-09-031-7/+6
| | | * | | irqchip: zevio: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | | * | | irqchip: vt8500: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+2
| | | * | | irqchip: vic: Convert to handle_domain_irqMarc Zyngier2014-09-031-1/+1
| | | * | | irqchip: versatile-fpga: Convert to handle_domain_irqMarc Zyngier2014-09-031-1/+1
| | | * | | irqchip: sun4i: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+2
| | | * | | irqchip: sirfsoc: Convert to handle_domain_irqMarc Zyngier2014-09-031-4/+2
| | | * | | irqchip: s3c24xx: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+1
| | | * | | irqchip: orion: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+2
| | | * | | irqchip: mxs: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | | * | | irqchip: mmp: Convert to handle_domain_irqMarc Zyngier2014-09-031-6/+4
| | | * | | irqchip: clps711x: Convert to handle_domain_irqMarc Zyngier2014-09-031-11/+7
| | | * | | irqchip: armada-370-xp: Convert to handle_domain_irqMarc Zyngier2014-09-031-9/+10
| | | * | | irqchip: gic: Convert to handle_domain_irqMarc Zyngier2014-09-031-2/+1
| | | * | | openrisc: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-032-8/+2
| | | * | | ARM: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-032-18/+2
| | | * | | arm64: Convert handle_IRQ to use __handle_domain_irqMarc Zyngier2014-09-032-17/+2
| | | * | | genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-033-0/+64
| | | |/ /
| | * | | Merge branch 'irqchip/gic' into irqchip/coreJason Cooper2014-09-143-19/+58
| | |\ \ \ | | | | |/ | | | |/|
| | | * | irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl registerFeng Kan2014-08-192-3/+23
| | | * | irqchip: gic: Replace hex numbers with defines.Feng Kan2014-08-193-18/+37
| | | |/