summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-06Merge branch 'pm-x86'Rafael J. Wysocki
2019-05-06x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() failsSebastian Andrzej Siewior
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit
2019-04-30x86/kgdb: Avoid redundant comparison of patched codeNadav Amit
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit
2019-04-29x86/stacktrace: Use common infrastructureThomas Gleixner
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar
2019-04-25x86: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki
2019-04-25x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan
2019-04-24x86/build: Move _etext to actual end of .textKees Cook
2019-04-24Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-04-23x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam
2019-04-23x86/MCE: Add an MCE-record filtering functionYazen Ghannam
2019-04-22x86/kdump: Fall back to reserve high crashkernel memoryDave Young
2019-04-22x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-19x86/topology: Make DEBUG_HOTPLUG_CPU0 pr_info() more descriptiveJuri Lelli
2019-04-19x86/power: Optimize C3 entry on Centaur CPUsDavid Wang
2019-04-19x86/mce: Fix debugfs_simple_attr.cocci warningsYueHaibing
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Hans de Goede
2019-04-19x86/kvm: Make steal_time visibleAndi Kleen
2019-04-19x86/cpu/amd: Exclude 32bit only assembler from 64bit buildAndi Kleen
2019-04-19x86/asm: Mark all top level asm statements as .textAndi Kleen
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers
2019-04-19x86/smpboot: Rename match_die() to match_pkg()Len Brown
2019-04-18x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf
2019-04-18x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen
2019-04-17x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen
2019-04-17Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-17x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk
2019-04-17x86/speculation/mds: Fix commentBoris Ostrovsky
2019-04-17x86/irq/64: Remove stack overflow debug codeThomas Gleixner