aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-20sched: Provide cant_migrate()Thomas Gleixner1-0/+7
2019-12-30kernel.h: Remove unused FIELD_SIZEOF()Kees Cook1-9/+0
2019-12-04kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko1-5/+14
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon1-7/+0
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter1-1/+22
2019-07-16include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan1-0/+2
2019-06-29linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul1-1/+2
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko1-0/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-2/+2
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-12/+2
2019-04-03linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn1-2/+2
2019-03-07linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada1-28/+1
2019-03-07linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MINMasahiro Yamada1-3/+3
2019-03-07<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Randy Dunlap1-3/+1
2019-03-07kernel.h: unconditionally include asm/div64.h for do_div()Jani Nikula1-1/+1
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra1-2/+12
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang1-0/+1
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook1-1/+34
2018-06-21kernel.h: Fix a typo in commentWei Wang1-1/+1
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+16
2018-06-07mm/memblock: introduce PHYS_ADDR_MAXStefan Agner1-0/+1
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner1-0/+1
2018-04-26staging: kernel.h: Prevent macro expantion bug in container_of_safe()Dan Carpenter1-1/+1
2018-04-23staging: lustre: add container_of_safe()NeilBrown1-0/+16
2018-04-11taint: add taint for randstructKees Cook1-1/+2
2018-04-11taint: convert to indexed initializationKees Cook1-0/+1
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-1/+2
2018-04-09Fix subtle macro variable shadowing in min_not_zero()Linus Torvalds1-8/+9
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook1-30/+41
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+9
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov1-0/+7
2018-03-19Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman1-0/+1
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf1-0/+1
2018-02-04lib: Add strongly typed 64bit int_sqrtCrt Mori1-0/+9
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13linux/kernel.h: add/correct kernel-doc notationRandy Dunlap1-16/+74
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada1-2/+5
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+7
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott1-3/+7
2017-05-23init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner1-1/+5
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski1-0/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He1-0/+1
2017-02-24linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund1-4/+6
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger1-2/+2
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-0/+9
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+1
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek1-0/+9
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig1-0/+4