Paul Gortmaker
|
35edd9103c
bug: consolidate BUILD_BUG_ON with other bug code
|
13 years ago |
Joe Perches
|
ff2d8b19a3
treewide: convert uses of ATTRIB_NORETURN to __noreturn
|
13 years ago |
Joe Perches
|
9402c95f34
treewide: remove useless NORET_TYPE macro and uses
|
13 years ago |
Joe Perches
|
4da4785995
kernel.h: neaten panic prototype
|
13 years ago |
Linus Torvalds
|
541048a1d3
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
David Daney
|
1399ff86f2
kernel.h: add BUILD_BUG() macro
|
13 years ago |
Mitsuo Hayasaka
|
55af77969f
x86: Panic on detection of stack overflow
|
13 years ago |
Ben Hutchings
|
2449b8ba07
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
|
13 years ago |
Joe Perches
|
67d0a07544
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
|
13 years ago |
Andy Shevchenko
|
55036ba76b
lib: rename pack_hex_byte() to hex_byte_pack()
|
13 years ago |
Joe Perches
|
b9075fa968
treewide: use __printf not __attribute__((format(printf,...)))
|
13 years ago |
Mimi Zohar
|
b78049831f
lib: add error checking to hex2bin
|
13 years ago |
Linus Torvalds
|
91d41fdf31
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
|
14 years ago |
Nicholas Bellinger
|
36a26c69b4
kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage
|
14 years ago |
Arnaud Lacombe
|
b9d4f42668
include/linux/kernel.h: hide internal macros from userspace
|
14 years ago |
WANG Cong
|
9d00f92f43
include/linux/kernel.h: fix a headers_check warning
|
14 years ago |
Ingo Molnar
|
1ecc818c51
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core
|
14 years ago |
Frederic Weisbecker
|
d902db1eb6
sched: Generalize sleep inside spinlock detection
|
14 years ago |
Dr. David Alan Gilbert
|
ca39599c63
BUILD_BUG_ON_ZERO: fix sparse breakage
|
14 years ago |
Alexey Dobriyan
|
c196e32a11
lib: add kstrto*_from_user()
|
14 years ago |
KOSAKI Motohiro
|
903c0c7cdc
sparse: define dummy BUILD_BUG_ON definition for sparse
|
14 years ago |
Steven Rostedt
|
cdbe61bfe7
ftrace: Allow dynamically allocated function tracers
|
14 years ago |
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 |