aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2019-05-30linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn
2018-06-21kernel.h: Fix a typo in commentWei Wang
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-07mm/memblock: introduce PHYS_ADDR_MAXStefan Agner
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner
2018-04-26staging: kernel.h: Prevent macro expantion bug in container_of_safe()Dan Carpenter
2018-04-23staging: lustre: add container_of_safe()NeilBrown
2018-04-11taint: add taint for randstructKees Cook
2018-04-11taint: convert to indexed initializationKees Cook
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-09Fix subtle macro variable shadowing in min_not_zero()Linus Torvalds
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov
2018-03-19Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf
2018-02-04lib: Add strongly typed 64bit int_sqrtCrt Mori
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13linux/kernel.h: add/correct kernel-doc notationRandy Dunlap
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott
2017-05-23init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He
2017-02-24linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig
2016-10-19percpu: ensure the requested alignment is power of twozijun_hu
2016-10-07min/max: remove sparse warnings when they're nestedJohannes Berg
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes
2016-04-29kernel.h: add u64_to_user_ptr()Gustavo Padovan
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17lib: move strtobool() to kstrtobool()Kees Cook
2016-03-04uapi: define DIV_ROUND_UP for userlandNicolas Dichtel
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai