summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sparc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* sparc64: fix adjtimex regressionArnd Bergmann2020-02-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2020-01-304-18/+25
|\
| * y2038: sparc: remove use of struct timexArnd Bergmann2020-01-301-16/+17
| * sparc64: add support for folded p4d page tablesMike Rapoport2020-01-302-2/+17
| * sparc32, leon: Stop adding vendor and device id to prom ambapp path componentsAndreas Larsson2020-01-211-14/+4
| * sparc: Add .exit.data section.David S. Miller2020-01-121-2/+4
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-301-0/+1
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-16/+17
|\ \ \
| * | | y2038: sparc: remove use of struct timexArnd Bergmann2019-12-181-16/+17
| |/ /
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \
| * | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/ /
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-292-8/+0
|\ \ \
| * | | arch/sparc/setup: Drop dummy_con initializationArvind Sankar2020-01-142-8/+0
| |/ /
* / / sched/rt, sparc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-2/+1
|\ \ \
| * | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/ /
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-261-3/+3
|\ \ \ | |/ / |/| |
| * | sparc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3