| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-04-28 | x86: GEODE: add Virtual Systems Architecture detection |  Andres Salomon | 1 | -0/+19 |
| 2008-04-28 | x86: geode: MSR cleanup |  Andres Salomon | 1 | -3/+13 |
| 2008-04-28 | hugetlbfs: common code update for s390 |  Gerald Schaefer | 1 | -0/+37 |
| 2008-04-28 | hugetlbfs: add missing TLB flush to hugetlb_cow() |  Gerald Schaefer | 1 | -0/+5 |
| 2008-04-28 | hugetlbfs: architecture header cleanup |  Gerald Schaefer | 1 | -0/+49 |
| 2008-04-28 | mm: introduce pte_special pte bit |  Nick Piggin | 1 | -0/+10 |
| 2008-04-27 | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm |  Linus Torvalds | 4 | -14/+183 |
| 2008-04-27 | KVM: add ioctls to save/store mpstate |  Marcelo Tosatti | 1 | -5/+0 |
| 2008-04-27 | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* |  Avi Kivity | 1 | -5/+5 |
| 2008-04-27 | KVM: Add trace markers |  Feng (Eric) Liu | 2 | -0/+39 |
| 2008-04-27 | KVM: SVM: add intercept for machine check exception |  Joerg Roedel | 1 | -0/+1 |
| 2008-04-27 | KVM: MMU: Don't assume struct page for x86 |  Anthony Liguori | 1 | -2/+2 |
| 2008-04-27 | KVM: function declaration parameter name cleanup |  Joerg Roedel | 1 | -3/+3 |
| 2008-04-27 | KVM: MMU: unify slots_lock usage |  Marcelo Tosatti | 1 | -1/+1 |
| 2008-04-27 | KVM: x86: hardware task switching support |  Izik Eidus | 1 | -0/+9 |
| 2008-04-27 | KVM: x86: add functions to get the cpl of vcpu |  Izik Eidus | 1 | -0/+1 |
| 2008-04-27 | KVM: Move some x86 specific constants and structures to include/asm-x86 |  Avi Kivity | 1 | -0/+13 |
| 2008-04-27 | x86: make native_machine_shutdown non-static |  Glauber Costa | 1 | -0/+1 |
| 2008-04-27 | x86: allow machine_crash_shutdown to be replaced |  Glauber Costa | 1 | -0/+1 |
| 2008-04-27 | KVM: MMU: hypercall based pte updates and TLB flushes |  Marcelo Tosatti | 2 | -0/+33 |
| 2008-04-27 | KVM: Provide unlocked version of emulator_write_phys() |  Avi Kivity | 1 | -0/+3 |
| 2008-04-27 | KVM: add basic paravirt support |  Marcelo Tosatti | 1 | -1/+2 |
| 2008-04-27 | KVM: Add save/restore supporting of in kernel PIT |  Sheng Yang | 1 | -0/+21 |
| 2008-04-27 | KVM: In kernel PIT model |  Sheng Yang | 1 | -0/+1 |
| 2008-04-27 | KVM: Prefix control register accessors with kvm_ to avoid namespace pollution |  Avi Kivity | 1 | -6/+6 |
| 2008-04-27 | KVM: MMU: large page support |  Marcelo Tosatti | 1 | -0/+9 |
| 2008-04-27 | KVM: MMU: ignore zapped root pagetables |  Marcelo Tosatti | 1 | -0/+1 |
| 2008-04-27 | KVM: Add stat counter for hypercalls |  Amit Shah | 1 | -0/+1 |
| 2008-04-27 | KVM: paravirtualized clocksource: host part |  Glauber de Oliveira Costa | 2 | -0/+32 |
| 2008-04-27 | KVM: export the load_pdptrs() function to modules |  Joerg Roedel | 1 | -0/+2 |
| 2008-04-27 | KVM: export information about NPT to generic x86 code |  Joerg Roedel | 1 | -0/+2 |
| 2008-04-27 | KVM: make EFER_RESERVED_BITS configurable for architecture code |  Joerg Roedel | 1 | -0/+1 |
| 2008-04-27 | KVM: VMX: Enable Virtual Processor Identification (VPID) |  Sheng Yang | 1 | -0/+1 |
| 2008-04-27 | KVM: MMU: Simplify hash table indexing |  Dong, Eddie | 1 | -1/+2 |
| 2008-04-27 | fix idle (arch, acpi and apm) and lockdep |  Peter Zijlstra | 1 | -0/+1 |
| 2008-04-26 | x86: multi pci root bus with different io resource range, on 64-bit |  Yinghai Lu | 1 | -0/+3 |
| 2008-04-26 | x86: get mp_bus_to_node early |  Yinghai Lu | 2 | -0/+15 |
| 2008-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 |  Linus Torvalds | 1 | -1/+1 |
| 2008-04-26 | x86_64: fix setup_node_bootmem to support big mem excluding with memmap |  Yinghai Lu | 1 | -1/+1 |
| 2008-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 |  Linus Torvalds | 3 | -341/+136 |
| 2008-04-26 | x86, boot: add linked list of struct setup_data |  Huang, Ying | 1 | -0/+14 |
| 2008-04-26 | x86, boot: add free_early to early reservation machanism |  Huang, Ying | 1 | -0/+1 |
| 2008-04-26 | x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only |  Joe Perches | 1 | -32/+30 |
| 2008-04-26 | x86: finalize bitops unification |  Alexander van Heukelum | 3 | -77/+33 |
| 2008-04-26 | x86, UML: remove x86-specific implementations of find_first_bit |  Alexander van Heukelum | 2 | -81/+0 |
| 2008-04-26 | x86: switch 64-bit to generic find_first_bit |  Alexander van Heukelum | 1 | -0/+2 |
| 2008-04-26 | x86: generic versions of find_first_(zero_)bit, convert i386 |  Alexander van Heukelum | 1 | -0/+2 |
| 2008-04-26 | bitops: use __fls for fls64 on 64-bit archs |  Alexander van Heukelum | 1 | -13/+2 |
| 2008-04-26 | x86: merge the simple bitops and move them to bitops.h |  Alexander van Heukelum | 3 | -141/+98 |
| 2008-04-26 | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps |  Alexander van Heukelum | 2 | -16/+0 |