summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-04-04bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2-48/+115
2012-04-03Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds7-39/+72
2012-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-0/+7
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-04-03Merge branch 'paul' (Fixups from Paul Gortmaker)Linus Torvalds6-108/+122
2012-04-03frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLPaul Gortmaker1-0/+1
2012-04-03parisc: fix missing cmpxchg file error from system.h splitPaul Gortmaker2-106/+117
2012-04-03blackfin: fix cmpxchg build fails from system.h falloutPaul Gortmaker1-1/+2
2012-04-03avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker1-1/+1
2012-04-03ARM: mach-msm: fix compile fail from system.h falloutPaul Gortmaker1-0/+1
2012-04-02Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds31-50/+699
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds22-64/+59
2012-04-02microblaze: Fix ret_from_fork declarationMichal Simek1-2/+2
2012-04-02microblaze: Do not use tlb_skip in early_printkMichal Simek1-0/+2
2012-04-02powerpc/eeh: Fix use of set_current_state() in eeh event handling set_current...Andrew Morton1-1/+1
2012-04-02powerpc/eeh: Remove eeh_event_handler()->daemonize()Oleg Nesterov1-1/+1
2012-04-02powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt3-0/+3
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell2-0/+3
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König3-3/+3
2012-04-02Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt22-45/+688
2012-04-02m68k/q40: Add missing platform check before registering platform devicesGeert Uytterhoeven1-0/+3
2012-04-02m68k/mac: Add missing platform check before registering platform devicesGeert Uytterhoeven1-0/+3
2012-04-02m68k: include asm/cmpxchg.h in our m68k atomic.hGreg Ungerer1-0/+1
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+4
2012-04-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-1/+90
2012-04-01Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2-6/+28
2012-04-01new helper: ext2_image_size()Al Viro1-3/+4
2012-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+3
2012-03-31sparc32: fix fallout from system.h removalSam Ravnborg3-0/+3
2012-03-31Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds7-60/+30
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds8-47/+88
2012-03-31Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-0/+13
2012-03-31Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds13-220/+166
2012-03-31ARM: clps711x: fix missing include fileOlof Johansson1-0/+1
2012-03-31ARM: fix builds due to missing <asm/system_misc.h> includesOlof Johansson11-0/+12
2012-03-31Merge branch 'tboot' into releaseLen Brown1-3/+6
2012-03-31Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown12-220/+165
2012-03-30ia64: Fixup asm/cmpxchg.hDavid Howells1-1/+1
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-2/+9
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+4
2012-03-30microblaze: Add missing headers caused by disintegration asm/system.hMichal Simek2-0/+3
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek3350-63662/+70019
2012-03-30microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_userMichal Simek1-36/+62
2012-03-30[S390] Fix build errors (fallout from system.h disintegration)Heiko Carstens7-2/+9
2012-03-30ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec1-1/+2
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-1/+3
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds17-331/+383
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-7/+0
2012-03-30sparc: Fix even more fallout from system.h split.David S. Miller2-0/+3
2012-03-30sparc: fix fallout from system.h splitStephen Rothwell1-0/+1