Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1e73fde581e2d34c4ff04eb10671711845c79bad
/
include
/
linux
/
kernel.h
ff2d8b1
treewide: convert uses of ATTRIB_NORETURN to __noreturn
by Joe Perches
· 13 years ago
9402c95
treewide: remove useless NORET_TYPE macro and uses
by Joe Perches
· 13 years ago
4da4785
kernel.h: neaten panic prototype
by Joe Perches
· 13 years ago
541048a
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1399ff8
kernel.h: add BUILD_BUG() macro
by David Daney
· 13 years ago
55af779
x86: Panic on detection of stack overflow
by Mitsuo Hayasaka
· 13 years ago
2449b8b
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
by Ben Hutchings
· 13 years ago
67d0a07
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
by Joe Perches
· 13 years ago
55036ba
lib: rename pack_hex_byte() to hex_byte_pack()
by Andy Shevchenko
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
b780498
lib: add error checking to hex2bin
by Mimi Zohar
· 13 years ago
91d41fd
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 13 years ago
36a26c6
kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage
by Nicholas Bellinger
· 13 years ago
b9d4f42
include/linux/kernel.h: hide internal macros from userspace
by Arnaud Lacombe
· 13 years ago
9d00f92
include/linux/kernel.h: fix a headers_check warning
by WANG Cong
· 13 years ago
1ecc818
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core
by Ingo Molnar
· 13 years ago
d902db1
sched: Generalize sleep inside spinlock detection
by Frederic Weisbecker
· 13 years ago
ca39599
BUILD_BUG_ON_ZERO: fix sparse breakage
by Dr. David Alan Gilbert
· 13 years ago
c196e32
lib: add kstrto*_from_user()
by Alexey Dobriyan
· 13 years ago
903c0c7
sparse: define dummy BUILD_BUG_ON definition for sparse
by KOSAKI Motohiro
· 13 years ago
cdbe61b
ftrace: Allow dynamically allocated function tracers
by Steven Rostedt
· 14 years ago
33ee3b2
kstrto*: converting strings to integers done (hopefully) right
by Alexey Dobriyan
· 14 years ago
ffbbf2d
kernel.h: fix kernel-doc warning
by Randy Dunlap
· 14 years ago
1765e3a
Remove MAYBE_BUILD_BUG_ON
by Rusty Russell
· 14 years ago
7ef88ad
BUILD_BUG_ON: make it handle more cases
by Rusty Russell
· 14 years ago
2ce802f
lockdep: Move early boot local IRQ enable/disable status to init/main.c
by Tejun Heo
· 14 years ago
3e7d344
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
by Mel Gorman
· 14 years ago
71a9048
include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit
by Andrew Morton
· 14 years ago
dc88e46
lib: hex2bin converts ascii hexadecimal string to binary
by Mimi Zohar
· 14 years ago
1d6d756
Merge branch 'master' into next
by James Morris
· 14 years ago
968ab18
include/linux/kernel.h: Move logging bits to include/linux/printk.h
by Linus Torvalds
· 14 years ago
eaf06b2
Restrict unprivileged access to kernel syslog
by Dan Rosenberg
· 14 years ago
074e61e
kernel: add roundup() code comment from akpm
by James Morris
· 14 years ago
6070bf3
kernel: Constify temporary variable in roundup()
by Tetsuo Handa
· 14 years ago
658716d
div64_u64(): improve precision on 32bit platforms
by Brian Behlendorf
· 14 years ago
77006a0
ratelimit: add comment warning people off printk_ratelimit()
by Andrew Morton
· 14 years ago
a55621f
include/linux/kernel.h: add __must_check to strict_strto*()
by Andrew Morton
· 14 years ago
f27c85c
kernel.h: add {min,max}3 macros
by Hagen Paul Pfeifer
· 14 years ago
e9dd2b6
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
b28efd5
kernel: roundup should only reference arguments once
by Eric Paris
· 14 years ago
686a0f3
kernel: rounddown helper function
by Eric Paris
· 14 years ago
c8bf133
Consolidate min_not_zero
by Martin K. Petersen
· 14 years ago
12fdff3
Add a dummy printk function for the maintenance of unused printks
by David Howells
· 14 years ago
863a604
lib/bug.c: add oops end marker to WARN implementation
by Anton Blanchard
· 14 years ago
c7ff0d9
panic: keep blinking in spite of long spin timer mode
by TAMUKI Shoichi
· 14 years ago
cf4ca48
kernel.h: remove unused NIPQUAD and NIPQUAD_FMT
by Joe Perches
· 14 years ago
e877977
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
eb7beb5
tracing: Remove special traces
by Frederic Weisbecker
· 14 years ago
69c8f52
fix #warning about using kernel headers in userpsace
by Justin P. Mattock
· 14 years ago
7db6f5f
vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
by Joe Perches
· 14 years ago
c6de9f0
x86, mce: Add HW_ERR printk prefix for hardware error logging
by Huang Ying
· 14 years ago
9037888
lib: introduce common method to convert hex digits
by Andy Shevchenko
· 14 years ago
d8521fc
printk_ratelimited(): fix uninitialized spinlock
by OGAWA Hirofumi
· 14 years ago
fc62f2f
kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn
by Joe Perches
· 14 years ago
4be929b
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
by Alexey Dobriyan
· 14 years ago
0961d65
Merge git://git.infradead.org/iommu-2.6
by Linus Torvalds
· 14 years ago
92946bc
panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')
by Ben Hutchings
· 15 years ago
2ec8c6b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 14 years ago
cecbca9
tracing: Dump either the oops's cpu source or all cpus buffers
by Frederic Weisbecker
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
9f93ff5
Restore __ALIGN_MASK()
by Alexey Dobriyan
· 15 years ago
a79ff73
netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting __ALIGN_KERNEL()
by Alexey Dobriyan
· 15 years ago
bb1dc0b
kernel.h: fix wrong usage of __ratelimit()
by Yong Zhang
· 15 years ago
a626b46
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
9b3be9f
Move round_up/down to kernel.h
by Yinghai Lu
· 15 years ago
6d3e090
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
cc8ef6e
kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()
by Roland Dreier
· 15 years ago
d894837
sched: might_sleep(): Make file parameter const char *
by Simon Kagstrom
· 15 years ago
da184a8
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8a64f33
kernel.h: add printk_ratelimited and pr_<level>_rl
by Joe Perches
· 15 years ago
0b2749a
kernel.h: remove initialization of bool in printk_once
by Joe Perches
· 15 years ago
00b5586
dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debug
by Joe Perches
· 15 years ago
e36c545
tracing: Fix return of trace_dump_stack()
by Steven Rostedt
· 15 years ago
0388938
tracing: Add trace_dump_stack()
by Steven Rostedt
· 15 years ago
d0b093a
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5c82871
ratelimit: Make suppressed output messages more useful
by Christian Borntraeger
· 15 years ago
c01226c
warn about use of uninstalled kernel headers
by Arnd Bergmann
· 15 years ago
a49c59c
Make sure the value in abs() does not get truncated if it is greater than 2^32
by Rolf Eike Beer
· 15 years ago
8c87df4
BUILD_BUG_ON(): fix it and a couple of bogus uses of it
by Jan Beulich
· 15 years ago
7086745
printk_once(): use bool for boolean flag
by Roland Dreier
· 15 years ago
af91322
printk: add printk_delay to make messages readable for some scenarios
by Dave Young
· 15 years ago
3fff4c4
printk: Remove ratelimit.h from kernel.h
by Ingo Molnar
· 15 years ago
e4aafea
sched: Add a preempt count base offset to __might_sleep()
by Frederic Weisbecker
· 15 years ago
e09758f
sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()
by Frederic Weisbecker
· 15 years ago
5211a24
x86: Add sysctl to allow panic on IOCK NMI error
by Kurt Garloff
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
6fd0330
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
e28d713
printk: Add KERN_DEFAULT printk log-level
by Linus Torvalds
· 15 years ago
5fd29d6
printk: clean up handling of log-levels and newlines
by Linus Torvalds
· 15 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 15 years ago
4ccb457
dynamic debug: resurrect old pr_debug() semantics as pr_devel()
by Michael Ellerman
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e4c393f
Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
04d491a
kexec: add dmesg log symbols to /proc/vmcoreinfo lists
by Neil Horman
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
311d076
introduce pr_cont() macro
by Cyrill Gorcunov
· 16 years ago
2c60b68
kernel: remove HIPQUAD()
by Harvey Harrison
· 16 years ago
38a6ed3
Merge branch 'linus' into core/printk
by Ingo Molnar
· 16 years ago
Next »