summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* parisc: Rework arch_rw locking functionsHelge Deller2020-04-052-82/+67
* parisc: Improve interrupt handling in arch_spin_lock_flags()Helge Deller2020-04-051-8/+17
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-18/+0
* [parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro2020-03-271-3/+0
* futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-17/+0
|\
| * compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-17/+0
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \
| * \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\ \ | | |/ | |/|
| | * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+2
|/ /
* | parisc: Fix compiler warnings in debug_core.cHelge Deller2019-12-201-2/+8
* | parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle2019-12-151-4/+0
|/
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-044-66/+59
* Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-301-49/+52
|\
| * parisc: Do not hardcode registers in checksum functionsHelge Deller2019-10-141-49/+52
* | parisc: remove __ioremapChristoph Hellwig2019-11-111-10/+1
* | parisc: prefer __section from compiler_attributes.hNick Desaulniers2019-10-142-2/+2
|/
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-166-1/+65
|\
| * parisc: add kexec syscall supportSven Schnelle2019-09-082-0/+38
| * parisc: add __pdc_cpu_rendezvous()Sven Schnelle2019-09-081-0/+1
| * parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller2019-08-121-1/+10
| * parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller2019-08-031-0/+15
| * parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2019-08-031-0/+1
* | parisc: fix compilation errrorsQian Cai2019-08-241-2/+1
|/
* parisc: add kprobe_fault_handler()Sven Schnelle2019-07-211-0/+4
* Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-181-0/+1
|\
| * parisc: Wire up clone3 syscallHelge Deller2019-07-171-0/+1
* | parisc: define syscall_get_error()Dmitry V. Levin2019-07-161-0/+7
|/
* parisc: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2
* Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-093-4/+17
|\
| * parisc: asm: psw.h: missing header guardDenis Efremov2019-06-251-1/+1
| * parisc: add dynamic ftraceSven Schnelle2019-06-081-2/+13
| * parisc: add support for patching multiple wordsSven Schnelle2019-06-081-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-061-0/+24
|\
| * parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2019-06-061-0/+24
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-301-14/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-302-28/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-12/+2
|/
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-141-3/+0
|\ \
| * | parisc: Enable the ro_after_init featureHelge Deller2019-05-101-3/+0