aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityGravatar Linus Torvalds 1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 2-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-3/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 5-5/+5
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 5-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09parisc: add show_stack_loglvl()Gravatar Dmitry Safonov 1-11/+17
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+6
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-06-01parisc: module: Update references to parisc websiteGravatar Helge Deller 1-2/+2
2020-06-01parisc: hardware: Update references to parisc websiteGravatar Helge Deller 1-1/+2
2020-06-01parisc: firmware: Update references to parisc websiteGravatar Helge Deller 1-1/+2
2020-05-14vfs: add faccessat2 syscallGravatar Miklos Szeredi 1-0/+1
2020-04-16parisc/perf: open access for CAP_PERFMON privileged processGravatar Alexey Budankov 1-1/+1
2020-04-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-04-07asm-generic: fix unistd_32.h generation formatGravatar Michal Simek 1-1/+1
2020-04-05parisc: remove nargs from __SYSCALLGravatar Firoz Khan 2-3/+3
2020-04-05parisc: Refactor alternative code to accept multiple conditionsGravatar Helge Deller 1-18/+19
2020-04-05parisc: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-16/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25parisc: Replace cpu_up/down() with add/remove_cpu()Gravatar Qais Yousef 1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-1/+1
2020-01-18open: introduce openat2(2) syscallGravatar Aleksa Sarai 1-0/+1
2020-01-14Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2020-01-14arch/parisc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2020-01-14parisc: Use proper printk format for resource_size_tGravatar Krzysztof Kozlowski 1-2/+2
2020-01-13arch: wire up pidfd_getfd syscallGravatar Sargun Dhillon 1-0/+1
2020-01-07parisc: Implement copy_thread_tlsGravatar Amanieu d'Antras 1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 5-11/+18
2019-12-20parisc: soft_offline_page() now takes the pfnGravatar Helge Deller 1-2/+1
2019-12-15parisc: add missing __init annotationGravatar Sven Schnelle 1-1/+1
2019-12-15parisc: fix compilation when KEXEC=n and KEXEC_FILE=yGravatar Sven Schnelle 1-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-5/+5
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupGravatar Mike Rapoport 2-7/+15
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-11-30Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-4/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+4
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-10/+7
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-4/+4
2019-11-06module/ftrace: handle patchable-function-entryGravatar Mark Rutland 2-10/+7