index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kernel.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-16
include/linux/kernel.h: change abs() macro so it uses consistent return type
Michal Nazarewicz
1
-18
/
+18
2015-12-19
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
1
-4
/
+12
2015-12-19
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
1
-0
/
+20
2015-11-10
remove abs64()
Andrew Morton
1
-3
/
+0
2015-11-10
kernel.h: make abs() work with 64-bit types
Michal Nazarewicz
1
-21
/
+24
2015-11-07
lib/kasprintf.c: introduce kvasprintf_const
Rasmus Villemoes
1
-0
/
+2
2015-07-18
include, lib: add __printf attributes to several function prototypes
Nicolas Iooss
1
-4
/
+5
2015-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+3
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+10
2015-07-01
kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
HATAYAMA Daisuke
1
-0
/
+3
2015-06-27
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-6
/
+0
2015-05-28
ring-buffer: Remove useless unused tracing_off_permanent()
Steven Rostedt (Red Hat)
1
-6
/
+0
2015-05-28
sysfs: tightened sysfs permission checks
Gobinda Charan Maji
1
-8
/
+10
2015-05-19
sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...
David Hildenbrand
1
-1
/
+2
2015-04-17
kernel.h: implement DIV_ROUND_CLOSEST_ULL
Javi Merino
1
-0
/
+12
2015-02-13
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
1
-3
/
+0
2015-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+1
2015-02-01
sched: don't cause task state changes in nested sleep debugging
Linus Torvalds
1
-1
/
+1
2014-12-22
livepatch: kernel: add TAINT_LIVEPATCH
Seth Jennings
1
-0
/
+1
2014-12-15
Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+0
2014-12-11
kernel: add panic_on_warn
Prarit Bhargava
1
-0
/
+1
2014-11-06
tty: Move session_of_pgrp() and make static
Peter Hurley
1
-3
/
+0
2014-10-28
sched: Exclude cond_resched() from nested sleep test
Peter Zijlstra
1
-0
/
+3
2014-10-28
sched, exit: Deal with nested sleeps
Peter Zijlstra
1
-0
/
+2
2014-10-24
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2014-10-14
include/linux: remove strict_strto* definitions
Daniel Walter
1
-4
/
+0
2014-10-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+1
2014-10-10
include/linux/kernel.h: deduplicate code implementing clamp* macros
Michal Nazarewicz
1
-17
/
+7
2014-10-10
include/linux/kernel.h: rewrite min3, max3 and clamp using min and max
Michal Nazarewicz
1
-27
/
+5
2014-10-03
lib: Add a generic cmdline parse function parse_option_str
Dave Young
1
-0
/
+1
2014-09-16
Provide a binary to hex conversion function
David Howells
1
-0
/
+1
2014-08-11
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2014-08-09
panic: add TAINT_SOFTLOCKUP
Josh Hunt
1
-0
/
+1
2014-08-07
kernel.h: remove deprecated pack_hex_byte
Joe Perches
1
-5
/
+0
2014-07-27
sysfs: disallow world-writable files.
Rusty Russell
1
-0
/
+2
2014-06-26
mac_pton: Use bool not int return
Joe Perches
1
-1
/
+1
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+9
2014-03-24
VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.
Rusty Russell
1
-0
/
+8
2014-03-21
Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC
Dave Jones
1
-1
/
+1
2014-03-13
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
Mathieu Desnoyers
1
-0
/
+1
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+19
2014-01-24
kernel.h: define u8, s8, u32, etc. limits
Alex Elder
1
-0
/
+13
2014-01-22
net: introduce reciprocal_scale helper and convert users
Daniel Borkmann
1
-0
/
+19
2014-01-20
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+9
2013-12-13
include/linux/kernel.h: make might_fault() a nop for !MMU
Axel Lin
1
-1
/
+2
2013-11-26
panic: Make panic_timeout configurable
Jason Baron
1
-0
/
+9
2013-11-07
tracing: Remove unused function ftrace_off_permanent()
Steven Rostedt (Red Hat)
1
-2
/
+0
2013-09-20
lib: introduce upper case hex ascii helpers
Andre Naujoks
1
-0
/
+11
2013-08-03
tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set
Dhaval Giani
1
-1
/
+1
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+2
[next]