aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita
2008-04-26x86: cleanup div_sc() usageAkinobu Mita
2008-04-26x86: cleanup clocksource_hz2mult usageAkinobu Mita
2008-04-26x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita
2008-04-26x86: use MP_intsrc_info()Akinobu Mita
2008-04-26x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath
2008-04-26x86_64 ia32 ptrace: use compat_ptrace_request for siginfoRoland McGrath
2008-04-26x86 signals: lift set_fsRoland McGrath
2008-04-26x86 signals: lift flags diddling codeRoland McGrath
2008-04-26x86: remove NexGen supportDmitri Vorobiev
2008-04-26x86: array can become staticDmitri Vorobiev
2008-04-26x86: remove unused function amd_init_cpu()Dmitri Vorobiev
2008-04-26x86-64: extend MCE CPU quirk handlingJan Beulich
2008-04-26i386: fix signal type for iret exceptionJan Beulich
2008-04-26x86: fix watchdog ops for CoreDuoJan Beulich
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-25Update .gitignore filesMatthew Wilcox
2008-04-25x86: harden kernel code patchingIngo Molnar
2008-04-25x86: clean up text_poke()Mathieu Desnoyers
2008-04-25x86: fix text_poke()Jiri Slaby
2008-04-25x86: remove set_fixmap() warningIngo Molnar
2008-04-25x86: make __set_fixmap() non-initIngo Molnar
2008-04-24xen: allow compilation with non-flat memoryJeremy Fitzhardinge
2008-04-24xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge
2008-04-24xen: allow set_pte_at on init_mm to be locklessJeremy Fitzhardinge
2008-04-24xen: disable preemption during tlb flushJeremy Fitzhardinge
2008-04-24xen: make grant table arch portableIsaku Yamahata
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata
2008-04-24xen: jump to iret fixupJeremy Fitzhardinge
2008-04-24xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge
2008-04-24xen: short-cut for recursive event handlingJeremy Fitzhardinge
2008-04-24xen: make sure retriggered events are set pendingJeremy Fitzhardinge
2008-04-24xen: implement a debug-interrupt handlerJeremy Fitzhardinge
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge
2008-04-24xen: make sure iret faults are trappedJeremy Fitzhardinge
2008-04-24xen: unify pte operationsJeremy Fitzhardinge
2008-04-24xen: make use of pte_t unionJeremy Fitzhardinge
2008-04-24xen: use appropriate pte typesJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge