summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+0
|\ \
| * | parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
* | | Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-1626-120/+786
|\ \ \ | |/ / |/| |
| * | parisc: Have git ignore generated real2.S and firmware.cJeroen Roovers2019-09-121-0/+2
| * | parisc: add support for kexec_file_load() syscallSven Schnelle2019-09-084-0/+104
| * | parisc: wire up kexec_file_load syscallSven Schnelle2019-09-081-1/+2
| * | parisc: add kexec syscall supportSven Schnelle2019-09-086-0/+306
| * | parisc: add __pdc_cpu_rendezvous()Sven Schnelle2019-09-083-0/+15
| * | 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-122-7/+27
| * | parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller2019-08-035-93/+157
| * | parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle2019-08-031-0/+2
| * | parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2019-08-033-3/+156
| * | parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2019-08-032-2/+7
* | | parisc: fix compilation errrorsQian Cai2019-08-241-2/+1
| |/ |/|
* | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-101-1/+1
|/
* parisc: Add archclean Makefile targetJames Bottomley2019-08-012-0/+4
* parisc: Strip debug info from kernel before creating compressed vmlinuzHelge Deller2019-08-011-1/+2
* parisc: Fix build of compressed kernel even with debug enabledHelge Deller2019-08-011-2/+2
* parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2
* parisc: rename default_defconfig to defconfigMasahiro Yamada2019-07-312-2/+0
* parisc: Fix fall-through warnings in fpudispatch.cHelge Deller2019-07-311-0/+1
* parisc: Mark expected switch fall-throughs in fault.cHelge Deller2019-07-311-0/+1
* parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller2019-07-211-1/+2
* 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-185-12/+26
|\
| * parisc: Wire up clone3 syscallHelge Deller2019-07-173-1/+3
| * 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-0/+7
|\ \ | |/ |/|
| * parisc: define syscall_get_error()Dmitry V. Levin2019-07-161-0/+7
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\ \
| * | docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| |/
* / arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
|/
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-125-6/+10
|\
| * kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-111-6/+6
| * kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-154-0/+4
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-35/+13
|\ \
| * | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-35/+13
* | | parisc: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+2
|\ \ \