Age | Commit message (Expand) | Author |
2009-08-26 | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Add PAT reserve free to io_mapping* APIs | Venkatesh Pallipadi |
2009-08-26 | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi |
2009-08-26 | x86, pat: ioremap to follow same PAT restrictions as other PAT users | Venkatesh Pallipadi |
2009-08-26 | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi |
2009-06-30 | x86: only clear node_states for 64bit | Yinghai Lu |
2009-06-23 | x86: Move init_gbpages() to setup_arch() | Pekka J Enberg |
2009-06-22 | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo |
2009-06-22 | x86: reorganize cpa_process_alias() | Tejun Heo |
2009-06-21 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds |
2009-06-20 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2009-06-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-06-20 | x86: don't use 'access_ok()' as a range check in get_user_pages_fast() | Linus Torvalds |
2009-06-19 | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar |
2009-06-17 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-06-17 | Merge branch 'linus' into x86/urgent | Ingo Molnar |
2009-06-16 | x86: mm: Read cr2 before prefetching the mmap_lock | Ingo Molnar |
2009-06-15 | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra |
2009-06-15 | Merge commit 'linus/master' into HEAD | Vegard Nossum |
2009-06-15 | kmemcheck: add opcode self-testing at boot | Vegard Nossum |
2009-06-15 | kmemcheck: add hooks for the page allocator | Vegard Nossum |
2009-06-15 | kmemcheck: don't track page tables | Vegard Nossum |
2009-06-15 | x86: add hooks for kmemcheck | Vegard Nossum |
2009-06-15 | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it | Pekka Enberg |
2009-06-15 | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() | Pekka Enberg |
2009-06-15 | kmemcheck: remove multiple ifdef'd definitions of the same global variable | Pekka Enberg |
2009-06-15 | kmemcheck: make initialization message less confusing | Pekka Enberg |
2009-06-15 | kmemcheck: remove forward declarations from error.c | Pekka Enberg |
2009-06-13 | kmemcheck: include module.h to prevent warnings | Randy Dunlap |
2009-06-13 | kmemcheck: add the kmemcheck core | Vegard Nossum |
2009-06-12 | x86: change kernel_physical_mapping_init() __init to __meminit | Shaohua Li |
2009-06-12 | x86: make zap_low_mapping could be used early | Yinghai Lu |
2009-06-11 | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-06-11 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-06-11 | perf_counter: Standardize event names | Peter Zijlstra |
2009-06-11 | x86: memtest: use pointers of equal type for comparison | Thomas Gleixner |
2009-06-10 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-06-08 | x86: memtest: remove 64-bit division | Andreas Herrmann |
2009-06-01 | Merge branch 'linus' into perfcounters/core | Ingo Molnar |
2009-05-29 | x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s... | Mel Gorman |
2009-05-26 | x86: avoid back to back on_each_cpu in cpa_flush_array | Pallipadi, Venkatesh |
2009-05-22 | x86: cpa_flush_array wbinvd should be done on all CPUs | venkatesh.pallipadi@intel.com |