summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-085-10/+16
|\
| * riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
| * riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-063-4/+7
| * riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=yVincent Chen2021-05-061-2/+2
| * riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0817-196/+28
|\ \
| * | arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada2021-05-055-9/+5
| * | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-011-2/+2
| * | kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-011-1/+1
| * | kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-011-7/+0
| * | sparc: syscalls: switch to generic syscallshdr.shMasahiro Yamada2021-05-012-43/+4
| * | sparc: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-015-56/+12
| * | sh: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-05-012-41/+2
| * | sh: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-05-012-37/+2
* | | Merge branch 'master' into nextMichael Ellerman2021-05-08240-1751/+3722
|\ \ \
| * \ \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-0717-84/+36
| |\ \ \
| | * | | arm64: kernel: Update the stale commentShaokun Zhang2021-05-061-1/+1
| | * | | arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-053-30/+5
| | * | | arm64: cpufeatures: use min and maxkernel test robot2021-04-301-2/+3
| | * | | arm64: stacktrace: restore terminal recordsMark Rutland2021-04-302-7/+9
| | * | | arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling2021-04-301-1/+7
| | * | | arm64: Show three registers per lineMatthew Wilcox (Oracle)2021-04-231-6/+3
| | * | | arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang2021-04-231-1/+0
| | * | | arm64: alternative: simplify passing alt_regionMark Rutland2021-04-231-2/+1
| | * | | arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas2021-04-237-25/+6
| | * | | arm64: vdso32: drop -no-integrated-as flagNick Desaulniers2021-04-231-8/+0
| * | | | Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-071-1/+18
| |\ \ \ \
| | * | | | x86/process: setup io_threads more like normal user space threadsStefan Metzmacher2021-05-061-1/+18
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0740-108/+26
| |\ \ \ \ \
| | * | | | | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-073-15/+0
| | * | | | | arm: print alloc free paths for address in registersManinder Singh2021-05-073-0/+13
| | * | | | | mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-0712-65/+0
| | * | | | | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-0717-17/+0
| | * | | | | arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov2021-05-073-9/+10
| | * | | | | alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap2021-05-071-0/+1
| | * | | | | alpha: eliminate old-style function definitionsRandy Dunlap2021-05-071-2/+2
| * | | | | | Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-0614-77/+101
| |\ \ \ \ \ \
| | * | | | | | s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand2021-05-041-2/+2
| | * | | | | | s390/entry: add support for syscall stack randomizationSven Schnelle2021-04-304-0/+14
| | * | | | | | s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"Thomas Huth2021-04-302-2/+2
| | * | | | | | s390/cpumf: remove call to perf_event_update_userpageThomas Richter2021-04-301-4/+0
| | * | | | | | s390/cpumf: move counter set size calculation to common placeThomas Richter2021-04-303-50/+52
| | * | | | | | s390/cpumf: beautify if-then-else indentationThomas Richter2021-04-301-5/+3
| | * | | | | | s390/configs: enable CONFIG_PCI_IOVNiklas Schnelle2021-04-302-0/+2
| | * | | | | | s390/pci: handle stale deconfiguration eventsNiklas Schnelle2021-04-301-8/+18
| | * | | | | | s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-303-6/+8
| * | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-0627-454/+246
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | ARM: footbridge: remove personal server platformRussell King2021-05-055-107/+0
| | * | | | | | ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2021-04-182-1/+13
| | * | | | | | ARM: 9074/1: ptdump: convert to DEFINE_SHOW_ATTRIBUTEJisheng Zhang (syna)2021-04-181-12/+1