summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-01-28Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-27Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar
2020-01-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-17x86/speculation/swapgs: Exclude Zhaoxin CPUs from SWAPGS vulnerabilityTony W Wang-oc
2020-01-17x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc
2020-01-17x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta
2020-01-17x86/apic/uv: Avoid unused variable warningArnd Bergmann
2020-01-16x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky
2020-01-16x86/amd_nb: Add Family 19h PCI IDsYazen Ghannam
2020-01-16x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam
2020-01-15x86/mce/therm_throt: Do not access uninitialized therm_workChuansheng Liu
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov
2020-01-13x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr
2020-01-13x86/mce: Fix mce=nobootlogJan H. Schönherr
2020-01-13x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2020-01-07x86/unwind/orc: Fix !CONFIG_MODULES build warningShile Zhang
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-02x86/resctrl: Fix potential memory leakShakeel Butt
2019-12-30x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai
2019-12-25x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-21Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-12-17x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr
2019-12-17x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr
2019-12-17x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unusedArnd Bergmann
2019-12-17x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr
2019-12-17x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam
2019-12-17x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov
2019-12-10x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/real...Sean Christopherson
2019-12-10x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.hSean Christopherson
2019-12-10x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson
2019-12-10x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson
2019-12-10x86/boot: Explicitly include realmode.h to handle RM reservationsSean Christopherson
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar