Age | Commit message (Expand) | Author | Files | Lines |
2011-07-01 | x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ... | Tejun Heo | 1 | -0/+2 |
2011-06-28 | watchdog: Intel SCU Watchdog: Fix build and remove duplicate code | Jesper Juhl | 1 | -1/+1 |
2011-06-27 | Fix node_start/end_pfn() definition for mm/page_cgroup.c | KAMEZAWA Hiroyuki | 2 | -14/+0 |
2011-06-20 | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+7 |
2011-06-19 | KVM: Fix register corruption in pvclock_scale_delta | Zachary Amsden | 1 | -2/+7 |
2011-06-18 | x86, efi: Do not reserve boot services regions within reserved areas | Maarten Lankhorst | 1 | -1/+1 |
2011-05-29 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -4/+4 |
2011-05-29 | x86 idle: clarify AMD erratum 400 workaround | Len Brown | 3 | -4/+4 |
2011-05-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -486/+1345 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 2 | -1/+4 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 2 | -1/+4 |
2011-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -7/+0 |
2011-05-27 | x86, asm: Clean up desc.h a bit | Ingo Molnar | 1 | -76/+76 |
2011-05-26 | kgdbts: unify/generalize gdb breakpoint adjustment | Mike Frysinger | 1 | -0/+1 |
2011-05-26 | x86: convert to asm-generic ptrace.h | Mike Frysinger | 1 | -13/+5 |
2011-05-26 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -26/+58 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 1 | -0/+7 |
2011-05-26 | xen: cleancache shim to Xen Transcendent Memory | Dan Magenheimer | 1 | -0/+7 |
2011-05-26 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 1 | -22/+2 |
2011-05-25 | x86: remove 32-bit versions of readq()/writeq() | Roland Dreier | 1 | -22/+2 |
2011-05-25 | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ... | Richard Kennedy | 1 | -2/+2 |
2011-05-25 | x86, UV: Clean up uv_tlb.c | Cliff Wickman | 1 | -203/+351 |
2011-05-25 | x86, UV: Add support for SGI UV2 hub chip | Jack Steiner | 3 | -207/+918 |
2011-05-24 | x86, cpufeature: Update CPU feature RDRND to RDRAND | Kees Cook | 1 | -1/+1 |
2011-05-24 | PM / Hibernate: Remove arch_prepare_suspend() | Rafael J. Wysocki | 2 | -7/+0 |
2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+6 |
2011-05-24 | x86-64: Move vread_tsc into a new file with sensible options | Andy Lutomirski | 1 | -0/+4 |
2011-05-24 | x86-64: Clean up vdso/kernel shared variables | Andy Lutomirski | 4 | -26/+54 |
2011-05-24 | x86: Get rid of asmregparm | Richard Weinberger | 1 | -5/+0 |
2011-05-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -2/+0 |
2011-05-23 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -26/+93 |
2011-05-23 | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -60/+189 |
2011-05-22 | KVM: VMX: Cache vmcs segment fields | Avi Kivity | 1 | -0/+1 |
2011-05-22 | KVM: x86 emulator: consolidate segment accessors | Avi Kivity | 1 | -9/+4 |
2011-05-22 | KVM: mmio_fault_cr2 is not used | Gleb Natapov | 1 | -1/+0 |
2011-05-22 | KVM: SVM: Get rid of x86_intercept_map::valid | Avi Kivity | 1 | -0/+1 |
2011-05-22 | KVM: x86 emulator: drop x86_emulate_ctxt::vcpu | Avi Kivity | 1 | -2/+0 |
2011-05-22 | KVM: x86 emulator: add new ->wbinvd() callback | Avi Kivity | 1 | -0/+1 |
2011-05-22 | KVM: x86 emulator: add ->fix_hypercall() callback | Avi Kivity | 2 | -2/+1 |
2011-05-22 | KVM: x86 emulator: add new ->halt() callback | Avi Kivity | 1 | -0/+1 |
2011-05-22 | KVM: x86 emulator: make emulate_invlpg() an emulator callback | Avi Kivity | 2 | -1/+1 |
2011-05-22 | KVM: x86 emulator: emulate CLTS internally | Avi Kivity | 1 | -1/+0 |
2011-05-22 | KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() | Avi Kivity | 2 | -3/+2 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from intercept callback | Avi Kivity | 1 | -1/+1 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks | Avi Kivity | 1 | -7/+7 |
2011-05-22 | KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks | Avi Kivity | 1 | -9/+13 |
2011-05-22 | x86, apic: Make apic drivers static | Suresh Siddha | 1 | -7/+0 |
2011-05-22 | x86, apic: Clean up bigsmp apic selection code | Suresh Siddha | 1 | -1/+1 |
2011-05-22 | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha | 1 | -0/+20 |
2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -1/+4 |