aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-225/+2
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko1-142/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-83/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+12
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd1-0/+2
2021-06-11ice: add low level PTP clock access functionsJacob Keller1-0/+12
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+2
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada1-0/+2
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko1-8/+1
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-1/+1
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)1-4/+19
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko1-170/+3
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+14
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner1-7/+14
2020-11-19rcu: Panic after fixed number of stallschao1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-3/+3
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko1-149/+1
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+0
2020-09-15kernel.h: Move oops_in_progress to printk.hAndy Shevchenko1-1/+0
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu1-1/+1
2020-08-12panic: make print_oops_end_marker() staticYue Hu1-1/+0
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang1-1/+1
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder1-2/+2
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder1-2/+2
2020-08-12kernel.h: remove duplicate include of asm/div64.hArvind Sankar1-1/+0
2020-07-27linux/kernel.h: Add PTR_ALIGN_DOWN macroKishon Vijay Abraham I1-0/+1
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli1-0/+6
2020-06-08kernel: add panic_on_taintRafael Aquini1-0/+3
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