| Commit message (Expand) | Author | Age |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-18 |
|\ |
|
| * | ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64) | Kurt Garloff | 2012-01-17 |
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 |
|\ \ |
|
| * | | module_param: make bool parameters really bool (arch) | Rusty Russell | 2012-01-12 |
* | | | cpumask: update setup_node_to_cpumask_map() comments | Wanlong Gao | 2012-01-12 |
|/ / |
|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 |
|\ \ |
|
| * | | x86/numa: Add constraints check for nid parameters | Petr Holasek | 2011-12-09 |
| * | | mm, x86: Remove debug_pagealloc_enabled | Stanislaw Gruszka | 2011-12-06 |
| * | | x86/mm: Initialize high mem before free_all_bootmem() | Stanislaw Gruszka | 2011-12-06 |
| * | | x86: Fix mmap random address range | Ludwig Nussel | 2011-12-05 |
| * | | x86, mm: Unify zone_sizes_init() | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Prepare zone_sizes_init() for unification | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bit | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32 | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Use max_pfn instead of highend_pfn | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Move zone init from paging_init() on 64-bit | Pekka Enberg | 2011-11-11 |
| * | | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit | Pekka Enberg | 2011-11-11 |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-06 |
|\ \ \ |
|
| * | | | arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static | H Hartley Sweeten | 2011-12-05 |
| |/ / |
|
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-06 |
|\ \ \ |
|
| * \ \ | Merge commit 'v3.2-rc7' into x86/asm | Ingo Molnar | 2012-01-04 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86-64: Set siginfo and context on vsyscall emulation faults | Andy Lutomirski | 2011-12-05 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 |
|\ \ \ |
|
| * | | | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not present | Yinghai Lu | 2011-12-23 |
| |/ / |
|
* | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2011-12-20 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' into x86/memblock | Tejun Heo | 2011-11-28 |
| |\| |
|
| * | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 |
| * | | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() | Tejun Heo | 2011-07-14 |
| * | | memblock, x86: Reimplement memblock_find_dma_reserve() using iterators | Tejun Heo | 2011-07-14 |
| * | | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r... | Tejun Heo | 2011-07-14 |
| * | | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only | Tejun Heo | 2011-07-14 |
| * | | x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range() | Tejun Heo | 2011-07-14 |
| * | | x86: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 2011-07-14 |
| * | | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc... | Tejun Heo | 2011-07-14 |
| * | | bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() | Tejun Heo | 2011-07-14 |
| * | | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 2011-07-13 |
* | | | thp: add compound tail page _mapcount when mapped | Youquan Song | 2011-12-09 |
* | | | x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle... | Konrad Rzeszutek Wilk | 2011-12-05 |
| |/
|/| |
|
* | | thp: share get_huge_page_tail() | Andrea Arcangeli | 2011-11-02 |
* | | mm: thp: tail page refcounting fix | Andrea Arcangeli | 2011-11-02 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-28 |
|\ \ |
|
| * | | x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.c | H. Peter Anvin | 2011-08-16 |
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-10-28 |
|\ \ \ |
|
| * | | | x86-32, amd: Move va_align definition to unbreak 32-bit build | Borislav Petkov | 2011-08-06 |
| * | | | x86, amd: Avoid cache aliasing penalties on AMD family 15h | Borislav Petkov | 2011-08-05 |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-10-26 |
|\ \ \ \ |
|
| * | | | | x86-64: Don't apply destructive erratum workaround on unaffected CPUs | Jan Beulich | 2011-09-28 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 |
|\ \ \ \ \ |
|
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-09-15 |
| |\| | | | |
|
| * | | | | | Remove unneeded version.h include from arch/x86/ | Jesper Juhl | 2011-09-15 |