summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle2019-04-061-1/+2
* parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-061-1/+1
* syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-22/+8Star
* KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+1
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-2/+0Star
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-0/+9
|\
| * parisc: iomap: introduce io{read|write}64Logan Gunthorpe2019-01-221-0/+9
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-7/+6Star
|\ \
| * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-3/+6
| * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-1/+0Star
| * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-3/+0Star
| |/
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-055-49/+7Star
|\ \
| * | parisc: Add constant for PDC_PAT_COMPLEX firmware callHelge Deller2019-02-211-0/+4
| * | parisc: Show machine product number during bootHelge Deller2019-02-211-0/+1
| * | parisc: remove the HBA_DATA macroChristoph Hellwig2019-02-211-2/+0Star
| * | parisc: properly type the iommu field in struct pci_hba_dataChristoph Hellwig2019-02-211-1/+1
| * | parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-211-44/+0Star
| * | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2019-02-211-2/+0Star
| * | parisc: Count IPI function call interruptsHelge Deller2019-02-211-0/+1
| |/
* / get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-3/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-2/+2
|/
* parisc: generate uapi header and system call table filesFiroz Khan2018-12-101-0/+3
* parisc: add __NR_syscalls along with __NR_Linux_syscallsFiroz Khan2018-12-101-0/+2
* parisc: move __IGNORE* entries to non uapi headerFiroz Khan2018-12-101-0/+6
* parisc: Split out alternative live patching codeHelge Deller2018-12-101-0/+4
* Merge branch 'parisc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-141-2/+2
|\
| * parisc: Revert "Release spinlocks using ordered store"John David Anglin2018-11-061-2/+2
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-11/+0Star
* | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-271-5/+0Star
* | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-271-5/+0Star
* | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-271-5/+0Star
* | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-271-0/+1
* | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-271-10/+2Star
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-20/+7Star
|\
| * y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0Star
| * asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-16/+2Star
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-3/+3
* | parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller2018-10-201-0/+1