Age | Commit message (Expand) | Author | Files | Lines |
2010-07-21 | x86: auditsyscall: fix fastpath return value after reschedule | Roland McGrath | 1 | -2/+2 |
2010-07-21 | Fix up trivial spelling errors ('taht' -> 'that') | Linus Torvalds | 1 | -1/+1 |
2010-07-20 | x86, numa: fix boot without RAM on node0 again | Yinghai Lu | 1 | -8/+9 |
2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner | 1 | -1/+1 |
2010-07-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -9/+23 |
2010-07-18 | Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 1 | -1/+1 |
2010-07-18 | x86: kprobes: fix swapped segment registers in kretprobe | Roland McGrath | 1 | -1/+1 |
2010-07-16 | x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chain | Jacob Pan | 1 | -3/+4 |
2010-07-16 | x86: Fix x2apic preenabled system with kexec | Yinghai Lu | 1 | -1/+1 |
2010-07-16 | PCI: fall back to original BIOS BAR addresses | Bjorn Helgaas | 1 | -0/+1 |
2010-07-15 | x86: Force HPET readback_cmp for all ATI chipsets | Thomas Gleixner | 2 | -5/+18 |
2010-07-13 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -1/+15 |
2010-07-13 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -5/+4 |
2010-07-12 | KVM: MMU: flush remote tlbs when overwriting spte with different pfn | Xiao Guangrong | 1 | -0/+2 |
2010-07-07 | x86, mrst: Add i8042_detect API for Moorestwon platform | Feng Tang | 1 | -0/+7 |
2010-07-07 | x86: Add i8042 pre-detection hook to x86_platform_ops | Feng Tang | 2 | -1/+5 |
2010-07-07 | x86, platform: Export x86_platform to modules | H. Peter Anvin | 1 | -0/+3 |
2010-07-06 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -31/+7 |
2010-07-06 | KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption | Avi Kivity | 1 | -5/+2 |
2010-07-05 | rbtree: Undo augmented trees performance damage and regression | Peter Zijlstra | 1 | -28/+6 |
2010-07-04 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+12 |
2010-07-03 | perf, x86: Fix incorrect branches event on AMD CPUs | Vince Weaver | 1 | -2/+2 |
2010-06-30 | x86, Calgary: Limit the max PHB number to 256 | Darrick J. Wong | 1 | -3/+1 |
2010-06-30 | x86: Send a SIGTRAP for user icebp traps | Frederic Weisbecker | 1 | -1/+10 |
2010-06-28 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2010-06-28 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -24/+39 |
2010-06-25 | x86, Calgary: Increase max PHB number | Darrick J. Wong | 1 | -5/+10 |
2010-06-20 | x86: Fix rebooting on Dell Precision WorkStation T7400 | Thomas Backlund | 1 | -0/+8 |
2010-06-18 | x86: Fix vsyscall on gcc 4.5 with -Os | Andi Kleen | 1 | -1/+1 |
2010-06-12 | Merge branch 'bugzilla-13931-sleep-nvs' into release | Len Brown | 1 | -1/+1 |
2010-06-11 | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 3 | -0/+8 |
2010-06-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -0/+2 |
2010-06-11 | x86, pat: Proper init of memtype subtree_max_end | Venkatesh Pallipadi | 2 | -1/+2 |
2010-06-11 | PCI: clear bridge resource range if BIOS assigned bad one | Yinghai Lu | 1 | -0/+2 |
2010-06-10 | x86, setup: Set ax register in boot vga query | Andi Kleen | 1 | -2/+1 |
2010-06-11 | percpu, x86: Avoid warnings of unused variables in per cpu | Andi Kleen | 1 | -0/+2 |
2010-06-10 | suspend: Move NVS save/restore code to generic suspend functionality | Matthew Garrett | 1 | -1/+1 |
2010-06-10 | perf_events: Fix Intel Westmere event constraints | Stephane Eranian | 1 | -0/+1 |
2010-06-09 | x86, irq: Rename gsi_end gsi_top, and fix off by one errors | Eric W. Biederman | 5 | -14/+14 |
2010-06-09 | KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 page | Avi Kivity | 1 | -0/+3 |
2010-06-09 | KVM: MMU: invalidate and flush on spte small->large page size change | Marcelo Tosatti | 1 | -0/+2 |
2010-06-09 | KVM: SVM: Implement workaround for Erratum 383 | Joerg Roedel | 2 | -0/+82 |
2010-06-09 | KVM: SVM: Handle MCEs early in the vmexit process | Joerg Roedel | 1 | -1/+14 |
2010-06-07 | x86: use __ASSEMBLY__ rather than __ASSEMBLER__ | Andres Salomon | 1 | -1/+1 |
2010-06-08 | PM / x86: Save/restore MISC_ENABLE register | Ondrej Zary | 3 | -0/+8 |
2010-06-04 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 3 | -17/+37 |
2010-06-03 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -23/+27 |
2010-06-03 | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/... | Linus Torvalds | 1 | -2/+2 |
2010-06-03 | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+22 |
2010-06-03 | xen: ensure timer tick is resumed even on CPU driving the resume | Ian Campbell | 1 | -2/+2 |