Age | Commit message (Expand) | Author | Files | Lines |
2010-01-22 | x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt | Joerg Roedel | 3 | -2/+10 |
2010-01-22 | x86/amd-iommu: Fix NULL pointer dereference in __detach_device() | Joerg Roedel | 1 | -2/+5 |
2010-01-22 | x86/amd-iommu: Fix possible integer overflow | Joerg Roedel | 1 | -1/+1 |
2010-01-21 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -3/+12 |
2010-01-21 | perf: x86: Add support for the ANY bit | Stephane Eranian | 2 | -0/+8 |
2010-01-20 | Merge branch 'misc' into release | Len Brown | 1 | -16/+6 |
2010-01-19 | x86, apic: use logical flat for systems with <= 8 logical cpus | Suresh Siddha | 2 | -19/+4 |
2010-01-19 | x86, apic: use physical mode for IBM summit platforms | Suresh Siddha | 1 | -0/+5 |
2010-01-17 | hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change | Luca Barbieri | 1 | -3/+4 |
2010-01-16 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -9/+39 |
2010-01-15 | x86, uv: Ensure hub revision set for all ACPI modes. | Russ Anderson | 1 | -1/+4 |
2010-01-15 | x86, uv: Add function retrieving node controller revision number | Jack Steiner | 2 | -0/+18 |
2010-01-13 | x86: xen: 64-bit kernel RPL should be 0 | Ian Campbell | 1 | -0/+4 |
2010-01-13 | x86: kernel_thread() -- initialize SS to a known state | Cyrill Gorcunov | 1 | -0/+2 |
2010-01-13 | x86/agp: Fix agp_amd64_init and agp_amd64_cleanup | FUJITA Tomonori | 1 | -0/+1 |
2010-01-13 | x86: SGI UV: Fix mapping of MMIO registers | Mike Travis | 1 | -7/+8 |
2010-01-13 | x86: mce.h: Fix warning in header checks | Alan Cox | 1 | -1/+2 |
2010-01-13 | perf: Stop stack frame walking off kernel addresses boundaries | Frederic Weisbecker | 1 | -6/+8 |
2010-01-12 | Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus" | Ananth N Mavinakayanahalli | 2 | -19/+22 |
2010-01-11 | core, x86: make LIST_POISON less deadly | Avi Kivity | 1 | -0/+5 |
2010-01-11 | x86: add support for LZO-compressed kernels | Albin Tonnerre | 3 | -1/+9 |
2010-01-11 | mm: make totalhigh_pages unsigned long | Andreas Fenkart | 1 | -2/+1 |
2010-01-09 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -8/+17 |
2010-01-07 | x86, ACPI: delete acpi_boot_table_init() return value | Len Brown | 1 | -16/+6 |
2010-01-06 | x86, irq: Check move_in_progress before freeing the vector mapping | Suresh Siddha | 1 | -0/+7 |
2010-01-06 | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 1 | -1/+1 |
2010-01-06 | x86: copy_from_user() should not return -EFAULT | Heiko Carstens | 2 | -6/+4 |
2010-01-05 | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 1 | -1/+1 |
2010-01-05 | x86/pci: Intel ioh bus num reg accessing fix | Yinghai Lu | 1 | -0/+4 |
2010-01-05 | x86: Fix size for ex trampoline with 32bit | Yinghai Lu | 1 | -2/+2 |
2009-12-31 | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2009-12-31 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -75/+87 |
2009-12-31 | perf: Pass appropriate frame pointer to dump_trace() | Frederic Weisbecker | 1 | -1/+1 |
2009-12-31 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+2 |
2009-12-31 | ACPI: introduce kernel parameter acpi_sleep=sci_force_enable | Zhang Rui | 1 | -0/+2 |
2009-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -1/+1 |
2009-12-30 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -22/+13 |
2009-12-30 | x86_64 SGI UV: Fix writes to led registers on remote uv hubs. | Mike Travis | 2 | -7/+25 |
2009-12-29 | x86: SGI UV: Fix writes to led registers on remote uv hubs | Mike Travis | 2 | -44/+54 |
2009-12-28 | x86, kmemcheck: Use KERN_WARNING for error reporting | Pekka Enberg | 1 | -10/+9 |
2009-12-28 | x86: Use KERN_DEFAULT log-level in __show_regs() | Pekka Enberg | 3 | -21/+21 |
2009-12-28 | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 84 | -1781/+1152 |
2009-12-27 | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates | Jan Kiszka | 2 | -4/+12 |
2009-12-27 | KVM: LAPIC: make sure IRR bitmap is scanned after vm load | Marcelo Tosatti | 1 | -0/+1 |
2009-12-27 | KVM: MMU: remove prefault from invlpg handler | Marcelo Tosatti | 1 | -18/+0 |
2009-12-26 | x86, compress: Force i386 instructions for the decompressor | H. Peter Anvin | 1 | -0/+1 |
2009-12-24 | Merge branch 'misc-2.6.33' into release | Len Brown | 1 | -1/+3 |
2009-12-24 | Merge branch 'pdc' into release | Len Brown | 3 | -102/+27 |
2009-12-24 | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o... | Linus Torvalds | 1 | -1/+1 |
2009-12-22 | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi... | Andrew Morton | 1 | -1/+3 |