summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt2022-01-061-1/+0
| | * | | | | RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2022-01-062-2/+0
| | * | | | | RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt2022-01-062-2/+0
| | * | | | | RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt2022-01-062-2/+0
| | * | | | | RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt2022-01-061-1/+1
| | * | | | | RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt2022-01-061-1/+1
| | * | | | | RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt2022-01-061-1/+1
| | * | | | | RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt2022-01-062-2/+2
| | * | | | | RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt2022-01-062-2/+2
| | * | | | | RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt2022-01-061-1/+1
| | * | | | | RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt2022-01-062-0/+2
| | | |_|_|/ | | |/| | |
| * | | | | riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2022-01-062-1/+3
| * | | | | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-062-3/+3
| * | | | | riscv: switch to relative extable and other improvementsPalmer Dabbelt2022-01-0611-201/+290
| |\ \ \ \ \
| | * | | | | riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2022-01-062-2/+0
| | * | | | | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-064-70/+78
| | * | | | | riscv: add gpr-num.hJisheng Zhang2022-01-061-0/+77
| | * | | | | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-065-18/+56
| | * | | | | riscv: extable: consolidate definitionsJisheng Zhang2022-01-064-10/+37
| | * | | | | riscv: lib: uaccess: fold fixups into bodyJisheng Zhang2022-01-061-11/+11
| | * | | | | riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang2022-01-061-5/+5
| | * | | | | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-063-10/+10
| | * | | | | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-063-8/+12
| | * | | | | riscv: switch to relative exception tablesJisheng Zhang2022-01-065-6/+30
| | * | | | | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-062-27/+15
| | * | | | | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-061-75/+0
| | |/ / / /
| * / / / / riscv: dts: enable more DA9063 functions for the SiFive HiFive UnmatchedAurelien Jarno2021-11-191-0/+12
| |/ / / /
* | | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-1923-113/+79
|\ \ \ \ \
| * | | | | arch: decompressor: remove useless vmlinux.bin.all-yMasahiro Yamada2022-01-133-24/+18
| * | | | | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-137-32/+34
| * | | | | sh: rename suffix-y to suffix_yMasahiro Yamada2022-01-132-9/+9
| * | | | | microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}Masahiro Yamada2022-01-081-3/+3
| * | | | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-0812-35/+14
| * | | | | nds32: remove unused BUILTIN_DTB from arch/nds32/MakefileMasahiro Yamada2021-12-111-6/+0
| * | | | | Revert "ARM: 9070/1: Make UNWINDER_ARM depend on ld.bfd or ld.lld 11.0.0+"Nathan Chancellor2021-12-021-2/+0
| * | | | | arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANGNathan Chancellor2021-12-021-2/+1
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-151-1/+1
* | | | | | | Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-181-1/+22
|\ \ \ \ \ \ \
| * | | | | | | x86/PCI: Ignore E820 reservations for bridge windows on newer systemsHans de Goede2022-01-111-1/+22
* | | | | | | | Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-01-188-179/+178
|\ \ \ \ \ \ \ \
| * | | | | | | | arc: use swap() to make code cleanerYihao Han2021-12-291-8/+3
| * | | | | | | | arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-292-162/+162
| * | | | | | | | ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta2021-12-291-1/+1
| * | | | | | | | arc: Replace lkml.org links with loreKees Cook2021-12-294-5/+9
| * | | | | | | | ARC: perf: Remove redundant initialization of variable idxColin Ian King2021-12-291-1/+1
| * | | | | | | | ARC: thread_info.h: correct two typos in a commentRandy Dunlap2021-12-291-2/+2
* | | | | | | | | Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-01-171-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: BCM63XX: Provide platform data to watchdog deviceFlorian Fainelli2021-12-281-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1738-67/+54
|\ \ \ \ \ \ \ \ \