summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-10-0619-171/+574
|\
| * docs:kselftest: fix kselftest_module.h path of example moduleHoi Pok Wu2022-10-051-1/+1
| * cpufreq: amd-pstate: Add explanation for X86_AMD_PSTATE_UTMeng Li2022-10-052-0/+9
| * selftests/cpu-hotplug: Add log info when test successZhao Gongyi2022-10-051-1/+1
| * selftests/cpu-hotplug: Reserve one cpu online at leastZhao Gongyi2022-10-051-18/+22
| * selftests/cpu-hotplug: Delete fault injection related codeZhao Gongyi2022-10-052-82/+6
| * selftests/cpu-hotplug: Use return instead of exitZhao Gongyi2022-10-051-5/+8
| * selftests/cpu-hotplug: Correct log infoZhao Gongyi2022-10-051-1/+1
| * cpufreq: amd-pstate: modify type in argument 2 for filp_openMeng Li2022-10-051-1/+1
| * Documentation: amd-pstate: Add unit test introductionMeng Li2022-10-051-0/+76
| * selftests: amd-pstate: Add test trigger for amd-pstate driverMeng Li2022-10-054-0/+66
| * cpufreq: amd-pstate: Add test module for amd-pstate driverMeng Li2022-10-053-0/+301
| * cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li2022-10-053-59/+79
| * selftests/vm: use top_srcdir instead of recomputing relative pathsAxel Rasmussen2022-10-054-5/+5
* | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0620-162/+341
|\ \
| * | alpha: add full ioread64/iowrite64 implementationArnd Bergmann2022-10-0413-23/+175
| * | parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo]Linus Walleij2022-09-231-36/+0
| * | parisc: hide ioread64 declaration on 32-bitArnd Bergmann2022-09-121-0/+2
| * | ia64: export memory_add_physaddr_to_nid to fix cxl build errorRandy Dunlap2022-09-121-0/+1
| * | asm-generic: Remove empty #ifdef SA_RESTORERChristophe Leroy2022-09-101-2/+0
| * | parisc: Use the generic IO helpersLinus Walleij2022-09-101-89/+43
| * | parisc: Remove 64bit access on 32bit machinesLinus Walleij2022-09-102-2/+28
| * | sparc: Fix the generic IO helpersLinus Walleij2022-09-082-0/+24
| * | alpha: Use generic <asm-generic/io.h>Linus Walleij2022-09-081-10/+68
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-06130-1259/+4608
|\ \ \
| * | | arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor2022-10-051-1/+1
| * | | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2022-09-3019-80/+539
| |\ \ \
| | * | | arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang2022-09-301-6/+21
| | * | | ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-291-2/+2
| | * | | arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2022-09-292-7/+9
| | * | | arm64: uaccess: simplify uaccess_mask_ptr()Mark Rutland2022-09-231-11/+11
| | * | | arm64: mte: move register initialization to CPeter Collingbourne2022-09-225-42/+65
| | * | | arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang2022-09-221-9/+4
| | * | | arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()Will Deacon2022-09-221-1/+1
| | * | | arm64: support huge vmalloc mappingsKefeng Wang2022-09-162-1/+2
| | * | | arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song2022-09-092-1/+14
| | * | | arm64: run softirqs on the per-CPU IRQ stackQi Zheng2022-09-092-0/+15
| | * | | arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel2022-09-065-0/+395
| * | | | Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas2022-09-3013-95/+146
| |\ \ \ \
| | * | | | arm64: fix the build with binutils 2.27Mark Rutland2022-09-291-3/+9
| | * | | | arm64: avoid BUILD_BUG_ON() in alternative-macrosMark Rutland2022-09-211-3/+4
| | * | | | arm64: alternatives: add shared NOP callbackMark Rutland2022-09-163-1/+10
| | * | | | arm64: alternatives: add alternative_has_feature_*()Mark Rutland2022-09-165-36/+46
| | * | | | arm64: alternatives: have callbacks take a capMark Rutland2022-09-169-36/+60
| | * | | | arm64: alternatives: make alt_region constMark Rutland2022-09-161-14/+12
| | * | | | arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland2022-09-161-2/+4
| | * | | | arm64: alternatives: proton-pack: prepare for cap changesMark Rutland2022-09-161-1/+1
| | * | | | arm64: alternatives: kvm: prepare for cap changesMark Rutland2022-09-161-2/+3
| | * | | | arm64: cpufeature: make cpus_have_cap() noinstr-safeMark Rutland2022-09-161-2/+2
| | |/ / /
| * | | | Merge branch 'for-next/kselftest' into for-next/coreCatalin Marinas2022-09-3031-168/+1313
| |\ \ \ \