summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-1981-187/+371
|\
| * mips: fix bug.h build regressionYoichi Yuasa2012-07-182-1/+1
| * Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-185-10/+12
| |\
| | * ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsiStefan Roese2012-07-181-0/+1
| | * ARM: dts: SPEAr320: Boot the board in EXTENDED_MODEVipul Kumar Samar2012-07-181-1/+1
| | * ARM: dts: SPEAr320: Fix compatible stringVipul Kumar Samar2012-07-181-2/+2
| | * ARM: SPEAr13xx: Fix Interrupt bindingsVipul Kumar Samar2012-07-181-5/+6
| | * Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-1/+1
| | * Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-1/+1
| * | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-176-14/+21
| |\ \
| | * | m32r: make memset() global for CONFIG_KERNEL_BZIP2=yGeert Uytterhoeven2012-07-171-1/+1
| | * | m32r: add memcpy() for CONFIG_KERNEL_GZIP=yGeert Uytterhoeven2012-07-171-0/+10
| | * | m32r: consistently use "suffix-$(...)"Geert Uytterhoeven2012-07-171-3/+3
| | * | m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' falloutGeert Uytterhoeven2012-07-171-4/+3
| | * | m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven2012-07-171-1/+1
| | * | m32r: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-171-3/+0
| | * | mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" falloutGeert Uytterhoeven2012-07-171-2/+3
| | |/
| * | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-07-171-2/+2
| |\ \ | | |/ | |/|
| | * ARM: dma-mapping: modify condition check while freeing pagesPrathyush K2012-07-161-2/+2
| * | 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-1117-31/+26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xtensa: fix incorrect memsetAlan Cox2012-07-111-1/+1
| | * | | | | | | | h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-111-0/+2
| | * | | | | | | | h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-111-1/+0
| | * | | | | | | | h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-111-0/+1
| | * | | | | | | | h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-111-1/+1
| | * | | | | | | | h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-111-0/+3
| | * | | | | | | | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-111-2/+2
| | * | | | | | | | mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
| | * | | | | | | | mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
| | * | | | | | | | mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-111-0/+2
| | * | | | | | | | mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-111-3/+0
| | * | | | | | | | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-117-23/+12
| | | |_|_|_|_|_|/ | | |/| | | | | |