summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf: split out sprintf() and friendsAndy Shevchenko2023-08-211-29/+1
* kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko2023-08-181-7/+0
* kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko2023-04-081-28/+1
* tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-1/+1
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-271-1/+1
* block: move lower_48_bits() to blockKeith Busch2022-04-111-9/+0
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+9
|\
| * linux/kernel: introduce lower_48_bits functionKeith Busch2022-03-071-0/+9
* | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-1/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+9
|\
| * kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9
* | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+0
|/
* 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
|/