summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-06-024-3/+74
|\
| * m68k: coldfire/clk.c: move m5441x specific codeAngelo Dureghello2020-05-282-15/+15
| * m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello2020-05-285-3/+74
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0230-369/+130
|\ \
| * | x86/mm: remove vmalloc faultingJoerg Roedel2020-06-025-204/+4
| * | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-37/+0
| * | x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-023-9/+20
| * | x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-022-0/+7
| * | s390: use __vmalloc_node in stack_allocChristoph Hellwig2020-06-021-6/+3
| * | powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig2020-06-021-3/+2
| * | arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig2020-06-021-4/+2
| * | mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-2/+2
| * | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-023-6/+3
| * | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-022-0/+9
| * | mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-021-1/+1
| * | mm: remove __get_vm_areaChristoph Hellwig2020-06-022-2/+4
| * | powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-023-65/+21
| * | powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-023-19/+38
| * | x86: fix vmap arguments in map_irq_stackChristoph Hellwig2020-06-021-1/+1
| * | x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-022-3/+1
| * | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-023-3/+3
| * | x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-13/+20
| * | arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
* | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-0118-1/+19
|\ \ \
| * | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-1418-1/+19
* | | | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-016-238/+220
|\ \ \ \
| * | | | signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-053-4/+34
| * | | | powerpc/spufs: simplify spufs core dumpingChristoph Hellwig2020-05-053-176/+117
| * | | | powerpc/spufs: stop using access_okChristoph Hellwig2020-05-051-34/+8
| * | | | powerpc/spufs: fix copy_to_user while atomicJeremy Kerr2020-05-051-38/+75
* | | | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-0122-186/+84
|\ \ \ \ \
| * | | | | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-298-114/+0
| * | | | | arm: switch to csum_and_copy_from_user()Al Viro2020-05-291-0/+14
| * | | | | sh32: convert to csum_and_copy_from_user()Al Viro2020-05-291-2/+7
| * | | | | m68k: convert to csum_and_copy_from_user()Al Viro2020-05-292-3/+4
| * | | | | xtensa: switch to providing csum_and_copy_from_user()Al Viro2020-05-291-4/+7
| * | | | | sparc: switch to providing csum_and_copy_from_user()Al Viro2020-05-293-2/+9
| * | | | | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-292-10/+5
| * | | | | alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-292-4/+5
| * | | | | ia64: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-292-15/+6
| * | | | | ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user()Al Viro2020-05-291-2/+2
| * | | | | x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()Al Viro2020-05-293-7/+3
| * | | | | x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro2020-05-294-13/+14
| * | | | | x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro2020-05-291-11/+12
| * | | | | get rid of csum_partial_copy_to_user()Al Viro2020-04-223-10/+7
| |/ / / /
* | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+2
|\ \ \ \ \
| * | | | | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-1/+1
| * | | | | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-1/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-0115-123/+98
|\ \ \ \ \
| * | | | | ARM: 8980/1: Allow either FLATMEM or SPARSEMEM on the multiplatform buildGregory Fong2020-05-261-1/+10