aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-09[SPARC64]: IOMMU allocations using iommu-helper layer.David S. Miller4-110/+111
2008-02-09[SPARC64]: iommu_common.h tidy ups...David S. Miller1-3/+7
2008-02-09[SPARC64]: Remove unused declarations from iommu_common.hDavid S. Miller1-19/+0
2008-02-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds5-77/+202
2008-02-08[IA64] Fix large MCA bootmem allocationRuss Anderson1-29/+26
2008-02-08[IA64] Simplify cpu_idle_waitTony Luck1-29/+15
2008-02-08[IA64] Synchronize RBS on PTRACE_ATTACHPetr Tesarik1-0/+57
2008-02-08[IA64] Synchronize kernel RSE to user-space and backPetr Tesarik2-0/+88
2008-02-08[IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUMEPetr Tesarik2-18/+12
2008-02-08[IA64] Wire up timerfd_{create,settime,gettime} syscallsTony Luck1-1/+4
2008-02-09[Blackfin] arch: fix build fails only include header files when enabledMike Frysinger3-0/+6
2008-02-07Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vmLinus Torvalds1-0/+4
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter1-0/+4
2008-02-07Fix compilation of powerpc asm-offsets.c with old gccTony Breeds1-1/+1
2008-02-07m68k: correct setting of struct user.u_ar0Geert Uytterhoeven1-1/+1
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+43
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-922/+1066
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds7-67/+34
2008-02-07Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds3-9/+9
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds6-27/+55
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds68-725/+1516
2008-02-07I8K: add i8k driver to the x86_64 KconfigBradley Smith1-1/+0
2008-02-07m32r: build fix of arch/m32r/kernel/smpboot.cMathieu Desnoyers1-0/+1
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin1-2/+1
2008-02-07vmcoreinfo: fix the configuration dependenciesKen'ichi Ohmichi3-3/+9
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi1-1/+1
2008-02-07Use BOOTMEM_EXCLUSIVE for kdumpBernhard Walle2-26/+39
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle40-95/+145
2008-02-07[SPARC32]: Use regsets in arch_ptrace().David S. Miller1-68/+47
2008-02-07[SPARC64]: Use regsets in arch_ptrace().David S. Miller1-132/+77
2008-02-07[SPARC64]: Use regsets for ELF core dumping.David S. Miller1-27/+4
2008-02-07[SPARC64]: Remove unintentional ptrace debugging messages.David S. Miller1-5/+0
2008-02-07[SPARC]: Move over to arch_ptrace().David S. Miller4-700/+172
2008-02-07[SPARC]: Remove PTRACE_SUN* handling.David S. Miller2-28/+2
2008-02-07[SPARC]: Kill DEBUG_PTRACE code.David S. Miller2-89/+0
2008-02-07[SPARC32]: Add user regset support.David S. Miller1-1/+284
2008-02-07[SPARC64]: Add user regsets.David S. Miller1-1/+581
2008-02-07[SPARC64]: Fix booting on non-zero cpu.David S. Miller2-0/+28
2008-02-07leds: Standardise LED naming schemeRichard Purdie3-9/+9
2008-02-07[POWERPC] Add SPE registers to core dumpsRoland McGrath1-1/+1
2008-02-07[POWERPC] Use regset code for compat PTRACE_*REGS* callsRoland McGrath1-71/+25
2008-02-07[POWERPC] Use generic compat_sys_ptraceRoland McGrath1-28/+5
2008-02-07[POWERPC] Use generic compat_ptrace_requestRoland McGrath1-32/+2
2008-02-07[POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath1-12/+0
2008-02-07[POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath1-175/+59
2008-02-07[POWERPC] Switch to generic compat_binfmt_elf codeRoland McGrath3-70/+2
2008-02-07[POWERPC] Add user_regset compat supportRoland McGrath1-0/+162
2008-02-07[POWERPC] Add user_regset_view definitionsRoland McGrath2-0/+54
2008-02-07[POWERPC] Use user_regset accessors for GPRsRoland McGrath1-0/+91
2008-02-07[POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath1-15/+30