Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | locking/atomic: x86: add preprocessor symbols | Mark Rutland | 2023-06-05 | 1 | -0/+4 | |
| * | | | | | | | | | | arch: Remove cmpxchg_double | Peter Zijlstra | 2023-06-05 | 4 | -69/+0 | |
| * | | | | | | | | | | percpu: Wire up cmpxchg128 | Peter Zijlstra | 2023-06-05 | 4 | -39/+148 | |
| * | | | | | | | | | | arch: Introduce arch_{,try_}_cmpxchg128{,_local}() | Peter Zijlstra | 2023-06-05 | 2 | -2/+65 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-06-27 | 8 | -98/+119 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/tsc: Provide sched_clock_noinstr() | Peter Zijlstra | 2023-06-05 | 3 | -13/+32 | |
| * | | | | | | | | | | clocksource: hyper-v: Provide noinstr sched_clock() | Peter Zijlstra | 2023-06-05 | 1 | -0/+5 | |
| * | | | | | | | | | | clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U... | Peter Zijlstra | 2023-06-05 | 2 | -8/+9 | |
| * | | | | | | | | | | x86/vdso: Fix gettimeofday masking | Peter Zijlstra | 2023-06-05 | 1 | -11/+28 | |
| * | | | | | | | | | | x86/sched: Rewrite topology setup | Peter Zijlstra | 2023-06-05 | 1 | -51/+43 | |
| * | | | | | | | | | | x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processors | Chen Yu | 2023-05-08 | 1 | -1/+1 | |
| * | | | | | | | | | | x86/sched/itmt: Give all SMT siblings of a core the same priority | Ricardo Neri | 2023-05-08 | 1 | -18/+5 | |
| * | | | | | | | | | | x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags | Ricardo Neri | 2023-05-08 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-06-27 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release() | Jakob Koschel | 2023-06-13 | 1 | -1/+3 | |
* | | | | | | | | | | | Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-06-27 | 7 | -35/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/coco: Get rid of accessor functions | Borislav Petkov (AMD) | 2023-05-09 | 5 | -22/+5 | |
| * | | | | | | | | | | | x86/sev: Get rid of special sev_es_enable_key | Borislav Petkov (AMD) | 2023-05-08 | 2 | -9/+7 | |
| * | | | | | | | | | | | x86/coco: Mark cc_platform_has() and descendants noinstr | Borislav Petkov (AMD) | 2023-05-08 | 1 | -4/+4 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-06-27 | 15 | -482/+773 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/xen: Set default memory type for PV guests to WB | Juergen Gross | 2023-06-16 | 1 | -0/+2 | |
| * | | | | | | | | | | | x86/mtrr: Unify debugging printing | Borislav Petkov (AMD) | 2023-06-01 | 4 | -40/+29 | |
| * | | | | | | | | | | | x86/mtrr: Remove unused code | Juergen Gross | 2023-06-01 | 2 | -13/+0 | |
| * | | | | | | | | | | | x86/mm: Only check uniform after calling mtrr_type_lookup() | Juergen Gross | 2023-06-01 | 1 | -16/+8 | |
| * | | | | | | | | | | | x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID | Juergen Gross | 2023-06-01 | 3 | -7/+10 | |
| * | | | | | | | | | | | x86/mtrr: Use new cache_map in mtrr_type_lookup() | Juergen Gross | 2023-06-01 | 1 | -194/+43 | |
| * | | | | | | | | | | | x86/mtrr: Add mtrr=debug command line option | Juergen Gross | 2023-06-01 | 1 | -19/+45 | |
| * | | | | | | | | | | | x86/mtrr: Construct a memory map with cache modes | Juergen Gross | 2023-06-01 | 3 | -2/+314 | |
| * | | | | | | | | | | | x86/mtrr: Add get_effective_type() service function | Juergen Gross | 2023-06-01 | 1 | -20/+19 | |
| * | | | | | | | | | | | x86/mtrr: Allocate mtrr_value array dynamically | Juergen Gross | 2023-06-01 | 1 | -1/+7 | |
| * | | | | | | | | | | | x86/mtrr: Move 32-bit code from mtrr.c to legacy.c | Juergen Gross | 2023-06-01 | 4 | -75/+98 | |
| * | | | | | | | | | | | x86/mtrr: Have only one set_mtrr() variant | Juergen Gross | 2023-06-01 | 1 | -20/+8 | |
| * | | | | | | | | | | | x86/mtrr: Replace vendor tests in MTRR code | Juergen Gross | 2023-06-01 | 7 | -29/+31 | |
| * | | | | | | | | | | | x86/xen: Set MTRR state when running as Xen PV initial domain | Juergen Gross | 2023-06-01 | 1 | -0/+52 | |
| * | | | | | | | | | | | x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guest | Juergen Gross | 2023-06-01 | 1 | -0/+4 | |
| * | | | | | | | | | | | x86/mtrr: Support setting MTRR state for software defined MTRRs | Juergen Gross | 2023-06-01 | 4 | -2/+82 | |
| * | | | | | | | | | | | x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept | Juergen Gross | 2023-06-01 | 6 | -53/+65 | |
| * | | | | | | | | | | | x86/mtrr: Remove physical address size calculation | Juergen Gross | 2023-05-09 | 4 | -64/+29 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-06-27 | 3 | -61/+96 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/lib: Make get/put_user() exception handling a visible symbol | Nadav Amit | 2023-06-02 | 2 | -28/+28 | |
| * | | | | | | | | | | | x86/csum: Fix clang -Wuninitialized in csum_partial() | Nathan Chancellor | 2023-05-29 | 1 | -4/+6 | |
| * | | | | | | | | | | | x86/csum: Improve performance of `csum_partial` | Noah Goldstein | 2023-05-25 | 1 | -32/+65 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-06-27 | 1 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/microcode/AMD: Load late on both threads too | Borislav Petkov (AMD) | 2023-06-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | x86/microcode/amd: Remove unneeded pointer arithmetic | Nathan Fontenot | 2023-05-08 | 1 | -2/+0 | |
| * | | | | | | | | | | | x86/microcode/AMD: Get rid of __find_equiv_id() | Borislav Petkov (AMD) | 2023-05-08 | 1 | -6/+3 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-06-27 | 19 | -32/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() | YueHaibing | 2023-06-21 | 1 | -1/+0 | |
| * | | | | | | | | | | | x86/mm: Remove unused current_untag_mask() | Borislav Petkov (AMD) | 2023-06-16 | 1 | -9/+2 | |
| * | | | | | | | | | | | x86/mm: Remove repeated word in comments | Bo Liu | 2023-06-07 | 1 | -1/+1 |