summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-15383-3942/+12148
|\
| * Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-08-133-11/+14
| |\
| | *-. Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-123-11/+14
| | |\ \
| | | * | x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki2016-08-083-11/+14
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-1220-195/+182Star
| |\ \ \ \
| | * | | | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior2016-08-111-4/+9
| | * | | | x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski2016-08-111-0/+21
| | * | | | x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski2016-08-112-8/+30
| | * | | | x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski2016-08-113-6/+12
| | * | | | x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2016-08-112-8/+12
| | * | | | x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-113-3/+2Star
| | * | | | x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2016-08-112-6/+1Star
| | * | | | x86/mm: Fix swap entry comment and macroDave Hansen2016-08-111-2/+2
| | * | | | x86/mm/kaslr: Fix -Wformat-security warningNicolas Iooss2016-08-111-1/+1
| | * | | | x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen2016-08-101-121/+17Star
| | * | | | x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tablesValdis Kletnieks2016-08-101-0/+2
| | * | | | x86/platform/UV: Fix kernel panic running RHEL kdump kernel on UV systemsMike Travis2016-08-101-0/+5
| | * | | | x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM valuesMike Travis2016-08-102-20/+13Star
| | * | | | x86/platform/UV: Fix bug with iounmap() of the UV4 EFI System Table causing a...Mike Travis2016-08-101-3/+5
| | * | | | x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguousMike Travis2016-08-101-4/+5
| | * | | | x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov2016-08-101-5/+9
| | * | | | x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior2016-08-101-0/+7
| | * | | | x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier2016-08-101-2/+12
| | * | | | x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier2016-08-102-3/+7
| | * | | | x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko2016-08-101-0/+11
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-124-3/+33
| |\ \ \ \ \
| | * | | | | x86/hpet: Fix /dev/rtc breakage caused by RTC cleanupArnd Bergmann2016-08-101-1/+1
| | * | | | | Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-10178-954/+1493
| | |\| | | |
| | * | | | | x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange2016-08-103-0/+30
| | * | | | | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent...Nicolai Stange2016-08-101-2/+2
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-123-16/+30
| |\ \ \ \ \ \
| | * | | | | | perf/x86/intel/uncore: Add enable_box for client MSR uncoreKan Liang2016-08-121-0/+14
| | * | | | | | perf/x86/intel/uncore: Fix uncore num_countersKan Liang2016-08-121-5/+5
| | * | | | | | uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko2016-08-121-11/+11
| | | |/ / / / | | |/| | | |
| * / | | | | x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled...Alex Thorlton2016-08-111-1/+2
| |/ / / / /
| * | | | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-085-4/+56
| |\ \ \ \ \
| | * | | | | x86/uaccess: Enable hardened usercopyKees Cook2016-07-264-4/+11
| | * | | | | mm: Implement stack frame object validationKees Cook2016-07-262-0/+45
| * | | | | | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-081-8/+8
| * | | | | | x86/hweight: Don't clobber %rdiVille Syrjälä2016-08-081-0/+2
| | |_|/ / / | |/| | | |
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-066-55/+47Star
| |\ \ \ \ \
| | * | | | | nvmx: mark ept single context invalidation as supportedBandan Das2016-08-041-7/+7
| | * | | | | nvmx: remove comment about missing nested vpid supportBandan Das2016-08-041-1/+0Star
| | * | | | | KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li2016-08-041-0/+3
| | * | | | | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-041-0/+3
| | |\ \ \ \ \
| | | * | | | | KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-0/+3
| | * | | | | | x86: vdso: use __pvclock_read_cyclesPaolo Bonzini2016-08-041-13/+3Star
| | * | | | | | pvclock: introduce seqcount-like APIPaolo Bonzini2016-08-043-34/+31Star
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-061-4/+7
| |\ \ \ \ \ \ \
| | * | | | | | | perf/x86: Modify error message in virtualized environmentJuergen Gross2016-08-011-4/+7
| | | |_|_|/ / / | | |/| | | | |