summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+7
|/
* parisc: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2Star
* 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/+1Star
|/
* 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/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-302-28/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-12/+2Star
|/
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0Star
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* | Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-141-3/+0Star
|\ \
| * | parisc: Enable the ro_after_init featureHelge Deller2019-05-101-3/+0Star
* | | Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0817-108/+294
|\| |
| * | parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-061-0/+43
| * | parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-061-3/+3
| * | parisc: Use per-pagetable spinlockMikulas Patocka2019-05-034-39/+57
| * | parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-031-2/+2
| * | parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-031-3/+3
| * | parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-031-0/+4
| * | parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-033-59/+17Star
| * | parisc: remove kprobes.h from generic-ySven Schnelle2019-05-031-1/+0Star
| * | parisc: Implement kprobesSven Schnelle2019-05-031-0/+55
| * | parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-031-0/+13
| * | parisc: add KGDB supportSven Schnelle2019-05-031-0/+68
| * | parisc: add parisc code patchingSven Schnelle2019-05-031-0/+11
| * | parisc: add set_fixmap()/clear_fixmap()Sven Schnelle2019-05-031-1/+18
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-2/+2
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-2/+2
| | |/ | |/|
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1Star
|\ \ \
| * | | arch: Remove dummy mmiowb() definitions from arch codeWill Deacon2019-04-081-2/+0Star
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-18/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-13/+0Star
| * | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-5/+0Star
| |/ /
* | | 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