summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-20x86: switch to kernel_clone()Christian Brauner1-1/+1
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam1-22/+22
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse1-15/+2
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse3-39/+22
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse3-61/+5
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse3-1/+12
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse1-16/+14
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse1-11/+2
2020-08-18x86/resctrl: Fix stale commentJames Morse1-1/+1
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse2-7/+4
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2-4/+1
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-16/+54
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-1/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross5-45/+0
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+0
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet1-1/+1
2020-08-13x86/alternatives: Acquire pte lock with interrupts enabledSebastian Andrzej Siewior1-3/+3
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley1-7/+0