summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-306-35/+36
|\
| * x86/kaslr: Have process_mem_region() return a booleanJing Yangyang2021-08-241-1/+1
| * x86/power: Fix kernel-doc warnings in cpu.cBaokun Li2021-08-121-15/+16
| * x86/mce/inject: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| * x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-9/+9
| * x86/mtrr: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| * x86/mmiotrace: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
* | Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-306-595/+592
|\ \
| * | x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse2021-08-113-16/+19
| * | x86/resctrl: Merge the CDP resourcesJames Morse2021-08-113-239/+85
| * | x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse2021-08-111-3/+9
| * | x86/resctrl: Remove rdt_cdp_peer_get()James Morse2021-08-111-85/+14
| * | x86/resctrl: Merge the ctrl_val arraysJames Morse2021-08-111-4/+61
| * | x86/resctrl: Calculate the index from the configuration typeJames Morse2021-08-112-22/+15
| * | x86/resctrl: Apply offset correction when config is stagedJames Morse2021-08-114-31/+27
| * | x86/resctrl: Make ctrlval arrays the same sizeJames Morse2021-08-112-1/+18
| * | x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse2021-08-113-15/+27
| * | x86/resctrl: Add a helper to read a closid's configurationJames Morse2021-08-113-30/+35
| * | x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse2021-08-113-4/+3
| * | x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse2021-08-112-8/+17
| * | x86/resctrl: Group staged configuration into a separate structJames Morse2021-08-112-23/+42
| * | x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse2021-08-113-16/+28
| * | x86/resctrl: Add a helper to read/set the CDP configurationJames Morse2021-08-114-34/+60
| * | x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse2021-08-114-11/+11
| * | x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse2021-08-113-21/+27
| * | x86/resctrl: Add resctrl_arch_get_num_closid()James Morse2021-08-113-4/+13
| * | x86/resctrl: Store the effective num_closid in the schemaJames Morse2021-08-112-15/+7
| * | x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse2021-08-112-14/+27
| * | x86/resctrl: Label the resources with their configuration typeJames Morse2021-08-113-0/+10
| * | x86/resctrl: Pass the schema in info dir's private pointerJames Morse2021-08-111-13/+25
| * | x86/resctrl: Add a separate schema list for resctrlJames Morse2021-08-112-1/+43
| * | x86/resctrl: Split struct rdt_domainJames Morse2021-08-115-59/+63
| * | x86/resctrl: Split struct rdt_resourceJames Morse2021-08-116-272/+252
| |/
* | Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-304-58/+40
|\ \
| * | x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada2021-08-252-7/+3
| * | x86/build: Remove the left-over bzlilo targetMasahiro Yamada2021-08-251-2/+2
| * | x86/tools/relocs: Mark die() with the printf function attr formatBorislav Petkov2021-08-232-17/+21
| * | x86/build: Remove stale cc-option checksNick Desaulniers2021-08-221-32/+14
| |/
* | Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-302-3/+9
|\ \
| * | x86/mce: Defer processing of early errorsBorislav Petkov2021-08-242-3/+9
* | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-3098-1241/+1913
|\ \ \
| * | | s390: remove SCHED_CORE from defconfigsHeiko Carstens2021-08-302-2/+0
| * | | s390/smp: do not use nodat_stack for secondary CPU startAlexander Gordeev2021-08-261-15/+10
| * | | s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev2021-08-268-19/+42
| * | | s390: update defconfigsHeiko Carstens2021-08-261-1/+1
| * | | KVM: s390: generate kvm hypercall functionsHeiko Carstens2021-08-251-156/+73
| * | | s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter2021-08-251-7/+9
| * | | s390/debug: add early tracing supportPeter Oberparleiter2021-08-252-0/+151
| * | | s390/debug: fix debug area life cyclePeter Oberparleiter2021-08-251-46/+56
| * | | s390/debug: keep debug data on resizePeter Oberparleiter2021-08-251-21/+53