Commit Graph

156 Commits (59be5a8e8ce765cf739ec7f07176219972de7481)

Author SHA1 Message Date
Roland Dreier cc8ef6eb21 kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() 15 years ago
Joe Perches 8a64f336bc kernel.h: add printk_ratelimited and pr_<level>_rl 15 years ago
Joe Perches 0b2749aa6c kernel.h: remove initialization of bool in printk_once 15 years ago
Joe Perches 00b55864bb dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debug 15 years ago
Steven Rostedt e36c54582c tracing: Fix return of trace_dump_stack() 15 years ago
Steven Rostedt 03889384ce tracing: Add trace_dump_stack() 15 years ago
Christian Borntraeger 5c82871335 ratelimit: Make suppressed output messages more useful 16 years ago
Arnd Bergmann c01226c314 warn about use of uninstalled kernel headers 16 years ago
Rolf Eike Beer a49c59c042 Make sure the value in abs() does not get truncated if it is greater than 2^32 16 years ago
Jan Beulich 8c87df457c BUILD_BUG_ON(): fix it and a couple of bogus uses of it 16 years ago
Roland Dreier 7086745309 printk_once(): use bool for boolean flag 16 years ago
Dave Young af91322ef3 printk: add printk_delay to make messages readable for some scenarios 16 years ago
Ingo Molnar 3fff4c42bd printk: Remove ratelimit.h from kernel.h 16 years ago
Frederic Weisbecker e4aafea2d4 sched: Add a preempt count base offset to __might_sleep() 16 years ago
Frederic Weisbecker e09758fae8 sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep() 16 years ago
Kurt Garloff 5211a242d0 x86: Add sysctl to allow panic on IOCK NMI error 16 years ago
Bartlomiej Zolnierkiewicz 90c699a9ee block: rename CONFIG_LBD to CONFIG_LBDAF 16 years ago
Linus Torvalds e28d713704 printk: Add KERN_DEFAULT printk log-level 16 years ago
Linus Torvalds 5fd29d6ccb printk: clean up handling of log-levels and newlines 16 years ago
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 16 years ago
Michael Ellerman 4ccb457966 dynamic debug: resurrect old pr_debug() semantics as pr_devel() 16 years ago
Neil Horman 04d491ab2a kexec: add dmesg log symbols to /proc/vmcoreinfo lists 16 years ago
Cyrill Gorcunov 311d07611e introduce pr_cont() macro 16 years ago
Harvey Harrison 2c60b6885a kernel: remove HIPQUAD() 16 years ago
Greg Banks e6e66b02e1 Dynamic debug: fix pr_fmt() build error 16 years ago
Jason Baron e9d376f0fa dynamic debug: combine dprintk and dynamic printk 16 years ago
Frederic Weisbecker 48ead02030 tracing/core: bring back raw trace_printk for dynamic formats strings 16 years ago
Ingo Molnar 7bffc23e56 tracing: optimize trace_printk() 16 years ago
Frederic Weisbecker 769b0441f4 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() 16 years ago
Steven Rostedt 2002c258fa tracing: add tracing_on/tracing_off to kernel.h 16 years ago
Ingo Molnar 526211bc58 tracing: move utility functions from ftrace.h to kernel.h 16 years ago
Peter Zijlstra ac7b900490 generic swap(): don't return a value from swap() 16 years ago
Ingo Molnar f036be96dd printk: introduce printk_once() 16 years ago
Wu Fengguang 91f68b7359 generic swap(): introduce global macro swap(a, b) 16 years ago
Darrick J. Wong 9fe06081ef Create a DIV_ROUND_CLOSEST macro to do division with rounding 16 years ago
Cornelia Huck d0d85ff989 Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG 16 years ago
Martin Schwidefsky d091c2f58b Add 'pr_fmt()' format modifier to pr_xyz macros. 16 years ago
Randy Dunlap 7106a27b52 kernel.h: fix might_sleep kernel-doc 16 years ago
Harvey Harrison b189db5d29 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users 17 years ago
Andi Kleen 25ddbb18aa Make the taint flags reliable 17 years ago
Jason Baron 346e15beb5 driver core: basic infrastructure for per-module dynamic debug messages 17 years ago
Steven Rostedt 29e71abf56 ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORD 17 years ago
Ingo Molnar 46eaa67020 x86: memory corruption check - cleanup 17 years ago
Greg Kroah-Hartman 061b1bd394 Staging: add TAINT_CRAP for all drivers/staging code 17 years ago
Thomas Renninger a0ad05c75a Introduce FW_BUG, FW_WARN and FW_INFO to consistenly tell users about BIOS bugs 17 years ago
Nick Piggin 3ee1afa308 x86: some lock annotations for user copy paths, v2 17 years ago
Arjan van de Ven ab7476cf76 debug: add notifier chain debugging, v2 17 years ago
Jeremy Fitzhardinge 9c3254ad42 x86: fix compile error with corruption checking disabled 17 years ago
Hugh Dickins bb577f980e x86: add periodic corruption check 17 years ago
Jeremy Fitzhardinge 5394f80f92 x86: check for and defend against BIOS memory corruption 17 years ago