summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-283-31/+123
|\
| * x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2020-01-111-11/+9
| * x86/traps: Cleanup do_general_protection()Borislav Petkov2019-12-311-39/+40
| * x86/kasan: Print original address on #GPJann Horn2019-12-311-0/+2
| * x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-312-2/+31
| * x86/traps: Print address on #GPJann Horn2019-12-311-5/+67
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-285-14/+4
|\ \
| * | x86/CPU/AMD: Remove amd_get_topology_early()Borislav Petkov2020-01-251-8/+2
| * | x86/tsc: Remove redundant assignmentMateusz Nosek2020-01-221-1/+0
| * | x86/crash: Use resource_size()Julia Lawall2020-01-091-1/+1
| * | x86/cpu: Add a missing prototype for arch_smt_update()Benjamin Thiel2020-01-091-0/+1
| * | x86/process: Remove set but not used variables prev and nextyu kuai2019-12-141-4/+0
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-283-2/+93
|\ \ \
| * | | x86/resctrl: Add task resctrl information displayChen Yu2020-01-201-0/+86
| * | | x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2020-01-172-2/+3
| * | | x86/resctrl: Do not reconfigure exiting tasksXiaochen Shen2020-01-131-0/+4
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | x86/sysfb: Fix check for bad VRAM sizeArvind Sankar2020-01-201-1/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-285-9/+0
|\ \ \ \
| * | | | x86: Remove force_iret()Brian Gerst2020-01-084-5/+0
| * | | | x86/context-tracking: Remove exception_enter/exit() from KVM_PV_REASON_PAGE_N...Frederic Weisbecker2020-01-071-4/+0
| | |/ / | |/| |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-37/+6
|\ \ \ \
| * | | | x86/apic/uv: Avoid unused variable warningArnd Bergmann2020-01-171-37/+6
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-286-740/+358
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-204-10/+11
| |\ \ \ \
| * | | | | x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra2019-12-251-31/+53
| * | | | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-256-717/+313
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1015-172/+324
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86/alternatives: Sync bp_patching update for avoiding NULL pointer exceptionMasami Hiramatsu2019-11-271-1/+7
| | * | | | x86/alternatives: Use INT3_INSN_SIZEPeter Zijlstra2019-11-271-6/+6
| | * | | | x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra2019-11-271-2/+12
| | * | | | x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-273-11/+14
| | * | | | x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-272-32/+30
| | * | | | x86/ftrace: Mark ftrace_modify_code_direct() __refBorislav Petkov2019-11-271-1/+6
| | * | | | x86/alternative: Shrink text_poke_locPeter Zijlstra2019-11-271-9/+14
| | * | | | x86/alternative: Remove text_poke_loc::lenPeter Zijlstra2019-11-271-5/+7
| | * | | | x86/ftrace: Use text_gen_insn()Peter Zijlstra2019-11-272-51/+7
| | * | | | x86/alternative: Add text_opcode_size()Peter Zijlstra2019-11-271-11/+1
| | * | | | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-273-556/+134
| | * | | | x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-273-26/+48
| | * | | | x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra2019-11-272-71/+92
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-289-7/+91
|\ \ \ \ \ \
| * | | | | | efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-1/+1
| * | | | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-204-10/+11
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-108-122/+137
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-102-0/+84
| | * | | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-106-6/+6
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-4/+7
|\ \ \ \ \ \
| * | | | | | x86/unwind/orc: Fix !CONFIG_MODULES build warningShile Zhang2020-01-071-1/+2
| * | | | | | x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang2019-12-131-3/+5