Commit Graph

204 Commits (e2a85aecebc03d165bc2dcd233deadd5dd97ea9f)

Author SHA1 Message Date
Alexey Dobriyan 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right 14 years ago
Randy Dunlap ffbbf2da9e kernel.h: fix kernel-doc warning 14 years ago
Rusty Russell 1765e3a493 Remove MAYBE_BUILD_BUG_ON 14 years ago
Rusty Russell 7ef88ad561 BUILD_BUG_ON: make it handle more cases 14 years ago
Tejun Heo 2ce802f62b lockdep: Move early boot local IRQ enable/disable status to init/main.c 14 years ago
Mel Gorman 3e7d344970 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim 14 years ago
Andrew Morton 71a9048448 include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit 14 years ago
Mimi Zohar dc88e46029 lib: hex2bin converts ascii hexadecimal string to binary 14 years ago
Linus Torvalds 968ab1838a include/linux/kernel.h: Move logging bits to include/linux/printk.h 14 years ago
Dan Rosenberg eaf06b241b Restrict unprivileged access to kernel syslog 14 years ago
James Morris 074e61ec37 kernel: add roundup() code comment from akpm 14 years ago
Tetsuo Handa 6070bf3596 kernel: Constify temporary variable in roundup() 14 years ago
Brian Behlendorf 658716d19f div64_u64(): improve precision on 32bit platforms 15 years ago
Andrew Morton 77006a0a82 ratelimit: add comment warning people off printk_ratelimit() 15 years ago
Andrew Morton a55621f15b include/linux/kernel.h: add __must_check to strict_strto*() 15 years ago
Hagen Paul Pfeifer f27c85c56b kernel.h: add {min,max}3 macros 15 years ago
Eric Paris b28efd54d9 kernel: roundup should only reference arguments once 15 years ago
Eric Paris 686a0f3d71 kernel: rounddown helper function 15 years ago
Martin K. Petersen c8bf133682 Consolidate min_not_zero 15 years ago
David Howells 12fdff3fc2 Add a dummy printk function for the maintenance of unused printks 15 years ago
Anton Blanchard 863a604920 lib/bug.c: add oops end marker to WARN implementation 15 years ago
TAMUKI Shoichi c7ff0d9c92 panic: keep blinking in spite of long spin timer mode 15 years ago
Joe Perches cf4ca4874f kernel.h: remove unused NIPQUAD and NIPQUAD_FMT 15 years ago
Frederic Weisbecker eb7beb5c09 tracing: Remove special traces 15 years ago
Justin P. Mattock 69c8f52b38 fix #warning about using kernel headers in userpsace 15 years ago
Joe Perches 7db6f5fb65 vsprintf: Recursive vsnprintf: Add "%pV", struct va_format 15 years ago
Huang Ying c6de9f0891 x86, mce: Add HW_ERR printk prefix for hardware error logging 15 years ago
Andy Shevchenko 903788892e lib: introduce common method to convert hex digits 15 years ago
OGAWA Hirofumi d8521fcc5e printk_ratelimited(): fix uninitialized spinlock 15 years ago
Joe Perches fc62f2f19e kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Ben Hutchings 92946bc72f panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I') 15 years ago
Frederic Weisbecker cecbca96da tracing: Dump either the oops's cpu source or all cpus buffers 15 years ago
Alexey Dobriyan 9f93ff5be5 Restore __ALIGN_MASK() 15 years ago
Alexey Dobriyan a79ff731a1 netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting __ALIGN_KERNEL() 15 years ago
Yong Zhang bb1dc0bacb kernel.h: fix wrong usage of __ratelimit() 15 years ago
Yinghai Lu 9b3be9f992 Move round_up/down to kernel.h 15 years ago
Roland Dreier cc8ef6eb21 kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() 15 years ago
Simon Kagstrom d894837f23 sched: might_sleep(): Make file parameter const char * 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