summaryrefslogtreecommitdiff
path: root/arch/x86/platform
AgeCommit message (Expand)AuthorFilesLines
2024-11-20Merge tag 'efi-next-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-61/+1
2024-11-19Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+4
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+3
2024-11-19Merge tag 'x86_platform_for_v6.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+7
2024-11-15x86/efi: Apply EFI Memory Attributes after kexecNicolas Saenz Julienne1-0/+1
2024-11-15x86/efi: Drop support for the EFI_PROPERTIES_TABLENicolas Saenz Julienne2-61/+0
2024-11-11x86/platform/intel-mid: Replace deprecated PCI functionsPhilipp Stanner1-7/+7
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck3-4/+3
2024-10-29x86/pvh: Avoid absolute symbol references in .head.textArd Biesheuvel1-12/+18
2024-10-29x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel1-3/+3
2024-10-29x86/pvh: Omit needless clearing of phys_baseArd Biesheuvel1-7/+0
2024-10-29x86/pvh: Use correct size value in GDT descriptorArd Biesheuvel1-1/+1
2024-10-29x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel1-1/+8
2024-10-21x86/platform: Switch back to struct platform_driver::remove()Uwe Kleine-König3-4/+4
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+149
2024-09-25x86/pvh: Add 64bit relocation page tablesJason Andryuk1-1/+103
2024-09-25x86/pvh: Set phys_base when calling xen_prepare_pvh()Jason Andryuk1-0/+13
2024-09-25x86/pvh: Make PVH entrypoint PIC for x86-64Jason Andryuk1-12/+34
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-210/+224
2024-09-12xen, pvh: fix unbootable VMs by inlining memset() in xen_prepare_pvh()Alexey Dobriyan1-1/+5
2024-09-12xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)Alexey Dobriyan1-0/+1
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg1-1/+2
2024-09-04x86/platform/geode: switch GPIO buttons and LEDs to software propertiesDmitry Torokhov6-209/+222
2024-07-27Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2024-07-25x86/xen: fix memblock_reserve() usage on PVHRoger Pau Monne1-3/+0
2024-07-17Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+5
2024-07-16Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-200/+1
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel4-200/+1
2024-06-24x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+2
2024-06-15efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-1/+11
2024-06-03x86/platform/atom: Switch to new Intel CPU model definesTony Luck1-6/+5
2024-05-28x86/platform/intel-mid: Switch to new Intel CPU model definesTony Luck1-3/+3
2024-04-10x86/platform/olpc-xo1-sci: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-10x86/platform/olpc-x01-pm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+3
2024-04-10x86/platform/iris: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-03x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar1-1/+0
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+53
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+3
2024-03-12x86/platform/atom: Check state of Punit managed devices on s2idleJohannes Stezenbach1-1/+53
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+6
2024-02-15x86/mpparse: Switch to new init callbacksThomas Gleixner2-2/+0
2024-02-15x86/platform/intel-mid: Prepare for separate mpparse callbacksThomas Gleixner1-2/+4
2024-02-15x86/platform/ce4100: Prepare for separate mpparse callbacksThomas Gleixner1-6/+8
2024-02-15x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2-2/+2
2024-02-15x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_idsThomas Gleixner1-1/+0
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann1-0/+1
2024-01-30x86/efi: Implement arch_ima_efi_boot_mode() in source fileThomas Zimmermann1-0/+5