summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/blowfish - Convert to use ECB/CBC helpersPeter Lafreniere2023-02-102-168/+58
* crypto: x86/blowfish - Remove unused encode parameterPeter Lafreniere2023-02-102-57/+7
* crypto: x86 - exit fpu context earlier in ECB/CBC macrosPeter Lafreniere2023-02-031-4/+15
* crypto: x86/aria-avx512 - fix build failure with old binutilsTaehee Yoo2023-01-201-1/+1
* crypto: x86/aria-avx2 - fix build failure with old binutilsTaehee Yoo2023-01-202-2/+12
* crypto: x86/aria-avx - fix build failure with old binutilsTaehee Yoo2023-01-203-1/+18
* crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-065-0/+1251
* crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-066-1/+1752
* crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-062-15/+19
* crypto: x86/aria - add keystream array into request ctxTaehee Yoo2023-01-061-13/+26
* crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-302-5/+24
* crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-302-8/+8
* crypto: x86/ghash - fix unaligned access in ghash_setkey()Eric Biggers2022-12-301-3/+3
* prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-1/+1
|\
| * kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-131-1/+1
* | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+1
|\ \
| * | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+1
* | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1726-280/+236
|\ \ \
| * | | x86/mm: Ensure forced page table splittingDave Hansen2022-12-151-1/+2
| * | | x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson2022-12-151-1/+11
| * | | x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson2022-12-151-18/+22
| * | | x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson2022-12-151-11/+11
| * | | x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson2022-12-151-5/+3
| * | | x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson2022-12-151-1/+1
| * | | x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-4/+4
| * | | x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra2022-12-151-5/+23
| * | | x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra2022-12-151-19/+11
| * | | x86/mm: Add a few commentsPeter Zijlstra2022-12-151-0/+20
| * | | x86/mm: Fix CR3_ADDR_MASKKirill A. Shutemov2022-12-151-1/+1
| * | | x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-157-26/+20
| * | | x86/mm/pae: Get rid of set_64bit()Peter Zijlstra2022-12-152-39/+12
| * | | x86_64: Remove pointless set_64bit() usagePeter Zijlstra2022-12-151-5/+0
| * | | x86/mm/pae: Be consistent with pXXp_get_and_clear()Peter Zijlstra2022-12-151-50/+17
| * | | x86/mm/pae: Use WRITE_ONCE()Peter Zijlstra2022-12-151-6/+6
| * | | x86/mm/pae: Don't (ab)use atomic64Peter Zijlstra2022-12-151-5/+4
| * | | mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
| * | | mm: Fix pmd_read_atomic()Peter Zijlstra2022-12-151-56/+0
| * | | x86/mm/pae: Make pmd_t similar to pte_tPeter Zijlstra2022-12-154-31/+23
| * | | x86/mm: Implement native set_memory_rox()Peter Zijlstra2022-12-152-0/+13
| * | | mm: Introduce set_memory_rox()Peter Zijlstra2022-12-152-10/+4
| * | | x86/mm: Do verify W^X at boot upPeter Zijlstra2022-12-151-4/+0
| * | | x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra2022-12-152-12/+1
| * | | x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-1/+1
| * | | x86/mm: Randomize per-cpu entry areaPeter Zijlstra2022-12-154-10/+50
| * | | x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin2022-12-153-4/+22
* | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-163-4/+4
|\ \ \ \
| * | | | driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-243-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-152-20/+32
|\ \ \ \
| * | | | x86/mm/kmmio: Remove redundant preempt_disable()Steven Rostedt (Google)2022-12-121-8/+5