Age | Commit message (Expand) | Author | Files | Lines |
2010-09-10 | x86, tsc: Fix a preemption leak in restore_sched_clock_state() | Peter Zijlstra | 1 | -1/+1 |
2010-09-10 | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -7/+14 |
2010-09-08 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -13/+13 |
2010-09-08 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -25/+73 |
2010-09-08 | KVM: i8259: fix migration | Gleb Natapov | 1 | -1/+1 |
2010-09-08 | KVM: fix i8259 oops when no vcpus are online | Avi Kivity | 1 | -0/+3 |
2010-09-08 | KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts | Avi Kivity | 2 | -6/+10 |
2010-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -2/+4 |
2010-09-05 | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banks | Andreas Herrmann | 1 | -2/+2 |
2010-09-05 | x86: Fix the address space annotations of iomap_atomic_prot_pfn() | Francisco Jerez | 2 | -5/+5 |
2010-09-03 | perf, x86: Try to handle unknown nmis with an enabled PMU | Robert Richter | 1 | -13/+46 |
2010-09-03 | perf, x86: Fix handle_irq return values | Peter Zijlstra | 2 | -3/+8 |
2010-09-03 | perf, x86: Fix accidentally ack'ing a second event on intel perf counter | Don Zickus | 1 | -4/+2 |
2010-09-01 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o... | Ingo Molnar | 1 | -5/+17 |
2010-09-01 | oprofile, x86: fix init_sysfs() function stub | Robert Richter | 1 | -2/+4 |
2010-08-31 | oprofile, x86: fix init_sysfs error handling | Robert Richter | 1 | -3/+13 |
2010-08-25 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2010-08-25 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+42 |
2010-08-25 | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag | Lin Ming | 1 | -0/+2 |
2010-08-24 | x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampoline | Hugh Dickins | 1 | -2/+1 |
2010-08-23 | Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/... | Linus Torvalds | 1 | -6/+12 |
2010-08-23 | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary | Ian Campbell | 1 | -6/+7 |
2010-08-23 | xen: pvhvm: allow user to request no emulated device unplug | Ian Campbell | 1 | -0/+5 |
2010-08-22 | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -3/+5 |
2010-08-21 | Replace Configure with Enable in description of MAXSMP | Samuel Thibault | 1 | -2/+2 |
2010-08-20 | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev | Sergey Senozhatsky | 1 | -4/+5 |
2010-08-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -22/+72 |
2010-08-20 | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states | Suresh Siddha | 3 | -0/+42 |
2010-08-20 | x86, apic: Fix apic=debug boot crash | Daniel Kiper | 1 | -0/+2 |
2010-08-19 | x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues | Borislav Petkov | 2 | -0/+24 |
2010-08-19 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -21/+85 |
2010-08-19 | kprobes/x86: Fix the return address of multiple kretprobes | KUMANO Syuhei | 1 | -3/+22 |
2010-08-18 | x86-32: Fix dummy trampoline-related inline stubs | H. Peter Anvin | 1 | -2/+2 |
2010-08-18 | x86-32: Separate 1:1 pagetables from swapper_pg_dir | Joerg Roedel | 6 | -20/+44 |
2010-08-18 | x86, cpu: Fix regression in AMD errata checking code | Hans Rosenfeld | 1 | -1/+1 |
2010-08-18 | perf, x86: Fix Intel-nhm PMU programming errata workaround | Zhang, Yanmin | 1 | -18/+63 |
2010-08-17 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -1/+1 |
2010-08-17 | Make do_execve() take a const filename pointer | David Howells | 3 | -5/+9 |
2010-08-17 | x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are set | Jesse Barnes | 1 | -2/+4 |
2010-08-17 | KVM: PIT: free irq source id in handling error path | Xiao Guangrong | 1 | -0/+1 |
2010-08-16 | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c | Namhyung Kim | 1 | -1/+1 |
2010-08-15 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -2/+2 |
2010-08-15 | KVM: destroy workqueue on kvm_create_pit() failures | Xiaotian Feng | 1 | -1/+1 |
2010-08-15 | KVM: fix poison overwritten caused by using wrong xstate size | Xiaotian Feng | 2 | -2/+3 |
2010-08-15 | Merge branch 'linus' into release | Len Brown | 202 | -3148/+6510 |
2010-08-14 | defconfig reduction | Sam Ravnborg | 2 | -4447/+4 |
2010-08-14 | archs: replace unifdef-y with header-y | Sam Ravnborg | 1 | -15/+14 |
2010-08-13 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -12/+27 |
2010-08-13 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 1 | -1/+1 |
2010-08-13 | Mark arguments to certain syscalls as being const | David Howells | 5 | -17/+17 |