summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20 hours1-5/+0
|\
| * asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-5/+0
* | Merge tag 'efi-next-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21 hours2-61/+1
|\ \
| * | x86/efi: Apply EFI Memory Attributes after kexecNicolas Saenz Julienne6 days1-0/+1
| * | x86/efi: Drop support for the EFI_PROPERTIES_TABLENicolas Saenz Julienne6 days2-61/+0
* | | Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds22 hours1-1/+2
|\ \ \
| * | | platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unusedArnd Bergmann9 days1-1/+2
* | | | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22 hours1-1/+1
|\ \ \ \
| * | | | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
| |/ / /
* | | | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds24 hours2-24/+8
|\ \ \ \
| * | | | ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt2024-10-151-20/+1
| * | | | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-102-12/+15
| |/ / /
* | | | Merge tag 'probes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds26 hours1-8/+11
|\ \ \ \
| * | | | x86/kprobes: Cleanup kprobes on ftrace codeMasami Hiramatsu (Google)2024-11-071-8/+11
* | | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds43 hours3-13/+2
|\ \ \ \ \
| * | | | | KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()Nam Cao2024-11-071-10/+2
| * | | | | timekeeping: Always check for negative motionThomas Gleixner2024-11-021-1/+0
| * | | | | ntp: Remove unused tick_nsecThomas Gleixner2024-10-021-2/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds44 hours10-160/+94
|\ \ \ \ \
| * | | | | x86/vdso: Add missing brackets in switch caseThomas Gleixner2024-11-021-0/+5
| * | | | | x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh2024-11-023-21/+64
| * | | | | x86/vdso: Delete vvar.hThomas Weißschuh2024-11-021-66/+0
| * | | | | x86/vdso: Access vdso data without vvar.hThomas Weißschuh2024-11-022-8/+3
| * | | | | x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh2024-11-023-3/+3
| * | | | | x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh2024-11-023-9/+6
| * | | | | x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh2024-11-023-9/+5
| * | | | | x86/vdso: Allocate vvar page from C codeThomas Weißschuh2024-11-024-37/+9
| * | | | | x86/vdso: Access rng data from kernel without vvarThomas Weißschuh2024-11-023-3/+4
| * | | | | x86/vdso: Place vdso_data at beginning of vvar pageThomas Weißschuh2024-11-021-1/+1
| * | | | | x86/vdso: Use __arch_get_vdso_data() to access vdso dataThomas Weißschuh2024-11-021-2/+2
| * | | | | x86/mm/mmap: Remove arch_vma_name()Thomas Weißschuh2024-11-021-5/+0
| * | | | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-4/+1
| * | | | | x86/vdso: Remove timekeeper includeThomas Weißschuh2024-10-151-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds44 hours2-6/+8
|\ \ \ \ \
| * | | | | x86/acpi: Switch to irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche2024-10-162-6/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'x86-mm-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45 hours1-1/+1
|\ \ \ \ \
| * | | | | x86/mm/tlb: Put cpumask_test_cpu() check in switch_mm_irqs_off() under CONFIG...Rik van Riel9 days1-1/+1
* | | | | | Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds45 hours7-19/+9
|\ \ \ \ \ \
| * | | | | | x86/boot: Remove unused function atou()Dr. David Alan Gilbert2024-11-073-10/+0
| * | | | | | x86/cpu: Use str_yes_no() helper in show_cpuinfo_misc()Thorsten Blum2024-10-261-5/+5
| * | | | | | x86/platform: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-213-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds45 hours6-410/+428
|\ \ \ \ \ \
| * | | | | | x86/bus_lock: Add support for AMDRavi Bangoria2024-08-083-2/+3
| * | | | | | x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria2024-08-085-408/+425
* | | | | | | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds45 hours2-2/+5
|\ \ \ \ \ \ \
| * | | | | | | sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.Sebastian Andrzej Siewior10 days1-1/+1
| * | | | | | | sched, x86: Enable Lazy preemptionPeter Zijlstra2024-11-052-2/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds46 hours12-154/+370
|\ \ \ \ \ \ \
| * | | | | | | perf/core: Correct perf sampling with guest VMsColton Lewis7 days1-3/+0
| * | | | | | | perf/x86: Refactor misc flag assignmentsColton Lewis7 days2-17/+44