summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus 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[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
2008-02-07[POWERPC] Use user_regset accessors for SPE regsRoland McGrath1-33/+57
2008-02-07[POWERPC] Use user_regset accessors for altivec regsRoland McGrath1-34/+78
2008-02-07[POWERPC] Use user_regset accessors for FP regsRoland McGrath1-6/+31
2008-02-06Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer1-1/+1
2008-02-06[POWERPC] Add missing native dcr dcr_ind_lock spinlockValentine Barshak1-2/+3
2008-02-06[POWERPC] 4xx: Fix offset value on Warp boardSean MacLennan1-1/+1
2008-02-06[POWERPC] 4xx: Add 440EPx Sequoia ehci dts entryValentine Barshak1-0/+8
2008-02-06[POWERPC] 4xx: Fix Walnut buildJosh Boyer2-0/+2
2008-02-07[POWERPC] Update default irq servers when boot cpu is removedNathan Fontenot1-32/+45
2008-02-07[POWERPC] Remove redundant of_get_cpu_node routineNathan Fontenot1-26/+1
2008-02-07[POWERPC] Split xics_teardown_cpu()Nathan Fontenot4-7/+14
2008-02-07[POWERPC] Update irq descriptor affinityNathan Fontenot1-1/+1
2008-02-07[POWERPC] bootwrapper: Build multiple cuImagesGrant Likely5-74/+103
2008-02-07[POWERPC] Fake NUMA emulation for PowerPCBalbir Singh1-3/+63
2008-02-07[POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=yOlof Johansson1-1/+1
2008-02-07Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras8-4/+256
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds13-94/+153
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar1-2/+3
2008-02-06x86: fix mttr trimmingYinghai Lu1-10/+9
2008-02-06x86: delay CPA self-test and repeat itIngo Molnar2-16/+53
2008-02-06x86: fix 64-bit sectionsSam Ravnborg1-10/+5
2008-02-06x86: remove suprious ifdefs from pageattr.cArjan van de Ven1-3/+0
2008-02-06x86: mark the .rodata section also NXArjan van de Ven2-2/+9
2008-02-06x86: fix iret exception recovery on 64-bitRoland McGrath1-2/+1
2008-02-06x86: fix sparse warnings in powernow-k8.cHarvey Harrison1-1/+0
2008-02-06x86: fix sparse error in traps_32.cHarvey Harrison1-10/+5
2008-02-06x86: trivial sparse/checkpatch in quirks.cHarvey Harrison1-13/+13
2008-02-06x86 ptrace: disallow null cs/ssRoland McGrath1-2/+23
2008-02-06x86: remove X2 workaroundIngo Molnar1-11/+0
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner1-6/+17
2008-02-06x86: make traps on entry code be debuggable in user space, 64-bitRoland McGrath1-6/+15