summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* kill unused dump_fpu() instancesAl Viro2020-07-272-22/+0
* parisc: switch to ->regset_get()Al Viro2020-07-271-68/+16
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-1/+1
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-1/+1
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-8/+4
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-7/+7
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-29/+5
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-5/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+5
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-097-7/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-095-5/+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 tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-1/+1
|\
| * kbuild: add variables for compression toolsDenis Efremov2020-06-061-1/+1
* | parisc/kmap: remove duplicate kmap codeIra Weiny2020-06-041-26/+2
* | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-032-29/+3
|\ \
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
| * | parisc: simplify detection of memory zone boundariesMike Rapoport2020-06-031-19/+3
* | | Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-036-7/+10
|\ \ \ | |/ / |/| |
| * | 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
| * | parisc: Kconfig: Update references to parisc websiteHelge Deller2020-06-011-1/+1
| * | parisc: use -fno-strict-aliasing for decompressorArnd Bergmann2020-05-101-0/+1
| * | parisc: suppress error messages for 'make clean'Helge Deller2020-05-101-2/+2
| |/
* | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-9/+10
|\ \
| * | floppy: use symbolic register names in the parisc portWilly Tarreau2020-05-121-7/+8
| * | floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-121-6/+6
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-2/+0
|\ \
| * | arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
* | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\ \ \
| * | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
| | |/ | |/|
* | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-012-27/+0
|\ \ \
| * | | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-292-22/+0
| * | | parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-292-10/+5
| |/ /
* | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-1/+1
|\ \ \ | |_|/ |/| |
| * | parisc/perf: open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
| |/
* / parisc: Fix kernel panic in mem_init()Helge Deller2020-05-291-1/+1
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-2/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* 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
* | parisc: remove nargs from __SYSCALLFiroz Khan2020-04-052-3/+3
* | parisc: Refactor alternative code to accept multiple conditionsHelge Deller2020-04-051-18/+19
* | parisc: Rework arch_rw locking functionsHelge Deller2020-04-052-82/+67