aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-07kernel.h: Add non_block_start/end()Gravatar Daniel Vetter 1-1/+22
2019-07-16include/linux/kernel.h: add typeof_member() macroGravatar Alexey Dobriyan 1-0/+2
2019-06-29linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLGravatar Vinod Koul 1-1/+2
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useGravatar Andy Shevchenko 1-0/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-2/+2
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-12/+2
2019-04-03linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Gravatar Jann Horn 1-2/+2
2019-03-07linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Gravatar Masahiro Yamada 1-28/+1
2019-03-07linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MINGravatar Masahiro Yamada 1-3/+3
2019-03-07<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Gravatar Randy Dunlap 1-3/+1
2019-03-07kernel.h: unconditionally include asm/div64.h for do_div()Gravatar Jani Nikula 1-1/+1
2019-02-19bpf: check that BPF programs run with preemption disabledGravatar Peter Zijlstra 1-2/+12
2019-01-04kernel/sysctl: add panic_print into sysctlGravatar Feng Tang 1-0/+1
2018-08-22kernel.h: documentation for roundup() vs round_up()Gravatar Kees Cook 1-1/+34
2018-06-21kernel.h: Fix a typo in commentGravatar Wei Wang 1-1/+1
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+16
2018-06-07mm/memblock: introduce PHYS_ADDR_MAXGravatar Stefan Agner 1-0/+1
2018-05-27PM / suspend: Prevent might sleep splatsGravatar Thomas Gleixner 1-0/+1
2018-04-26staging: kernel.h: Prevent macro expantion bug in container_of_safe()Gravatar Dan Carpenter 1-1/+1
2018-04-23staging: lustre: add container_of_safe()Gravatar NeilBrown 1-0/+16
2018-04-11taint: add taint for randstructGravatar Kees Cook 1-1/+2
2018-04-11taint: convert to indexed initializationGravatar Kees Cook 1-0/+1
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsGravatar Andrei Vagin 1-1/+2
2018-04-09Fix subtle macro variable shadowing in min_not_zero()Gravatar Linus Torvalds 1-8/+9
2018-04-05kernel.h: Retain constant expression output for max()/min()Gravatar Kees Cook 1-30/+41
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+9
2018-03-28macro: introduce COUNT_ARGS() macroGravatar Alexei Starovoitov 1-0/+7
2018-03-19Merge 4.16-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2018-02-21extable: Make init_kernel_text() globalGravatar Josh Poimboeuf 1-0/+1
2018-02-04lib: Add strongly typed 64bit int_sqrtGravatar Crt Mori 1-0/+9
2017-11-17kernel/panic.c: add TAINT_AUXGravatar Borislav Petkov 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-13linux/kernel.h: add/correct kernel-doc notationGravatar Randy Dunlap 1-16/+74
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroGravatar Masahiro Yamada 1-2/+5
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionGravatar Kees Cook 1-0/+7
2017-07-12kernel.h: handle pointers to arrays better in container_of()Gravatar Ian Abbott 1-3/+7
2017-05-23init: Introduce SYSTEM_SCHEDULING stateGravatar Thomas Gleixner 1-1/+5
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroGravatar Krzysztof Kozlowski 1-0/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseGravatar Baoquan He 1-0/+1
2017-02-24linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsGravatar Niklas Söderlund 1-4/+6
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseGravatar Larry Finger 1-2/+2
2016-12-14Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-0/+1
2016-11-26taint/module: Clean up global and module taint flags handlingGravatar Petr Mladek 1-0/+9
2016-11-01fs: decouple READ and WRITE from the block layer opsGravatar Christoph Hellwig 1-0/+4
2016-10-19percpu: ensure the requested alignment is power of twoGravatar zijun_hu 1-0/+1
2016-10-07min/max: remove sparse warnings when they're nestedGravatar Johannes Berg 1-20/+28
2016-09-22sched/core: Optimize __schedule()Gravatar Peter Zijlstra 1-6/+3
2016-08-02dynamic_debug: only add header when usedGravatar Luis de Bethencourt 1-1/+0