Age | Commit message (Expand) | Author | Files | Lines |
2014-01-12 | seqlock: Use raw_ prefix instead of _no_lockdep | John Stultz | 1 | -4/+4 |
2014-01-11 | x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround | Linus Torvalds | 1 | -6/+7 |
2014-01-09 | ftrace/x86: Load ftrace_ops in parameter not the variable holding it | Steven Rostedt | 2 | -3/+3 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 41 | -41/+0 |
2014-01-05 | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 24 | -95/+129 |
2014-01-04 | x86, boot: Move intcall() to the .inittext section | H. Peter Anvin | 1 | -2/+2 |
2014-01-04 | x86, boot: Use .code16 instead of .code16gcc | David Woodhouse | 2 | -12/+12 |
2014-01-04 | x86, sparse: Do not force removal of __user when calling copy_to/from_user_no... | Steven Rostedt | 1 | -2/+2 |
2014-01-03 | x86, cpu: Detect more TLB configuration | Kirill A. Shutemov | 3 | -3/+31 |
2014-01-03 | x86/efi: parse_efi_setup() build fix | Dave Young | 1 | -3/+2 |
2014-01-03 | x86: ksysfs.c build fix | Dave Young | 1 | -0/+1 |
2014-01-02 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -6/+5 |
2014-01-02 | KVM: nVMX: Unconditionally uninit the MMU on nested vmexit | Jan Kiszka | 1 | -2/+1 |
2013-12-30 | KVM: x86: Fix APIC map calculation after re-enabling | Jan Kiszka | 1 | -4/+4 |
2013-12-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+2 |
2013-12-29 | x86/efi: Delete superfluous global variables | Matt Fleming | 2 | -18/+1 |
2013-12-29 | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young | 1 | -2/+2 |
2013-12-29 | x86: Export x86 boot_params to sysfs | Dave Young | 2 | -0/+340 |
2013-12-29 | x86: Add xloadflags bit for EFI runtime support on kexec | Dave Young | 2 | -1/+9 |
2013-12-29 | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young | 6 | -25/+156 |
2013-12-27 | x86: Slightly tweak the access_ok() C variant for better code | H. Peter Anvin | 1 | -3/+5 |
2013-12-27 | x86: Replace assembly access_ok() with a C variant | Linus Torvalds | 1 | -11/+17 |
2013-12-21 | efi: Export EFI runtime memory mapping to sysfs | Dave Young | 1 | -3/+43 |
2013-12-21 | efi: Export more EFI table variables to sysfs | Dave Young | 1 | -0/+4 |
2013-12-21 | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young | 1 | -53/+79 |
2013-12-21 | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young | 1 | -1/+1 |
2013-12-21 | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young | 3 | -0/+13 |
2013-12-21 | x86/efi: Remove unused variables in __map_region() | Dave Young | 1 | -5/+1 |
2013-12-20 | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures | Kees Cook | 2 | -21/+4 |
2013-12-19 | x86, idle: Add memory barriers around clflush in mwait_play_dead() | H. Peter Anvin | 1 | -0/+2 |
2013-12-19 | x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriers | H. Peter Anvin | 1 | -1/+4 |
2013-12-19 | x86, acpi, idle: Restructure the mwait idle routines | Peter Zijlstra | 3 | -46/+40 |
2013-12-19 | x86 idle: Repair large-server 50-watt idle-power regression | Len Brown | 1 | -1/+2 |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 1 | -2/+9 |
2013-12-18 | mm: numa: serialise parallel get_user_page against THP migration | Mel Gorman | 1 | -0/+13 |
2013-12-18 | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() | H. Peter Anvin | 1 | -14/+12 |
2013-12-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -0/+12 |
2013-12-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+12 |
2013-12-17 | perf/x86: enable Haswell Celeron RAPL support | Stephane Eranian | 1 | -0/+1 |
2013-12-16 | Merge tag 'v3.13-rc4' into perf/core | Ingo Molnar | 44 | -358/+120 |
2013-12-15 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 6 | -17/+13 |
2013-12-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -55/+24 |
2013-12-12 | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) | Gleb Natapov | 1 | -1/+4 |
2013-12-12 | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) | Andy Honig | 3 | -53/+18 |
2013-12-12 | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) | Andy Honig | 1 | -1/+2 |
2013-12-12 | x86/traps: Clean up error exception handler definitions | Ingo Molnar | 1 | -13/+9 |
2013-12-11 | math64: Add mul_u64_u32_shr() | Peter Zijlstra | 1 | -0/+1 |
2013-12-11 | sched: Remove PREEMPT_NEED_RESCHED from generic code | Peter Zijlstra | 1 | -0/+11 |
2013-12-10 | x86, efi: Don't use (U)EFI time services on 32 bit | Matthew Garrett | 1 | -7/+0 |
2013-12-10 | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ... | cpw | 1 | -2/+3 |