summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-212-33/+45
|\
| * x86/sgx: Fix free page accountingReinette Chatre2021-11-161-6/+6
| * x86/boot: Pull up cmdline preparation and early param parsingBorislav Petkov2021-11-151-27/+39
* | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-191-1/+1
|\ \
| * | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
| |/
* | x86: Pin task-stack in __get_wchan()Peter Zijlstra2021-11-191-0/+5
* | x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-5/+15
|/
* Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-141-4/+10
|\
| * static_call,x86: Robustify trampoline patchingPeter Zijlstra2021-11-111-4/+10
* | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-141-6/+12
|\ \
| * | x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-111-6/+12
| |/
* | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-143-4/+39
|\ \
| * | x86/mce: Add errata workaround for Skylake SKX37Dave Jones2021-11-121-2/+3
| * | x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2021-11-032-2/+36
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-132-1/+109
|\ \ \
| * \ \ Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-1/+1
| |\ \ \
| | * | | KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant2021-11-111-1/+1
| * | | | Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2021-11-112-0/+108
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86/kvm: Add kexec support for SEV Live Migration.Ashish Kalra2021-11-111-0/+25
| | * | | x86/kvm: Add guest support for detecting and enabling SEV Live Migration feat...Ashish Kalra2021-11-111-0/+82
| | * | | mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2021-11-111-0/+1
| | |/ /
* | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | signal/vm86_32: Remove pointless test in BUG_ONEric W. Biederman2021-11-121-1/+1
* | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-112-8/+5
|\| | |
| * | | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * | | signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman2021-10-251-1/+3
| * | | signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ONEric W. Biederman2021-10-251-4/+2
| * | | exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exitEric W. Biederman2021-10-201-3/+0
* | | | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-101-1/+12
|\ \ \ \
| * | | | x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-021-1/+12
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-092-2/+13
|\ \ \ \ \
| * | | | | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
| * | | | | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-1/+12
* | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ \ \ \ \
| * | | | | | x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-3/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * | | | | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+2
* | | | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-043-22/+18
|\ \ \ \ \ \ \
| * | | | | | | x86/microcode: Use the firmware_loader built-in APIBorislav Petkov2021-10-223-22/+18
| |/ / / / / /
* | | | | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-031-3/+2
|\ \ \ \ \ \ \
| * | | | | | | x86: dt: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-031-1/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-288-34/+112
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-061-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-022-0/+24
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. | | | | | | Merge branches 'acpi-x86', 'acpi-resources', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki2021-11-022-0/+24
| |\ \ \ \| | | | | | | | |_|_|_|/ / / / / | |/| | | | / / / / | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma2021-10-011-0/+15
| | * | | | | | | x86/ACPI: Don't add CPUs that are not online capableMario Limonciello2021-09-131-0/+9
| | |/ / / / / /
* | | | | | | | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \ \ \ \ \ \ \