Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '... | Ingo Molnar | 129 | -4724/+2888 |
2009-02-24 | x86: invalid_vm86_irq -- use predefined macros | Cyrill Gorcunov | 1 | -1/+1 |
2009-02-24 | x86: fix performance regression in write() syscall | Salman Qazi | 1 | -2/+14 |
2009-02-23 | x86: refactor x86_quirks support | Ingo Molnar | 4 | -26/+15 |
2009-02-23 | x86: remove various unused subarch hooks | Ingo Molnar | 1 | -3/+3 |
2009-02-23 | x86: remove the Voyager 32-bit subarch | Ingo Molnar | 5 | -687/+0 |
2009-02-22 | Merge branch 'linus' into x86/apic | Ingo Molnar | 3 | -4/+7 |
2009-02-22 | x86: select x2apic ops in early apic probe only if x2apic mode is enabled | Suresh Siddha | 1 | -1/+1 |
2009-02-21 | x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX | Ingo Molnar | 1 | -4/+5 |
2009-02-20 | Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core | Ingo Molnar | 11 | -75/+24 |
2009-02-20 | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 3 | -4/+7 |
2009-02-19 | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 7 | -10/+11 |
2009-02-19 | x86: linkage - get rid of _X86 macros | Cyrill Gorcunov | 1 | -60/+0 |
2009-02-19 | x86: asm linkage - introduce GLOBAL macro | Cyrill Gorcunov | 1 | -0/+4 |
2009-02-19 | x86: syscalls.h: remove asmlinkage from declaration of sys_rt_sigreturn() | Hiroshi Shimamoto | 1 | -1/+1 |
2009-02-19 | x86: include/asm/processor.h remove double declaration of print_cpu_info | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-02-19 | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 2 | -4/+0 |
2009-02-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -16/+2 |
2009-02-18 | x86: truncate ISA addresses to unsigned int | H. Peter Anvin | 1 | -3/+8 |
2009-02-17 | x86, apic: rename 'genapic' to 'apic' | Ingo Molnar | 2 | -10/+10 |
2009-02-17 | x86, apic: remove ->store_NMI_vector() | Ingo Molnar | 1 | -1/+0 |
2009-02-17 | x86, numaq_32: clean up, misc | Ingo Molnar | 1 | -2/+0 |
2009-02-17 | x86, apic: clean up the cpu_2_logical_apiciddeclaration | Ingo Molnar | 1 | -0/+4 |
2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 1 | -2/+0 |
2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar | 1 | -1/+1 |
2009-02-17 | x86, apic: merge genapic.h into apic.h | Ingo Molnar | 2 | -316/+310 |
2009-02-17 | remove: genapic prepare | Ingo Molnar | 1 | -12/+1 |
2009-02-17 | x86: fold apic_ops into genapic | Yinghai Lu | 2 | -66/+92 |
2009-02-17 | x86: add x2apic config | Yinghai Lu | 1 | -3/+15 |
2009-02-17 | x86: remove stale arch/x86/include/asm/page_64.h.rej file | Ingo Molnar | 1 | -114/+0 |
2009-02-17 | Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p... | Ingo Molnar | 118 | -3946/+2937 |
2009-02-16 | x86, xen: short-circuit tests for dom0 | Jeremy Fitzhardinge | 1 | -10/+18 |
2009-02-15 | KVM: Avoid using CONFIG_ in userspace visible headers | Avi Kivity | 1 | -0/+7 |
2009-02-13 | Merge commit 'tip/x86/headers' into x86/untangle2 | Jeremy Fitzhardinge | 3 | -22/+24 |
2009-02-13 | Merge branch 'core/header-fixes' into x86/headers | Ingo Molnar | 2 | -21/+23 |
2009-02-13 | x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined | James Bottomley | 1 | -1/+1 |
2009-02-13 | x86: move more pagetable-related definitions into pgtable*.h | Jeremy Fitzhardinge | 7 | -10/+11 |
2009-02-13 | x86 headers: protect page_32.h via __ASSEMBLY__ | Ingo Molnar | 1 | -2/+2 |
2009-02-13 | x86 headers: include page_types.h in pgtable_types.h | Ingo Molnar | 1 | -0/+1 |
2009-02-13 | x86 headers: include linux/types.h | Ingo Molnar | 1 | -0/+2 |
2009-02-13 | x86 headers: remove duplicate pud_large() definition | Ingo Molnar | 1 | -7/+0 |
2009-02-13 | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 17 | -694/+870 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 2 | -16/+2 |
2009-02-13 | Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/... | Ingo Molnar | 14 | -325/+355 |
2009-02-13 | Merge branch 'x86/cleanups' into x86/core | Ingo Molnar | 3 | -4/+1 |
2009-02-13 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 13 | -30/+222 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 7 | -27/+15 |
2009-02-13 | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 1 | -15/+2 |
2009-02-12 | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 1 | -1/+0 |
2009-02-12 | x86: UV: fix header struct usage | Randy Dunlap | 1 | -0/+3 |