| Commit message (Expand) | Author | Age | Files | Lines |
* | [CPUFREQ] Enable ACPI PDC handshake for VIA/Centaur CPUs | Harald Welte | 2009-11-24 | 1 | -1/+2 |
* | [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4... | Rusty Russell | 2009-11-17 | 1 | -12/+7 |
* | [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not... | John Villalovos | 2009-11-17 | 1 | -6/+17 |
* | [CPUFREQ] powernow-k8: Fix test in get_transition_latency() | Roel Kluin | 2009-11-17 | 1 | -1/+1 |
* | [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs | Krzysztof Helt | 2009-11-17 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-11-11 | 2 | -7/+9 |
|\ |
|
| * | x86/PCI: Adjust GFP mask handling for coherent allocations | Jan Beulich | 2009-11-08 | 2 | -7/+9 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-11-11 | 3 | -13/+24 |
|\ \ |
|
| * | | x86, amd-ucode: Check UCODE_MAGIC before loading the container file | Borislav Petkov | 2009-11-10 | 1 | -0/+6 |
| * | | x86: Fix error return sequence in __ioremap_caller() | Xiaotian Feng | 2009-11-08 | 1 | -13/+11 |
| * | | x86: Add Phoenix/MSC BIOSes to lowmem corruption list | Simon Kagstrom | 2009-11-06 | 1 | -0/+7 |
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-11-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | KVM: get_tss_base_addr() should return a gpa_t | Gleb Natapov | 2009-11-04 | 1 | -1/+1 |
| * | | | KVM: x86: Catch potential overrun in MCE setup | Jan Kiszka | 2009-11-04 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | x86: Make sure get_user_desc() doesn't sign extend. | Chris Lalancette | 2009-11-05 | 1 | -1/+1 |
* | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-11-05 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | xen: mask extended topology info in cpuid | Jeremy Fitzhardinge | 2009-11-03 | 1 | -1/+10 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-11-05 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | sched: Disable SD_PREFER_LOCAL at node level | Mike Galbraith | 2009-11-03 | 1 | -1/+1 |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-11-05 | 7 | -3/+41 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | x86, fs: Fix x86 procfs stack information for threads on 64-bit | Stefani Seibold | 2009-11-04 | 2 | -1/+6 |
| * | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2009-11-03 | 3 | -1/+26 |
| |\ \ \ |
|
| | | \ \ | |
| | | \ \ | |
| | *-. \ \ | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes | Joerg Roedel | 2009-11-03 | 3 | -1/+26 |
| | |\ \ \ \ |
|
| | | * | | | | x86/amd-iommu: Un__init function required on shutdown | Joerg Roedel | 2009-10-28 | 1 | -1/+1 |
| | | * | | | | x86/amd-iommu: Workaround for erratum 63 | Joerg Roedel | 2009-10-09 | 3 | -0/+25 |
| * | | | | | | x86: Add reboot quirk for 3 series Mac mini | Gottfried Haider | 2009-11-02 | 1 | -0/+8 |
| * | | | | | | x86: Fix printk message typo in mtrr cleanup code | Dave Jones | 2009-11-02 | 1 | -1/+1 |
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-11-02 | 6 | -9/+24 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | x86: Make EFI RTC function depend on 32bit again | Feng Tang | 2009-10-27 | 1 | -0/+2 |
| * | | | | | | x86-64: Fix register leak in 32-bit syscall audting | Jan Beulich | 2009-10-26 | 1 | -3/+2 |
| * | | | | | | x86: crash_dump: Fix non-pae kdump kernel memory accesses | Jiri Slaby | 2009-10-26 | 1 | -0/+19 |
| * | | | | | | x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-Pentium | Rusty Russell | 2009-10-26 | 1 | -1/+1 |
| * | | | | | | x86: Remove STACKPROTECTOR_ALL | Arjan van de Ven | 2009-10-23 | 2 | -5/+0 |
* | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-10-29 | 1 | -1/+2 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | xen: set up mmu_ops before trying to set any ptes | Jeremy Fitzhardinge | 2009-10-27 | 1 | -1/+2 |
* | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-10-29 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | sched: Disable SD_PREFER_LOCAL for MC/CPU domains | Peter Zijlstra | 2009-10-14 | 1 | -0/+1 |
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-29 | 7 | -12/+40 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | / / / /
| | |/ / / /
| |/| | | | |
|
| * | | | | | x86, UV: Set DELIVERY_MODE=4 for vector=NMI_VECTOR in uv_hub_send_ipi() | Robin Holt | 2009-10-21 | 1 | -0/+7 |
| * | | | | | x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode() | Robin Holt | 2009-10-16 | 2 | -6/+17 |
| * | | | | | x86: Don't print number of MCE banks for every CPU | Roland Dreier | 2009-10-16 | 1 | -1/+2 |
| * | | | | | x86, UV: Fix information in __uv_hub_info structure | Robin Holt | 2009-10-16 | 2 | -6/+6 |
| * | | | | | x86: Document linker script ASSERT() quirk | Ingo Molnar | 2009-10-16 | 3 | -0/+9 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-22 | 3 | -8/+12 |
|\ \ \ \ \ |
|
| * | | | | | KVM: MMU: fix pointer cast | Frederik Deweerdt | 2009-10-16 | 1 | -6/+10 |
| * | | | | | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti | 2009-10-16 | 2 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-10-22 | 1 | -5/+5 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | crypto: aesni-intel - Fix irq_fpu_usable usage | Huang Ying | 2009-10-20 | 1 | -5/+5 |
* | | | | | Revert "x86: linker script syntax nits" | Ingo Molnar | 2009-10-15 | 2 | -10/+11 |
* | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-10-15 | 9 | -17/+16 |
|\ \ \ \ \ |
|