aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2022-11-282-4/+13
* riscv: Fix NR_CPUS range conditionsSamuel Holland2022-11-281-3/+3
* RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-102-0/+5
* riscv: fix reserved memory setupConor Dooley2022-11-102-1/+1
* riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
* riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
* riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing2022-10-281-0/+38
* RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
* Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-273-9/+16
|\
| * riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-273-3/+9
| * riscv: fix detection of toolchain Zicbom supportConor Dooley2022-10-272-6/+7
* | riscv: mm: add missing memcpy in kasan_initQinglin Pan2022-10-271-1/+6
* | riscv: jump_label: mark arguments as const to satisfy asm constraintsJisheng Zhang2022-10-251-4/+4
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1623-26/+26
|\ \
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-114-5/+5
| * | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1116-17/+17
* | | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-10-151-8/+8
|\ \ \
| * | | openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2022-10-081-8/+8
* | | | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-1413-57/+58
|\ \ \ \
| * | | | uml: Remove the initialization of statics to 0Shaomin Deng2022-09-191-1/+1
| * | | | um: Do not initialise statics to 0.Xin Gao2022-09-194-4/+4
| * | | | um: Fix comment typoJason Wang2022-09-191-1/+1
| * | | | um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2022-09-192-8/+7
| * | | | um: remove unused reactivate_chan() declarationGaosheng Cui2022-09-191-1/+0
| * | | | um: mmaper: add __exit annotations to module exit funcsXiu Jianfeng2022-09-191-1/+1
| * | | | um: virt-pci: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-191-2/+2
| * | | | um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-193-3/+3
| * | | | um: increase default virtual physical memory to 64 MiBChristian Lamparter2022-09-191-1/+1
| * | | | UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-09-191-1/+1
| * | | | um: read multiple msg from virtio slave request fdBenjamin Beichler2022-09-191-34/+37
* | | | | Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-1/+1
|\ \ \ \ \
| * | | | | alpha: fix marvel_ioread8 build regressionArnd Bergmann2022-10-101-1/+1
* | | | | | Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-144-11/+10
|\ \ \ \ \ \
| * | | | | | ARM: mmp: Make some symbols staticChen Lifu2022-10-101-4/+4
| * | | | | | ARM: spear6xx: Staticize few definitionsViresh Kumar2022-10-101-4/+4
| * | | | | | clk: spear: Move prototype to accessible headerViresh Kumar2022-10-103-3/+2
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-147-4/+46
|\ \ \ \ \ \ \
| * | | | | | | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-122-0/+10
| * | | | | | | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-122-3/+13
| * | | | | | | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-072-0/+22
| * | | | | | | arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown2022-10-071-1/+1
* | | | | | | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-9/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | LoongArch: update local TLB if PTE entry existsQi Zheng2022-10-121-0/+3
| * | | | | | | | mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1
| * | | | | | | | mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-8/+11
* | | | | | | | | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-148-246/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2022-10-142-1/+14