index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
bug.h
Age
Commit message (
Expand
)
Author
2025-12-06
Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-11-10
parisc: Drop linux/kernel.h include from asm/bug.h header
Finn Thain
2025-07-28
bugs/parisc: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to ext...
Ingo Molnar
2025-06-13
bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
Ingo Molnar
2023-11-27
parisc: Fix asm operand number out of range build error in bug table
Helge Deller
2023-11-25
parisc: Reduce size of the bug_table on 64-bit kernel by half
Helge Deller
2023-11-25
parisc: Use natural CPU alignment for bug_table
Helge Deller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-20
debug: Fix WARN_ON_ONCE() for modules
Josh Poimboeuf
2017-03-30
debug: Add _ONCE() logic to report_bug()
Peter Zijlstra
2012-06-05
[PARISC] fix missing TAINT_WARN problem
James Bottomley
2010-05-19
panic: Allow warnings to set different taint flags
Ben Hutchings
2009-12-16
parisc: Convert BUG() to use unreachable()
David Daney
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin