Age | Commit message (Expand) | Author | Files | Lines |
2008-05-04 | kbuild, suspend, x86: fix rebuild of wakeup.bin | Sam Ravnborg | 2 | -3/+4 |
2008-05-04 | x86: undo visws/numaq build changes | Thomas Gleixner | 2 | -28/+10 |
2008-05-04 | x86: KVM geust: make setup_secondary_clock definition dependent on local apic | Glauber Costa | 1 | -0/+4 |
2008-05-04 | KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page | Avi Kivity | 1 | -1/+0 |
2008-05-04 | KVM: avoid fx_init() schedule in atomic | Andrea Arcangeli | 1 | -1/+10 |
2008-05-04 | KVM: Avoid spurious execeptions after setting registers | Jan Kiszka | 1 | -0/+2 |
2008-05-04 | KVM: PIT: support mode 4 | Marcelo Tosatti | 1 | -0/+2 |
2008-05-04 | KVM: x86 emulator: disable writeback on lmsw | Avi Kivity | 1 | -0/+1 |
2008-05-04 | KVM: x86: task switch: fix wrong bit setting for the busy flag | Izik Eidus | 1 | -2/+2 |
2008-05-04 | KVM: VMX: Enable EPT feature for KVM | Sheng Yang | 3 | -10/+233 |
2008-05-04 | KVM: VMX: Prepare an identity page table for EPT in real mode | Sheng Yang | 3 | -3/+81 |
2008-05-04 | KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT | Sheng Yang | 1 | -4/+0 |
2008-05-04 | KVM: MMU: Add EPT support | Sheng Yang | 2 | -10/+36 |
2008-05-04 | KVM: Add kvm_x86_ops get_tdp_level() | Sheng Yang | 5 | -8/+19 |
2008-05-04 | KVM: MMU: Move some definitions to a header file | Sheng Yang | 2 | -34/+33 |
2008-05-04 | KVM: VMX: EPT Feature Detection | Sheng Yang | 2 | -5/+83 |
2008-05-04 | unified (weak) sys_pipe implementation | Ulrich Drepper | 2 | -34/+0 |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 2 | -6/+6 |
2008-05-01 | x86: Mark OPTIMIZE_INLINING broken | Linus Torvalds | 1 | -0/+1 |
2008-05-01 | x86: numaq fix | Ingo Molnar | 1 | -2/+2 |
2008-05-01 | x86: 8K stacks by default | Ingo Molnar | 1 | -1/+0 |
2008-05-01 | x86: ioremap ram check fix | Andres Salomon | 1 | -2/+3 |
2008-05-01 | x86: optimize inlining off | Ingo Molnar | 1 | -1/+0 |
2008-05-01 | x86: CONFIG_X86_ELAN fix | Ingo Molnar | 1 | -5/+5 |
2008-05-01 | x86: Kconfig fix | Ingo Molnar | 1 | -2/+3 |
2008-05-01 | x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no... | Suresh Siddha | 3 | -9/+33 |
2008-05-01 | x86: use defconfigs from x86/configs/* | Sam Ravnborg | 1 | -0/+12 |
2008-05-01 | revert: "x86: ioremap(), extend check to all RAM pages" | Ingo Molnar | 1 | -2/+2 |
2008-05-01 | x86: don't bother printing compat vdso address | Jeremy Fitzhardinge | 1 | -2/+0 |
2008-05-01 | fix: x86: support for new UV apic | Andi Kleen | 1 | -1/+1 |
2008-05-01 | x86: fix early-BUG message | Vegard Nossum | 1 | -9/+10 |
2008-05-01 | x86: iommu_sac_force can become static | Dmitri Vorobiev | 1 | -1/+1 |
2008-05-01 | x86: add proper header for reboot_force | Dmitri Vorobiev | 1 | -0/+1 |
2008-05-01 | x86 VISWS: build fix | Ingo Molnar | 2 | -3/+2 |
2008-05-01 | x86, voyager: fix ioremap_nocache() | Ingo Molnar | 1 | -1/+1 |
2008-05-01 | hpet: fix | Ingo Molnar | 1 | -2/+3 |
2008-05-01 | x86: unexport kmap_atomic_to_page | Adrian Bunk | 1 | -1/+0 |
2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -16/+0 |
2008-04-30 | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 282 | -11440/+14504 |
2008-04-30 | signals: x86 TS_RESTORE_SIGMASK | Roland McGrath | 3 | -17/+18 |
2008-04-30 | x86/pci: remove flag in pci_cfg_space_size_ext | Yinghai Lu | 1 | -1/+1 |
2008-04-30 | x86: fix section mismatch in pci_scan_bus | Sam Ravnborg | 1 | -2/+2 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 4 | -10/+6 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 20 | -127/+1219 |
2008-04-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 1 | -0/+1 |
2008-04-29 | x86: use kbuild.h | Christoph Lameter | 2 | -16/+2 |
2008-04-29 | edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} | Tim Gardner | 1 | -1/+9 |
2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 1 | -1/+1 |
2008-04-29 | x86: olpc: add One Laptop Per Child architecture support | Andres Salomon | 7 | -1/+597 |
2008-04-29 | swiotlb: use iommu_is_span_boundary helper function | FUJITA Tomonori | 1 | -3/+2 |