aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Remove stray semicolonsZhenlei Huang2024-11-071-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* linuxkpi: Move `IS_ENABLED()` and friends to <linux/kconfig.h>Jean-Sébastien Pédron2023-02-161-42/+1
* linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron2023-02-161-1/+1
* linuxkpi: Define `typeof_member()` in <linux/kernel.h>Jean-Sébastien Pédron2023-01-241-0/+2
* LinuxKPI: add kstrtou32_from_user() and mac_pton()Bjoern A. Zeeb2023-01-181-13/+52
* linuxkpi: Add add_taint stubEmmanuel Vadot2022-09-071-0/+2
* linuxkpi: Add few more include in linux/kernel.hEmmanuel Vadot2022-09-071-0/+3
* LinuxKPI: move pm_message_t from kernel.h to pm.hBjoern A. Zeeb2022-07-011-4/+0
* linuxkpi: Allow BUILD_BUG_ON in if statements without bracesAlex Richardson2022-05-071-1/+1
* linuxkpi: Add kstrtouint_from_userEmmanuel Vadot2022-04-271-0/+15
* LinuxKPI: add ALIGN_DOWN()Bjoern A. Zeeb2022-04-141-0/+1
* LinuxKPI: change DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-271-1/+1
* LinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-201-0/+18
* LinuxKPI: Use negative bit field size to trigger BUILD_BUG_ON_ZEROVladimir Kondratyev2022-01-221-3/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-221-3/+3
* LinuxKPI: Implement kstrtoullVladimir Kondratyev2022-01-221-0/+6
* LinuxKPI: add hex2bin()Bjoern A. Zeeb2022-01-161-0/+31
* LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.hBjoern A. Zeeb2021-11-191-0/+33
* LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.Hans Petter Selasky2021-11-121-11/+14
* LinuxKPI: change BUILD_BUG_ON()Bjoern A. Zeeb2021-07-181-1/+16
* LinuxKPI: extract stringify() in their own header fileBjoern A. Zeeb2021-07-181-0/+1
* LinuxKPI: add pr_err_onceGreg V2021-06-141-0/+2
* linuxkpi: Add _RET_IP_ macro in kernel.hNeel Chauhan2021-06-121-0/+2
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-02-021-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
* Implement BUILD_BUG_ON_INVALID() function macro in the LinuxKPI.Hans Petter Selasky2018-02-171-0/+1
* Add u64_to_user_ptr() to the LinuxKPI.Mark Johnston2017-06-251-0/+2