summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES eventLike Xu2022-01-172-6/+15
* | | | Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-223-3/+16
|\ \ \ \
| * | | | parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2022-01-202-0/+2
| * | | | parisc: Autodetect default output device and set console= kernel parameterHelge Deller2022-01-201-0/+11
| * | | | parisc: Use safer strscpy() in setup_cmdline()Helge Deller2022-01-201-2/+2
| * | | | parisc: Add visible flag to toc_stack variableHelge Deller2022-01-131-1/+1
* | | | | Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-2239-412/+980
|\ \ \ \ \
| * | | | | RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULTPalmer Dabbelt2022-01-201-1/+0
| * | | | | RISC-V: Remove redundant err variableMinghao Chi2022-01-201-3/+1
| * | | | | riscv: dts: sifive unmatched: Add gpio poweroffRon Economos2022-01-201-0/+5
| * | | | | RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-2011-136/+130
| * | | | | RISC-V: Move spinwait booting method to its own configAtish Patra2022-01-205-5/+30
| * | | | | RISC-V: Move the entire hart selection via lottery to SMPAtish Patra2022-01-201-2/+6
| * | | | | RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra2022-01-205-23/+30
| * | | | | RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra2022-01-201-1/+1
| * | | | | RISC-V: Avoid using per cpu array for ordered bootingAtish Patra2022-01-204-15/+58
| * | | | | riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt2022-01-201-1/+0
| * | | | | riscv: fix boolconv.cocci warningskernel test robot2022-01-201-2/+1
| * | | | | RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-2017-188/+705
| |\ \ \ \ \
| | * | | | | riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti2022-01-201-0/+9
| | * | | | | riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti2022-01-201-11/+12
| | * | | | | riscv: Implement sv48 supportAlexandre Ghiti2022-01-2012-44/+512
| | * | | | | riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-204-14/+14
| | * | | | | riscv: Introduce functions to switch pt_opsAlexandre Ghiti2022-01-201-23/+51
| | * | | | | riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2022-01-203-51/+67
| | * | | | | riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-205-25/+32
| | * | | | | riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti2022-01-204-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
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |