summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-06x86/fpu/xstate: Fix small issuesYu-cheng Yu1-7/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-4/+4
2020-01-02x86/resctrl: Fix potential memory leakShakeel Butt1-3/+3
2019-12-31x86/traps: Cleanup do_general_protection()Borislav Petkov1-39/+40
2019-12-31x86/kasan: Print original address on #GPJann Horn1-0/+2
2019-12-31x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2-2/+31
2019-12-31x86/traps: Print address on #GPJann Horn1-5/+67
2019-12-30x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai1-1/+1
2019-12-25x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra1-31/+53
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar6-717/+313
2019-12-23x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval5-31/+42
2019-12-21Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2019-12-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2019-12-17x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr3-13/+2
2019-12-17x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr1-1/+1
2019-12-17x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unusedArnd Bergmann1-1/+1
2019-12-17x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr1-1/+1
2019-12-17x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam1-1/+1
2019-12-17x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov1-1/+1
2019-12-15x86/cpu/tsx: Define pr_fmt()Borislav Petkov1-1/+4
2019-12-14x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov1-0/+7
2019-12-14x86/process: Remove set but not used variables prev and nextyu kuai1-4/+0
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang1-3/+5
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-14/+0
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-14/+0
2019-12-10x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/real...Sean Christopherson1-0/+11
2019-12-10x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.hSean Christopherson1-1/+1
2019-12-10x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson1-0/+1
2019-12-10x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson1-0/+1
2019-12-10x86/boot: Explicitly include realmode.h to handle RM reservationsSean Christopherson1-0/+1
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2-0/+84
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar6-6/+6
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar15-172/+324
2019-12-10x86/setup: Enhance the commentsIngo Molnar1-16/+25
2019-12-10x86/setup: Clean up the header portion of setup.cIngo Molnar1-100/+22
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-09x86/mtrr: Require CAP_SYS_ADMIN for all accessKees Cook1-19/+2
2019-12-09x86/mtrr: Get rid of mtrr_seq_show() forward declarationBorislav Petkov1-22/+20
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-146/+241
2019-11-30Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+12
2019-11-30x86/ioperm: Save an indentation level in tss_update_io_bitmap()Borislav Petkov1-26/+26
2019-11-29x86/intel: Disable HPET on Intel Ice Lake platformsKai-Heng Feng1-0/+2
2019-11-29x86/intel: Disable HPET on Intel Coffee Lake H platformsKai-Heng Feng1-0/+2
2019-11-29x86/mce/therm_throt: Mask out read-only and reserved MSR bitsSrinivas Pandruvada1-5/+12
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2-3/+3
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-6/+50
2019-11-27x86/alternatives: Sync bp_patching update for avoiding NULL pointer exceptionMasami Hiramatsu1-1/+7
2019-11-27x86/alternatives: Use INT3_INSN_SIZEPeter Zijlstra1-6/+6
2019-11-27x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra1-2/+12