summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song
2021-01-27x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl tooMisono Tomohiro
2021-01-26x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf
2021-01-26x86/acpi: Annotate indirect branch as safeJosh Poimboeuf
2021-01-26x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-26x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf
2021-01-26x86/gpu: Add Alderlake-S stolen memory supportCaz Yokoyama
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport
2021-01-21x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski
2021-01-19x86: PM: Register syscore_ops for scale invarianceRafael J. Wysocki
2021-01-15x86: Remove definition of DEBUGTom Rix
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov
2021-01-12x86/mce: Remove explicit/superfluous tracingPeter Zijlstra
2021-01-12x86/sev: Fix nonistr violationPeter Zijlstra
2021-01-12x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-11x86/sev-es: Handle string port IO to kernel memory properlyHyunwook (Wooky) Baek
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre
2021-01-11x86/resctrl: Add printf attribute to log functionTom Rix
2021-01-08x86/mce: Make mce_timed_out() identify holdout CPUsPaul E. McKenney
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu
2021-01-06x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang
2021-01-05x86/mm: Refine mmap syscall implementationAdrian Huang
2021-01-05x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui
2021-01-05x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov
2020-12-30x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit
2020-12-30x86/mtrr: Convert comma to semicolonZheng Yongjun
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner