index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
1
-1
/
+1
2020-09-03
kbuild: add variables for compression tools
Denis Efremov
1
-1
/
+1
2020-08-19
parisc: Implement __smp_store_release and __smp_load_acquire barriers
John David Anglin
1
-0
/
+61
2020-08-19
parisc: Do not use an ordered store in pa_tlb_lock()
John David Anglin
1
-2
/
+7
2020-08-19
Revert "parisc: Revert "Release spinlocks using ordered store""
Helge Deller
2
-10
/
+6
2020-08-19
Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"
Helge Deller
3
-39
/
+24
2020-08-19
Revert "parisc: Drop LDCW barrier in CAS code when running UP"
Helge Deller
1
-8
/
+4
2020-08-05
parisc: add support for cmpxchg on u8 pointers
Liam Beguin
2
-0
/
+14
2020-07-29
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
John David Anglin
1
-0
/
+2
2020-06-03
parisc: Fix kernel panic in mem_init()
Helge Deller
1
-1
/
+1
2020-02-05
parisc: Use proper printk format for resource_size_t
Krzysztof Kozlowski
1
-2
/
+2
2020-01-14
parisc: Implement copy_thread_tls
Amanieu d'Antras
2
-4
/
+5
2020-01-12
parisc: Fix compiler warnings in debug_core.c
Helge Deller
1
-2
/
+8
2020-01-12
parisc: add missing __init annotation
Sven Schnelle
1
-1
/
+1
2020-01-12
parisc: fix compilation when KEXEC=n and KEXEC_FILE=y
Sven Schnelle
2
-5
/
+1
2019-10-30
parisc: fix frame pointer in ftrace_regs_caller()
Sven Schnelle
1
-1
/
+1
2019-10-14
parisc: Fix vmap memory leak in ioremap()/iounmap()
Helge Deller
1
-5
/
+7
2019-10-14
parisc: prefer __section from compiler_attributes.h
Nick Desaulniers
2
-2
/
+2
2019-09-25
mm: introduce MADV_PAGEOUT
Minchan Kim
1
-0
/
+1
2019-09-25
mm: introduce MADV_COLD
Minchan Kim
1
-0
/
+2
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-2
/
+0
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
1
-2
/
+0
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+0
2019-09-16
Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
26
-120
/
+786
2019-09-12
parisc: Have git ignore generated real2.S and firmware.c
Jeroen Roovers
1
-0
/
+2
2019-09-08
parisc: add support for kexec_file_load() syscall
Sven Schnelle
4
-0
/
+104
2019-09-08
parisc: wire up kexec_file_load syscall
Sven Schnelle
1
-1
/
+2
2019-09-08
parisc: add kexec syscall support
Sven Schnelle
6
-0
/
+306
2019-09-08
parisc: add __pdc_cpu_rendezvous()
Sven Schnelle
3
-0
/
+15
2019-09-06
kprobes/parisc: remove arch_kprobe_on_func_entry()
Jisheng Zhang
1
-4
/
+0
2019-09-05
parisc: Drop comments which are already in pci.h
Helge Deller
1
-11
/
+0
2019-09-04
parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
1
-1
/
+0
2019-08-24
parisc: fix compilation errrors
Qian Cai
1
-2
/
+1
2019-08-21
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
1
-1
/
+1
2019-08-12
parisc: speed up flush_tlb_all_local with qemu
Helge Deller
1
-0
/
+9
2019-08-12
parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMU
Helge Deller
2
-7
/
+27
2019-08-10
Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...
Joe Perches
1
-1
/
+1
2019-08-03
parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...
Helge Deller
5
-93
/
+157
2019-08-03
parisc: trigger die notifier chain in parisc_terminate()
Sven Schnelle
1
-0
/
+2
2019-08-03
parisc/ftrace: Add KPROBES_ON_FTRACE
Sven Schnelle
3
-3
/
+156
2019-08-03
parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
Sven Schnelle
2
-2
/
+7
2019-08-01
parisc: Add archclean Makefile target
James Bottomley
2
-0
/
+4
2019-08-01
parisc: Strip debug info from kernel before creating compressed vmlinuz
Helge Deller
1
-1
/
+2
2019-08-01
parisc: Fix build of compressed kernel even with debug enabled
Helge Deller
1
-2
/
+2
2019-07-31
parisc: fix race condition in patching code
Sven Schnelle
1
-1
/
+2
2019-07-31
parisc: rename default_defconfig to defconfig
Masahiro Yamada
2
-2
/
+0
2019-07-31
parisc: Fix fall-through warnings in fpudispatch.c
Helge Deller
1
-0
/
+1
2019-07-31
parisc: Mark expected switch fall-throughs in fault.c
Helge Deller
1
-0
/
+1
2019-07-21
parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machines
Helge Deller
1
-1
/
+2
[next]