summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-07x86/head/64: Install startup GDTJoerg Roedel2-0/+47
2020-09-07x86/idt: Split idt_data setup out of set_intr_gate()Joerg Roedel1-8/+14
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky1-0/+35
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky1-0/+214
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+154
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel1-0/+66
2020-09-07x86/umip: Factor out instruction decodingJoerg Roedel1-22/+1
2020-09-07x86/umip: Factor out instruction fetchJoerg Roedel1-20/+6
2020-09-07x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky2-1/+3
2020-09-07Merge 'x86/cpu' to pick up dependent bitsBorislav Petkov1-13/+27
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King1-2/+2
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra4-23/+25
2020-09-04x86/debug: Support negative polarity DR6 bitsPeter Zijlstra3-6/+5
2020-09-04x86/debug: Simplify hw_breakpoint_handler()Peter Zijlstra1-6/+2
2020-09-04x86/debug: Remove aout_dump_debugregs()Peter Zijlstra1-36/+0
2020-09-04x86/debug: Remove the historical junkPeter Zijlstra1-11/+12
2020-09-04x86/debug: Move cond_local_irq_enable() block into exc_debug_user()Peter Zijlstra1-29/+29
2020-09-04x86/debug: Move historical SYSENTER junk into exc_debug_kernel()Peter Zijlstra1-24/+25
2020-09-04x86/debug: Simplify #DB signal codePeter Zijlstra1-6/+9
2020-09-04x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra1-11/+10
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra1-6/+4
2020-09-04x86/debug: Sync BTF earlierPeter Zijlstra1-7/+7
2020-09-04x86/debug: Allow a single level of #DB recursionAndy Lutomirski1-34/+31
2020-09-04arm64: mte: Add specific SIGSEGV codesVincenzo Frascino1-1/+1
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-2/+1
2020-09-01x86/build: Add asserts for unwanted sectionsKees Cook1-0/+24
2020-09-01x86/build: Enforce an empty .got.plt sectionKees Cook1-1/+13
2020-09-01static_call: Allow early initPeter Zijlstra2-1/+6
2020-09-01static_call: Add some validationPeter Zijlstra1-2/+26
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-3/+18
2020-09-01static_call: Add static_call_cond()Peter Zijlstra1-10/+32
2020-09-01x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra1-0/+5
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2-0/+4
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf2-0/+32
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-1/+3
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+29
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2020-08-27x86/mpparse: Remove duplicate io_apic.h includeWang Hai1-1/+0
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner1-7/+9
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj1-6/+20
2020-08-26x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck1-5/+4
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu3-7/+87
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu2-0/+2
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-4/+0
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva14-18/+18
2020-08-22x86/msr: Make source of unrecognised MSR writes unambiguousChris Down1-2/+2
2020-08-22x86/msr: Prevent userspace MSR access from dominating the consoleChris Down1-3/+15
2020-08-20x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks1-13/+27