summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-6/+0
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-5/+5
|\ \ \
| * | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-72/+4
|\ \ \
| * | | parisc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-72/+4
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-7/+6
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
|/
* Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-121-1/+2
|\
| * parisc/kernel/ftrace: Remove function callback castsOscar Carter2020-08-111-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-19/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-19/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-5/+0
|\ \ \
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-5/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-68/+16
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | parisc: switch to ->regset_get()Al Viro2020-07-271-68/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\ \ \
| * | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
| | |/ | |/|
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\ \ \
| * | | docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
| | |/ | |/|
* | | Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-044-46/+35
|\ \ \
| * | | parisc: make the log level string for register dumps constRolf Eike Beer2020-08-041-3/+3
| * | | parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin2020-07-281-2/+7
| * | | Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller2020-07-281-8/+4
| * | | Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller2020-07-282-35/+24
| * | | Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller2020-07-281-8/+4
| * | | parisc: Report bad pages as HardwareCorruptedHelge Deller2020-07-281-0/+3
| | |/ | |/|
* | | 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
| | |/ | |/|
* | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
| |/ |/|
* | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-3/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+5
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-5/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* parisc: add show_stack_loglvl()Dmitry Safonov2020-06-091-11/+17
* Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-033-4/+6
|\
| * parisc: module: Update references to parisc websiteHelge Deller2020-06-011-2/+2
| * parisc: hardware: Update references to parisc websiteHelge Deller2020-06-011-1/+2
| * parisc: firmware: Update references to parisc websiteHelge Deller2020-06-011-1/+2
* | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \