aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-4/+5
2015-07-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+3
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+10
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathGravatar HATAYAMA Daisuke 1-0/+3
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-6/+0
2015-05-28ring-buffer: Remove useless unused tracing_off_permanent()Gravatar Steven Rostedt (Red Hat) 1-6/+0
2015-05-28sysfs: tightened sysfs permission checksGravatar Gobinda Charan Maji 1-8/+10
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...Gravatar David Hildenbrand 1-1/+2
2015-04-17kernel.h: implement DIV_ROUND_CLOSEST_ULLGravatar Javi Merino 1-0/+12
2015-02-12kernel.h: remove ancient __FUNCTION__ hackGravatar Rasmus Villemoes 1-3/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+1
2015-02-01sched: don't cause task state changes in nested sleep debuggingGravatar Linus Torvalds 1-1/+1
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHGravatar Seth Jennings 1-0/+1
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-3/+0
2014-12-10kernel: add panic_on_warnGravatar Prarit Bhargava 1-0/+1
2014-11-05tty: Move session_of_pgrp() and make staticGravatar Peter Hurley 1-3/+0
2014-10-28sched: Exclude cond_resched() from nested sleep testGravatar Peter Zijlstra 1-0/+3
2014-10-28sched, exit: Deal with nested sleepsGravatar Peter Zijlstra 1-0/+2
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2014-10-14include/linux: remove strict_strto* definitionsGravatar Daniel Walter 1-4/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+1
2014-10-09include/linux/kernel.h: deduplicate code implementing clamp* macrosGravatar Michal Nazarewicz 1-17/+7
2014-10-09include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxGravatar Michal Nazarewicz 1-27/+5
2014-10-03lib: Add a generic cmdline parse function parse_option_strGravatar Dave Young 1-0/+1
2014-09-16Provide a binary to hex conversion functionGravatar David Howells 1-0/+1
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2014-08-08panic: add TAINT_SOFTLOCKUPGravatar Josh Hunt 1-0/+1
2014-08-06kernel.h: remove deprecated pack_hex_byteGravatar Joe Perches 1-5/+0
2014-07-27sysfs: disallow world-writable files.Gravatar Rusty Russell 1-0/+2
2014-06-25mac_pton: Use bool not int returnGravatar Joe Perches 1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Gravatar Rusty Russell 1-0/+8
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECGravatar Dave Jones 1-1/+1
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEGravatar Mathieu Desnoyers 1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+19
2014-01-23kernel.h: define u8, s8, u32, etc. limitsGravatar Alex Elder 1-0/+13
2014-01-21net: introduce reciprocal_scale helper and convert usersGravatar Daniel Borkmann 1-0/+19
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+9
2013-12-12include/linux/kernel.h: make might_fault() a nop for !MMUGravatar Axel Lin 1-1/+2
2013-11-26panic: Make panic_timeout configurableGravatar Jason Baron 1-0/+9
2013-11-06tracing: Remove unused function ftrace_off_permanent()Gravatar Steven Rostedt (Red Hat) 1-2/+0
2013-09-20lib: introduce upper case hex ascii helpersGravatar Andre Naujoks 1-0/+11
2013-08-02tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setGravatar Dhaval Giani 1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+2
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cGravatar Andy Shevchenko 1-0/+2
2013-05-28tracing: Put trace_puts() comment above trace_puts() macro for kernel docGravatar Steven Rostedt 1-3/+2
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Gravatar Michael S. Tsirkin 1-5/+2
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Gravatar Michael S. Tsirkin 1-1/+1
2013-05-24linux/kernel.h: fix kernel-doc warningGravatar Randy Dunlap 1-2/+3