aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-5/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport5-5/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-68/+16
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-46/+35
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-04parisc: make the log level string for register dumps constRolf Eike Beer1-3/+3
2020-07-28parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin1-2/+7
2020-07-28Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller1-8/+4
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller2-35/+24
2020-07-28Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller1-8/+4
2020-07-28parisc: Report bad pages as HardwareCorruptedHelge Deller1-0/+3
2020-07-27kill unused dump_fpu() instancesAl Viro1-19/+0
2020-07-27parisc: switch to ->regset_get()Al Viro1-68/+16
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-2/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-1/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09parisc: add show_stack_loglvl()Dmitry Safonov1-11/+17
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-4/+6
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-06-01parisc: module: Update references to parisc websiteHelge Deller1-2/+2
2020-06-01parisc: hardware: Update references to parisc websiteHelge Deller1-1/+2
2020-06-01parisc: firmware: Update references to parisc websiteHelge Deller1-1/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-04-16parisc/perf: open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-05parisc: remove nargs from __SYSCALLFiroz Khan2-3/+3
2020-04-05parisc: Refactor alternative code to accept multiple conditionsHelge Deller1-18/+19
2020-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed1-16/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25parisc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1