summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-04-26x86: use get_bios_ebda()Akinobu Mita3-8/+6
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita1-0/+1
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita5-11/+11
2008-04-26x86: cleanup div_sc() usageAkinobu Mita5-5/+9
2008-04-26x86: cleanup clocksource_hz2mult usageAkinobu Mita1-1/+2
2008-04-26x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita1-4/+0
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita1-9/+5
2008-04-26x86: use MP_intsrc_info()Akinobu Mita1-17/+2
2008-04-26x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita1-3/+1
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath2-60/+9
2008-04-26x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath1-29/+1
2008-04-26x86 signals: lift set_fsRoland McGrath2-8/+7
2008-04-26x86 signals: lift flags diddling codeRoland McGrath3-30/+30
2008-04-26x86: remove NexGen supportDmitri Vorobiev4-65/+5
2008-04-26x86: array can become staticDmitri Vorobiev1-1/+1
2008-04-26x86: remove unused function amd_init_cpu()Dmitri Vorobiev1-6/+0
2008-04-26x86-64: extend MCE CPU quirk handlingJan Beulich1-8/+10
2008-04-26i386: fix signal type for iret exceptionJan Beulich1-1/+1
2008-04-26x86: fix watchdog ops for CoreDuoJan Beulich1-12/+2
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich1-1/+1
2008-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds100-4463/+1626
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds5-14/+240
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds23-987/+572
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-7/+24
2008-04-25Update .gitignore filesMatthew Wilcox2-2/+6
2008-04-25x86: harden kernel code patchingIngo Molnar1-0/+1
2008-04-25x86: clean up text_poke()Mathieu Desnoyers1-20/+18
2008-04-25x86: fix text_poke()Jiri Slaby1-1/+1
2008-04-25x86: remove set_fixmap() warningIngo Molnar1-1/+1
2008-04-25x86: make __set_fixmap() non-initIngo Molnar1-3/+2
2008-04-25[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().David S. Miller1-5/+22
2008-04-25[SPARC64]: Fix args to 64-bit sys_semctl() via sys_ipc().David S. Miller1-2/+2
2008-04-25[POWERPC] Add zImage.iseries to arch/powerpc/boot/.gitignoreKumar Gala1-0/+1
2008-04-25xen: allow compilation with non-flat memoryJeremy Fitzhardinge2-1/+3
2008-04-25xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge2-64/+15
2008-04-25xen: allow set_pte_at on init_mm to be locklessJeremy Fitzhardinge1-2/+10
2008-04-25xen: disable preemption during tlb flushJeremy Fitzhardinge1-2/+13
2008-04-25xen: make grant table arch portableIsaku Yamahata2-1/+92
2008-04-25xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata3-660/+2
2008-04-25xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2-30/+1
2008-04-25xen: jump to iret fixupJeremy Fitzhardinge2-15/+10
2008-04-25xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge1-0/+2
2008-04-25xen: short-cut for recursive event handlingJeremy Fitzhardinge1-16/+30
2008-04-25xen: make sure retriggered events are set pendingJeremy Fitzhardinge1-1/+7
2008-04-25xen: implement a debug-interrupt handlerJeremy Fitzhardinge3-5/+64
2008-04-25xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge6-3/+99
2008-04-25x86: unify pgd ctor/dtorJeremy Fitzhardinge1-46/+13
2008-04-25x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge6-14/+14
2008-04-25xen: make sure iret faults are trappedJeremy Fitzhardinge2-2/+6
2008-04-25xen: unify pte operationsJeremy Fitzhardinge1-81/+44