summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-113-9/+7
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman2021-10-291-1/+2
| * 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 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-33/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-33/+0
| |/
* | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-1016-468/+206
|\ \
| * | x86/xen: remove 32-bit awareness from startup_xenJuergen Gross2021-11-021-6/+6
| * | xen: remove highmem remnantsJuergen Gross2021-11-022-8/+0
| * | xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-021-109/+102
| * | x86/xen: remove 32-bit pv leftoversJuergen Gross2021-11-021-31/+9
| * | xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-022-94/+1
| * | x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-024-76/+20
| * | x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross2021-11-025-126/+33
| * | x86/pvh: add prototype for xen_pvh_init()Juergen Gross2021-11-021-0/+4
| * | x86/xen: Remove redundant irq_enter/exit() invocationsThomas Gleixner2021-11-022-6/+0
| * | xen/x86: restrict PV Dom0 identity mappingJan Beulich2021-11-021-3/+3
| * | xen/x86: there's no highmem anymore in PV modeJan Beulich2021-11-021-4/+0
| * | xen/x86: adjust handling of the L3 user vsyscall special page tableJan Beulich2021-11-021-1/+11
| * | xen/x86: adjust xen_set_fixmap()Jan Beulich2021-11-021-4/+5
| * | xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich2021-11-021-7/+17
| * | xen/x86: streamline set_pte_mfn()Jan Beulich2021-11-021-2/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-094-35/+31
|\ \ \
| * | | x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-11-091-9/+5
| * | | 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-092-5/+19
| * | | x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand2021-11-091-1/+3
| * | | x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand2021-11-091-14/+1
| * | | x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand2021-11-091-6/+3
* | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-2/+3
|\ \ \ \
| * | | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-2/+3
* | | | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-0/+2
|\ \ \ \ \
| * | | | | samples: add HAVE_SAMPLE_FTRACE_DIRECT config optionHeiko Carstens2021-10-191-0/+1
* | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-063-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pci/driver'Bjorn Helgaas2021-11-052-2/+2
| |\ \ \ \ \ \
| | * | | | | | x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
| | * | | | | | perf/x86/intel/uncore: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
| | | |/ / / / | | |/| | | |
| * / | | | | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-1/+1
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0611-49/+18
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | x86: remove memory hotplug support on X86_32David Hildenbrand2021-11-062-34/+3
| * | | | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-066-7/+7
| * | | | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-064-9/+9
| * | | | | xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1
* | | | | | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-2/+0
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-2/+0
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | | |
| | | | | * | | | iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu2021-10-181-2/+0
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-045-25/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/build: Tuck away built-in firmware under FW_LOADERLuis Chamberlain2021-10-221-0/+2