summaryrefslogtreecommitdiff
path: root/sys/arch/arm/gemini
AgeCommit message (Expand)Author
2023-05-26Fix potential null dereference by simply adding last_gd != NULL checkandvar
2023-05-26include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config bui...andvar
2023-04-21Trailing whitespaceskrll
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Eliminate use of IFF_OACTIVE. (In this driver, it was set in onethorpej
2022-08-20gpn_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-20gmc_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-06-25Remove GIC_SPLFUNCS.jmcneill
2022-03-03arm: Use device_set_private for various drivers.riastradh
2021-09-30More catching up with spl changes.skrll
2021-09-19s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-08-09fix various typos in comments and messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-20malloc(9) -> kmem(9)thorpej
2020-09-26G/C arm/atomic.hskrll
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-02-04Trailing whitespaceskrll
2020-02-04Adopt <net/if_stats.h>skrll
2020-02-01Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-30 ether_input() automatically add input bytes to if_ibytes, so it's notmsaitoh
2019-08-30Don't dereference pointer when we're about to panic because it's null.riastradh
2019-06-03 Fix typo in comment (s/seperate/separate/).msaitoh
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-28s/recieve/receive/msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-04-26No functional change:msaitoh
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-08no need to include <machine/param.h> if <sys/param.h> already includedjdolecek
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-11-16Add intr_establish_xname support to arm and expose it to intrctljmcneill
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-05-09Remove nonsensical KASSERT.maxv
2018-04-26Fix inverted arguments in m_gethdr().maxv
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07adapt the rest of wdc attachments for NCQ branch mergejdolecek
2017-06-25NULL deref, found by Mootja; not sure how to fix it, so just add a big XXXmaxv
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-03-28Avoid touching a mbuf after enqueuing itozaki-r