summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti2022-01-191-11/+12
| | * | | | riscv: Implement sv48 supportAlexandre Ghiti2022-01-1912-44/+512
| | * | | | riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-194-14/+14
| | * | | | riscv: Introduce functions to switch pt_opsAlexandre Ghiti2022-01-191-23/+51
| | * | | | riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2022-01-193-51/+67
| | * | | | riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-195-25/+32
| | * | | | riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti2022-01-194-26/+2
| * | | | | riscv: bpf: Fix eBPF's exception tablesJisheng Zhang2022-01-191-1/+1
| * | | | | riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang2022-01-191-8/+3
| * | | | | riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang2022-01-191-9/+7
| * | | | | riscv: mm: init: remove _pt_ops and use pt_ops directlyJisheng Zhang2022-01-191-4/+2
| * | | | | riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang2022-01-191-27/+16
| * | | | | riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"Jisheng Zhang2022-01-191-2/+0
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-223-3/+3
|\ \ \ \ \ \
| * | | | | | arm64: mm: apply __ro_after_init to memory_limitPeng Fan2022-01-201-1/+1
| * | | | | | arm64: atomics: lse: Dereference matching sizeKees Cook2022-01-202-2/+2
* | | | | | | 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