summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-271-1/+22
|\
| * x86/kernel: Move page table macros to headerJason Andryuk2024-09-251-1/+22
* | Merge branch 'address-masking'Linus Torvalds2024-09-221-0/+11
|\ \
| * | x86: make the masked_user_access_begin() macro use its argument only onceLinus Torvalds2024-09-221-2/+3
| * | x86: do the user address masking outside the user access areaLinus Torvalds2024-08-191-1/+3
| * | x86: support user address masking instead of non-speculative conditionalLinus Torvalds2024-08-191-0/+8
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-219-115/+118
|\ \ \
| * | | mm/x86: support large pfn mappingsPeter Xu2024-09-171-28/+52
| * | | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-101-1/+0
| * | | mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)2024-09-041-9/+0
| * | | mm: introduce numa_emulationMike Rapoport (Microsoft)2024-09-041-12/+0
| * | | mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)2024-09-041-2/+0
| * | | mm: introduce numa_memblksMike Rapoport (Microsoft)2024-09-041-3/+0
| * | | x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)2024-09-041-5/+5
| * | | x86/numa_emu: use a helper function to get MAX_DMA32_PFNMike Rapoport (Microsoft)2024-09-041-0/+1
| * | | x86/numa_emu: split __apicid_to_node update to a helper functionMike Rapoport (Microsoft)2024-09-041-0/+2
| * | | x86/numa: move FAKE_NODE_* defines to numa_emuMike Rapoport (Microsoft)2024-09-041-2/+0
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-044-41/+1
| * | | mm: remove arch_unmap()Michael Ellerman2024-09-021-5/+0
| * | | mm/x86: add missing pud helpersPeter Xu2024-09-021-8/+49
| * | | mm/x86: implement arch_check_zapped_pud()Peter Xu2024-09-021-0/+10
| * | | mm/x86: make pud_leaf() only care about PSE bitPeter Xu2024-09-021-2/+1
* | | | Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-193-69/+3
|\ \ \ \
| * | | | platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg2024-09-112-69/+1
| * | | | Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede2024-09-053-5/+14
| |\| | |
| * | | | platform/x86/intel/ifs: Add SBAF test image loading supportJithu Joseph2024-08-121-0/+2
* | | | | Merge tag 'for-linus-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-192-1/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86/cpu: fix unbootable VMs by inlining memcmp() in hypervisor_cpuid_base()Alexey Dobriyan2024-09-121-1/+6
| * | | | xen: allow mapping ACPI data using a different physical addressJuergen Gross2024-09-121-0/+8
* | | | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-183-16/+8
|\ \ \ \ \
| * | | | | random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-0/+1
| * | | | | random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy2024-09-131-3/+7
| * | | | | random: vDSO: move prototype of arch chacha function to vdso/getrandom.hJason A. Donenfeld2024-09-131-13/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+6
|\ \ \ \ \
| * | | | | x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook2024-08-231-1/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-171-1/+0
|\ \ \ \ \
| * | | | | x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()Yue Haibing2024-08-141-1/+0
* | | | | | Merge tag 'x86-mm-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-174-9/+12
|\ \ \ \ \ \
| * | | | | | x86/mm: Remove unused NX related declarationsYue Haibing2024-08-141-2/+0
| * | | | | | x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna2024-08-021-1/+1
| * | | | | | Merge branch 'linus' into x86/mmThomas Gleixner2024-08-0245-1101/+1728
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86/mm: Fix LAM inconsistency during context switchYosry Ahmed2024-07-022-6/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'x86-fred-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-175-23/+47
|\ \ \ \ \ \
| * | | | | | x86/entry: Set FRED RSP0 on return to userspace instead of context switchXin Li (Intel)2024-08-253-5/+24
| * | | | | | x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanismAndrew Cooper2024-08-252-15/+11
| * | | | | | x86/entry: Test ti_work for zero before processing individual bitsXin Li (Intel)2024-08-251-2/+8
| * | | | | | x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)2024-08-131-1/+2
| * | | | | | x86/fred: Move FRED RSP initialization into a separate functionXin Li (Intel)2024-08-131-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-171-0/+16
|\ \ \ \ \ \
| * | | | | | x86/elf: Add a new FPU buffer layout info to x86 core filesVignesh Balasubramanian2024-07-291-0/+16
| | |_|/ / / | |/| | | |