Age | Commit message (Expand) | Author |
2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-03-11 | Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-03-11 | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-03-07 | x86/fred: Fix init_task thread stack pointer initialization | Xin Li (Intel) |
2024-02-27 | Merge branch 'x86/urgent' into x86/apic, to resolve conflicts | Ingo Molnar |
2024-02-15 | x86/cpu/topology: Use topology bitmaps for sizing | Thomas Gleixner |
2024-02-15 | x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT | Thomas Gleixner |
2024-02-15 | x86/xen/smp_pv: Count number of vCPUs early | Thomas Gleixner |
2024-02-15 | x86/xen/smp_pv: Register fake APICs | Thomas Gleixner |
2024-02-15 | x86/apic: Use a proper define for invalid ACPI CPU ID | Thomas Gleixner |
2024-02-15 | x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid | Thomas Gleixner |
2024-02-15 | x86/mpparse: Switch to new init callbacks | Thomas Gleixner |
2024-02-15 | x86/xen/smp_pv: Prepare for separate mpparse callbacks | Thomas Gleixner |
2024-02-15 | x86/mpparse: Rename default_find_smp_config() | Thomas Gleixner |
2024-02-15 | x86/xen/smp_pv: Remove cpudata fiddling | Thomas Gleixner |
2024-02-15 | x86/apic: Remove unused phys_pkg_id() callback | Thomas Gleixner |
2024-02-14 | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br... | Ingo Molnar |
2024-02-12 | x86/xen: Add some null pointer checking to smp.c | Kunwu Chan |
2024-01-30 | x86: Do not include <asm/bootparam.h> in several files | Thomas Zimmermann |
2024-01-08 | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-08 | Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-01-03 | arch/x86: Fix typos | Bjorn Helgaas |
2023-12-22 | Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-12-21 | x86/xen: add CPU dependencies for 32-bit build | Arnd Bergmann |
2023-12-10 | x86/paravirt: Move some functions and defines to alternative.c | Juergen Gross |
2023-12-07 | x86/entry: Convert INT 0x80 emulation to IDTENTRY | Thomas Gleixner |
2023-11-28 | x86/xen: fix percpu vcpu_info allocation | Juergen Gross |
2023-10-30 | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-10-20 | x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addend | Uros Bizjak |
2023-10-10 | x86/apic: Use u32 for [gs]et_apic_id() | Thomas Gleixner |
2023-10-10 | x86/apic: Use u32 for phys_pkg_id() | Thomas Gleixner |
2023-10-10 | x86/apic: Use u32 for cpu_present_to_apicid() | Thomas Gleixner |
2023-10-10 | x86/cpu: Encapsulate topology information in cpuinfo_x86 | Thomas Gleixner |
2023-09-19 | xen/efi: refactor deprecated strncpy | Justin Stitt |
2023-09-19 | x86/xen: allow nesting of same lazy mode | Juergen Gross |
2023-09-19 | x86/xen: move paravirt lazy code | Juergen Gross |
2023-09-19 | xen: simplify evtchn_do_upcall() call maze | Juergen Gross |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-30 | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-08-29 | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-28 | Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2023-08-25 | Merge branch 'acpi-processor' | Rafael J. Wysocki |
2023-08-21 | mm: convert ptlock_ptr() to use ptdescs | Vishal Moola (Oracle) |
2023-08-21 | x86/xen: Make virt_to_pfn() a static inline | Linus Walleij |
2023-08-21 | xen: remove a confusing comment on auto-translated guest I/O | Petr Tesarik |
2023-08-09 | x86/xen/apic: Mark apic __ro_after_init | Thomas Gleixner |
2023-08-09 | x86/xen/apic: Use standard apic driver mechanism for Xen PV | Juergen Gross |
2023-08-09 | x86/apic: Provide common init infrastructure | Thomas Gleixner |
2023-08-09 | x86/apic: Nuke ack_APIC_irq() | Dave Hansen |