summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner2-25/+89
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport8-8/+8
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport8-8/+8
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport13-13/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov3-17/+4
2020-06-09sparc: add show_stack_loglvl()Dmitry Safonov2-9/+23
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds8-156/+117
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller4-7/+7
2020-06-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-2/+7
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2020-06-07fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro1-2/+7
2020-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-144/+101
2020-06-02sparc: remove unused header file nfs_fs.hAnupam Aggarwal1-1/+0
2020-05-20sparc32: fix register window handling in genregs32_[gs]et()Al Viro1-130/+98
2020-05-17sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro1-14/+3
2020-05-15sparc64: constify sysrq_key_opEmil Velikov1-2/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-13sparc: use scnprintf() in show_pciobppath_attr() in vio.cChen Zhou1-1/+1
2020-05-13sparc: use scnprintf() in show_pciobppath_attr() in pci.cChen Zhou1-1/+1
2020-05-13sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon1-4/+4
2020-05-07sparc64: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-5/+5
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+1
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-02sparc32: use per-device dma_opsChristoph Hellwig2-3/+1
2020-03-25sparc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-02-02sparc64: fix adjtimex regressionArnd Bergmann1-2/+2
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-18/+25
2020-01-30y2038: sparc: remove use of struct timexArnd Bergmann1-16/+17
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport2-2/+17
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds1-16/+17
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-8/+0
2020-01-21sparc32, leon: Stop adding vendor and device id to prom ambapp path componentsAndreas Larsson1-14/+4
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/sparc/setup: Drop dummy_con initializationArvind Sankar2-8/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-12sparc: Add .exit.data section.David S. Miller1-2/+4
2019-12-18y2038: sparc: remove use of struct timexArnd Bergmann1-16/+17
2019-12-08sched/rt, sparc: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-2/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+3
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1