| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-06-11 | 21 | -316/+208 |
|\ |
|
| * | x86: fix system without memory on node0 | Yinghai Lu | 2009-05-18 | 1 | -0/+8 |
| * | x86, mm: Fix node_possible_map logic | Yinghai Lu | 2009-05-18 | 3 | -30/+19 |
| * | mm, x86: remove MEMORY_HOTPLUG_RESERVE related code | Yinghai Lu | 2009-05-18 | 3 | -59/+12 |
| * | Merge commit 'v2.6.30-rc6' into x86/mm | Ingo Molnar | 2009-05-18 | 3 | -7/+10 |
| |\ |
|
| * | | x86: make sparse mem work in non-NUMA mode | Shaohua Li | 2009-05-12 | 1 | -2/+2 |
| * | | x86: process.c, remove useless headers | Amerigo Wang | 2009-05-12 | 2 | -4/+0 |
| * | | x86: merge process.c a bit | Amerigo Wang | 2009-05-12 | 3 | -26/+14 |
| * | | x86: use sparse_memory_present_with_active_regions() on UMA | Pekka Enberg | 2009-05-11 | 1 | -4/+0 |
| * | | x86: unify 64-bit UMA and NUMA paging_init() | Pekka Enberg | 2009-05-11 | 2 | -16/+5 |
| * | | x86: Allow 1MB of slack between the e820 map and SRAT, not 4GB | Yinghai Lu | 2009-05-11 | 1 | -2/+2 |
| * | | x86: Sanity check the e820 against the SRAT table using e820 map only | Yinghai Lu | 2009-05-11 | 1 | -1/+1 |
| * | | x86: clean up and and print out initial max_pfn_mapped | Yinghai Lu | 2009-05-11 | 2 | -4/+7 |
| * | | x86/pci: remove rounding quirk from e820_setup_gap() | Yinghai Lu | 2009-05-11 | 1 | -8/+3 |
| * | | x86, e820, pci: reserve extra free space near end of RAM | Linus Torvalds | 2009-05-11 | 1 | -0/+35 |
| * | | Merge commit 'v2.6.30-rc5' into x86/mm | Ingo Molnar | 2009-05-11 | 46 | -110/+213 |
| |\ \ |
|
| * | | | x86: 46 bit physical address support on 64 bits | Rik van Riel | 2009-05-06 | 3 | -6/+6 |
| * | | | x86, mm: fault.c, use printk_once() in is_errata93() | Ingo Molnar | 2009-05-03 | 1 | -6/+1 |
| * | | | x86: move per-cpu mmu_gathers to mm/init.c | Pekka Enberg | 2009-04-30 | 3 | -3/+3 |
| * | | | x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c | Pekka Enberg | 2009-04-30 | 3 | -11/+9 |
| * | | | x86: unify noexec handling | Pekka Enberg | 2009-04-21 | 4 | -90/+63 |
| * | | | Merge branch 'linus' into x86/mm | Ingo Molnar | 2009-04-21 | 192 | -3359/+6652 |
| |\ \ \ |
|
| * | | | | x86: remove (null) in /sys kernel_page_tables | Yinghai Lu | 2009-04-14 | 1 | -3/+4 |
| * | | | | x86: page_types.h unification of declarations | Jaswinder Singh Rajput | 2009-04-14 | 3 | -10/+6 |
| * | | | | x86/mm: further cleanups of fault.c's include file section | Ingo Molnar | 2009-03-30 | 2 | -34/+11 |
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-11 | 4 | -248/+266 |
|\ \ \ \ \ |
|
| * | | | | | x86, microcode: Simplify vfree() use | Figo.zhang | 2009-06-07 | 1 | -8/+4 |
| * | | | | | x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cle... | Dmitry Adamushko | 2009-05-12 | 4 | -240/+262 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 2 | -20/+16 |
|\ \ \ \ \ |
|
| * | | | | | x86_64: fix incorrect comments | Jiri Slaby | 2009-04-08 | 1 | -2/+2 |
| * | | | | | x86: unify restore_fpu_checking | Jiri Slaby | 2009-04-08 | 1 | -12/+12 |
| * | | | | | x86_32: introduce restore_fpu_checking() | Jiri Slaby | 2009-04-08 | 2 | -9/+5 |
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 5 | -502/+219 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: cpu_debug: Remove model information to reduce encoding-decoding | Jaswinder Singh Rajput | 2009-06-07 | 2 | -421/+97 |
| * | | | | | | Merge branch 'linus' into x86/cpu | Ingo Molnar | 2009-06-07 | 97 | -625/+921 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86: fixup numa_node information for AMD CPU northbridge functions | Andreas Herrmann | 2009-04-17 | 1 | -0/+37 |
| * | | | | | | | x86: k8 convert node_to_k8_nb_misc() from a macro to an inline function | Jaswinder Singh Rajput | 2009-04-15 | 1 | -3/+8 |
| * | | | | | | | x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitions | Andreas Herrmann | 2009-04-10 | 1 | -4/+12 |
| * | | | | | | | x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabled | Mark Langsdorf | 2009-04-10 | 1 | -0/+6 |
| * | | | | | | | x86: cacheinfo: replace sysfs interface for cache_disable feature | Mark Langsdorf | 2009-04-10 | 1 | -45/+45 |
| * | | | | | | | x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for it | Andreas Herrmann | 2009-04-10 | 2 | -34/+11 |
| * | | | | | | | x86: cacheinfo: correct return value when cache_disable feature is not active | Andreas Herrmann | 2009-04-10 | 1 | -1/+1 |
| * | | | | | | | x86: cacheinfo: use L3 cache index disable feature only for CPUs that support it | Andreas Herrmann | 2009-04-10 | 1 | -0/+8 |
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-11 | 29 | -85/+78 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, nmi: Use predefined numbers instead of hardcoded one | Cyrill Gorcunov | 2009-06-07 | 1 | -1/+1 |
| * | | | | | | | | x86: asm/processor.h: remove double declaration | Jaswinder Singh Rajput | 2009-05-19 | 1 | -3/+0 |
| * | | | | | | | | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefType | Jaswinder Singh Rajput | 2009-05-15 | 4 | -11/+9 |
| * | | | | | | | | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000 | Jaswinder Singh Rajput | 2009-05-15 | 2 | -4/+2 |
| * | | | | | | | | x86, mtrr: remove mtrr MSRs double declaration | Jaswinder Singh Rajput | 2009-05-15 | 1 | -8/+0 |
| * | | | | | | | | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000 | Jaswinder Singh Rajput | 2009-05-15 | 2 | -3/+2 |