summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* preempt: Restore preemption model selection configsValentin Schneider2021-11-111-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-37/+2
|\
| * sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+0
| * sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+0
| * kernel.h: split out instruction pointer accessorsStephen Rothwell2021-11-091-3/+1
| * kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko2021-11-091-32/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+1
|\|
| * mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-061-0/+1
* | sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2021-10-011-2/+2
* | sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner2021-10-011-4/+3
* | sched: Clean up the might_sleep() underscore zooThomas Gleixner2021-10-011-3/+3
|/
* isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-225/+2
|\
| * kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2021-07-011-142/+1
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-83/+1
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+12
|\ \ | |/ |/|
| * ice: add low level PTP clock access functionsJacob Keller2021-06-111-0/+12
* | slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-0/+2
|/
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-0/+2
|\
| * linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada2021-05-091-0/+2
* | kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-05-061-8/+1
|/
* sched: Harden PREEMPT_DYNAMICPeter Zijlstra2021-02-171-1/+1
* preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)2021-02-171-4/+19
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-151-170/+3
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-7/+14
|\
| * sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-241-7/+14
* | rcu: Panic after fixed number of stallschao2020-11-191-0/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-3/+3
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-149/+1
* Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+0
|\
| * kernel.h: Move oops_in_progress to printk.hAndy Shevchenko2020-09-151-1/+0
* | kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu2020-08-281-1/+1
* | panic: make print_oops_end_marker() staticYue Hu2020-08-121-1/+0
* | kernel/panic.c: make oops_may_print() return boolTiezhu Yang2020-08-121-1/+1
* | kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder2020-08-121-2/+2
* | kstrto*: correct documentation references to simple_strto*()Kars Mulder2020-08-121-2/+2
* | kernel.h: remove duplicate include of asm/div64.hArvind Sankar2020-08-121-1/+0
* | linux/kernel.h: Add PTR_ALIGN_DOWN macroKishon Vijay Abraham I2020-07-271-0/+1
|/
* panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-06-081-0/+6
* kernel: add panic_on_taintRafael Aquini2020-06-081-0/+3
* sched: Provide cant_migrate()Thomas Gleixner2020-02-201-0/+7
* kernel.h: Remove unused FIELD_SIZEOF()Kees Cook2019-12-301-9/+0
* kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko2019-12-041-5/+14
* locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon2019-11-251-7/+0
* kernel.h: Add non_block_start/end()Daniel Vetter2019-09-071-1/+22
* include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan2019-07-161-0/+2
* linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul2019-06-291-1/+2
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-141-0/+1
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-2/+2
|\
| * linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn2019-04-031-2/+2