summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-01-05bpf, x86: Use emit_nops to replace memcpy x86_nopsLeon Hwang1-25/+22
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-76/+88
2024-01-05x86/csum: clean up `csum_partial' furtherLinus Torvalds1-44/+37
2024-01-05x86/csum: Remove unnecessary odd handlingNoah Goldstein1-32/+4
2024-01-05um: Always inline stub functionsBenjamin Berg2-18/+20
2024-01-05um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg4-61/+5
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini1-1/+6
2024-01-04x86/tools: objdump_reformat.awk: Skip bad instructions from llvm-objdumpNathan Chancellor1-1/+1
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia1-1/+2
2024-01-03arch/x86: Fix typosBjorn Helgaas60-72/+72
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini8-34/+55
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini30-174/+297
2023-12-30x86/alternative: Correct feature bit debug outputBorislav Petkov (AMD)1-1/+1
2023-12-29x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang1-1/+1
2023-12-29x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang1-1/+1
2023-12-29x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang1-1/+1
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-28Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2023-12-27kill unnecessary thread_info.h includeKent Overstreet2-1/+2
2023-12-27Kill unnecessary kernel.h includeKent Overstreet2-1/+2
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet1-0/+1
2023-12-23Merge tag 'x86-urgent-2023-12-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+29
2023-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+21
2023-12-23Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini13-89/+174
2023-12-22Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-31/+5
2023-12-21x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann1-0/+1
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-30/+4
2023-12-21x86/signal: kill dependency on time.hKent Overstreet1-1/+0
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-12-21x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang1-5/+2
2023-12-21kexec_file, x86: print out debugging message if requiredBaoquan He2-11/+16
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2-3/+3
2023-12-21kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-2/+2
2023-12-21x86: fix missing includes/forward declarationsKent Overstreet5-0/+9
2023-12-21x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()Colin Ian King1-1/+1
2023-12-20x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum1-1/+1
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum5-14/+14
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum7-33/+33
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum5-8/+5
2023-12-20x86/asm: Provide new infrastructure for GDT descriptorsVegard Nossum1-13/+63
2023-12-19x86/Kconfig: Rework CONFIG_X86_PAE dependencyArnd Bergmann2-3/+7
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-56/+425
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner1-1/+1
2023-12-16cfi: Add CFI_NOSEAL()Peter Zijlstra1-0/+5
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra3-23/+71
2023-12-16x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra3-8/+30
2023-12-16x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra3-12/+227
2023-12-16cfi: Flip headersPeter Zijlstra2-3/+4
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1