summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\
| * open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\ \
| * | arch/parisc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-5/+5
|\ \ \
| * \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-255-11/+18
| |\ \ \
| * | | | sched/rt, parisc: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-5/+5
* | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ \ \
| * | | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-141-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-141-2/+2
| |/ / /
* / / / parisc: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-4/+4
|/ / /
* | | parisc: soft_offline_page() now takes the pfnHelge Deller2019-12-201-2/+1
* | | parisc: add missing __init annotationSven Schnelle2019-12-151-1/+1
* | | parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle2019-12-151-1/+1
| |/ |/|
* | parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-042-7/+15
|/
* Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\
| * seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-301-1/+1
|\ \
| * | parisc: Avoid spurious inequivalent alias kernel error messagesJohn David Anglin2019-11-041-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-7/+4
|\ \
| * | parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+1
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-2/+2
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-252-10/+7
|\ \
| * | module/ftrace: handle patchable-function-entryMark Rutland2019-11-062-10/+7
| |/
* / parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle2019-10-301-1/+1
|/
* parisc: add support for kexec_file_load() syscallSven Schnelle2019-09-083-0/+94
* parisc: wire up kexec_file_load syscallSven Schnelle2019-09-081-1/+2
* parisc: add kexec syscall supportSven Schnelle2019-09-083-0/+255
* parisc: add __pdc_cpu_rendezvous()Sven Schnelle2019-09-082-0/+14
* kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang2019-09-061-4/+0
* parisc: Drop comments which are already in pci.hHelge Deller2019-09-051-11/+0
* parisc: speed up flush_tlb_all_local with qemuHelge Deller2019-08-121-0/+9
* parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller2019-08-121-6/+17
* parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller2019-08-031-0/+4
* parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle2019-08-031-0/+2
* parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2019-08-032-3/+154
* parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2019-08-031-2/+6
* parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2
* parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller2019-07-211-1/+2
* parisc: Wire up clone3 syscallHelge Deller2019-07-172-1/+2
* parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller2019-07-171-0/+3
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-171-1/+2
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-171-10/+18
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-35/+13
|\