- 1c2a48c Merge branch 'linus' into x86/apic-cleanups by Ingo Molnar · 14 years ago
- 4f00b90 Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 017892c3 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 42cbd8e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- bc030d6 Merge commit 'v2.6.37-rc8' into x86/apic by Ingo Molnar · 14 years ago
- d3bd058 x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation by Yinghai Lu · 14 years ago
- 26e20a1 Merge commit 'v2.6.37-rc7' into x86/security by Ingo Molnar · 14 years ago
- f115714 x86, apic: Remove early_init_lapic_mapping() by Yinghai Lu · 14 years ago
- 10a18d7 Merge commit 'v2.6.37-rc5' into perf/core by Ingo Molnar · 14 years ago
- 691513f x86: Resume trampoline must be executable by Lin Ming · 14 years ago
- ae51ce9 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
- eec1d4f x86, amd-nb: Complete the rename of AMD NB and related code by Hans Rosenfeld · 14 years ago
- 9c0729d x86: Eliminate bp argument from the stack tracing routines by Soeren Sandmann Pedersen · 14 years ago
- 5bd5a45 x86: Add NX protection for kernel data by Matthieu Castet · 14 years ago
- 64edc8e x86: Fix improper large page preservation by matthieu castet · 14 years ago
- 9223081 x86: Use online node real index in calulate_tbl_offset() by Yinghai Lu · 14 years ago
- 6036f37 x86, cpu: Only CPU features determine NX capabilities by Kees Cook · 14 years ago
- cf38d0b x86, mm: Fix section mismatch in tlb.c by Rakib Mullick · 14 years ago
- 2d10d87 Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 419db27 x86, memblock: Fix early_node_mem with big reserved region. by Yinghai Lu · 14 years ago
- 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
- 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
- 68da336 x86: access_error API cleanup by Michel Lespinasse · 14 years ago
- d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
- 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
- f1ebdd6 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
- 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
- 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 709d9f5 Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- d60a279 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 9329672 x86: Spread tlb flush vector between nodes by Shaohua Li · 14 years ago
- b40827fa x86-32, mm: Add an initial page table for core bootstrapping by Borislav Petkov · 14 years ago
- d25e6b0 Merge branch 'x86/cleanups' into x86/trampoline by H. Peter Anvin · 14 years ago
- e44dea3 Merge branch 'x86/vmware' into x86/trampoline by H. Peter Anvin · 14 years ago
- f01f7c5 x86, mm: Fix incorrect data type in vmalloc_sync_all() by Borislav Petkov · 14 years ago
- 617d34d x86, mm: Hold mm->page_table_lock while doing vmalloc_sync by Jeremy Fitzhardinge · 14 years ago
- 44235dc x86, mm: Fix bogus whitespace in sync_global_pgds() by Jeremy Fitzhardinge · 14 years ago
- ebc8827 x86: Barf when vmalloc and kmemcheck faults happen in NMI by Frederic Weisbecker · 14 years ago
- fef5ba7 xen: Cope with unmapped pages when initializing kernel pagetable by Jeremy Fitzhardinge · 14 years ago
- 8e4029e Merge branch 'x86/urgent' into core/memblock by H. Peter Anvin · 14 years ago
- 73cf624 x86, numa: For each node, register the memory blocks actually used by Yinghai Lu · 14 years ago
- f672b49 x86: HWPOISON: Report correct address granuality for huge hwpoison faults by Andi Kleen · 14 years ago
- 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago
- 16c36f7 x86, memblock: Remove __memblock_x86_find_in_range_size() by Yinghai Lu · 14 years ago
- 1d93126 x86-32, memblock: Make add_highpages honor early reserved ranges by Yinghai Lu · 14 years ago
- 234bb54 x86, cleanups: Use clear_page/copy_page rather than memset/memcpy by Jan Beulich · 14 years ago
- 23ac4ae x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB by Andreas Herrmann · 14 years ago
- cc1a8e5 x86: Fix the address space annotations of iomap_atomic_prot_pfn() by Francisco Jerez · 14 years ago
- 1c5f50e x86, mm: fix uninitialized addr in kernel_physical_mapping_init() by Wu Fengguang · 14 years ago
- daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
- 9fbaf49 x86, kmemcheck: Remove double test by Julia Lawall · 14 years ago
- 774ea0b x86: Remove old bootmem code by Yinghai Lu · 14 years ago
- 6f2a753 x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve by Yinghai Lu · 14 years ago
- a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
- 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
- 301ff3e x86, memblock: Use memblock_debug to control debug message print out by Yinghai Lu · 14 years ago
- e82d42b x86, memblock: Add memblock_x86_memory_in_range() by Yinghai Lu · 14 years ago
- b52c17c x86, memblock: Add memblock_x86_free_memory_in_range() by Yinghai Lu · 14 years ago
- 6bcc817 x86, memblock: Add memblock_x86_find_in_range_node() by Yinghai Lu · 14 years ago
- 88ba088 x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size() by Yinghai Lu · 14 years ago
- 4d5cf86 x86, memblock: Add get_free_all_memory_range() by Yinghai Lu · 14 years ago
- 9dc5d56 x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range by Yinghai Lu · 14 years ago
- 27de794 x86, memblock: Add memblock_x86_to_bootmem() by Yinghai Lu · 14 years ago
- f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
- fb74fb6 x86, memblock: Add memblock_x86_find_in_range_size() by Yinghai Lu · 14 years ago
- 660a293 x86, mm: Make spurious_fault check explicitly check the PRESENT bit by Shaohua Li · 14 years ago
- 9b86152 x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changes by Haicheng Li · 14 years ago
- 6afb515 x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions by Haicheng Li · 15 years ago
- b0f4c06 x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI by Alok Kataria · 14 years ago
- 9605456 x86: don't send SIGBUS for kernel page faults by Linus Torvalds · 14 years ago
- f6e9456c x86, cleanup: Remove obsolete boot_cpu_id variable by Robert Richter · 14 years ago
- 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
- 9faa1e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- cc05152 x86,mmiotrace: Add support for tracing STOS instruction by Marcin Slusarz · 14 years ago
- 3709c85 x86: Ioremap: fix wrong physical address handling in PAT code by Yasuaki Ishimatsu · 14 years ago
- 3f8afb7 x86, tlb: Clean up and correct used type by Borislav Petkov · 14 years ago
- 468c30f x86, iomap: Fix wrong page aligned size calculation in ioremapping code by Florian Zumbiehl · 14 years ago
- 92851e2 x86, mm: Create symbolic index into address_markers array by Andres Salomon · 14 years ago
- a253129 update email address by Pavel Machek · 14 years ago
- 35be1b7 x86, ioremap: Fix normal ram range check by Kenji Kaneshige · 14 years ago
- ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
- b945d6b rbtree: Undo augmented trees performance damage and regression by Peter Zijlstra · 15 years ago
- 8b8f79b x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pages by Marcin Slusarz · 14 years ago
- 6a4f3b5 x86, pat: Proper init of memtype subtree_max_end by Venkatesh Pallipadi · 14 years ago
- e565813 x86/mm: Remove unused DBG() macro by Akinobu Mita · 15 years ago
- 021fad8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 15 years ago
- c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 15 years ago
- 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 15 years ago
- 20413f2 x86, pat: Fix memory leak in free_memtype by Xiaotian Feng · 15 years ago
- 48691ff x86: remove last traces of quicklist usage by Peter Zijlstra · 15 years ago
- 841bca1 x86/mmiotrace: Remove redundant instruction prefix checks by Akinobu Mita · 15 years ago