summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-285-0/+287
* CRYPTO(4): Import from FreeBSDSebastian Huber2018-03-271-0/+1375
* DEVFS(5): Fix warningSebastian Huber2018-03-271-0/+3
* DEVFS(5): Properly initialize fp->f_cdevprivSebastian Huber2018-03-271-0/+1
* vprintf: Add handler that mutes all output.Christian Mauderer2018-03-233-0/+43
* Silence rtems_bsd_ifconfig()Sebastian Huber2018-03-231-0/+1
* config.inc: Remove unused values.Christian Mauderer2018-03-224-32/+7
* if_atsam: Add checksum offload.Christian Mauderer2018-03-211-8/+44
* openssl: Provide deprecated functions.Christian Mauderer2018-03-212-3/+2
* mutex: Use panic() after ISR lock releaseSebastian Huber2018-03-133-7/+124
* dwc_otg: Default to USB host modeSebastian Huber2018-02-061-0/+2
* dwc_otg: Add compatibility string, constifySebastian Huber2018-02-061-1/+2
* dw_mmc: Properly init/reset DMASebastian Huber2018-02-061-12/+27
* dw_mmc: Add MMCBR_IVAR_TIMINGSebastian Huber2018-02-061-0/+6
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-0610-256/+321
* tests: Fix configuration dependenciesSebastian Huber2018-02-052-0/+6
* linux/percpu.h: Fix for uni-processor configSebastian Huber2018-02-051-2/+3
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2018-02-051-1/+1
* termios: Update due to API changesSebastian Huber2018-02-051-23/+8
* sdk_dpaa: What to do with tail queue drop?Sebastian Huber2018-01-231-1/+1
* sdk_dpaa: Port to RTEMSSebastian Huber2018-01-2318-0/+545
* sdk_dpaa: Import from QorIQ SDK LinuxSebastian Huber2018-01-234-0/+1042
* dpaa: QMan portal only initializationSebastian Huber2018-01-233-40/+115
* dpaa: Add and use bman_new_pool_for_bpid()Sebastian Huber2018-01-233-0/+19
* dpaa: Use device tree throughout in BMan initSebastian Huber2018-01-231-36/+26
* dpaa: Add and use SDK_DPAA_COMPAT_STATICSebastian Huber2018-01-233-0/+61
* dpaa: Support FQ_TYPE_RX_PCDSebastian Huber2018-01-232-0/+25
* dpaa: Disable unused bman_pool membersSebastian Huber2018-01-231-0/+2
* dpaa: Remove unused configuration definesSebastian Huber2018-01-231-9/+0
* linux/of_irq.h: Generalize of_irq_to_resource()Sebastian Huber2018-01-231-10/+51
* linux/of_address.h: of_address_to_resource()Sebastian Huber2018-01-234-39/+16
* linux/of_address.h: Add of_translate_address()Sebastian Huber2018-01-233-3/+81
* linux/of.h: Add of_find_node_by_path()Sebastian Huber2018-01-232-0/+19
* linux/of.h: Add of_read_number()Sebastian Huber2018-01-232-0/+18
* linux/of.h: Add of_n_size_cells()Sebastian Huber2018-01-232-0/+9
* linux/of.h: Add of_n_addr_cells()Sebastian Huber2018-01-232-0/+9
* linux/sort.h: New fileSebastian Huber2018-01-231-0/+49
* linux/smp.h: Avoid function call overheadSebastian Huber2018-01-231-1/+1
* linux/compiler.h: Define __coldSebastian Huber2018-01-231-0/+1
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-234-0/+93
* ehci_mpc83xx.c: Fix for qoriq hypervisor guestSebastian Huber2018-01-191-1/+2
* ZONE(9): Avoid function call overheadSebastian Huber2018-01-191-1/+3
* DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber2018-01-081-2/+0
* openssl: Remove superfluous fileSebastian Huber2018-01-083-139/+0
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-054-0/+139
* at91_mci: Fix for 32k buffer.Christian Mauderer2017-11-171-0/+11
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-178-1028/+65
* Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2017-11-173-95/+33
* SX(9): Implement with reader/writer lockSebastian Huber2017-11-163-33/+95
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-168-65/+1028