| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-08 | 4 | -28/+51 |
|\ |
|
| * | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 | 1 | -1/+1 |
| * | x86: Simplify bound checks in the MTRR code | Arjan van de Ven | 2009-10-02 | 1 | -5/+12 |
| * | x86: EDAC: MCE: Fix MCE decoding callback logic | Ingo Molnar | 2009-10-02 | 2 | -22/+38 |
* | | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven | 2009-10-08 | 2 | -0/+3 |
* | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-05 | 7 | -29/+105 |
|\ \ |
|
| * | | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 | 2 | -9/+54 |
| * | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 | 2 | -7/+26 |
| * | | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 | 1 | -5/+2 |
| * | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID | Avi Kivity | 2009-10-04 | 1 | -0/+2 |
| * | | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti | 2009-10-04 | 1 | -1/+1 |
| * | | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 2009-10-04 | 1 | -1/+1 |
| * | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly | Joerg Roedel | 2009-10-04 | 1 | -6/+17 |
| * | | KVM: SVM: Fix tsc offset adjustment when running nested | Joerg Roedel | 2009-10-04 | 1 | -0/+2 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-05 | 6 | -21/+35 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86: Don't leak 64-bit kernel register values to 32-bit processes | Jan Beulich | 2009-10-01 | 1 | -13/+23 |
| * | x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL | Jaswinder Singh Rajput | 2009-10-01 | 1 | -4/+0 |
| * | x86: earlyprintk: Fix regression to handle serial,ttySn as 1 arg | Jason Wessel | 2009-10-01 | 1 | -1/+4 |
| * | x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y | Eric Dumazet | 2009-10-01 | 2 | -2/+6 |
| * | x86: Fix csum_ipv6_magic asm memory clobber | Samuel Thibault | 2009-10-01 | 1 | -1/+2 |
| * | x86: Optimize cmpxchg64() at build-time some more | Linus Torvalds | 2009-10-01 | 1 | -1/+2 |
* | | x86: fix csum_ipv6_magic asm memory clobber | Samuel Thibault | 2009-10-01 | 1 | -1/+2 |
* | | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-09-30 | 4 | -14/+83 |
|\ |
|
| * | x86: Provide an alternative() based cmpxchg64() | Arjan van de Ven | 2009-09-30 | 4 | -14/+83 |
* | | Revert "x86, mce: do not compile mcelog message on AMD" | Linus Torvalds | 2009-09-30 | 1 | -4/+1 |
|/ |
|
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-09-27 | 1 | -1/+1 |
|\ |
|
| * | ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regression | Zhao Yakui | 2009-09-27 | 1 | -1/+1 |
* | | x86: Fix hwpoison code related build failure on 32-bit NUMAQ | Linus Torvalds | 2009-09-27 | 1 | -0/+11 |
|/ |
|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-26 | 1 | -0/+3 |
|\ |
|
| * | perf_event, x86: Fix 'perf sched record' crashing the machine | Peter Zijlstra | 2009-09-23 | 1 | -0/+3 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 19 | -188/+180 |
|\ \ |
|
| * \ | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-09-25 | 7 | -76/+25 |
| |\ \ |
|
| | * | | x86: Cleanup linker script using new linker script macros. | Tim Abbott | 2009-09-18 | 1 | -44/+3 |
| | * | | x86: Use section .data.page_aligned for the idt_table. | Tim Abbott | 2009-09-18 | 2 | -5/+2 |
| | * | | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 3 | -11/+5 |
| | * | | x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 3 | -4/+8 |
| | * | | x86: fix fragile computation of vsyscall address | Anders Kaseorg | 2009-09-18 | 1 | -12/+7 |
| * | | | x86: Remove redundant non-NUMA topology functions | Rusty Russell | 2009-09-24 | 1 | -10/+0 |
| * | | | x86: early_printk: Protect against using the same device twice | Jason Wessel | 2009-09-24 | 1 | -0/+5 |
| * | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | 34 | -1137/+529 |
| |\ \ \ |
|
| * | | | | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 | 1 | -2/+5 |
| * | | | | x86: Reduce verbosity of "TSC is reliable" message | Roland Dreier | 2009-09-24 | 1 | -1/+1 |
| * | | | | x86: mce: Use safer ways to access MCE registers | Ingo Molnar | 2009-09-23 | 1 | -2/+21 |
| * | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-09-23 | 5 | -69/+77 |
| |\ \ \ \ |
|
| | * | | | | x86: split NX setup into separate file to limit unstack-protected code | Jeremy Fitzhardinge | 2009-09-21 | 4 | -65/+72 |
| | * | | | | xen: check EFER for NX before setting up GDT mapping | Jeremy Fitzhardinge | 2009-09-21 | 2 | -5/+6 |
| * | | | | | x86: mce, inject: Use real inject-msg in raise_local | Huang Ying | 2009-09-22 | 1 | -3/+4 |
| * | | | | | x86: mce: Fix thermal throttling message storm | Ingo Molnar | 2009-09-22 | 1 | -2/+4 |