aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-215-28/+34
|\
| * x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha2010-09-153-5/+5
| * x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha2010-09-152-25/+29
| * x86, intr-remap: Set redirection hint in the IRTESuresh Siddha2010-09-151-0/+2
* | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-2113-1619/+4
|\ \
| * | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-235-12/+0
| * | x86, vmware: Remove deprecated VMI kernel supportAlok Kataria2010-08-238-1607/+4
* | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-217-37/+216
|\ \ \
| * | | x86, olpc: XO-1 uses/depends on PCIRandy Dunlap2010-10-151-1/+1
| * | | x86, olpc: Register XO-1 platform devicesDaniel Drake2010-10-131-0/+24
| * | | x86, olpc: Add XO-1 poweroff supportDaniel Drake2010-10-123-0/+147
| * | | x86, olpc: Don't retry EC commands foreverPaul Fox2010-10-081-1/+4
| * | | x86, olpc: Rework BIOS signature checkDaniel Drake2010-09-234-34/+37
| * | | x86, olpc: Only enable PCI configuration type override on XO-1Daniel Drake2010-09-233-4/+6
* | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-22/+106
|\ \ \ \
| * | | | x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi2010-09-101-7/+77
| * | | | x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-101-15/+29
* | | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-217-3/+363
|\ \ \ \ \
| * | | | | x86: sfi: Make local functions staticThomas Gleixner2010-10-151-2/+2
| * | | | | x86, earlyprintk: Add hsu early console for Intel Medfield platformFeng Tang2010-10-083-1/+97
| * | | | | x86, earlyprintk: Add earlyprintk for Intel Moorestown platformFeng Tang2010-10-085-0/+249
| * | | | | x86: Add two helper macros for fixed address mappingFeng Tang2010-10-081-0/+15
| * | | | | x86, mrst: A function in a header file needs to be marked "inline"H. Peter Anvin2010-10-071-1/+1
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-2112-33/+147
|\ \ \ \ \ \
| * | | | | | x86, mm: Enable ARCH_DMA_ADDR_T_64BIT with X86_64 || HIGHMEM64GFUJITA Tomonori2010-10-201-0/+3
| * | | | | | x86: Spread tlb flush vector between nodesShaohua Li2010-10-201-1/+47
| * | | | | | x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov2010-10-201-1/+1
| * | | | | | x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge2010-10-194-4/+36
| * | | | | | x86, mm: Fix bogus whitespace in sync_global_pgds()Jeremy Fitzhardinge2010-10-191-22/+22
| * | | | | | x86-32: Fix sparse warning for the __PHYSICAL_MASK calculationNamhyung Kim2010-10-071-1/+1
| * | | | | | x86, mm: Add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge2010-10-051-0/+5
| * | | | | | mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-09-172-0/+2
| * | | | | | x86, kdump: Change copy_oldmem_page() to use cached addressingCliff Wickman2010-09-091-1/+1
| * | | | | | x86, mm: fix uninitialized addr in kernel_physical_mapping_init()Wu Fengguang2010-09-031-0/+1
| * | | | | | x86, kmemcheck: Remove double testJulia Lawall2010-08-301-1/+1
| * | | | | | x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li2010-08-261-1/+7
| * | | | | | x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changesHaicheng Li2010-08-261-1/+8
| * | | | | | x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li2010-08-263-23/+33
| * | | | | | x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-231-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-213-81/+465
|\ \ \ \ \ \
| * | | | | | x86, mem: Optimize memmove for small size and unaligned casesMa Ling2010-09-242-76/+362
| * | | | | | x86, mem: Optimize memcpy by avoiding memory false dependeceMa Ling2010-08-232-59/+105
| * | | | | | x86, mem: Don't implement forward memmove() as memcpy()Ma, Ling2010-08-232-16/+68
| |/ / / / /
* | | | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-214-34/+95
|\ \ \ \ \ \
| * | | | | | x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache lineH. Peter Anvin2010-09-201-1/+19
| * | | | | | x86, hotplug: Move WBINVD back outside the play_dead loopH. Peter Anvin2010-09-171-6/+5
| * | | | | | x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin2010-09-172-24/+62
| * | | | | | x86, mwait: Move mwait constants to a common header fileH. Peter Anvin2010-09-172-10/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-216-203/+86
|\ \ \ \ \ \
| * | | | | | x86, fpu: Merge fpu_save_init()Brian Gerst2010-09-091-44/+4