aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-5/+2
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+9
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 2-5/+2
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2019-01-05x86/amd_gart: fix unmapping of non-GART mappingsGravatar Christoph Hellwig 1-1/+9
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 4-12/+12
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+79
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-8/+3
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-23/+26
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-7/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+3
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-84/+15
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionGravatar Arun KS 1-2/+3
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+2
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-10/+3
2018-12-26Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-29/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 29-29/+62
2018-12-26Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+45
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+3
2018-12-26Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-17/+26
2018-12-26Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-162/+308
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-145/+346
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-14/+1
2018-12-26Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-12-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+28
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-64/+66
2018-12-21x86/kvmclock: convert to SPDX identifiersGravatar Peng Hao 1-14/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Gravatar Joerg Roedel 1-1/+1
2018-12-19x86/ftrace: Do not call function graph from dynamic trampolinesGravatar Steven Rostedt (VMware) 2-23/+26
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Gravatar Ingo Molnar 1-7/+0
2018-12-19Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Gravatar Ingo Molnar 1-2/+0
2018-12-19Revert "x86/refcount: Work around GCC inlining bug"Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Gravatar Ingo Molnar 1-1/+0
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Gravatar Ingo Molnar 1-1/+0
2018-12-19x86/mce: Restore MCE injector's module nameGravatar Borislav Petkov 1-1/+3
2018-12-19x86/mtrr: Don't copy uninitialized gentry fields back to userspaceGravatar Colin Ian King 1-0/+2
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsGravatar Chang S. Bae 2-48/+60
2018-12-18x86/speculation: Add support for STIBP always-on preferred modeGravatar Thomas Lendacky 1-6/+22
2018-12-18x86/topology: Use total_cpus for max logical packages calculationGravatar Hui Wang 1-1/+1
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar James Morris 2-0/+79
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixGravatar Ingo Molnar 13-220/+529
2018-12-17kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86Gravatar Masami Hiramatsu 1-8/+0