aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+17
2019-06-25parisc: asm: psw.h: missing header guardGravatar Denis Efremov 1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFGravatar Martin KaFai Lau 1-0/+2
2019-06-08parisc: add dynamic ftraceGravatar Sven Schnelle 1-2/+13
2019-06-08parisc: add support for patching multiple wordsGravatar Sven Schnelle 1-1/+3
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+24
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeGravatar John David Anglin 1-0/+24
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Gravatar Thomas Gleixner 2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-12/+2
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+0
2019-05-10parisc: Enable the ro_after_init featureGravatar Helge Deller 1-3/+0
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-14/+0
2019-05-07Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-108/+294
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-18/+0
2019-05-06parisc: Add static branch and JUMP_LABEL featureGravatar Helge Deller 1-0/+43
2019-05-06parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeGravatar Helge Deller 1-3/+3
2019-05-03parisc: Use per-pagetable spinlockGravatar Mikulas Patocka 4-39/+57
2019-05-03parisc: Add memory barrier to asm pdc and sync instructionsGravatar Helge Deller 1-2/+2
2019-05-03parisc: Add memory clobber to TLB purgesGravatar John David Anglin 1-3/+3
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierGravatar John David Anglin 1-0/+4
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMGravatar Helge Deller 3-59/+17
2019-05-03parisc: remove kprobes.h from generic-yGravatar Sven Schnelle 1-1/+0
2019-05-03parisc: Implement kprobesGravatar Sven Schnelle 1-0/+55
2019-05-03parisc: add functions required by KPROBE_EVENTSGravatar Sven Schnelle 1-0/+13
2019-05-03parisc: add KGDB supportGravatar Sven Schnelle 1-0/+68
2019-05-03parisc: add parisc code patchingGravatar Sven Schnelle 1-0/+11
2019-05-03parisc: add set_fixmap()/clear_fixmap()Gravatar Sven Schnelle 1-1/+18
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 1-1/+0
2019-04-19asm-generic: generalize asm/sockios.hGravatar Arnd Bergmann 1-14/+0
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeGravatar Will Deacon 1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-06parisc: also set iaoq_b in instruction_pointer_set()Gravatar Sven Schnelle 1-1/+2
2019-04-06parisc: regs_return_value() should return gpr28Gravatar Sven Schnelle 1-1/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-22/+8
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-13/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushGravatar Peter Zijlstra 1-5/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-2/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-4/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0