summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-09-04x86/debug: Simplify #DB signal codePeter Zijlstra
2020-09-04x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra
2020-09-04x86/debug: Sync BTF earlierPeter Zijlstra
2020-09-04x86/debug: Allow a single level of #DB recursionAndy Lutomirski
2020-09-04arm64: mte: Add specific SIGSEGV codesVincenzo Frascino
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-09-01x86/build: Add asserts for unwanted sectionsKees Cook
2020-09-01x86/build: Enforce an empty .got.plt sectionKees Cook
2020-09-01static_call: Allow early initPeter Zijlstra
2020-09-01static_call: Add some validationPeter Zijlstra
2020-09-01static_call: Handle tail-callsPeter Zijlstra
2020-09-01static_call: Add static_call_cond()Peter Zijlstra
2020-09-01x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-27x86/mpparse: Remove duplicate io_apic.h includeWang Hai
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj
2020-08-26x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22x86/msr: Make source of unrecognised MSR writes unambiguousChris Down
2020-08-22x86/msr: Prevent userspace MSR access from dominating the consoleChris Down
2020-08-20x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks
2020-08-20x86: switch to kernel_clone()Christian Brauner
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse
2020-08-18x86/resctrl: Fix stale commentJames Morse
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet
2020-08-13x86/alternatives: Acquire pte lock with interrupts enabledSebastian Andrzej Siewior