summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2020-09-03kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-09-03kbuild: add variables for compression toolsDenis Efremov
2020-08-19parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin
2020-08-19parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin
2020-08-19Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller
2020-08-19Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller
2020-08-19Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller
2020-08-05parisc: add support for cmpxchg on u8 pointersLiam Beguin
2020-07-29parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin
2020-06-03parisc: Fix kernel panic in mem_init()Helge Deller
2020-02-05parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski
2020-01-14parisc: Implement copy_thread_tlsAmanieu d'Antras
2020-01-12parisc: Fix compiler warnings in debug_core.cHelge Deller
2020-01-12parisc: add missing __init annotationSven Schnelle
2020-01-12parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle
2019-10-14parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller
2019-10-14parisc: prefer __section from compiler_attributes.hNick Desaulniers
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim
2019-09-25mm: introduce MADV_COLDMinchan Kim
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-12parisc: Have git ignore generated real2.S and firmware.cJeroen Roovers
2019-09-08parisc: add support for kexec_file_load() syscallSven Schnelle
2019-09-08parisc: wire up kexec_file_load syscallSven Schnelle
2019-09-08parisc: add kexec syscall supportSven Schnelle
2019-09-08parisc: add __pdc_cpu_rendezvous()Sven Schnelle
2019-09-06kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang
2019-09-05parisc: Drop comments which are already in pci.hHelge Deller
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig
2019-08-24parisc: fix compilation errrorsQian Cai
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-12parisc: speed up flush_tlb_all_local with qemuHelge Deller
2019-08-12parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle
2019-08-01parisc: Add archclean Makefile targetJames Bottomley
2019-08-01parisc: Strip debug info from kernel before creating compressed vmlinuzHelge Deller
2019-08-01parisc: Fix build of compressed kernel even with debug enabledHelge Deller
2019-07-31parisc: fix race condition in patching codeSven Schnelle
2019-07-31parisc: rename default_defconfig to defconfigMasahiro Yamada
2019-07-31parisc: Fix fall-through warnings in fpudispatch.cHelge Deller
2019-07-31parisc: Mark expected switch fall-throughs in fault.cHelge Deller
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller