summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-7/+11
|\
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-2/+2
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-2/+2
| * mm/x86: replace p4d_large() with p4d_leaf()Peter Xu2024-03-061-1/+1
| * x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-232-1/+5
| * x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-221-1/+1
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-5/+5
|\ \
| * \ Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-1411-42/+90
| |\ \
| * | | x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-5/+5
* | | | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-112-1/+1
|\ \ \ \
| * | | | x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann2024-01-302-1/+1
| | |/ / | |/| |
* | | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\ \ \ \
| * | | | x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)2024-03-071-1/+1
| |/ / /
* | | | Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar2024-02-271-0/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-02-121-0/+12
| |/ /
* | | x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner2024-02-151-2/+0
* | | x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner2024-02-152-12/+15
* | | x86/xen/smp_pv: Count number of vCPUs earlyThomas Gleixner2024-02-153-0/+19
* | | x86/xen/smp_pv: Register fake APICsThomas Gleixner2024-02-151-27/+10
* | | x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner2024-02-151-1/+1
* | | x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner2024-02-151-7/+0
* | | x86/mpparse: Switch to new init callbacksThomas Gleixner2024-02-151-10/+1
* | | x86/xen/smp_pv: Prepare for separate mpparse callbacksThomas Gleixner2024-02-151-2/+9
* | | x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2024-02-151-1/+1
* | | x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner2024-02-151-3/+0
* | | x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner2024-02-151-6/+0
|/ /
* | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-081-1/+1
|\ \
| * | arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* | | Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-081-1/+1
|\ \ \
| * | | x86/paravirt: Move some functions and defines to alternative.cJuergen Gross2023-12-101-1/+1
| |/ /
* | | Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-221-0/+1
|\ \ \
| * | | x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann2023-12-211-0/+1
* | | | x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-072-2/+2
|/ / /
* / / x86/xen: fix percpu vcpu_info allocationJuergen Gross2023-11-282-2/+6
|/ /
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-5/+5
|\ \
| * | x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-101-2/+2
| * | x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-101-1/+1
| * | x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-1/+1
| * | x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
| |/
* | xen/efi: refactor deprecated strncpyJustin Stitt2023-09-191-1/+1
* | x86/xen: allow nesting of same lazy modeJuergen Gross2023-09-191-0/+1
* | x86/xen: move paravirt lazy codeJuergen Gross2023-09-193-28/+70
* | xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-192-2/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-3/+3
|\
| * x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-022-2/+2
| * mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe2023-07-111-1/+1
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-304-71/+25
|\ \
| * | x86/xen/apic: Mark apic __ro_after_initThomas Gleixner2023-08-091-15/+13
| * | x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2023-08-092-14/+1
| * | x86/apic: Provide common init infrastructureThomas Gleixner2023-08-091-7/+3