aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo
2009-02-10x86: implement x86_32 stack protectorTejun Heo
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo
2009-02-10x86: add %gs accessors for x86_32Tejun Heo
2009-02-10x86: stackprotector.h misc updateTejun Heo
2009-02-10Merge branch 'x86/urgent' into core/percpuIngo Molnar
2009-02-10Merge branch 'x86/uaccess' into core/percpuIngo Molnar
2009-02-10x86: fix math_emu register frame accessTejun Heo
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar
2009-02-09x86: math_emu info cleanupTejun Heo
2009-02-09x86: include correct %gs in a.out core dumpTejun Heo
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst
2009-02-04x86: don't apply __supported_pte_mask to non-present ptesJeremy Fitzhardinge
2009-02-04x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto
2009-02-04Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin
2009-02-03x86/paravirt: return full 64-bit resultJeremy Fitzhardinge
2009-02-02x86/paravirt: don't restore second return regJeremy Fitzhardinge
2009-01-31x86: split loading percpu segments from loading gdtJeremy Fitzhardinge
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst
2009-01-30x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge
2009-01-30x86/paravirt: implement PVOP_CALL macros for callee-save functionsJeremy Fitzhardinge
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge
2009-01-30x86/paravirt: selectively save/restore regs around pvops callsJeremy Fitzhardinge
2009-01-30x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge
2009-01-30Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin
2009-01-31headers_check fix: x86, swab.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, sigcontext32.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, sigcontext.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, ptrace-abi.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, mtrr.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, mce.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, kvm.hJaswinder Singh Rajput
2009-01-31headers_check fix: x86, e820.hJaswinder Singh Rajput
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap
2009-01-29x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto
2009-01-27Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar
2009-01-27x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst
2009-01-27x86: remove extra barriers from load_gs_base()Brian Gerst
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst
2009-01-27x86: move setup_cpu_local_masks()Brian Gerst
2009-01-27x86: move 64-bit NUMA codeBrian Gerst
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-01-25x86: use standard PIT frequencyIngo Molnar
2009-01-23x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto