| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
9f6097d6
|
| 17-Oct-2022 |
Ed Maste <emaste@FreeBSD.org> |
linuxkpi: retire now-unused MIPS support
Reviewed by: bz, manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37023
|
| #
1889bed2
|
| 16-Feb-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
linuxkpi: Add atomic64_fetch_add
Linux variant of atomic_fetchadd_64.
Reviewed by: bz MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freeb
linuxkpi: Add atomic64_fetch_add
Linux variant of atomic_fetchadd_64.
Reviewed by: bz MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D34296
show more ...
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
1a180032
|
| 01-Sep-2020 |
Mateusz Guzik <mjg@FreeBSD.org> |
compat: clean up empty lines in .c and .h files
|
| #
b9bf16ad
|
| 20-Apr-2020 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement the atomic fetch add unless functions for the LinuxKPI.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
9f6097d6
|
| 17-Oct-2022 |
Ed Maste <emaste@FreeBSD.org> |
linuxkpi: retire now-unused MIPS support
Reviewed by: bz, manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37023
|
| #
1889bed2
|
| 16-Feb-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
linuxkpi: Add atomic64_fetch_add
Linux variant of atomic_fetchadd_64.
Reviewed by: bz MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freeb
linuxkpi: Add atomic64_fetch_add
Linux variant of atomic_fetchadd_64.
Reviewed by: bz MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D34296
show more ...
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
1a180032
|
| 01-Sep-2020 |
Mateusz Guzik <mjg@FreeBSD.org> |
compat: clean up empty lines in .c and .h files
|
| #
b9bf16ad
|
| 20-Apr-2020 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement the atomic fetch add unless functions for the LinuxKPI.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
14b841d4
|
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
| #
6402bc3d
|
| 09-Aug-2018 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Use atomic_fcmpset_XXX() instead of atomic_cmpset_XXX() when possible in the LinuxKPI.
Suggested by: mjg @ MFC after: 1 week Sponsored by: Mellanox Technologies
|
| #
e545f5a8
|
| 07-Aug-2018 |
Marius Strobl <marius@FreeBSD.org> |
Update the list of architectures having atomic_fcmpset_{8,16,64}(9) and atomic_swap_{64,int}(9) respectively as of r337433.
|
| #
c2c014f2
|
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
| #
e5d34ca9
|
| 23-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
| #
62bae5d4
|
| 18-Sep-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
The LinuxKPI atomics do not have acquire nor release semantics unless specified. Fix code to use READ_ONCE() and WRITE_ONCE() where appropriate.
Suggested by: kib @ MFC after: 1 week Sponsored by:
The LinuxKPI atomics do not have acquire nor release semantics unless specified. Fix code to use READ_ONCE() and WRITE_ONCE() where appropriate.
Suggested by: kib @ MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| #
686fb94a
|
| 10-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r319548 through r319778.
|
| #
287e7a86
|
| 07-Jun-2017 |
Justin Hibbits <jhibbits@FreeBSD.org> |
Add more #ifdef arch checks to the linuxkpi
arm, mips, and powerpc all implement pmap_mapdev_attr() and pmap_unmapdev(), so add those archs to the checks. powerpc also includes the atomic_swap_*()
Add more #ifdef arch checks to the linuxkpi
arm, mips, and powerpc all implement pmap_mapdev_attr() and pmap_unmapdev(), so add those archs to the checks. powerpc also includes the atomic_swap_*() functions, so add that to the supported list as well. Not tested except by compiling powerpc.
Reviewed by: markj
show more ...
|
| #
a3906ca5
|
| 17-Feb-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r313644 through r313895.
|
| #
622f2291
|
| 16-Feb-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement more LinuxKPI atomic functions and macros.
Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
|
| #
84577195
|
| 11-May-2016 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add more atomic LinuxKPI functions.
Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
|