summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23 hours1-5/+0
|\
| * asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-5/+0
* | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds26 hours1-23/+7
|\ \
| * | 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-101-11/+14
* | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds45 hours1-2/+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 Torvalds46 hours5-89/+24
|\ \ \
| * | | x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh2024-11-021-0/+5
| * | | x86/vdso: Delete vvar.hThomas Weißschuh2024-11-021-66/+0
| * | | x86/vdso: Access vdso data without vvar.hThomas Weißschuh2024-11-021-3/+3
| * | | x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh2024-11-022-3/+2
| * | | x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh2024-11-022-9/+4
| * | | x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh2024-11-022-3/+5
| * | | x86/vdso: Allocate vvar page from C codeThomas Weißschuh2024-11-021-2/+4
| * | | x86/vdso: Access rng data from kernel without vvarThomas Weißschuh2024-11-022-2/+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
| * | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-4/+1
| * | | x86/vdso: Remove timekeeper includeThomas Weißschuh2024-10-151-1/+0
| | |/ | |/|
* | | Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds47 hours1-3/+10
|\ \ \
| * | | x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria2024-08-081-2/+9
* | | | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds48 hours1-2/+4
|\ \ \ \
| * | | | sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.Sebastian Andrzej Siewior10 days1-1/+1
| * | | | sched, x86: Enable Lazy preemptionPeter Zijlstra2024-11-051-2/+4
* | | | | Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2 days2-5/+13
|\ \ \ \ \
| * | | | | perf/x86: Refactor misc flag assignmentsColton Lewis8 days1-0/+2
| * | | | | perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis8 days1-5/+5
| * | | | | x86/cpu/intel: Define helper to get CPU core native IDDapeng Mi2024-10-071-0/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2 days2-4/+5
|\ \ \ \ \
| * | | | | locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu()Uros Bizjak2024-11-051-3/+3
| * | | | | locking/atomic/x86: Use ALT_OUTPUT_SP() for __alternative_atomic64()Uros Bizjak2024-11-051-1/+2
| |/ / / /
* | | | | Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2 days4-2/+36
|\ \ \ \ \
| * | | | | x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck2024-10-311-1/+0
| * | | | | x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bitPerry Yuan2024-10-281-0/+1
| * | | | | x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta2024-10-253-0/+33
| * | | | | x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORESPerry Yuan2024-10-251-0/+1
| * | | | | x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello2024-10-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2 days2-2/+92
|\ \ \ \ \
| * | | | | x86/sev: Convert shared memory back to private on kexecAshish Kalra2024-10-281-0/+4
| * | | | | x86/mm: Refactor __set_clr_pte_enc()Ashish Kalra2024-10-281-0/+20
| * | | | | virt: sev-guest: Carve out SNP message context structureNikunj A Dadhania2024-10-161-0/+21
| * | | | | virt: sev-guest: Consolidate SNP guest messaging parameters to a structNikunj A Dadhania2024-10-161-2/+17
| * | | | | virt: sev-guest: Use AES GCM crypto libraryNikunj A Dadhania2024-10-161-0/+3
| * | | | | x86/virt: Move SEV-specific parsing into arch/x86/virt/svmPavan Kumar Paluri2024-10-151-0/+27
| | |/ / / | |/| | |
* | | | | Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2 days1-2/+34
|\ \ \ \ \
| * | | | | EDAC/mce_amd: Add support for FRU text in MCAYazen Ghannam2024-10-311-0/+1
| * | | | | x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik2024-10-311-0/+21
| * | | | | x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik2024-10-301-2/+12
* | | | | | Merge tag 'x86_urgent_for_v6.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4 days1-0/+3
|\ \ \ \ \ \