aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu2-3/+3
2020-08-12uaccess: remove segment_eqChristoph Hellwig2-2/+2
2020-08-12sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar1-1/+0
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-115/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-12/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport12-11/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-427/+433
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra3-2/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-8/+8
2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds8-109/+145
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-3/+4
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig2-4/+0
2020-07-29Merge branch 'locking/header'Peter Zijlstra2-3/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2-3/+0
2020-07-27kill unused dump_fpu() instancesAl Viro2-115/+0
2020-07-27sparc: switch to ->regset_get()Al Viro2-369/+110
2020-07-27sparc64: get rid of odd callers of copy_regset_from_user()Al Viro1-33/+144
2020-07-27sparc32: get rid of odd callers of copy_regset_from_user()Al Viro1-38/+75
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig2-8/+8
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1
2020-07-16crypto: sparc - rename sha256 to sha256_algEric Biggers1-7/+7
2020-07-10sparc64: Fix asm/percpu.h build errorPeter Zijlstra2-0/+4
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner3-9/+7
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-04sparc64: Deselect IRQ_PREFLOW_FASTEOIValentin Schneider1-1/+0
2020-06-26sparc64: get rid of odd callers of copy_regset_to_user()Al Viro1-39/+136
2020-06-26sparc32: get rid of odd callers of copy_regset_to_user()Al Viro1-35/+82
2020-06-26sparc64: switch genregs32_get() to use of get_from_target()Al Viro1-43/+16
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2-4/+5
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner6-149/+123
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner4-29/+93
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse3-17/+17
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-54/+11
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport4-30/+6