aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2023-06-25include/linux/kernel.h: fix compile errorLi Wang
2023-06-22Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-06-21kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko
2023-03-17Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-03-11linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada
2023-02-01Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-01kernel/panic: move panic sysctls to its own filetangmeng
2022-05-09Merge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2021-06-30kernel/exit.c: Add task cleanup callbacksAlex Belits
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-15kernel.h: Move oops_in_progress to printk.hAndy Shevchenko
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu
2020-08-12panic: make print_oops_end_marker() staticYue Hu
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder
2020-08-12kernel.h: remove duplicate include of asm/div64.hArvind Sankar
2020-07-27linux/kernel.h: Add PTR_ALIGN_DOWN macroKishon Vijay Abraham I
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli
2020-06-08kernel: add panic_on_taintRafael Aquini
2020-02-20sched: Provide cant_migrate()Thomas Gleixner
2019-12-30kernel.h: Remove unused FIELD_SIZEOF()Kees Cook
2019-12-04kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon
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