summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: sunxi: Remove sun4i reboot code from mach directoryMaxime Ripard2014-09-111-76/+0
* Merge tag 'renesas-pm-cleanups-for-v3.18' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2014-09-115-21/+27
|\
| * ARM: shmobile: armadillo800eva legacy: Use rmobile_add_devices_to_domains()Geert Uytterhoeven2014-09-091-2/+6
| * ARM: shmobile: r8a7740: Clean up pm domain tableGeert Uytterhoeven2014-09-091-6/+4
| * ARM: shmobile: r8a7740: Use rmobile_add_devices_to_domains()Geert Uytterhoeven2014-09-091-11/+15
| * ARM: shmobile: sh7372: Make domain_devices[] static __initdataGeert Uytterhoeven2014-09-091-1/+1
| * ARM: shmobile: mackerel: Make domain_devices[] static __initdataGeert Uytterhoeven2014-09-091-1/+1
* | Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/...Arnd Bergmann2014-09-094-71/+60
|\ \
| * | clocksource: tcb_clksrc: sanitize IRQ requestGaël PORTAY2014-09-081-9/+4
| * | ARM: at91/tclib: mask interruptions at shutdown and probeGaël PORTAY2014-09-082-0/+21
| * | ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY2014-09-084-54/+29
| * | ARM: at91/tclib: prefer using of devm_* functionsGaël PORTAY2014-09-081-8/+6
* | | Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Arnd Bergmann2014-09-059-325/+45
|\ \ \ | |/ /
| * | ARM: at91: remove old irq materialBoris BREZILLON2014-08-191-264/+6
| * | ARM: at91: make use of the new AIC driver for dt enabled boardsBoris BREZILLON2014-08-194-42/+3
| * | ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocksBoris BREZILLON2014-08-192-13/+22
| * | ARM: at91: introduce OLD_IRQ_AT91 Kconfig optionBoris BREZILLON2014-08-193-9/+17
| |/
* | Merge tag 'renesas-kconfig-cleanups-for-v3.18' of git://git.kernel.org/pub/sc...Arnd Bergmann2014-09-05239-1078/+2917
|\ \
| * | ARM: shmobile: r8a7791 is now called "R-Car M2-W"Geert Uytterhoeven2014-09-021-2/+2
| * | ARM: shmobile: Consolidate Legacy SH_CLK_CPG KconfigMagnus Damm2014-09-022-8/+1
| * | ARM: shmobile: Consolidate Legacy CPU_V7 KconfigMagnus Damm2014-09-022-8/+1
| * | ARM: shmobile: Only select PM_RMOBILE for legacy caseMagnus Damm2014-09-021-1/+1
| * | ARM: shmobile: Cleanup pm-rmobile.o build using KconfigMagnus Damm2014-09-024-12/+12
| * | ARM: shmobile: Cleanup pm-rcar.o build using KconfigMagnus Damm2014-09-023-10/+9
| * | ARM: shmobile: Introduce a Kconfig entry for R-Car Gen2Magnus Damm2014-09-022-14/+15
| * | ARM: shmobile: Introduce a Kconfig entry for R-Car Gen1Magnus Damm2014-09-021-6/+8
| * | ARM: shmobile: Introduce a Kconfig entry for R-MobileMagnus Damm2014-09-021-8/+9
| * | Linux 3.17-rc2v3.17-rc2Linus Torvalds2014-08-251-1/+1
| * | Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-253-29/+77
| |\ \
| | * | nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery2014-08-221-1/+1
| | * | nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson2014-08-221-0/+8
| | * | nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson2014-08-221-3/+15
| | * | nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson2014-08-223-1/+29
| | * | nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson2014-08-221-1/+4
| | * | nfs: use blocking page_group_lock in add_requestWeston Andros Adamson2014-08-221-11/+2
| | * | nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson2014-08-221-8/+13
| | * | nfs: change nfs_page_group_lock argumentWeston Andros Adamson2014-08-222-7/+8
| * | | Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2014-08-254-3/+11
| |\ \ \
| | * | | sh: intc: Confine SH_INTC to platforms that need itGeert Uytterhoeven2014-08-224-3/+11
| | | |/ | | |/|
| * | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-2518-59/+142
| |\ \ \
| | * | | MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen2014-08-191-5/+13
| | * | | MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras2014-08-191-0/+4
| | * | | MIPS: Malta: EVA: Rename 'eva_entry' to 'platform_eva_init'Markos Chandras2014-08-191-6/+16
| | * | | MIPS: EVA: Add new EVA headerMarkos Chandras2014-08-191-0/+43
| | * | | MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras2014-08-191-4/+8
| | * | | MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64Markos Chandras2014-08-191-3/+5
| | * | | MIPS: Loongson: Fix COP2 usage for preemptible kernelHuacai Chen2014-08-191-4/+4
| | * | | MIPS: NL: Fix nlm_xlp_defconfig build errorGuenter Roeck2014-08-191-7/+0
| | * | | MIPS: Remove race window in page fault handlingLars Persson2014-08-192-13/+22
| | * | | MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2GMarkos Chandras2014-08-191-4/+10