aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2023-04-08kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2022-04-11block: move lower_48_bits() to blockKeith Busch
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-07linux/kernel: introduce lower_48_bits functionKeith Busch
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-11-11preempt: Restore preemption model selection configsValentin Schneider
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell
2021-11-09kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy
2021-10-01sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner
2021-10-01sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner
2021-10-01sched: Clean up the might_sleep() underscore zooThomas Gleixner
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd
2021-06-11ice: add low level PTP clock access functionsJacob Keller
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-19rcu: Panic after fixed number of stallschao
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