summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-041-0/+12
|\
| * x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
* | x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt2016-09-021-2/+2
|/
* x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li2016-08-241-0/+3
* x86/smp: Fix __max_logical_packages value setupJiri Olsa2016-08-181-9/+16
* x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-08-181-1/+8
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-127-162/+64
|\
| * x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior2016-08-111-4/+9
| * x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski2016-08-111-2/+0
| * x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2016-08-111-7/+10
| * x86/boot: Run reserve_bios_regions() after we initialize the memory mapAndy Lutomirski2016-08-113-3/+2
| * x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2016-08-111-2/+1
| * x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen2016-08-101-121/+17
| * 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-101-18/+10
| * x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguousMike Travis2016-08-101-4/+5
| * x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier2016-08-101-2/+6
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-123-3/+31
|\ \
| * | 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-1064-328/+325
| |\ \ | | |/
| * | x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange2016-08-102-0/+28
| * | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent...Nicolai Stange2016-08-101-2/+2
* | | uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko2016-08-121-11/+11
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-061-11/+6
|\ \
| * | pvclock: introduce seqcount-like APIPaolo Bonzini2016-08-041-11/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-062-8/+33
|\ \ \
| * | | x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-272-8/+33
* | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-053-4/+3
|\ \ \ \
| * | | | x86: include linux/ratelimit.h in nmi.cArnd Bergmann2016-06-061-0/+1
| * | | | char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-042-4/+2
* | | | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-045-23/+23
* | | | | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-044-15/+15
| |_|/ / |/| | |
* | | | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-210/+194
|\ \ \ \
| * \ \ \ Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-263-17/+103
| |\ \ \ \
| * \ \ \ \ Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-029-36/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-210/+194
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-178-15/+67
| | |\ \ \ \ \
| | * | | | | | x86: Silence 32bit compiler warning in intel_graphics_stolen()Chris Wilson2016-05-101-3/+4
| | * | | | | | drm/i915: Function per early graphics quirkJoonas Lahtinen2016-04-251-89/+98
| | * | | | | | drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen2016-04-251-130/+104
* | | | | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-0152-57/+51
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | x86/apic: Remove duplicated include from probe_64.cWei Yongjun2016-07-191-1/+0
| * | | | | | | x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_tStephen Rothwell2016-07-191-0/+1
| * | | | | | | x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-142-2/+1
| * | | | | | | x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1449-49/+49
| * | | | | | | x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker2016-07-141-5/+0
| * | | | | | | Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar2016-07-141-4/+3
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-07-304-118/+188
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bitBorislav Petkov2016-07-271-2/+0
| * | | | | | | | | Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-2743-335/+969
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
OpenPOWER on IntegriCloud