summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar11-107/+458
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar478-16612/+14288
2009-02-24x86: efi_stub_32,64 - add missing ENDPROCsCyrill Gorcunov2-0/+8
2009-02-24x86: head_64.S - use GLOBAL macroCyrill Gorcunov1-15/+7
2009-02-24x86: entry_64.S - add missing ENDPROCCyrill Gorcunov1-0/+1
2009-02-24x86: invalid_vm86_irq -- use predefined macrosCyrill Gorcunov1-1/+1
2009-02-24x86: head_64.S - use IDT_ENTRIES instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-02-24x86: head_64.S - remove useless balignCyrill Gorcunov1-2/+0
2009-02-24x86: fix performance regression in write() syscallSalman Qazi1-2/+14
2009-02-24x86: add remapping percpu first chunk allocatorTejun Heo1-2/+135
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo1-1/+85
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo1-42/+102
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo1-1/+14
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo4-35/+63
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo3-40/+7
2009-02-23x86: minor cleanup in the espfix codeStas Sergeev1-1/+1
2009-02-23x86: check mptable physptr with max_low_pfn on 32bitYinghai Lu1-3/+12
2009-02-23x86: refactor x86_quirks supportIngo Molnar16-56/+39
2009-02-23x86: remove various unused subarch hooksIngo Molnar3-40/+4
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar21-4334/+1
2009-02-22x86: improve the help text of X86_EXTENDED_PLATFORMRavikiran G Thirumalai1-2/+28
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar85-311/+1862
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+4
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds4-4/+4
2009-02-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-20/+10
2009-02-22m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven7-31/+31
2009-02-22x86: select x2apic ops in early apic probe only if x2apic mode is enabledSuresh Siddha5-21/+18
2009-02-22x86: ia32_signal: introduce {get|set}_user_seg()Hiroshi Shimamoto1-20/+18
2009-02-22x86: ia32_signal: introduce GET_SEG() macroHiroshi Shimamoto1-5/+9
2009-02-22x86: ia32_signal: remove unused debug codeHiroshi Shimamoto1-18/+0
2009-02-22x86, mm: fault.c, simplify kmmio_fault(), cleanupIngo Molnar1-1/+2
2009-02-22x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-02-22x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointerHannes Eder2-2/+2
2009-02-22x86_64: Fix S3 fail pathJiri Slaby1-1/+3
2009-02-22x86_64: acpi/wakeup_64 cleanupJiri Slaby1-19/+7
2009-02-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+4
2009-02-21x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin3-4/+4
2009-02-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+9
2009-02-21mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.cWei Yongjun1-1/+1
2009-02-21mn10300: fix oprofileDavid Howells1-0/+1
2009-02-21uml: fix vde network backend in user mode linuxLuca Bigliardi1-3/+3
2009-02-21x86, mm: fault.c, update copyrightsIngo Molnar1-0/+1
2009-02-21x86, mm: fault.c, give another attempt at prefetch handing before SIGBUSIngo Molnar1-3/+1
2009-02-21x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()Ingo Molnar1-4/+0
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar4-8/+9
2009-02-21x86, mm: fault.c, remove #ifdef from do_page_fault()Ingo Molnar1-4/+2
2009-02-21x86, mm: fault.c, unify oops handlingIngo Molnar1-16/+3
2009-02-21x86, mm: fault.c, unify oops printingIngo Molnar1-9/+5
2009-02-21x86, mm: fault.c, reorder functionsIngo Molnar1-235/+239