开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
assembly.h
Age
Commit message (
Expand
)
Author
2024-02-27
parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros
John David Anglin
2024-01-30
parisc: Fix random data corruption from exception handler
Helge Deller
2023-11-25
parisc: Mark ex_table entries 32-bit aligned in assembly.h
Helge Deller
2023-06-17
parisc: Delete redundant register definitions in <asm/assembly.h>
Ben Hutchings
2022-05-23
parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernels
Helge Deller
2022-05-23
parisc: Fix wrong comment for shr macro
Helge Deller
2022-03-11
parisc: Add defines for various space register
Helge Deller
2022-01-07
parisc: Define depi_safe macro
John David Anglin
2021-11-22
parisc: Provide an extru_safe() macro to extract unsigned bits
Helge Deller
2021-11-18
parisc: Wrap assembler related defines inside __ASSEMBLY__
Helge Deller
2021-11-01
parisc: move virt_map macro to assembly.h
Sven Schnelle
2021-10-30
parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.h
Helge Deller
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2019-05-06
parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code
Helge Deller
2018-10-19
parisc: Use zdep for shlw macro on PA1.1 and PA2.0
Helge Deller
2018-08-13
parisc: Fix and improve kernel stack unwinding
Helge Deller
2016-03-23
parisc: Use generic extable search and sort routines
Helge Deller
2013-11-07
parisc: provide macro to create exception table entries
Helge Deller
2013-05-24
parisc: make interrupt and interruption stack allocation reentrant
John David Anglin
2009-03-13
parisc: fix 64bit build
Helge Deller
2009-03-13
parisc: add braces around arguments in assembler macros
Helge Deller
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin