aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-24/+15
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds50-1347/+4925
2008-07-26cris: use generic show_mem()Johannes Weiner1-30/+0
2008-07-26frv: use generic show_mem()Johannes Weiner1-31/+0
2008-07-26m32r: use generic show_mem()Johannes Weiner1-36/+0
2008-07-26m68k: use generic show_mem()Johannes Weiner1-30/+0
2008-07-26m68knommu: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26mips: use generic show_mem()Johannes Weiner2-38/+1
2008-07-26h8300: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26mn10300: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26powerpc: use generic show_mem()Johannes Weiner1-39/+0
2008-07-26s390: use generic show_mem()Johannes Weiner1-32/+0
2008-07-26sh: use generic show_mem()Johannes Weiner1-41/+0
2008-07-26sparc64: use generic show_mem()Johannes Weiner1-45/+0
2008-07-26um: use generic show_mem()Johannes Weiner1-31/+0
2008-07-26x86: use generic show_mem()Johannes Weiner2-84/+0
2008-07-26xtensa: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26blackfin: use generic show_mem()Johannes Weiner1-27/+0
2008-07-26avr32: use generic show_mem()Johannes Weiner1-39/+0
2008-07-26alpha: use generic show_mem()Johannes Weiner2-65/+0
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+2
2008-07-26tracehook: CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath1-0/+18
2008-07-26tracehook: execRoland McGrath1-6/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan7-27/+16
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin1-3/+40
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin3-0/+260
2008-07-26mn10300: use the common ascii hex helpersHarvey Harrison1-62/+46
2008-07-26frv: use the common ascii hex helpersHarvey Harrison1-52/+36
2008-07-26cris: use the common ascii hex helpersHarvey Harrison2-102/+37
2008-07-26kexec jump: save/restore device stateHuang Ying2-2/+15
2008-07-26kexec jumpHuang Ying6-33/+181
2008-07-26x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer1-45/+26
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori13-37/+30
2008-07-26x86, AMD IOMMU: include amd_iommu_last_bdf in device initializationJoerg Roedel2-4/+4
2008-07-26x86, RDC321x: add to mach-defaultIngo Molnar2-20/+11
2008-07-26Blackfin arch: If we double fault, rather than hang forever, resetRobin Getz1-2/+5
2008-07-26Blackfin arch: When icache is off, make sure people know itRobin Getz1-5/+12
2008-07-26Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.Sonic Zhang2-13/+53
2008-07-26Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routinesMike Frysinger1-10/+34
2008-07-26Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich1-0/+8
2008-07-26Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banksMike Frysinger1-0/+2
2008-07-25x86_64: fix ia32 AMD syscall audit fast-pathRoland McGrath1-3/+3
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-3/+6
2008-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+6
2008-07-26powerpc: Fix boot problem due to AT_BASE_PLATFORM changeNathan Lynch1-2/+2
2008-07-25sparc: Wire up new system calls.David S. Miller2-3/+6
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds26-205/+2118
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk2-28/+0
2008-07-25calgary iommu: use the first kernels TCE tables in kdumpChandru1-6/+79