summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-151-1/+1
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-111-1/+0
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-1/+0
* | 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-076-5/+1
|\ \ \
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-076-5/+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-062-8/+8
|\ \
| * | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-202-8/+8
| |/
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-051-0/+1
|\ \
| * | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| |/
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-043-9/+7
* | sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-231-3/+4
* | sparc: share process creation helpers between sparc and sparc64Christian Brauner2020-06-236-149/+123
* | sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-232-25/+89
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-098-8/+8
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-098-8/+8
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0913-13/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-093-17/+4
* sparc: add show_stack_loglvl()Dmitry Safonov2020-06-092-9/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2020-06-088-156/+117
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2020-06-084-7/+7
| |\
| | * sparc: use scnprintf() in show_pciobppath_attr() in vio.cChen Zhou2020-05-141-1/+1
| | * sparc: use scnprintf() in show_pciobppath_attr() in pci.cChen Zhou2020-05-141-1/+1
| | * sparc64: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-082-5/+5
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2020-06-081-2/+7
| |\ \
| | * | fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro2020-06-071-2/+7
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2020-06-032-144/+101
| |\| |
| | * | sparc32: fix register window handling in genregs32_[gs]et()Al Viro2020-05-201-130/+98
| | * | sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro2020-05-171-14/+3
| | |/
| * | sparc: remove unused header file nfs_fs.hAnupam Aggarwal2020-06-031-1/+0
| * | sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon2020-05-141-4/+4
| |/
* | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-2/+2
|\ \
| * | sparc64: constify sysrq_key_opEmil Velikov2020-05-151-2/+2
| |/
* / vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-071-1/+1
|\
| * asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2020-04-072-3/+1
|\ \ | |/ |/|
| * sparc32: use per-device dma_opsChristoph Hellwig2020-04-032-3/+1
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ | |/ |/|
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1