Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | x86: use the right protections for split-up pagetables | Ingo Molnar | 1 | -10/+5 |
2009-02-19 | mm: clean up for early_pfn_to_nid() | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-02-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -58/+59 |
2009-02-13 | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 1 | -8/+7 |
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-06 | prevent kprobes from catching spurious page faults | Masami Hiramatsu | 1 | -2/+6 |
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-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-20 | x86: remove kernel_physical_mapping_init() from init section | Gary Hade | 1 | -1/+1 |
2009-01-16 | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta... | Jan Beulich | 2 | -28/+45 |
2009-01-16 | Revert "x86 PAT: remove CPA WARN_ON for zero pte" | Linus Torvalds | 2 | -38/+17 |
2009-01-14 | x86, pat: fix reserve_memtype() for legacy 1MB range | Suresh Siddha | 1 | -10/+27 |
2009-01-13 | x86 PAT: remove CPA WARN_ON for zero pte | venkatesh.pallipadi@intel.com | 2 | -17/+38 |
2009-01-13 | x86 PAT: return compatible mapping to remap_pfn_range callers | venkatesh.pallipadi@intel.com | 1 | -15/+28 |
2009-01-13 | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 1 | -3/+3 |
2009-01-12 | x86: avoid theoretical vmalloc fault loop | Andi Kleen | 1 | -1/+1 |
2009-01-10 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -11/+9 |
2009-01-08 | trivial: replace last usages of __FUNCTION__ in kernel | Harvey Harrison | 1 | -2/+2 |
2009-01-07 | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 2 | -0/+4 |
2009-01-07 | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2 | -2/+2 |
2009-01-07 | mm: invoke oom-killer from page fault | Nick Piggin | 1 | -18/+6 |
2009-01-06 | x86: k8 numa register active regions later | Yinghai Lu | 1 | -11/+9 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+3 |
2009-01-02 | Fix compiler warning in arch/x86/mm/init_32.c | Ingo Brueckl | 1 | -2/+6 |
2008-12-31 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2008-12-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+2 |
2008-12-28 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -18/+266 |
2008-12-25 | Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core | Ingo Molnar | 1 | -8/+8 |
2008-12-24 | x86: PAT: fix address types in track_pfn_vma_new() | H. Peter Anvin | 1 | -8/+8 |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 5 | -18/+266 |
2008-12-20 | x86: PAT: remove follow_pfnmap_pte in favor of follow_phys | venkatesh.pallipadi@intel.com | 1 | -19/+11 |
2008-12-19 | x86: PAT: add pgprot_writecombine() interface for drivers - v3 | venkatesh.pallipadi@intel.com | 1 | -0/+8 |
2008-12-19 | x86: PAT: implement track/untrack of pfnmap regions for x86 - v3 | venkatesh.pallipadi@intel.com | 1 | -0/+236 |
2008-12-17 | x86: unify pci iommu setup and allow swiotlb to compile for 32 bit | Jeremy Fitzhardinge | 1 | -0/+3 |
2008-12-17 | x86: prepare for cpumask iterators to only go to nr_cpu_ids | Mike Travis | 2 | -3/+3 |
2008-12-16 | x86, 32-bit: add some compile time checks to mem_init() | Jan Beulich | 1 | -1/+15 |
2008-12-16 | x86, 32-bit: simplify alloc_low_page() | Jan Beulich | 1 | -8/+4 |
2008-12-12 | x86: soften multi-BAR mapping sanity check warning message | Ingo Molnar | 1 | -1/+2 |
2008-12-04 | Merge commit 'v2.6.28-rc7' into x86/cleanups | Ingo Molnar | 1 | -0/+35 |
2008-12-04 | Merge branch 'master' into next | James Morris | 1 | -0/+35 |
2008-12-03 | Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace | Ingo Molnar | 1 | -4/+7 |
2008-11-23 | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 1 | -0/+35 |
2008-11-20 | Merge branch 'linus' into x86/memory-corruption-check | Ingo Molnar | 9 | -44/+166 |
2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -4/+4 |
2008-11-14 | CRED: Wrap task credential accesses in the x86 arch | David Howells | 1 | -1/+1 |
2008-11-13 | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set | Rafael J. Wysocki | 1 | -0/+35 |
2008-11-11 | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 1 | -4/+4 |