aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+0
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds17-26/+26
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds45-306/+2466
2009-04-03x86, PAT: Remove duplicate memtype reserve in pci mmapSuresh Siddha1-46/+0
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-2/+9
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds26-98/+501
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds10-24/+60
2009-04-03mm: fix misuse of debug_kmap_atomicAkinobu Mita2-2/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds87-2188/+1588
2009-04-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds18-60/+256
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds1-6/+6
2009-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into mergeChris Zankel63-101/+494
2009-04-03xtensa: we don't need to include asm/io.hChris Zankel1-1/+0
2009-04-03xtensa: only build platform or variant if they contain a MakefileChris Zankel3-10/+8
2009-04-02xtensa: make startup code discardableDaniel Glöckner1-1/+1
2009-04-02xtensa: ccount clocksourceJohannes Weiner2-73/+33
2009-04-02xtensa: remove platform rtc hooksJohannes Weiner3-41/+1
2009-04-02xtensa: use generic sched_clock()Johannes Weiner1-9/+0
2009-04-02xtensa: platform: s6105Johannes Weiner9-0/+712
2009-04-02xtensa: let platform override KERNELOFFSETJohannes Weiner1-0/+3
2009-04-02xtensa: s6000 variantJohannes Weiner8-0/+481
2009-04-02xtensa: s6000 variant core definitionsJohannes Weiner3-0/+926
2009-04-02xtensa: variant irq set callbacksJohannes Weiner3-0/+24
2009-04-02xtensa: variant-specific codeJohannes Weiner3-0/+5
2009-04-02xtensa: nommu supportJohannes Weiner19-75/+169
2009-04-02xtensa: add flat supportOskar Schirmer1-0/+12
2009-04-02xtensa: enforce slab alignment to maximum register widthOskar Schirmer1-0/+2
2009-04-02xtensa: cope with ram beginning at higher addressesJohannes Weiner2-6/+9
2009-04-02xtensa: don't make bootmem bitmap larger than requiredJohannes Weiner1-1/+2
2009-04-02xtensa: fix init_bootmem_node() argument orderJohannes Weiner1-1/+2
2009-04-02xtensa: use correct stack pointer for stack tracesJohannes Weiner1-8/+6
2009-04-02xtensa: beat Kconfig into shapeJohannes Weiner1-88/+78
2009-04-02xtensa: remove redefinition of XCHAL_MMU_ASID_BITSJohannes Weiner1-2/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+1
2009-04-02ia64: implement interrupt-enabling rwlocksRobin Holt1-17/+63
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt12-0/+32
2009-04-02preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls.Ralf Baechle5-6/+20
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann4-0/+10
2009-04-02sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt1-3/+0
2009-04-02sgi-gru: add macros for using the UV hub to send interruptsJack Steiner3-7/+20
2009-04-02sgi-gru: add definitions of ia64 GRU MMRsJack Steiner1-3/+155
2009-04-02sgi-gru: add definitions of x86_64 GRU MMRsJack Steiner1-0/+153
2009-04-02sgi-gru: exclude UV definitions on 32-bit x86Jack Steiner1-0/+2
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-1/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan25-25/+25
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-04-02uml: fix warnings in kernel_execveMiklos Szeredi1-1/+2
2009-04-02uml: fix link error from prefixing of i386 syscalls with ptregs_Miklos Szeredi1-0/+11
2009-04-02uml: fix compile error from net_device_ops conversionMiklos Szeredi1-1/+1
2009-04-02generic debug pagealloc: build fixAkinobu Mita4-37/+0