aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r345102 until the DRM next port issues are resolved.Hans Petter Selasky2019-03-141-2/+0
* Implement IS_ALIGNED() and DIV_ROUND_DOWN_ULL() function macros in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+2
* Define asm macro in the LinuxKPI.Hans Petter Selasky2018-11-161-0/+2
* Implement the dump_stack() function in the LinuxKPI.Hans Petter Selasky2018-10-301-0/+3
* Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI.Hans Petter Selasky2018-10-301-0/+1
* Implement the kstrtobool() and kstrtobool_from_user() functionsHans Petter Selasky2018-06-111-0/+42
* linuxkpi whitespace cleanupEd Maste2018-03-231-13/+13
* Fix compliancy of the kstrtoXXX() functions in the LinuxKPI, by skippingHans Petter Selasky2018-03-141-0/+15
* Properly wrap the BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-1/+1
* Implement BUILD_BUG() function macro in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+1