Age | Commit message (Expand) | Author |
2025-05-06 | Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts | Ingo Molnar |
2025-05-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel |
2025-05-04 | Merge branch 'x86/urgent' into x86/boot, to pick up fixes | Ingo Molnar |
2025-05-04 | Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes | Ingo Molnar |
2025-05-02 | x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses | Xin Li (Intel) |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar |
2025-05-01 | x86/devmem: Remove duplicate range_is_allowed() definition | Dan Williams |
2025-04-23 | x86/mm: Fix _pgd_alloc() for Xen PV mode | Juergen Gross |
2025-04-22 | Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre... | Ingo Molnar |
2025-04-18 | x86/mm: Fix {,un}use_temporary_mm() IRQ state | Peter Zijlstra |
2025-04-17 | x86/mm: Remove duplicated PMD preallocation macro | Dave Hansen |
2025-04-17 | x86/mm: Preallocate all PAE page tables | Dave Hansen |
2025-04-17 | x86/mm: Fix up comments around PMD preallocation | Dave Hansen |
2025-04-17 | x86/mm: Simplify PAE PGD sharing macros | Dave Hansen |
2025-04-17 | x86/mm: Always "broadcast" PMD setting operations | Dave Hansen |
2025-04-17 | x86/mm: Always allocate a whole page for PAE PGDs | Dave Hansen |
2025-04-17 | x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off() | Peter Zijlstra |
2025-04-16 | Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commits | Ingo Molnar |
2025-04-16 | Merge branch 'linus' into x86/cpu, to resolve conflicts | Ingo Molnar |
2025-04-14 | x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h> | Ingo Molnar |
2025-04-14 | x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu() | Ingo Molnar |
2025-04-12 | x86/boot: Move early SME init code into startup/ | Ard Biesheuvel |
2025-04-12 | x86/asm: Make rip_rel_ptr() usable from fPIC code | Ard Biesheuvel |
2025-04-12 | x86/mm: Allow temporary MMs when IRQs are on | Andy Lutomirski |
2025-04-12 | x86/mm: Remove 'mm' argument from unuse_temporary_mm() again | Peter Zijlstra |
2025-04-12 | x86/mm: Make use_/unuse_temporary_mm() non-static | Andy Lutomirski |
2025-04-11 | x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr' | Ingo Molnar |
2025-04-11 | x86/alternatives: Rename 'poking_mm' to 'text_poke_mm' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' | Ingo Molnar |
2025-04-09 | x86/mm: Consolidate initmem_init() | Mike Rapoport (Microsoft) |
2025-04-09 | Merge tag 'v6.15-rc1' into x86/mm, to pick up fixes | Ingo Molnar |
2025-04-09 | x86/bugs: Don't fill RSB on context switch with eIBRS | Josh Poimboeuf |
2025-04-04 | Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-04-03 | Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-04-03 | x86/tlb: Simplify choose_new_asid() and generate better code | Borislav Petkov (AMD) |
2025-04-02 | Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds |
2025-04-01 | x86: pgtable: convert to use tlb_remove_ptdesc() | Qi Zheng |
2025-04-01 | x86/mm: Stop prefetching current->mm->mmap_lock on page faults | Mateusz Guzik |
2025-04-01 | x86/mm: Simplify the pgd_leaf() and p4d_leaf() checks a bit | Baoquan He |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-04-01 | x86/mm/init: Handle the special case of device private pages in add_pages(), ... | Balbir Singh |
2025-03-30 | Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-03-25 | x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() | David Hildenbrand |
2025-03-25 | Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2025-03-24 | Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2025-03-24 | Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2025-03-22 | tracing: Disable branch profiling in noinstr code | Josh Poimboeuf |