summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/dt-samsung' into next/devel-samsung-spiKukjin Kim2012-07-1932-313/+507
|\
| * ARM: dts: Add nodes for spi controllers for SAMSUNG EXYNOS5 platformsThomas Abraham2012-07-142-0/+74
| * ARM: EXYNOS: Enable platform support for SPI controllers for EXYNOS5Thomas Abraham2012-07-142-0/+9
| * ARM: EXYNOS: Add spi clock support for EXYNOS5Thomas Abraham2012-07-141-0/+95
| * ARM: dts: Add nodes for spi controllers for SAMSUNG EXYNOS4 platformsThomas Abraham2012-07-143-0/+86
| * ARM: EXYNOS: Enable platform support for SPI controllers for EXYNOX4Thomas Abraham2012-07-142-0/+10
| * ARM: EXYNOS: Fix the incorrect hierarchy of spi controller bus clockThomas Abraham2012-07-141-10/+39
| * ARM: EXYNOS: Add device tree node for EXYNOS4 interrupt combiner controllerThomas Abraham2012-07-131-0/+11
| * spi: s3c64xx: Remove the 'set_level' callback from controller dataThomas Abraham2012-07-131-2/+0
| * ARM: SAMSUNG: Modify s3c64xx_spi{0|1|2}_set_platdata functionThomas Abraham2012-07-133-45/+31
| * ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functionsThomas Abraham2012-07-137-26/+17
| * spi: s3c64xx: move controller information into driver dataThomas Abraham2012-07-1316-171/+58
| * ARM: S3C64XX: Add a new dma request id for device tree based dma channel lookupThomas Abraham2012-07-131-0/+1
| * Merge branch 'next/devel-dma-ops' into next/dt-samsungKukjin Kim2012-07-133-59/+76
| |\
| | * ARM: SAMSUNG: Fix compiler warning in dma-ops.c fileSachin Kamat2012-06-271-2/+1
| | * ARM: SAMSUNG: Add config() function in DMA common operationsBoojin Kim2012-06-203-59/+77
* | | vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry2012-07-141-0/+4
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-145-9/+18
|\ \ \
| * | | ARM: S3C24XX: Correct CAMIF interrupt definitionsSylwester Nawrocki2012-07-131-1/+2
| * | | ARM: S3C24XX: Correct AC97 clock control bit for S3C2440Sylwester Nawrocki2012-07-131-1/+1
| * | | ARM: SAMSUNG: fix race in s3c_adc_start for ADCTodd Poynor2012-07-131-3/+5
| * | | ARM: SAMSUNG: Update default rate for xusbxti clockTushar Behera2012-07-131-0/+1
| * | | ARM: EXYNOS: register devices in 'need_restore' state for pm_domainsMarek Szyprowski2012-07-121-1/+3
| * | | ARM: EXYNOS: read initial state of power domain from hw registersMarek Szyprowski2012-07-121-3/+6
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-141-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-07-061-1/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-1/+0
* | | | | | x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry2012-07-131-4/+31
* | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-07-132-4/+15
|\ \ \ \ \ \
| * | | | | | SH: Convert out[bwl] macros to inline functionsCorey Minyard2012-07-121-3/+14
| * | | | | | sh: Fix up se7721 GPIOLIB=y build warnings.Paul Mundt2012-07-021-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-131-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6Avi Kivity2012-07-111-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc/kvm: Fix "PR" KVM implementation of H_CEDEBenjamin Herrenschmidt2012-07-111-0/+1
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-1217-31/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xtensa: fix incorrect memsetAlan Cox2012-07-121-1/+1
| * | | | | | | | | h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-121-0/+2
| * | | | | | | | | h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-121-1/+0
| * | | | | | | | | h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | | | | | | h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-121-1/+1
| * | | | | | | | | h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-121-0/+3
| * | | | | | | | | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-121-2/+2
| * | | | | | | | | mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | | | | | | mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | | | | | | mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-121-0/+2
| * | | | | | | | | mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-121-3/+0
| * | | | | | | | | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-127-23/+12
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-07-111-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf2012-06-181-2/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-118-15/+44
|\ \ \ \ \ \ \ \ \