| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi | 2009-08-26 | 1 | -3/+21 |
* | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi | 2009-08-26 | 1 | -15/+9 |
* | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+45 |
* | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi | 2009-08-26 | 1 | -41/+50 |
* | x86, pat: Add rbtree to do quick lookup in memtype tracking | Venkatesh Pallipadi | 2009-08-26 | 1 | -20/+86 |
* | x86, pat: Add PAT reserve free to io_mapping* APIs | Venkatesh Pallipadi | 2009-08-26 | 1 | -2/+25 |
* | x86, pat: New i/f for driver to request memtype for IO regions | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+49 |
* | x86, pat: ioremap to follow same PAT restrictions as other PAT users | Venkatesh Pallipadi | 2009-08-26 | 1 | -14/+3 |
* | x86, pat: Keep identity maps consistent with mmaps even when pat_disabled | Venkatesh Pallipadi | 2009-08-26 | 1 | -10/+3 |
* | x86: only clear node_states for 64bit | Yinghai Lu | 2009-06-30 | 1 | -0/+2 |
* | x86: Move init_gbpages() to setup_arch() | Pekka J Enberg | 2009-06-23 | 1 | -17/+0 |
* | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 2009-06-22 | 1 | -1/+20 |
* | x86: reorganize cpa_process_alias() | Tejun Heo | 2009-06-22 | 1 | -27/+23 |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-06-20 | 1 | -1/+57 |
|\ |
|
| * | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar | 2009-06-19 | 1 | -1/+1 |
| * | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-17 | 19 | -13/+1313 |
| |\ |
|
| * | | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra | 2009-06-15 | 1 | -0/+56 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-20 | 2 | -3/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-06-17 | 1 | -3/+7 |
| |\ \ \
| | |/ / |
|
| * | | | x86: mm: Read cr2 before prefetching the mmap_lock | Ingo Molnar | 2009-06-16 | 1 | -2/+2 |
| * | | | x86: change kernel_physical_mapping_init() __init to __meminit | Shaohua Li | 2009-06-12 | 1 | -1/+1 |
* | | | | x86: don't use 'access_ok()' as a range check in get_user_pages_fast() | Linus Torvalds | 2009-06-20 | 1 | -2/+7 |
| |_|/
|/| | |
|
* | | | Merge commit 'linus/master' into HEAD | Vegard Nossum | 2009-06-15 | 1 | -3/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: make zap_low_mapping could be used early | Yinghai Lu | 2009-06-12 | 1 | -3/+7 |
| |/ |
|
* | | kmemcheck: add opcode self-testing at boot | Vegard Nossum | 2009-06-15 | 4 | -17/+85 |
* | | kmemcheck: add hooks for the page allocator | Vegard Nossum | 2009-06-15 | 1 | -0/+8 |
* | | kmemcheck: don't track page tables | Vegard Nossum | 2009-06-15 | 3 | -8/+10 |
* | | x86: add hooks for kmemcheck | Vegard Nossum | 2009-06-15 | 3 | -5/+17 |
* | | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it | Pekka Enberg | 2009-06-15 | 1 | -6/+1 |
* | | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() | Pekka Enberg | 2009-06-15 | 1 | -2/+7 |
* | | kmemcheck: remove multiple ifdef'd definitions of the same global variable | Pekka Enberg | 2009-06-15 | 1 | -3/+5 |
* | | kmemcheck: make initialization message less confusing | Pekka Enberg | 2009-06-15 | 1 | -1/+1 |
* | | kmemcheck: remove forward declarations from error.c | Pekka Enberg | 2009-06-15 | 1 | -69/+68 |
* | | kmemcheck: include module.h to prevent warnings | Randy Dunlap | 2009-06-13 | 1 | -0/+1 |
* | | kmemcheck: add the kmemcheck core | Vegard Nossum | 2009-06-13 | 11 | -0/+1208 |
|/ |
|
* | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-11 | 1 | -2/+10 |
|\ |
|
| * | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 | 13 | -330/+190 |
| |\ |
|
| * | | perf_counter: Standardize event names | Peter Zijlstra | 2009-06-11 | 1 | -3/+3 |
| * | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-01 | 2 | -10/+9 |
| |\ \ |
|
| * \ \ | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 2009-05-18 | 4 | -3/+20 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 8 | -225/+156 |
| |\ \ \ \ |
|
| * | | | | | perf_counter: allow for data addresses to be recorded | Peter Zijlstra | 2009-04-08 | 1 | -3/+5 |
| * | | | | | perf_counter: provide major/minor page fault software events | Peter Zijlstra | 2009-04-06 | 1 | -2/+5 |
| * | | | | | perf_counter: provide pagefault software events | Peter Zijlstra | 2009-04-06 | 1 | -0/+3 |
* | | | | | | x86: memtest: use pointers of equal type for comparison | Thomas Gleixner | 2009-06-11 | 1 | -5/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 2 | -43/+63 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit 'v2.6.30-rc6' into tracing/core | Ingo Molnar | 2009-05-18 | 3 | -2/+19 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-05-07 | 7 | -214/+125 |
| |\ \ \ \ \ |
|
| * | | | | | | tracing: x86, mmiotrace: only register for die notifier when tracer active | Stuart Bennett | 2009-04-29 | 2 | -5/+24 |