| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, setup: Fix earlyprintk=serial,ttyS0,115200 | Yinghai Lu | 2010-09-21 | 1 | -1/+1 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-09-16 | 6 | -39/+23 |
|\ |
|
| * | x86: hpet: Work around hardware stupidity | Thomas Gleixner | 2010-09-15 | 3 | -33/+17 |
| * | x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=y | basile@opensource.dyc.edu | 2010-09-13 | 1 | -1/+1 |
| * | x86, cpufeature: Suppress compiler warning with gcc 3.x | Tetsuo Handa | 2010-09-13 | 1 | -2/+2 |
| * | x86, UV: Fix initialization of max_pnode | Jack Steiner | 2010-09-10 | 1 | -3/+3 |
* | | x86-64, compat: Retruncate rax after ia32 syscall entry tracing | Roland McGrath | 2010-09-14 | 1 | -1/+7 |
* | | x86-64, compat: Test %rax for the syscall number, not %eax | H. Peter Anvin | 2010-09-14 | 1 | -7/+7 |
* | | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin | 2010-09-14 | 1 | -1/+1 |
* | | x86, tsc: Fix a preemption leak in restore_sched_clock_state() | Peter Zijlstra | 2010-09-10 | 1 | -1/+1 |
* | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-09-10 | 4 | -7/+14 |
|\ \
| |/
|/| |
|
| * | KVM: i8259: fix migration | Gleb Natapov | 2010-09-08 | 1 | -1/+1 |
| * | KVM: fix i8259 oops when no vcpus are online | Avi Kivity | 2010-09-08 | 1 | -0/+3 |
| * | KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts | Avi Kivity | 2010-09-08 | 2 | -6/+10 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-09-08 | 5 | -13/+13 |
|\ \ |
|
| * | | x86, mcheck: Avoid duplicate sysfs links/files for thresholding banks | Andreas Herrmann | 2010-09-05 | 1 | -2/+2 |
| * | | x86: Fix the address space annotations of iomap_atomic_prot_pfn() | Francisco Jerez | 2010-09-05 | 2 | -5/+5 |
| * | | x86, mm: Fix CONFIG_VMSPLIT_1G and 2G_OPT trampoline | Hugh Dickins | 2010-08-24 | 1 | -2/+1 |
| * | | x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev | Sergey Senozhatsky | 2010-08-20 | 1 | -4/+5 |
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-09-08 | 4 | -25/+73 |
|\ \ \
| |_|/
|/| | |
|
| * | | perf, x86: Try to handle unknown nmis with an enabled PMU | Robert Richter | 2010-09-03 | 1 | -13/+46 |
| * | | perf, x86: Fix handle_irq return values | Peter Zijlstra | 2010-09-03 | 2 | -3/+8 |
| * | | perf, x86: Fix accidentally ack'ing a second event on intel perf counter | Don Zickus | 2010-09-03 | 1 | -4/+2 |
| * | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o... | Ingo Molnar | 2010-09-01 | 1 | -5/+17 |
| |\ \ |
|
| | * | | oprofile, x86: fix init_sysfs() function stub | Robert Richter | 2010-09-01 | 1 | -2/+4 |
| | * | | oprofile, x86: fix init_sysfs error handling | Robert Richter | 2010-08-31 | 1 | -3/+13 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-09-07 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are set | Jesse Barnes | 2010-08-17 | 1 | -2/+4 |
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-25 | 1 | -0/+2 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag | Lin Ming | 2010-08-25 | 1 | -0/+2 |
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-08-25 | 3 | -0/+42 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states | Suresh Siddha | 2010-08-20 | 3 | -0/+42 |
* | | | | | Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/... | Linus Torvalds | 2010-08-23 | 1 | -6/+12 |
|\ \ \ \ \ |
|
| * | | | | | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary | Ian Campbell | 2010-08-23 | 1 | -6/+7 |
| * | | | | | xen: pvhvm: allow user to request no emulated device unplug | Ian Campbell | 2010-08-23 | 1 | -0/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-08-22 | 3 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | KVM: PIT: free irq source id in handling error path | Xiao Guangrong | 2010-08-17 | 1 | -0/+1 |
| * | | | | | KVM: destroy workqueue on kvm_create_pit() failures | Xiaotian Feng | 2010-08-15 | 1 | -1/+1 |
| * | | | | | KVM: fix poison overwritten caused by using wrong xstate size | Xiaotian Feng | 2010-08-15 | 2 | -2/+3 |
* | | | | | | Replace Configure with Enable in description of MAXSMP | Samuel Thibault | 2010-08-21 | 1 | -2/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-20 | 9 | -22/+72 |
|\ \ \ \ \ |
|
| * | | | | | x86, apic: Fix apic=debug boot crash | Daniel Kiper | 2010-08-20 | 1 | -0/+2 |
| * | | | | | x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues | Borislav Petkov | 2010-08-19 | 2 | -0/+24 |
| * | | | | | x86-32: Fix dummy trampoline-related inline stubs | H. Peter Anvin | 2010-08-18 | 1 | -2/+2 |
| * | | | | | x86-32: Separate 1:1 pagetables from swapper_pg_dir | Joerg Roedel | 2010-08-18 | 6 | -20/+44 |
| * | | | | | x86, cpu: Fix regression in AMD errata checking code | Hans Rosenfeld | 2010-08-18 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-19 | 2 | -21/+85 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | kprobes/x86: Fix the return address of multiple kretprobes | KUMANO Syuhei | 2010-08-19 | 1 | -3/+22 |
| * | | | | perf, x86: Fix Intel-nhm PMU programming errata workaround | Zhang, Yanmin | 2010-08-18 | 1 | -18/+63 |
| |/ / / |
|
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-08-17 | 1 | -1/+1 |
|\ \ \ \ |
|