index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kernel.h
Age
Commit message (
Expand
)
Author
2011-11-07
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
Ben Hutchings
2011-10-31
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
Joe Perches
2011-10-31
lib: rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
2011-10-31
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-09-20
lib: add error checking to hex2bin
Mimi Zohar
2011-07-27
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2011-07-26
kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage
Nicholas Bellinger
2011-07-25
include/linux/kernel.h: hide internal macros from userspace
Arnaud Lacombe
2011-07-25
include/linux/kernel.h: fix a headers_check warning
WANG Cong
2011-07-01
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-06-23
sched: Generalize sleep inside spinlock detection
Frederic Weisbecker
2011-06-15
BUILD_BUG_ON_ZERO: fix sparse breakage
Dr. David Alan Gilbert
2011-05-25
lib: add kstrto*_from_user()
Alexey Dobriyan
2011-05-25
sparse: define dummy BUILD_BUG_ON definition for sparse
KOSAKI Motohiro
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2011-03-22
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan
2011-02-01
kernel.h: fix kernel-doc warning
Randy Dunlap
2011-01-24
Remove MAYBE_BUILD_BUG_ON
Rusty Russell
2011-01-24
BUILD_BUG_ON: make it handle more cases
Rusty Russell
2011-01-20
lockdep: Move early boot local IRQ enable/disable status to init/main.c
Tejun Heo
2011-01-13
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
2011-01-13
include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit
Andrew Morton
2010-11-29
lib: hex2bin converts ascii hexadecimal string to binary
Mimi Zohar
2010-11-29
Merge branch 'master' into next
James Morris
2010-11-15
include/linux/kernel.h: Move logging bits to include/linux/printk.h
Linus Torvalds
2010-11-12
Restrict unprivileged access to kernel syslog
Dan Rosenberg
2010-11-10
kernel: add roundup() code comment from akpm
James Morris
2010-11-09
kernel: Constify temporary variable in roundup()
Tetsuo Handa
2010-10-26
div64_u64(): improve precision on 32bit platforms
Brian Behlendorf
2010-10-26
ratelimit: add comment warning people off printk_ratelimit()
Andrew Morton
2010-10-26
include/linux/kernel.h: add __must_check to strict_strto*()
Andrew Morton
2010-10-26
kernel.h: add {min,max}3 macros
Hagen Paul Pfeifer
2010-10-22
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-21
kernel: roundup should only reference arguments once
Eric Paris
2010-10-21
kernel: rounddown helper function
Eric Paris
2010-09-10
Consolidate min_not_zero
Martin K. Petersen
2010-08-12
Add a dummy printk function for the maintenance of unused printks
David Howells
2010-08-11
lib/bug.c: add oops end marker to WARN implementation
Anton Blanchard
2010-08-11
panic: keep blinking in spite of long spin timer mode
TAMUKI Shoichi
2010-08-09
kernel.h: remove unused NIPQUAD and NIPQUAD_FMT
Joe Perches
2010-08-06
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-07-20
tracing: Remove special traces
Frederic Weisbecker
2010-07-11
fix #warning about using kernel headers in userpsace
Justin P. Mattock
2010-07-04
vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
Joe Perches
2010-06-10
x86, mce: Add HW_ERR printk prefix for hardware error logging
Huang Ying
2010-05-25
lib: introduce common method to convert hex digits
Andy Shevchenko
2010-05-25
printk_ratelimited(): fix uninitialized spinlock
OGAWA Hirofumi
2010-05-25
kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn
Joe Perches
[next]