summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-211-0/+7
|\
| * kernel.h: add u64_to_user_ptr()Gustavo Padovan2016-04-301-0/+7
* | include/linux: apply __malloc attributeRasmus Villemoes2016-05-201-2/+2
|/
* Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-3/+3
|\
| * tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-03-221-3/+3
* | panic: change nmi_panic from macro to functionHidehiro Kawai2016-03-221-20/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\ \
| * | uapi: define DIV_ROUND_UP for userlandNicolas Dichtel2016-03-041-1/+1
| |/
* / lib: move strtobool() to kstrtobool()Kees Cook2016-03-171-0/+2
|/
* include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2016-01-161-18/+18
* panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-191-4/+12
* panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-191-0/+20
* remove abs64()Andrew Morton2015-11-101-3/+0Star
* kernel.h: make abs() work with 64-bit typesMichal Nazarewicz2015-11-101-21/+24
* lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2015-11-071-0/+2
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-181-4/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-021-0/+3
|\
| * kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-07-011-0/+3
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-8/+10
|\ \ | |/ |/|
| * sysfs: tightened sysfs permission checksGobinda Charan Maji2015-05-281-8/+10
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-6/+0Star
|\ \
| * | ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)2015-05-281-6/+0Star
| |/
* / sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand2015-05-191-1/+2
|/
* kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2015-04-171-0/+12
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-131-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-111-0/+1
|\
| * livepatch: kernel: add TAINT_LIVEPATCHSeth Jennings2014-12-221-0/+1
* | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-1/+1
|/
* Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-151-3/+0Star
|\
| * tty: Move session_of_pgrp() and make staticPeter Hurley2014-11-061-3/+0Star
* | kernel: add panic_on_warnPrarit Bhargava2014-12-111-0/+1
* | sched: Exclude cond_resched() from nested sleep testPeter Zijlstra2014-10-281-0/+3
* | sched, exit: Deal with nested sleepsPeter Zijlstra2014-10-281-0/+2
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-231-0/+1
|\
| * lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-0/+1
* | include/linux: remove strict_strto* definitionsDaniel Walter2014-10-141-4/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-0/+1
|\ \
| * | Provide a binary to hex conversion functionDavid Howells2014-09-161-0/+1
* | | include/linux/kernel.h: deduplicate code implementing clamp* macrosMichal Nazarewicz2014-10-101-17/+7Star
* | | include/linux/kernel.h: rewrite min3, max3 and clamp using min and maxMichal Nazarewicz2014-10-101-27/+5Star
| |/ |/|
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-111-0/+2
|\ \
| * | sysfs: disallow world-writable files.Rusty Russell2014-07-271-0/+2
| |/
* | panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-091-0/+1
* | kernel.h: remove deprecated pack_hex_byteJoe Perches2014-08-071-5/+0Star
* | mac_pton: Use bool not int returnJoe Perches2014-06-261-1/+1
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-0/+9
|\
| * VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-241-0/+8
| * Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers2014-03-131-0/+1
* | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones2014-03-211-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+19
|\