aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+0
2019-05-07Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds44-290/+1248
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+2
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+0
2019-05-06parisc: Add static branch and JUMP_LABEL featureHelge Deller5-0/+104
2019-05-06parisc: Use PA_ASM_LEVEL in boot codeHelge Deller1-3/+3
2019-05-06parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller3-6/+6
2019-05-03parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin1-9/+10
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka9-49/+108
2019-05-03parisc: Allow live-patching of __meminit functionsHelge Deller1-1/+1
2019-05-03parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller1-2/+2
2019-05-03parisc: Add memory clobber to TLB purgesJohn David Anglin1-3/+3
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin3-24/+39
2019-05-03parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin1-43/+0
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller6-128/+68
2019-05-03parisc: enable wide mode earlySven Schnelle1-0/+13
2019-05-03parisc: Show n/a if product number not availableHelge Deller1-1/+2
2019-05-03parisc: remove unused flags parameter in __patch_text()Sven Schnelle1-5/+4
2019-05-03parisc: Implement kretprobesSven Schnelle2-1/+110
2019-05-03parisc: remove kprobes.h from generic-ySven Schnelle1-1/+0
2019-05-03parisc: Implement kprobesSven Schnelle5-0/+254
2019-05-03parisc: add functions required by KPROBE_EVENTSSven Schnelle2-0/+48
2019-05-03parisc: PA-Linux requires at least 32 MB RAMHelge Deller1-11/+20
2019-05-03parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-05-03parisc: add KGDB supportSven Schnelle5-0/+296
2019-05-03parisc: add parisc code patchingSven Schnelle3-1/+91
2019-05-03parisc: add set_fixmap()/clear_fixmap()Sven Schnelle4-7/+69
2019-05-03parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+2
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe4-30/+14
2019-04-19asm-generic: generalize asm/sockios.hArnd Bergmann1-14/+0
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-14parisc/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-5/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar4-30/+14
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeWill Deacon1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-06parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-04-06parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle1-1/+2
2019-04-06parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-1/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-22/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-13/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-5/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2-1/+1