Age | Commit message (Expand) | Author | Files | Lines |
2009-02-17 | x86: fold apic_ops into genapic | Yinghai Lu | 20 | -77/+92 |
2009-02-17 | x86: add x2apic config | Yinghai Lu | 6 | -18/+21 |
2009-02-17 | Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p... | Ingo Molnar | 89 | -2936/+4288 |
2009-02-16 | x86: make APIC_init_uniprocessor() more like smp_prepare_cpus() | Yinghai Lu | 1 | -12/+8 |
2009-02-16 | x86: pre init pirq_entries[] | Yinghai Lu | 1 | -13/+3 |
2009-02-15 | x86: make 32bit to call enable_IO_APIC early like 64bit | Yinghai Lu | 3 | -10/+5 |
2009-02-15 | x86, vm86: fix preemption bug | Thomas Gleixner | 1 | -1/+9 |
2009-02-15 | x86: fix typo in filter_cpuid_features() | Yinghai Lu | 1 | -4/+4 |
2009-02-15 | x86, olpc: fix model detection without OFW | Chris Ball | 1 | -1/+1 |
2009-02-13 | x86, UV: set full apicid in uv_hub_send_ipi | Dimitri Sivanich | 1 | -5/+4 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 3 | -6/+38 |
2009-02-13 | Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/... | Ingo Molnar | 8 | -205/+116 |
2009-02-13 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 15 | -311/+418 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 10 | -44/+80 |
2009-02-13 | x86, hpet: fix for LS21 + HPET = boot hang | john stultz | 1 | -0/+2 |
2009-02-13 | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context | Thomas Gleixner | 1 | -0/+2 |
2009-02-13 | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 1 | -0/+24 |
2009-02-12 | x86: merge sys_rt_sigreturn between 32 and 64 bits | H. Peter Anvin | 1 | -13/+1 |
2009-02-12 | x86: use regparm(3) for passed-in pt_regs pointer | Brian Gerst | 4 | -23/+39 |
2009-02-11 | x86: kernel/mpparse.c fix compilation warnings | Jaswinder Singh Rajput | 1 | -3/+3 |
2009-02-11 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+10 |
2009-02-11 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -23/+83 |
2009-02-11 | x86, ptrace, mm: fix double-free on race | Markus Metzger | 1 | -6/+10 |
2009-02-11 | x86: drop -fno-stack-protector annotations after pt_regs fixes | Brian Gerst | 1 | -18/+0 |
2009-02-11 | x86: pass in pt_regs pointer for syscalls that need it | Brian Gerst | 6 | -70/+59 |
2009-02-11 | x86: use pt_regs pointer in do_device_not_available() | Brian Gerst | 1 | -4/+5 |
2009-02-11 | x86: fix x86_32 stack protector bugs | Tejun Heo | 3 | -6/+16 |
2009-02-11 | x86, apic: make generic_apic_probe() generally available | Ingo Molnar | 1 | -2/+0 |
2009-02-11 | Merge branch 'x86/apic' of git://git.kernel.org/pub/scm/linux/kernel/git/jere... | Ingo Molnar | 2 | -9/+19 |
2009-02-11 | x86, apic: fix initialization of wakeup_cpu | Alok Kataria | 1 | -1/+1 |
2009-02-11 | tracing, x86: fix constraint for parent variable | Steven Rostedt | 1 | -5/+4 |
2009-02-10 | tracing, x86: fix fixup section to return to original code | Steven Rostedt | 1 | -3/+5 |
2009-02-10 | i8327: fix outb() parameter order | Clemens Ladisch | 1 | -9/+8 |
2009-02-10 | x86: implement x86_32 stack protector | Tejun Heo | 6 | -8/+52 |
2009-02-10 | x86: make lazy %gs optional on x86_32 | Tejun Heo | 4 | -25/+117 |
2009-02-10 | x86: add %gs accessors for x86_32 | Tejun Heo | 4 | -38/+27 |
2009-02-10 | x86: use asm .macro instead of cpp #define in entry_32.S | Tejun Heo | 1 | -142/+151 |
2009-02-10 | Merge branch 'x86/urgent' into core/percpu | Ingo Molnar | 8 | -14/+75 |
2009-02-10 | Merge branch 'x86/uaccess' into core/percpu | Ingo Molnar | 3 | -181/+154 |
2009-02-10 | x86: fix math_emu register frame access | Tejun Heo | 1 | -6/+9 |
2009-02-10 | x86: unstatic ioapic entry funcs | Jeremy Fitzhardinge | 1 | -5/+5 |
2009-02-10 | x86: add mp_find_ioapic_pin | Jeremy Fitzhardinge | 1 | -3/+13 |
2009-02-10 | x86: unstatic mp_find_ioapic so it can be used elsewhere | Jeremy Fitzhardinge | 1 | -1/+1 |
2009-02-10 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 1 | -6/+22 |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 10 | -45/+41 |
2009-02-09 | x86, es7000: fix ACPI table mappings | Yinghai Lu | 1 | -1/+8 |
2009-02-09 | acpi/x86: introduce __apci_map_table, v4 | Yinghai Lu | 1 | -10/+7 |
2009-02-09 | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent... | Jeremy Fitzhardinge | 1 | -3/+5 |
2009-02-09 | x86: always explicitly map acpi memory | Jeremy Fitzhardinge | 1 | -3/+0 |
2009-02-09 | x86: use early_ioremap in __acpi_map_table | Jeremy Fitzhardinge | 1 | -20/+7 |