Age | Commit message (Expand) | Author | Files | Lines |
2013-04-25 | perf/x86: Fix offcore_rsp valid mask for SNB/IVB | Stephane Eranian | 1 | -3/+12 |
2013-04-25 | KVM: Allow cross page reads and writes from cached translations. | Andrew Honig | 1 | -7/+6 |
2013-04-25 | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-... | Andy Honig | 2 | -27/+16 |
2013-04-25 | KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201... | Andy Honig | 1 | -0/+5 |
2013-04-16 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky | 5 | -13/+21 |
2013-04-16 | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates | Samu Kallio | 1 | -2/+4 |
2013-04-12 | x86: Fix rebuild with EFI_STUB enabled | Jan Beulich | 1 | -3/+2 |
2013-04-12 | x86: remove the x32 syscall bitmask from syscall_get_nr() | Paul Moore | 1 | -2/+2 |
2013-04-05 | signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer | Ben Hutchings | 1 | -0/+2 |
2013-03-28 | x86-64: Fix the failure case in copy_user_handle_tail() | CQ Tang | 1 | -2/+2 |
2013-03-20 | perf,x86: fix wrmsr_on_cpu() warning on suspend/resume | Linus Torvalds | 1 | -1/+3 |
2013-03-20 | perf,x86: fix kernel crash with PEBS/BTS after suspend/resume | Stephane Eranian | 2 | -0/+10 |
2013-03-14 | xen/pat: Disable PAT using pat_enabled value. | Konrad Rzeszutek Wilk | 1 | -1/+9 |
2013-03-14 | xen/pci: We don't do multiple MSI's. | Konrad Rzeszutek Wilk | 1 | -0/+9 |
2013-03-04 | x86: Make sure we can boot in the case the BDA contains pure garbage | H. Peter Anvin | 1 | -19/+34 |
2013-03-04 | x86, efi: Make "noefi" really disable EFI runtime serivces | Matt Fleming | 1 | -2/+3 |
2013-02-28 | xen: Send spinlock IPI to all waiters | Stefan Bader | 1 | -1/+0 |
2013-02-28 | x86: Hyper-V: register clocksource only if its advertised | Olaf Hering | 1 | -1/+2 |
2013-02-28 | x86-32, mm: Remove reference to alloc_remap() | H. Peter Anvin | 1 | -18/+11 |
2013-02-28 | x86-32, mm: Remove reference to resume_map_numa_kva() | H. Peter Anvin | 2 | -8/+0 |
2013-02-28 | x86-32, mm: Rip out x86_32 NUMA remapping code | Dave Hansen | 4 | -174/+0 |
2013-02-17 | efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter | Satoru Takeuchi | 1 | -1/+1 |
2013-02-17 | x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS. | Jan Beulich | 1 | -7/+7 |
2013-02-17 | x86/mm: Check if PUD is large when validating a kernel address | Mel Gorman | 2 | -0/+8 |
2013-02-17 | x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systems | Stoney Wang | 1 | -10/+11 |
2013-02-17 | x86: Do not leak kernel page mapping locations | Kees Cook | 1 | -3/+5 |
2013-02-14 | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 4 | -38/+50 |
2013-02-11 | x86-64: Replace left over sti/cli in ia32 audit exit code | Jan Beulich | 1 | -2/+2 |
2013-02-03 | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI | H. Peter Anvin | 1 | -0/+2 |
2013-02-03 | x86, efi: Set runtime_version to the EFI spec revision | Matt Fleming | 1 | -1/+1 |
2013-02-03 | efi, x86: Pass a proper identity mapping in efi_call_phys_prelog | Nathan Zimmer | 1 | -5/+17 |
2013-02-03 | x86/msr: Add capabilities check | Alan Cox | 1 | -0/+3 |
2013-01-21 | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. | Frediano Ziglio | 1 | -1/+0 |
2013-01-21 | x86/Sandy Bridge: reserve pages when integrated graphics is present | Jesse Barnes | 1 | -0/+78 |
2013-01-17 | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 1 | -0/+14 |
2013-01-11 | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 1 | -0/+14 |
2012-12-17 | x86: hpet: Fix masking of MSI interrupts | Jan Beulich | 1 | -2/+2 |
2012-12-10 | x86, fpu: Avoid FPU lazy restore after suspend | Vincent Palatin | 2 | -6/+14 |
2012-12-05 | x86-32: Export kernel_stack_pointer() for modules | H. Peter Anvin | 1 | -0/+2 |
2012-12-03 | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) | Petr Matousek | 2 | -0/+6 |
2012-12-03 | x86, microcode, AMD: Add support for family 16h processors | Boris Ostrovsky | 1 | -0/+4 |
2012-12-03 | x86, efi: Fix processor-specific memcpy() build error | Matt Fleming | 1 | -0/+2 |
2012-12-03 | x86-32: Fix invalid stack address while in softirq | Robert Richter | 2 | -11/+32 |
2012-11-17 | xen/mmu: Use Xen specific TLB flush instead of the generic one. | Konrad Rzeszutek Wilk | 1 | -1/+20 |
2012-10-31 | x86, mm: Use memblock memory loop instead of e820_RAM | Yinghai Lu | 1 | -7/+8 |
2012-10-31 | x86: efi: Turn off efi_enabled after setup on mixed fw/kernel | Olof Johansson | 3 | -8/+23 |
2012-10-31 | efi: Defer freeing boot services memory until after ACPI init | Josh Triplett | 1 | -13/+18 |
2012-10-31 | x86, mm: Undo incorrect revert in arch/x86/mm/init.c | Yinghai Lu | 1 | -4/+0 |
2012-10-31 | x86, mm: Find_early_table_space based on ranges that are actually being mapped | Jacob Shin | 1 | -30/+43 |
2012-10-31 | x86, mm: Trim memory in memblock to be page aligned | Yinghai Lu | 1 | -0/+3 |