Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 9 | -106/+126 |
2009-09-15 | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2009-09-14 | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -72/+86 |
2009-09-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -31/+22 |
2009-09-14 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2009-09-14 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2009-09-10 | x86: split __phys_addr out into separate file | Jeremy Fitzhardinge | 4 | -73/+83 |
2009-09-10 | x86: Export kmap_atomic_to_page() | Avi Kivity | 1 | -0/+1 |
2009-09-10 | xen: make -fstack-protector work under Xen | Jeremy Fitzhardinge | 1 | -0/+4 |
2009-09-07 | Merge branch 'tracing/core' into tracing/hw-breakpoints | Ingo Molnar | 10 | -85/+171 |
2009-09-06 | x86: Make memtype_seq_ops const | Tobias Klauser | 1 | -1/+1 |
2009-09-06 | x86: Decrease the level of some NUMA messages to KERN_DEBUG | Rafael J. Wysocki | 1 | -2/+2 |
2009-09-04 | kmemleak: Don't scan uninitialized memory when kmemcheck is enabled | Pekka Enberg | 1 | -0/+14 |
2009-08-25 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+3 |
2009-08-24 | x86: Fix an incorrect argument of reserve_bootmem() | Amerigo Wang | 1 | -1/+1 |
2009-08-21 | x86: don't call '->send_IPI_mask()' with an empty mask | Linus Torvalds | 1 | -11/+10 |
2009-08-18 | x86, pat: Allow ISA memory range uncacheable mapping requests | Suresh Siddha | 1 | -1/+2 |
2009-08-05 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -13/+27 |
2009-08-04 | x86, 32-bit: Fix double accounting in reserve_top_address() | Jan Beulich | 1 | -1/+0 |
2009-08-03 | x86: Fix CPA memtype reserving in the set_pages_array*() cases | Thomas Hellstrom | 1 | -9/+21 |
2009-07-31 | x86, pat: Fix set_memory_wc related corruption | Pallipadi, Venkatesh | 1 | -3/+6 |
2009-07-29 | Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2009-07-29 | x86: Export kmap_atomic_prot() needed for TTM. | Thomas Hellstrom | 1 | -0/+1 |
2009-07-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+4 |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 1 | -3/+3 |
2009-07-22 | x86-64: Fix bad_srat() to clear all state | Andi Kleen | 1 | -2/+4 |
2009-07-11 | x86: Remove spurious printk level from segfault message | Roland Dreier | 1 | -1/+1 |
2009-07-08 | x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in | Yinghai Lu | 1 | -2/+9 |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -4/+5 |
2009-07-07 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2009-07-01 | x86: Declare check_efer() before it gets used | Jaswinder Singh Rajput | 1 | -0/+1 |
2009-07-01 | x86: only clear node_states for 64bit | Yinghai Lu | 1 | -0/+2 |
2009-06-29 | x86, highmem_32.c: Clean up comment | Figo.zhang | 1 | -1/+1 |
2009-06-29 | x86: Clean up dump_pagetable() | Akinobu Mita | 1 | -30/+21 |
2009-06-23 | x86: Move init_gbpages() to setup_arch() | Pekka J Enberg | 1 | -17/+0 |
2009-06-22 | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 1 | -1/+20 |
2009-06-22 | x86: reorganize cpa_process_alias() | Tejun Heo | 1 | -27/+23 |
2009-06-22 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
2009-06-20 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -1/+57 |
2009-06-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+2 |
2009-06-20 | x86: don't use 'access_ok()' as a range check in get_user_pages_fast() | Linus Torvalds | 1 | -2/+7 |
2009-06-19 | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar | 1 | -1/+1 |
2009-06-17 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 19 | -13/+1313 |
2009-06-17 | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 26 | -316/+1466 |
2009-06-17 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 1 | -3/+7 |
2009-06-16 | x86: mm: Read cr2 before prefetching the mmap_lock | Ingo Molnar | 1 | -2/+2 |
2009-06-15 | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra | 1 | -0/+56 |
2009-06-15 | Merge commit 'linus/master' into HEAD | Vegard Nossum | 1 | -3/+7 |
2009-06-15 | kmemcheck: add opcode self-testing at boot | Vegard Nossum | 4 | -17/+85 |
2009-06-15 | kmemcheck: add hooks for the page allocator | Vegard Nossum | 1 | -0/+8 |