summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-131-6/+6
|\
| * kunit: Use KUNIT_EXPECT_MEMEQ macroMaĆ­ra Canal2022-10-271-6/+6
* | Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-131-1/+1
|\ \
| * | cpufreq: amd-pstate: fix spdxcheck warnings for amd-pstate-ut.cMeng Li2022-11-161-1/+1
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-1342-200/+277
|\ \ \
| * | | random: align entropy_timer_state to cache lineJason A. Donenfeld2022-12-041-16/+17
| * | | random: mix in cycle counter when jitter timer firesJason A. Donenfeld2022-12-041-0/+2
| * | | random: spread out jitter callback to different CPUsJason A. Donenfeld2022-12-041-8/+44
| * | | random: remove extraneous period and add a missing one in commentsJason A. Donenfeld2022-11-291-10/+8
| * | | efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld2022-11-221-0/+19
| * | | random: add back async readiness notifierJason A. Donenfeld2022-11-221-0/+22
| * | | random: reseed in delayed work rather than on-demandJason A. Donenfeld2022-11-181-36/+32
| * | | hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld2022-11-182-9/+11
| * | | random: modernize documentation comment on get_random_bytes()Jason A. Donenfeld2022-11-181-5/+5
| * | | random: adjust comment to account for removed functionJason A. Donenfeld2022-11-181-1/+1
| * | | random: remove early archrandom abstractionJason A. Donenfeld2022-11-181-2/+2
| * | | random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-182-41/+5
| * | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-188-13/+12
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-1838-76/+76
| * | | random: add helpers for random numbers with given floor or rangeJason A. Donenfeld2022-11-181-1/+17
| * | | random: use rejection sampling for uniform bounded random integersJason A. Donenfeld2022-11-171-0/+22
* | | | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-9/+7
|\ \ \ \
| * | | | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-9/+7
| | |_|/ | |/| |
* | | | Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-121-1/+1
|\ \ \ \
| * | | | RAS: Fix return value from show_trace()Tony Luck2022-10-311-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1217-44/+183
|\ \ \ \
| * \ \ \ Merge branches 'edac-ghes' and 'edac-misc' into edac-updates-for-v6.2Borislav Petkov (AMD)2022-12-124-3/+28
| |\ \ \ \
| | * | | | EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()Yang Yingliang2022-11-281-2/+1
| | * | | | EDAC/i5400: Fix typo in comment: vaious -> variousChen Zhang2022-11-251-1/+2
| | * | | | EDAC/mc_sysfs: Increase legacy channel support to 12Yazen Ghannam2022-10-311-0/+24
| | * | | | EDAC/i5000: Mark as BROKENAristeu Rozanski2022-10-171-0/+1
| | |/ / /
| * | | | EDAC/igen6: Return the correct error type when not the MC ownerJia He2022-10-251-1/+1
| * | | | apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel2022-10-241-27/+33
| * | | | EDAC: Check for GHES preference in the chipset-specific EDAC driversJia He2022-10-2111-0/+31
| * | | | EDAC/ghes: Make ghes_edac a proper moduleJia He2022-10-213-8/+40
| * | | | EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He2022-10-212-33/+52
| * | | | EDAC/ghes: Add a notifier for reporting memory errorsJia He2022-10-202-3/+32
| * | | | efi/cper: Export several helpers for ghes_edac to useJia He2022-10-201-0/+3
| |/ / /
* | | | Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-125-0/+117
|\ \ \ \
| * | | | virt: Add TDX guest driverKuppuswamy Sathyanarayanan2022-11-175-0/+117
| | |_|/ | |/| |
* | | | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-1229-764/+1672
|\ \ \ \
| * | | | cxl/region: Fix memdev reuse checkFan Ni2022-12-081-1/+1
| * | | | cxl/pci: Remove endian confusionDan Williams2022-12-061-4/+3
| * | | | cxl/pci: Add some type-safety to the AER trace pointsDan Williams2022-12-061-2/+2
| * | | | cxl/security: Drop security command ioctl uapiDan Williams2022-12-061-17/+0
| * | | | cxl/mbox: Add variable output size validation for internal commandsDan Williams2022-12-062-9/+16
| * | | | cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams2022-12-064-62/+126
| * | | | cxl/security: Fix Get Security State output payload endian handlingDan Williams2022-12-061-1/+5
| * | | | cxl: update names for interleave ways conversion macrosDave Jiang2022-12-064-16/+16
| * | | | cxl: update names for interleave granularity conversion macrosDave Jiang2022-12-064-14/+15