summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra2019-02-081-25/+25
* x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
* x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
* x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-026-10/+10
* x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-02-011-0/+3
* x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1
* MAINTAINERS: Add Andy and Darren as arch/x86/platform/ reviewersBorislav Petkov2019-01-301-0/+9
* x86/fault: Fix sign-extend unintended sign extensionColin Ian King2019-01-291-1/+1
* x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-292-1/+9
* x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-01-291-1/+2
* x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
* x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
* x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
* x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
* x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
* x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
* x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
* x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-094-4/+4
* x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-096-8/+8
* samples/seccomp: Fix 32-bit buildTycho Andersen2019-01-081-0/+1
* arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-077-0/+7
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| * kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| * kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65
| * kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
| * scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
| * scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3
| * kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
| * nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0727-166/+620
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.21-20190103' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-0327-166/+620
| |\ \
| | * | perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| | * | perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-025-25/+69
| | * | perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17
| | * | perf thread-stack: Factor out thread_stack__init()Adrian Hunter2019-01-021-7/+19
| | * | perf thread-stack: Allow for a thread stack arrayAdrian Hunter2019-01-021-6/+34
| | * | perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter2019-01-021-32/+49