aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds145-6231/+1619
2020-06-04Kconfig: add config option for asm goto w/ outputsNick Desaulniers1-0/+4
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds199-2163/+3312
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann1-16/+17
2020-06-04tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala1-1/+0
2020-06-04selftests: vm: pkeys: fix multilib builds for x86Sandipan Das1-1/+73
2020-06-04selftests: vm: pkeys: use the correct page size on powerpcSandipan Das2-1/+6
2020-06-04selftests/vm/pkeys: override access right definitions on powerpcRam Pai1-6/+4
2020-06-04selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai1-0/+53
2020-06-04selftests/vm/pkeys: introduce a sub-page allocatorRam Pai4-0/+37
2020-06-04selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai1-0/+13
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect write violationRam Pai1-0/+12
2020-06-04selftests/vm/pkeys: associate key on a mapped page and detect access violationRam Pai1-0/+19
2020-06-04selftests/vm/pkeys: improve checks to determine pkey supportRam Pai4-5/+37
2020-06-04selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust()Ram Pai1-1/+10
2020-06-04selftests/vm/pkeys: fix number of reserved powerpc pkeysDesnes A. Nunes do Rosario1-2/+20
2020-06-04selftests/vm/pkeys: introduce powerpc supportRam Pai3-128/+234
2020-06-04selftests/vm/pkeys: introduce generic pkey abstractionsRam Pai3-6/+29
2020-06-04selftests: vm: pkeys: use the correct huge page sizeSandipan Das1-7/+16
2020-06-04selftests/vm/pkeys: fix alloc_random_pkey() to make it really randomRam Pai1-1/+2
2020-06-04selftests/vm/pkeys: fix assertion in pkey_disable_set/clear()Ram Pai1-2/+2
2020-06-04selftests/vm/pkeys: fix pkey_disable_clear()Ram Pai1-2/+2
2020-06-04selftests: vm: pkeys: add helpers for pkey bitsSandipan Das3-23/+36
2020-06-04selftests: vm: pkeys: Use sane types for pkey registerSandipan Das3-53/+72
2020-06-04selftests/vm/pkeys: make gcc check arguments of sigsafe_printf()Thiago Jung Bauermann1-0/+4
2020-06-04selftests/vm/pkeys: move some definitions to arch-specific headerThiago Jung Bauermann3-152/+162
2020-06-04selftests/vm/pkeys: move generic definitions to header fileRam Pai2-32/+30
2020-06-04selftests/vm/pkeys: rename all references to pkru to a generic nameRam Pai2-155/+170
2020-06-04selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai6-2/+3
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang1-10/+7
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens1-0/+5
2020-06-04rapidio: convert get_user_pages() --> pin_user_pages()John Hubbard1-8/+5
2020-06-04rapidio: avoid data race between file operation callbacks and mport_cdev_add().Madhuparna Bhowmik1-7/+7
2020-06-04exec: open code copy_string_kernelChristoph Hellwig1-9/+34
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig5-17/+15
2020-06-04kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang1-28/+6
2020-06-04mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang1-26/+6
2020-06-04include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang1-0/+19
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches1-3/+4
2020-06-04fat: improve the readahead for FAT entriesOGAWA Hirofumi1-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-04init: allow distribution configuration of default initChris Down2-0/+20
2020-06-04elfnote: mark all .note sections SHF_ALLOCNick Desaulniers1-1/+1
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos1-4/+0
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven1-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches1-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches1-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches1-8/+37
2020-06-04include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann1-1/+1
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg4-0/+76