summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-131-1/+1
* Merge branch 'x86/core' into core/ipiIngo Molnar2009-03-13522-18699/+20722
|\
| *-----. Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar2009-03-1235-268/+1204
| |\ \ \ \
| | | | | * x86: mmiotrace: quieten spurious warning messageStuart Bennett2009-03-111-1/+1
| | | | * | x86: remove zImage supportH. Peter Anvin2009-03-115-91/+18
| | | * | | x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita2009-03-111-0/+2
| | | * | | x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita2009-03-113-17/+14
| | | |/ /
| | * | | x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput2009-03-112-2/+4
| | * | | x86: cpu architecture debug codeJaswinder Singh Rajput2009-03-104-0/+985
| | * | | x86: BUG to BUG_ON changesStoyan Gaydarov2009-03-102-6/+3
| * | | | x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov2009-03-111-8/+5
| | |/ / | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar2009-03-11320-3656/+6530
| |\ \ \ \ \
| | | * | | | x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro2009-03-111-2/+2
| | * | | | | x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying2009-03-115-44/+197
| | * | | | | x86, kexec: x86_64: add identity map for pages at image->startHuang Ying2009-03-111-0/+42
| | * | | | | x86, kexec: fix kexec x86 coding styleHuang Ying2009-03-114-30/+50
| | | |_|/ / | | |/| | |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *-----------. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2009-03-10143-2156/+2069
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman2009-03-081-2/+0
| | | | | | | | | * | | | percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo2009-03-071-37/+124
| | | | | | | | | * | | | percpu: move fully free chunk reclamation into a workTejun Heo2009-03-061-10/+38
| | | | | | | | | * | | | percpu: move chunk area map extension out of area allocationTejun Heo2009-03-061-48/+60
| | | | | | | | | * | | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-061-43/+42
| | | | | | | | | * | | | x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-062-32/+40
| | | | | | | | | * | | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-064-29/+144
| | | | | | | | | * | | | percpu: add an indirection ptr for chunk page map accessTejun Heo2009-03-061-1/+4
| | | | | | | | | * | | | x86: make embedding percpu allocator return excessive free spaceTejun Heo2009-03-061-16/+28
| | | | | | | | | * | | | percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-063-24/+29
| | | | | | | | | * | | | percpu: improve first chunk initial area map handlingTejun Heo2009-03-061-26/+27
| | | | | | | | | * | | | percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2009-03-062-30/+30
| | | | | | | | | * | | | percpu: clean up percpu constantsTejun Heo2009-03-062-21/+13
| | | | | | * | | | | | | x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge2009-03-081-0/+2
| | | | | | * | | | | | | x86: fix warning about nodeidYinghai Lu2009-03-081-9/+14
| | | | | | * | | | | | | x86: rename do_not_nx to disable_nx in mm/init_64.cPekka Enberg2009-03-061-4/+4
| | | | | | * | | | | | | x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg2009-03-061-1/+1
| | | | | * | | | | | | | x86: make "memtest" like "memtest=17"Yinghai Lu2009-03-061-0/+3
| | | | | |/ / / / / / /
| | | | * / / / / / / / x86: don't define __this_fixmap_does_not_exist()Wang Chen2009-03-081-8/+11
| | | | |/ / / / / / /
| | | * / / / / / / / x86: linkage.h - guard assembler specifics by __ASSEMBLY__Cyrill Gorcunov2009-03-061-6/+10
| | | |/ / / / / / /
| | * / / / / / / / x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu2009-03-083-78/+77
| | |/ / / / / / /
| | * | | | | | | Merge branch 'x86/uv' into x86/coreIngo Molnar2009-03-0513-1/+452
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86: UV, SGI RTC: add generic system vector, build fix on UPIngo Molnar2009-03-051-0/+2
| | | * | | | | | | x86: UV, SGI RTC: fix uv_time.c for UPDimitri Sivanich2009-03-051-1/+3
| | | * | | | | | | x86: UV, SGI RTC: add UV RTC clocksource/clockeventsDimitri Sivanich2009-03-042-1/+392
| | | * | | | | | | x86: UV, SGI RTC: loop through installed UV bladesDimitri Sivanich2009-03-041-0/+4
| | | * | | | | | | x86: UV, SGI RTC: add generic system vectorDimitri Sivanich2009-03-049-0/+52
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'x86/doc' into x86/coreIngo Molnar2009-03-051-0/+101
| | |\ \ \ \ \ \ \
| | | * | | | | | | x86/doc: mini-howto for using earlyprintk=dbgpYinghai Lu2009-03-051-0/+101
| | * | | | | | | | Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-0513-491/+472
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge2009-03-052-6/+5
| | | * | | | | | | | x86-32: use specific __vmalloc_start_set flag in __virt_addr_validJeremy Fitzhardinge2009-03-053-4/+12
| | | * | | | | | | | x86: clean up old gcc warningsJeremy Fitzhardinge2009-03-052-6/+5