aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAge
...
| | | | | | * | | | x86: unify pgd_presentJeremy Fitzhardinge2009-02-06
| | | | | | * | | | x86: unify pud_presentJeremy Fitzhardinge2009-02-06
| | | | | | * | | | x86: unify pte_presentJeremy Fitzhardinge2009-02-06
| | | | | | * | | | x86: unify pte_sameJeremy Fitzhardinge2009-02-06
| | | | | | * | | | x86: unify pte_noneJeremy Fitzhardinge2009-02-06
| | | * | | | | | | x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying2009-02-03
| | * | | | | | | | x86: document 64-bit and 32-bit function call convention ABIIngo Molnar2009-02-03
| * | | | | | | | | x86: use early_ioremap in __acpi_map_tableJeremy Fitzhardinge2009-02-09
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86/cleanups' into x86/coreIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge commit 'v2.6.29-rc4' into x86/cleanupsIngo Molnar2009-02-11
| |\| | | | | | | |
| * | | | | | | | | x86: unify asm/io.h: IO_SPACE_LIMITJeremy Fitzhardinge2009-01-29
* | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: UV: fix header struct usageRandy Dunlap2009-02-11
| * | | | | | | | | | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-11
| * | | | | | | | | | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-11
| * | | | | | | | | | x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-11
| * | | | | | | | | | x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-11
| * | | | | | | | | | x86: fix x86_32 stack protector bugsTejun Heo2009-02-11
| * | | | | | | | | | x86: implement x86_32 stack protectorTejun Heo2009-02-09
| * | | | | | | | | | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-09
| * | | | | | | | | | x86: add %gs accessors for x86_32Tejun Heo2009-02-09
| * | | | | | | | | | x86: stackprotector.h misc updateTejun Heo2009-02-09
| * | | | | | | | | | Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-04
| | * | | | | | | | | | x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-29
| * | | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-09
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-11
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | x86: fix math_emu register frame accessTejun Heo2009-02-09
| | * | | | | | | | | x86: math_emu info cleanupTejun Heo2009-02-09
| | * | | | | | | | | x86: include correct %gs in a.out core dumpTejun Heo2009-02-09
| | * | | | | | | | | x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-09
| | * | | | | | | | | x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2009-02-09
| * | | | | | | | | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-09
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | x86, apic: make generic_apic_probe() generally availableIngo Molnar2009-02-11
* | | | | | | | | | xen: expose enable_IO_APIC for 32-bitIan Campbell2009-02-09
* | | | | | | | | | x86: unstatic ioapic entry funcsJeremy Fitzhardinge2009-02-09
* | | | | | | | | | x86: add mp_find_ioapic_pinJeremy Fitzhardinge2009-02-09
* | | | | | | | | | x86: unstatic mp_find_ioapic so it can be used elsewhereJeremy Fitzhardinge2009-02-09
* | | | | | | | | | x86: make apic_* operations inline functionsJeremy Fitzhardinge2009-02-09
* | | | | | | | | | xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-09
* | | | | | | | | | Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-09
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-04
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-31
| | * | | | | | | | | x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-31
| * | | | | | | | | | x86/paravirt: return full 64-bit resultJeremy Fitzhardinge2009-02-03
| * | | | | | | | | | x86/paravirt: don't restore second return regJeremy Fitzhardinge2009-02-02
| * | | | | | | | | | x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge2009-01-30