summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-1121-316/+208
|\
| * x86: fix system without memory on node0Yinghai Lu2009-05-181-0/+8
| * x86, mm: Fix node_possible_map logicYinghai Lu2009-05-183-30/+19
| * mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu2009-05-183-59/+12
| * Merge commit 'v2.6.30-rc6' into x86/mmIngo Molnar2009-05-183-7/+10
| |\
| * | x86: make sparse mem work in non-NUMA modeShaohua Li2009-05-121-2/+2
| * | x86: process.c, remove useless headersAmerigo Wang2009-05-122-4/+0
| * | x86: merge process.c a bitAmerigo Wang2009-05-123-26/+14
| * | x86: use sparse_memory_present_with_active_regions() on UMAPekka Enberg2009-05-111-4/+0
| * | x86: unify 64-bit UMA and NUMA paging_init()Pekka Enberg2009-05-112-16/+5
| * | x86: Allow 1MB of slack between the e820 map and SRAT, not 4GBYinghai Lu2009-05-111-2/+2
| * | x86: Sanity check the e820 against the SRAT table using e820 map onlyYinghai Lu2009-05-111-1/+1
| * | x86: clean up and and print out initial max_pfn_mappedYinghai Lu2009-05-112-4/+7
| * | x86/pci: remove rounding quirk from e820_setup_gap()Yinghai Lu2009-05-111-8/+3
| * | x86, e820, pci: reserve extra free space near end of RAMLinus Torvalds2009-05-111-0/+35
| * | Merge commit 'v2.6.30-rc5' into x86/mmIngo Molnar2009-05-1146-110/+213
| |\ \
| * | | x86: 46 bit physical address support on 64 bitsRik van Riel2009-05-063-6/+6
| * | | x86, mm: fault.c, use printk_once() in is_errata93()Ingo Molnar2009-05-031-6/+1
| * | | x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg2009-04-303-3/+3
| * | | x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg2009-04-303-11/+9
| * | | x86: unify noexec handlingPekka Enberg2009-04-214-90/+63
| * | | Merge branch 'linus' into x86/mmIngo Molnar2009-04-21192-3359/+6652
| |\ \ \
| * | | | x86: remove (null) in /sys kernel_page_tablesYinghai Lu2009-04-141-3/+4
| * | | | x86: page_types.h unification of declarationsJaswinder Singh Rajput2009-04-143-10/+6
| * | | | x86/mm: further cleanups of fault.c's include file sectionIngo Molnar2009-03-302-34/+11
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-114-248/+266
|\ \ \ \ \
| * | | | | x86, microcode: Simplify vfree() useFigo.zhang2009-06-071-8/+4
| * | | | | x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cle...Dmitry Adamushko2009-05-124-240/+262
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-112-20/+16
|\ \ \ \ \
| * | | | | x86_64: fix incorrect commentsJiri Slaby2009-04-081-2/+2
| * | | | | x86: unify restore_fpu_checkingJiri Slaby2009-04-081-12/+12
| * | | | | x86_32: introduce restore_fpu_checking()Jiri Slaby2009-04-082-9/+5
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-115-502/+219
|\ \ \ \ \ \
| * | | | | | x86: cpu_debug: Remove model information to reduce encoding-decodingJaswinder Singh Rajput2009-06-072-421/+97
| * | | | | | Merge branch 'linus' into x86/cpuIngo Molnar2009-06-0797-625/+921
| |\ \ \ \ \ \
| * | | | | | | x86: fixup numa_node information for AMD CPU northbridge functionsAndreas Herrmann2009-04-171-0/+37
| * | | | | | | x86: k8 convert node_to_k8_nb_misc() from a macro to an inline functionJaswinder Singh Rajput2009-04-151-3/+8
| * | | | | | | x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann2009-04-101-4/+12
| * | | | | | | x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf2009-04-101-0/+6
| * | | | | | | x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf2009-04-101-45/+45
| * | | | | | | x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann2009-04-102-34/+11
| * | | | | | | x86: cacheinfo: correct return value when cache_disable feature is not activeAndreas Herrmann2009-04-101-1/+1
| * | | | | | | x86: cacheinfo: use L3 cache index disable feature only for CPUs that support itAndreas Herrmann2009-04-101-0/+8
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-1129-85/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, nmi: Use predefined numbers instead of hardcoded oneCyrill Gorcunov2009-06-071-1/+1
| * | | | | | | | x86: asm/processor.h: remove double declarationJaswinder Singh Rajput2009-05-191-3/+0
| * | | | | | | | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-154-11/+9
| * | | | | | | | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-152-4/+2
| * | | | | | | | x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput2009-05-151-8/+0
| * | | | | | | | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-152-3/+2