aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2023-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-05-09Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2020-12-01linux/kernel.h: Add PTR_ALIGN_DOWN macroKishon Vijay Abraham I
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter
2019-07-16include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan
2019-06-29linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-03linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn
2019-03-07linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada
2019-03-07linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MINMasahiro Yamada
2019-03-07<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Randy Dunlap
2019-03-07kernel.h: unconditionally include asm/div64.h for do_div()Jani Nikula
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook
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