summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2311-17/+16
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* mm/sparc64: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm/sparc32: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-122-3/+3
* uaccess: remove segment_eqChristoph Hellwig2020-08-122-2/+2
* sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-1/+0
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-103-2/+3
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-063-2/+3
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+2
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-092-115/+0
|\ \ \
| * | | kill unused dump_fpu() instancesAl Viro2020-07-272-115/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0713-12/+1
|\ \ \ \
| * | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-0712-11/+1
* | | | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-072-4/+0
|\ \ \ \ \
| * | | | | initrd: remove support for multiple floppiesChristoph Hellwig2020-07-302-4/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-072-427/+433
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | sparc: switch to ->regset_get()Al Viro2020-07-272-369/+110
| * | | sparc64: get rid of odd callers of copy_regset_from_user()Al Viro2020-07-271-33/+144
| * | | sparc32: get rid of odd callers of copy_regset_from_user()Al Viro2020-07-271-38/+75
| * | | sparc64: get rid of odd callers of copy_regset_to_user()Al Viro2020-06-261-39/+136
| * | | sparc32: get rid of odd callers of copy_regset_to_user()Al Viro2020-06-261-35/+82
| * | | sparc64: switch genregs32_get() to use of get_from_target()Al Viro2020-06-261-43/+16
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-8/+8
|\ \ \
| * | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-192-8/+8
| |/ /
* | | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-041-1/+0
|\ \ \
| * | | sparc64: Deselect IRQ_PREFLOW_FASTEOIValentin Schneider2020-07-041-1/+0
| |/ /
* | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\ \ \
| * | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
| |/ /
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| |/ /
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-048-109/+145
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-043-9/+7
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | | sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-232-4/+5
| * | | sparc: share process creation helpers between sparc and sparc64Christian Brauner2020-06-236-149/+123
| * | | sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-234-29/+93
| |/ /
* | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-034-3/+4
|\ \ \ | | |/ | |/|
| * | Merge branch 'locking/header'Peter Zijlstra2020-07-292-3/+0
| |\ \
| | * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-292-3/+0
| | |/
| * / sparc64: Fix asm/percpu.h build errorPeter Zijlstra2020-07-102-0/+4
| |/
* / crypto: sparc - rename sha256 to sha256_algEric Biggers2020-07-161-7/+7
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* arch/sparc/mm/srmmu.c: fix buildAndrew Morton2020-06-101-10/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-17/+17
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-093-54/+11