aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Remove stray semicolonsZhenlei Huang2024-10-241-1/+1
* LinuxKPI: Remove linux/sched.h include from linux/kernel.h headerVladimir Kondratyev2024-06-261-1/+0
* LinuxKPI: Move kstrto* functions to linux/kstrtox.hVladimir Kondratyev2024-06-061-247/+1
* LinuxKPI: Move linux/math.h content out of linux/kernel.hVladimir Kondratyev2024-06-061-31/+1
* LinuxKPI: Move linux/minmax.h content out of linux/kernel.hVladimir Kondratyev2024-06-061-27/+1
* LinuxKPI: Add PTR_IF macroVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev2024-04-081-29/+0
* LinuxKPI: Move [SU](8|16|32|64)_(MAX|MIN) defines to linux/limits.hVladimir Kondratyev2024-04-081-13/+1
* LinuxKPI: Split linux/container_of.h off from linux/kernel.hVladimir Kondratyev2023-12-241-8/+1
* LinuxKPI: Add static_assert() macroVladimir Kondratyev2023-12-241-22/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* kern: Globally define abs64Emmanuel Vadot2023-09-081-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Appease -Wunused-but-set-variable warnings from GCC.John Baldwin2023-03-311-1/+1
* linuxkpi: Move `IS_ENABLED()` and friends to <linux/kconfig.h>Jean-Sébastien Pédron2023-02-141-42/+1
* linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron2023-02-131-1/+1
* LinuxKPI: add kstrtou32_from_user() and mac_pton()Bjoern A. Zeeb2023-01-131-13/+52
* linuxkpi: Define `typeof_member()` in <linux/kernel.h>Jean-Sébastien Pédron2022-11-111-0/+2
* linuxkpi: Add add_taint stubEmmanuel Vadot2022-08-181-0/+2
* linuxkpi: Add few more include in linux/kernel.hEmmanuel Vadot2022-08-181-0/+3
* LinuxKPI: move pm_message_t from kernel.h to pm.hBjoern A. Zeeb2022-06-101-4/+0
* LinuxKPI: add ALIGN_DOWN()Bjoern A. Zeeb2022-04-081-0/+1
* linuxkpi: Add kstrtouint_from_userEmmanuel Vadot2022-03-231-0/+15
* LinuxKPI: change DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-241-1/+1
* LinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-141-0/+18
* LinuxKPI: Use negative bit field size to trigger BUILD_BUG_ON_ZEROVladimir Kondratyev2022-01-101-3/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Implement kstrtoullVladimir Kondratyev2022-01-101-0/+6
* LinuxKPI: add hex2bin()Bjoern A. Zeeb2022-01-091-0/+31
* LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.Hans Petter Selasky2021-11-021-11/+14
* LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.hBjoern A. Zeeb2021-10-251-0/+33
* linuxkpi: Allow BUILD_BUG_ON in if statements without bracesAlex Richardson2021-10-111-1/+1
* linuxkpi: Add _RET_IP_ macro in kernel.hNeel Chauhan2021-06-091-0/+2
* LinuxKPI: add pr_err_onceGreg V2021-06-071-0/+2
* LinuxKPI: change BUILD_BUG_ON()Bjoern A. Zeeb2021-05-251-1/+16
* LinuxKPI: extract stringify() in their own header fileBjoern A. Zeeb2021-05-251-0/+1
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-281-0/+42
* Remove ifdefs around IS_ALIGNED() definition in the LinuxKPI.Hans Petter Selasky2020-10-161-3/+0
* linuxkpi: Add taint* definesEmmanuel Vadot2020-07-261-0/+3
* Document the is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-301-11/+24
* Implement is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-291-0/+16
* Implement __is_constexpr() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+3
* Implement struct_size() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+6
* Implement BUILD_BUG_ON_ZERO() in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+3
* linuxkpi: Add kstrtou16Emmanuel Vadot2020-05-271-0/+18
* linuxkpi: Add offsetofend macroEmmanuel Vadot2020-05-171-0/+3
* linuxkpi: print stack trace in WARN_ON macrosAndriy Gapon2020-05-131-0/+2
* Implement kstrtou64() in the LinuxKPI.Hans Petter Selasky2020-05-011-0/+15
* LinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DOWN_ULL.Johannes Lundberg2019-05-151-0/+5
* Allow controlling pr_debug at runtime in the LinuxKPI.Hans Petter Selasky2019-05-061-2/+6