History log of /src/sys/external/bsd/vchiq/dist/interface/compat |
Revision | Date | Author | Comments |
1.2 | 19-Sep-2013 |
skrll | Use the common list.h
|
1.1 | 08-Mar-2013 |
jmcneill | branches: 1.1.6; 1.1.8; BCM2835 VCHIQ device driver
|
1.1.8.1 | 18-May-2014 |
rmind | sync with head
|
1.1.6.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.2 | 23-Jun-2013 |
tls | resync from head
|
1.1.6.1 | 08-Mar-2013 |
tls | file list.h was added on branch tls-maxphys on 2013-06-23 06:20:23 +0000
|
1.10 | 05-Nov-2017 |
skrll | Use IPL_VM and IST_MPSAFE instead of IPL_SCHED
|
1.9 | 02-Sep-2014 |
jmcneill | IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt
|
1.8 | 25-Apr-2014 |
skrll | branches: 1.8.2; Trailing whitespace
|
1.7 | 12-Apr-2014 |
skrll | Remove buggy linux completion API emulation and use the common version.
|
1.6 | 27-Mar-2014 |
skrll | branches: 1.6.2; Simplify the semaphore code a little
|
1.5 | 27-Mar-2014 |
skrll | KNF
|
1.4 | 27-Mar-2014 |
skrll | bzero -> memset
|
1.3 | 06-Sep-2013 |
skrll | Change the cv name slightly
|
1.2 | 24-Mar-2013 |
jmcneill | branches: 1.2.4; 1.2.6; sema mutex needs to be IPL_VM
|
1.1 | 08-Mar-2013 |
jmcneill | BCM2835 VCHIQ device driver
|
1.2.6.1 | 18-May-2014 |
rmind | sync with head
|
1.2.4.4 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.4.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.4.2 | 23-Jun-2013 |
tls | resync from head
|
1.2.4.1 | 24-Mar-2013 |
tls | file vchi_bsd.c was added on branch tls-maxphys on 2013-06-23 06:20:23 +0000
|
1.6.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.8.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.8.2.1 | 25-Apr-2014 |
yamt | file vchi_bsd.c was added on branch yamt-pagecache on 2014-05-22 11:40:59 +0000
|
1.19 | 06-Feb-2022 |
martin | vchiq(4): Fix llvm build with only one loff_t definition. Author: Taylor R Campbell <riastradh@NetBSD.org>
|
1.18 | 19-Dec-2021 |
riastradh | Don't redefine stuff that common now has
Preferring common to avoid licensing mish-mash
Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
|
1.17 | 26-Sep-2020 |
skrll | Define isb(), dsb(option), and dmb(option)
Catch up with vchiq upstream to allow this.
|
1.16 | 26-Sep-2020 |
skrll | Trailing whitespace
|
1.15 | 28-Aug-2018 |
skrll | Remove stuff now in sys/external/bsd/common
|
1.14 | 05-Nov-2017 |
skrll | branches: 1.14.2; 1.14.4; Use IPL_VM and IST_MPSAFE instead of IPL_SCHED
|
1.13 | 11-Sep-2017 |
maya | keep dsb in vchiq code.
dsb refers to an arm instruction, so it won't be used on MI code.
|
1.12 | 11-Sep-2017 |
maya | Use common barrier.h rather than separate implementation. NFCI
|
1.11 | 11-Sep-2017 |
maya | Include opt_multiprocessor.h for MULTIPROCESSOR
|
1.10 | 12-Jan-2017 |
skrll | Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h
|
1.9 | 25-Oct-2014 |
skrll | branches: 1.9.2; 1.9.4; G/C some unused code.
|
1.8 | 02-Sep-2014 |
jmcneill | IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt
|
1.7 | 12-Apr-2014 |
skrll | branches: 1.7.2; Remove buggy linux completion API emulation and use the common version.
|
1.6 | 27-Mar-2014 |
skrll | branches: 1.6.2; Merge upstream fixes.
|
1.5 | 26-Mar-2014 |
skrll | KNF
|
1.4 | 19-Sep-2013 |
skrll | Use the common list.h
|
1.3 | 05-Sep-2013 |
skrll | Do a better job of matching some linux APIs. Still not quite working.
|
1.2 | 25-Mar-2013 |
jmcneill | branches: 1.2.4; 1.2.6; fix atomic_cmpxchg wrapper
|
1.1 | 08-Mar-2013 |
jmcneill | BCM2835 VCHIQ device driver
|
1.2.6.1 | 18-May-2014 |
rmind | sync with head
|
1.2.4.4 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.4.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.4.2 | 23-Jun-2013 |
tls | resync from head
|
1.2.4.1 | 25-Mar-2013 |
tls | file vchi_bsd.h was added on branch tls-maxphys on 2013-06-23 06:20:23 +0000
|
1.6.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.7.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.7.2.1 | 12-Apr-2014 |
yamt | file vchi_bsd.h was added on branch yamt-pagecache on 2014-05-22 11:40:59 +0000
|
1.9.4.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.9.2.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.14.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.14.2.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|