summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
*-----------. Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-2312-92/+98
|\ \ \ \ \ \ \
| | | | | | | * x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman2010-09-232-2/+9
| | | | | | * | x86, UV: Use allocated buffer in tlb_uv.c:tunables_read()Dan Carpenter2010-09-301-3/+8
| | | | | * | | x86, setup: Use string copy operation to optimze copy in kernel compressionZhao Yakui2010-10-071-6/+23
| | | | * | | | x86: HPET force enable for CX700 / VIA Epia LTUdo van den Heuvel2010-09-151-0/+2
| | | * | | | | x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMANikanth Karthikesan2010-10-111-3/+1
| | | | |/ / / | | | |/| | |
| | * | | | | x86, asm: Restore parentheses around one pushl_cfi argumentJan Beulich2010-10-221-1/+1
| | * | | | | x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-196-78/+55
* | | | | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-2211-119/+56
|\ \ \ \ \ \ \
| * | | | | | | x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-2011-119/+56
| * | | | | | | Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin2010-10-2018-97/+21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/vmware' into x86/trampolineH. Peter Anvin2010-10-2013-1619/+4
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-221-4/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86,kgdb: remove unnecessary call to kgdb_correct_hw_break()Dongdong Deng2010-10-221-2/+0
| * | | | | | | | | | kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-1/+1
| * | | | | | | | | | x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35Jason Wessel2010-10-221-1/+6
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-0/+14
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-227-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-157-0/+7
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-226-37/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-072-3/+3
| * | | | | | | | | | | x86-32: Align IRQ stacks properlyChristoph Hellwig2010-07-271-1/+1
| * | | | | | | | | | | x86: Remove CONFIG_4KSTACKSChristoph Hellwig2010-06-293-19/+1
| * | | | | | | | | | | x86: Always use irq stacksChristoph Hellwig2010-06-293-15/+6
* | | | | | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-221-30/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Hpet: Avoid the comparator readback penaltyThomas Gleixner2010-09-181-30/+21
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-2132-510/+633
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-142-1/+2
| * | | | | | | | | | | | xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-133-8/+24
| * | | | | | | | | | | | Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-113-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-111-0/+3
| * | | | | | | | | | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-0842-167/+304
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | x86, memblock: Remove __memblock_x86_find_in_range_size()Yinghai Lu2010-10-051-28/+11
| * | | | | | | | | | | | | x86-32, memblock: Make add_highpages honor early reserved rangesYinghai Lu2010-10-054-43/+33
| * | | | | | | | | | | | | x86, memblock: Fix crashkernel allocationYinghai Lu2010-10-051-4/+9
| * | | | | | | | | | | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-31210-7659/+6747
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86: Remove old bootmem codeYinghai Lu2010-08-277-189/+1
| * | | | | | | | | | | | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ...Yinghai Lu2010-08-274-7/+19
| * | | | | | | | | | | | | | x86: Remove not used early_res codeYinghai Lu2010-08-272-66/+0
| * | | | | | | | | | | | | | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-2719-90/+103
| * | | | | | | | | | | | | | x86: Use memblock to replace early_resYinghai Lu2010-08-2711-153/+123
| * | | | | | | | | | | | | | x86, memblock: Use memblock_debug to control debug message print outYinghai Lu2010-08-271-8/+12
| * | | | | | | | | | | | | | x86, memblock: Add memblock_x86_memory_in_range()Yinghai Lu2010-08-272-1/+18
| * | | | | | | | | | | | | | x86, memblock: Add memblock_x86_free_memory_in_range()Yinghai Lu2010-08-272-0/+49
| * | | | | | | | | | | | | | x86, memblock: Add memblock_x86_find_in_range_node()Yinghai Lu2010-08-272-0/+16
| * | | | | | | | | | | | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho...Yinghai Lu2010-08-272-0/+70
| * | | | | | | | | | | | | | x86, memblock: Add get_free_all_memory_range()Yinghai Lu2010-08-272-1/+99
OpenPOWER on IntegriCloud