summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-215-5/+19
|\
| * rtc: Check return value from mc146818_get_time()Mateusz Jończyk2021-12-162-3/+12
| * powerpc: wii_defconfig: Enable the RTC driverEmmanuel Gil Peyrot2021-12-161-1/+1
| * powerpc: gamecube_defconfig: Enable the RTC driverEmmanuel Gil Peyrot2021-12-161-1/+1
| * powerpc: wii.dts: Expose HW_SRNPROT on this platformEmmanuel Gil Peyrot2021-12-161-0/+5
* | Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-211-1/+9
|\ \
| * | x86/gpu: Reserve stolen memory for first integrated Intel GPULucas De Marchi2022-01-181-1/+9
| |/
* | Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-216-56/+104
|\ \
| * | s390/uaccess: introduce bit field for OAC specifierNico Boehr2022-01-172-49/+95
| * | s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2022-01-172-2/+4
| * | s390/cpumf: Support for CPU Measurement Facility CSVN 7Thomas Richter2022-01-172-5/+5
* | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-0/+2
|\ \ \
| * | | powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz2022-01-191-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2013-339/+50
|\ \ \ \
| * | | | kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2022-01-201-1/+1
| * | | | arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor2022-01-201-0/+4
| * | | | proc: make the proc_create[_data]() stubs static inlinesHans de Goede2022-01-201-5/+3
| * | | | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-203-104/+4
| * | | | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-204-171/+5
| * | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-204-15/+43
| * | | | mm: percpu: generalize percpu related configKefeng Wang2022-01-207-74/+21
* | | | | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1940-358/+493
|\ \ \ \ \
| * | | | | RISC-V: Use SBI SRST extension when availableAnup Patel2022-01-112-0/+59
| * | | | | riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang2022-01-091-1/+1
| * | | | | RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2022-01-093-18/+12
| * | | | | riscv: head: remove useless __PAGE_ALIGNED_BSS and .balignJisheng Zhang2022-01-091-4/+0
| * | | | | riscv: errata: alternative: mark vendor_patch_func __initdataJisheng Zhang2022-01-091-1/+2
| * | | | | riscv: head: make secondary_start_common() staticJisheng Zhang2022-01-091-3/+2
| * | | | | riscv: remove cpu_stop()Jisheng Zhang2022-01-092-9/+1
| * | | | | riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis2022-01-091-4/+13
| * | | | | riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis2022-01-091-1/+2
| * | | | | riscv: Don't use va_pa_offset on kdumpNick Kossifidis2022-01-091-11/+9
| * | | | | riscv: dts: sifive: fu540-c000: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
| * | | | | riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible valuesGeert Uytterhoeven2022-01-091-1/+1
| * | | | | riscv: dts: sifive: Group tuples in register propertiesGeert Uytterhoeven2022-01-091-6/+6
| * | | | | riscv: dts: sifive: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-092-17/+18
| * | | | | riscv: dts: microchip: mpfs: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-15/+16
| * | | | | riscv: dts: microchip: mpfs: Fix clock controller nodeGeert Uytterhoeven2022-01-091-9/+0
| * | | | | riscv: dts: microchip: mpfs: Fix reference clock nodeGeert Uytterhoeven2022-01-092-7/+9
| * | | | | riscv: dts: microchip: mpfs: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
| * | | | | riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven2022-01-091-3/+0
| * | | | | riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-11/+12
| * | | | | riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven2022-01-094-4/+4
| * | | | | riscv/mm: Enable THP migrationNanyong Sun2022-01-072-0/+6
| * | | | | riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2022-01-072-6/+7
| * | | | | riscv/head: fix misspelling of guaranteedhasheddan2022-01-071-1/+1
| * | | | | RISC-V: Clean up the defconfigsPalmer Dabbelt2022-01-066-17/+10
| |\ \ \ \ \
| | * | | | | RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt2022-01-062-2/+0
| | * | | | | RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt2022-01-051-1/+0
| | * | | | | RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2022-01-052-2/+0