summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell2019-05-141-1/+0
|\
| * function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)2019-04-291-1/+0
* | Merge remote-tracking branch 'parisc-hd/for-next'Stephen Rothwell2019-05-1413-33/+34
|\ \
| * | parisc: Use __ro_after_init in unwind.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in time.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in processor.cHelge Deller2019-05-101-2/+2
| * | parisc: Use __ro_after_init in process.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in perf_images.hHelge Deller2019-05-101-2/+2
| * | parisc: Use __ro_after_init in pci.cHelge Deller2019-05-101-4/+4
| * | parisc: Use __ro_after_init in inventory.cHelge Deller2019-05-101-4/+4
| * | parisc: Use __ro_after_init in head.SHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in firmware.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in drivers.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in cache.cHelge Deller2019-05-101-8/+8
| * | parisc: Enable the ro_after_init featureHelge Deller2019-05-101-3/+0
| * | parisc: Drop LDCW barrier in CAS code when running UPHelge Deller2019-05-101-4/+8
* | | Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0720-89/+813
|\ \ \ | |/ /
| * | parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-063-0/+59
| * | parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-062-3/+3
| * | parisc: Use per-pagetable spinlockMikulas Patocka2019-05-035-10/+51
| * | parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-032-24/+35
| * | parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin2019-05-031-43/+0
| * | parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-031-6/+0
| * | parisc: enable wide mode earlySven Schnelle2019-05-031-0/+13
| * | parisc: Show n/a if product number not availableHelge Deller2019-05-031-1/+2
| * | parisc: remove unused flags parameter in __patch_text()Sven Schnelle2019-05-031-5/+4
| * | parisc: Implement kretprobesSven Schnelle2019-05-031-1/+109
| * | parisc: Implement kprobesSven Schnelle2019-05-033-0/+198
| * | parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-031-0/+35
| * | parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
| * | parisc: add KGDB supportSven Schnelle2019-05-033-0/+227
| * | parisc: add parisc code patchingSven Schnelle2019-05-032-1/+80
| * | parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-05-031-1/+2
* | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-5/+0
|\ \ \ | |/ / |/| |
| * | parisc/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-5/+0
* | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ | |/ / |/| |
| * | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| |/
* | parisc: Detect QEMU earlier in boot processHelge Deller2019-04-062-6/+3
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-28/+81
|\
| * y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| * y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+10
| * y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-23/+46
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-27/+27
| * arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-056-7/+51
|\ \
| * | parisc: Show machine product number during bootHelge Deller2019-02-212-0/+33
| * | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2019-02-211-0/+1
| * | parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky2019-02-211-2/+2
| * | parisc: Improve initial IRQ to CPU assignmentHelge Deller2019-02-211-1/+4
| * | parisc: Count IPI function call interruptsHelge Deller2019-02-212-0/+5