summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-129-206/+206
|\
| * x86/boot/compressed: Warn on orphan section placementKees Cook2020-09-031-0/+1
| * x86/build: Warn on orphan section placementKees Cook2020-09-031-0/+4
| * x86/boot/compressed: Add missing debugging sections to outputKees Cook2020-09-011-0/+2
| * x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook2020-09-012-2/+13
| * x86/boot/compressed: Reorganize zero-size section assertsKees Cook2020-09-011-18/+26
| * x86/build: Add asserts for unwanted sectionsKees Cook2020-09-011-0/+24
| * x86/build: Enforce an empty .got.plt sectionKees Cook2020-09-011-1/+13
| * x86/asm: Avoid generating unused kprobe sectionsKees Cook2020-09-011-1/+5
| * vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-012-0/+3
| * x86/boot: Check that there are no run-time relocationsArvind Sankar2020-08-142-25/+11
| * x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar2020-08-144-21/+18
| * x86/boot: Remove run-time relocations from .head.text codeArvind Sankar2020-08-142-78/+90
| * x86/boot: Add .text.* to setup.ldArvind Sankar2020-08-141-1/+1
| * x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel2020-08-143-80/+5
| * x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel2020-08-142-0/+2
| * x86/boot/compressed: Move .got.plt entries out of the .got sectionArd Biesheuvel2020-08-141-1/+10
* | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-122-0/+4
|\ \
| * \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-10-124-86/+39
| |\ \
| * | | efi: Support for MOK variable config tableLenny Szubowicz2020-09-162-0/+4
* | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-5/+5
|\ \ \ \
| * \ \ \ Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0957-186/+431
| |\ \ \ \
| * | | | | x86/tsc: Use seqcount_latch_tAhmed S. Darwish2020-09-101-5/+5
* | | | | | Merge tag 'x86-entry-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-127-129/+94
|\ \ \ \ \ \
| * | | | | | x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra2020-09-045-24/+26
| * | | | | | x86/debug: Support negative polarity DR6 bitsPeter Zijlstra2020-09-043-6/+5
| * | | | | | x86/debug: Simplify hw_breakpoint_handler()Peter Zijlstra2020-09-041-6/+2
| * | | | | | x86/debug: Remove aout_dump_debugregs()Peter Zijlstra2020-09-042-38/+0
| * | | | | | x86/debug: Remove the historical junkPeter Zijlstra2020-09-041-11/+12
| * | | | | | x86/debug: Move cond_local_irq_enable() block into exc_debug_user()Peter Zijlstra2020-09-041-29/+29
| * | | | | | x86/debug: Move historical SYSENTER junk into exc_debug_kernel()Peter Zijlstra2020-09-041-24/+25
| * | | | | | x86/debug: Simplify #DB signal codePeter Zijlstra2020-09-041-6/+9
| * | | | | | x86/debug: Remove handle_debug(.user) argumentPeter Zijlstra2020-09-041-11/+10
| * | | | | | x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra2020-09-042-6/+8
| * | | | | | x86/debug: Sync BTF earlierPeter Zijlstra2020-09-041-7/+7
* | | | | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1222-307/+300
|\ \ \ \ \ \ \
| * | | | | | | x86/apic/msi: Unbreak DMAR and HPET MSIThomas Gleixner2020-09-271-0/+2
| * | | | | | | x86/irq: Make most MSI ops XEN privateThomas Gleixner2020-09-162-9/+14
| * | | | | | | x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-166-60/+0
| * | | | | | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+1
| * | | | | | | x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner2020-09-163-2/+20
| * | | | | | | x86/xen: Wrap XEN MSI management into irqdomainThomas Gleixner2020-09-161-0/+63
| * | | | | | | x86/xen: Consolidate XEN-MSI initThomas Gleixner2020-09-161-19/+32
| * | | | | | | x86/xen: Rework MSI teardownThomas Gleixner2020-09-161-5/+18
| * | | | | | | x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()Thomas Gleixner2020-09-161-2/+2
| * | | | | | | x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner2020-09-166-17/+32
| * | | | | | | x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner2020-09-162-7/+14
| * | | | | | | x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner2020-09-163-6/+3
| * | | | | | | x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-162-31/+1
| * | | | | | | x86/msi: Consolidate MSI allocationThomas Gleixner2020-09-162-12/+3