aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-3/+0
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+1
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-1/+1
2014-12-22livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings1-0/+1
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2014-12-10kernel: add panic_on_warnPrarit Bhargava1-0/+1
2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley1-3/+0
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra1-0/+3
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra1-0/+2
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-14include/linux: remove strict_strto* definitionsDaniel Walter1-4/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2014-10-09include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz1-17/+7
2014-10-09include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz1-27/+5
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young1-0/+1
2014-09-16Provide a binary to hex conversion functionDavid Howells1-0/+1
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+2
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-07-27sysfs: disallow world-writable files.Rusty Russell1-0/+2
2014-06-25mac_pton: Use bool not int returnJoe Perches1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+9
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-0/+8
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones1-1/+1
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+19
2014-01-23kernel.h: define u8, s8, u32, etc. limitsAlex Elder1-0/+13
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-0/+19
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2013-12-12include/linux/kernel.h: make might_fault() a nop for !MMUAxel Lin1-1/+2
2013-11-26panic: Make panic_timeout configurableJason Baron1-0/+9
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)1-2/+0
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks1-0/+11
2013-08-02tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+2
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+2
2013-05-28tracing: Put trace_puts() comment above trace_puts() macro for kernel docSteven Rostedt1-3/+2
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin1-5/+2
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin1-1/+1
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+0
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell1-2/+0
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+67
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker1-1/+0
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-7/+0
2013-03-15tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)1-1/+22
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)1-1/+40
2013-03-15tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)1-0/+4