aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
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 3-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesGravatar Denis Efremov 1-1/+1
2020-06-09maccess: always use strict semantics for probe_kernel_readGravatar Christoph Hellwig 1-1/+1
2020-06-09maccess: unify the probe kernel arch hooksGravatar Christoph Hellwig 1-8/+4
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 2-29/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-5/+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 7-7/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 5-5/+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-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2020-06-06kbuild: add variables for compression toolsGravatar Denis Efremov 1-1/+1
2020-06-04parisc/kmap: remove duplicate kmap codeGravatar Ira Weiny 1-26/+2
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-3/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-29/+3
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Gravatar Anshuman Khandual 1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Gravatar Anshuman Khandual 1-6/+0
2020-06-03parisc: simplify detection of memory zone boundariesGravatar Mike Rapoport 1-19/+3
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-7/+10
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+10
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Gravatar Andrew Morton 1-2/+0
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-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-27/+0
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-06-01parisc: Kconfig: Update references to parisc websiteGravatar Helge Deller 1-1/+1
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hGravatar Al Viro 2-22/+0
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Gravatar Al Viro 2-10/+5
2020-05-29parisc: Fix kernel panic in mem_init()Gravatar Helge Deller 1-1/+1
2020-05-14vfs: add faccessat2 syscallGravatar Miklos Szeredi 1-0/+1
2020-05-12floppy: use symbolic register names in the parisc portGravatar Willy Tarreau 1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesGravatar Willy Tarreau 1-6/+6
2020-05-10parisc: use -fno-strict-aliasing for decompressorGravatar Arnd Bergmann 1-0/+1
2020-05-10parisc: suppress error messages for 'make clean'Gravatar Helge Deller 1-2/+2
2020-04-16parisc/perf: open access for CAP_PERFMON privileged processGravatar Alexey Budankov 1-1/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
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