Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 2 | -11/+6 |
2009-02-20 | x86: use the right protections for split-up pagetables | Ingo Molnar | 1 | -10/+5 |
2009-02-18 | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-02-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -58/+59 |
2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 1 | -1/+0 |
2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar | 2 | -2/+2 |
2009-02-13 | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+1 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 3 | -58/+59 |
2009-02-13 | Merge branch 'x86/mm' into x86/core | Ingo Molnar | 1 | -5/+16 |
2009-02-13 | Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/... | Ingo Molnar | 1 | -56/+78 |
2009-02-13 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 1 | -2/+2 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 1 | -2/+5 |
2009-02-12 | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 1 | -8/+7 |
2009-02-12 | x86, 32-bit: refactor find_low_pfn_range() | Ingo Molnar | 1 | -7/+8 |
2009-02-12 | x86, 32-bit: clean up find_low_pfn_range() | Ingo Molnar | 1 | -58/+79 |
2009-02-12 | x86: fix warning in find_low_pfn_range() | Ingo Molnar | 1 | -2/+2 |
2009-02-12 | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 2 | -57/+45 |
2009-02-12 | x86/cpa: make sure cpa is safe to call in lazy mmu mode | Jeremy Fitzhardinge | 1 | -0/+14 |
2009-02-11 | x86: mm/init_32.c fix compilation warning | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-02-11 | Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2 | Jeremy Fitzhardinge | 6 | -182/+779 |
2009-02-10 | Merge branch 'x86/uaccess' into core/percpu | Ingo Molnar | 1 | -0/+6 |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 1 | -2/+5 |
2009-02-09 | x86: fix abuse of per_cpu_offset | Brian Gerst | 1 | -2/+2 |
2009-02-06 | Merge branch 'linus' into x86/mm | Ingo Molnar | 7 | -59/+125 |
2009-02-05 | prevent kprobes from catching spurious page faults | Masami Hiramatsu | 1 | -2/+6 |
2009-02-04 | x86: mm: introduce helper function in fault.c | Hiroshi Shimamoto | 1 | -5/+10 |
2009-01-31 | x86: update copyrights | Ingo Molnar | 1 | -1/+1 |
2009-01-29 | x86: add might_sleep() to do_page_fault() | Peter Zijlstra | 1 | -0/+6 |
2009-01-29 | x86: replace CONFIG_X86_SMP with CONFIG_SMP | Ingo Molnar | 1 | -1/+1 |
2009-01-29 | x86, smp: remove mach_ipi.h | Ingo Molnar | 1 | -1/+1 |
2009-01-28 | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 1 | -1/+1 |
2009-01-28 | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 4 | -13/+27 |
2009-01-27 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 1 | -0/+217 |
2009-01-27 | Merge branch 'linus' into core/percpu | Ingo Molnar | 6 | -47/+93 |
2009-01-27 | x86: move 64-bit NUMA code | Brian Gerst | 1 | -0/+217 |
2009-01-26 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -57/+120 |
2009-01-26 | x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. | Eric Anholt | 1 | -0/+10 |
2009-01-23 | x86: handle PAT more like other CPU features | H. Peter Anvin | 1 | -11/+20 |
2009-01-23 | x86: uaccess: introduce try and catch framework | Hiroshi Shimamoto | 1 | -0/+6 |
2009-01-22 | x86 PAT: ioremap_wc should take resource_size_t parameter | venkatesh.pallipadi@intel.com | 1 | -1/+1 |
2009-01-21 | x86: optimise page fault entry, cleanup | Johannes Weiner | 1 | -1/+0 |
2009-01-21 | x86: fix PTE corruption issue while mapping RAM using /dev/mem | Suresh Siddha | 1 | -3/+3 |
2009-01-21 | x86: fix page attribute corruption with cpa() | Suresh Siddha | 1 | -15/+34 |
2009-01-21 | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 4 | -234/+287 |
2009-01-21 | x86: uv cleanup, build fix | Ingo Molnar | 1 | -0/+1 |
2009-01-21 | x86, mm: move tlb.c to arch/x86/mm/ | Ingo Molnar | 2 | -0/+298 |
2009-01-20 | x86: optimise x86's do_page_fault (C entry point for the page fault path) | Nick Piggin | 1 | -182/+256 |
2009-01-20 | x86: remove kernel_physical_mapping_init() from init section | Gary Hade | 1 | -1/+1 |
2009-01-18 | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 9 | -83/+127 |
2009-01-16 | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta... | Jan Beulich | 2 | -28/+45 |