summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
2018-02-07Use duid_format() instead of rolling one locally.Kenneth R Westerback
2018-02-06Add support for chips which use SYSMEM memory. Code is a simplifiedPatrick Wildt
2018-02-06Support setting the Cortex-M3 cores to active mode.Patrick Wildt
2018-02-06remove a bit of dead code. ok bluhm deraadtTed Unangst
2018-02-05Move event packet handling into a serialized process context to removePatrick Wildt
2018-02-05claim copyrightStefan Sperling
2018-02-05Move athn(4) USB devices to the open source atk9k HTC firmware.Stefan Sperling
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling
2018-02-03Add support for dumping USB transfers via bpf(4) using USBPcap headers.Martin Pieuchot
2018-02-02use the same bar used to determine memory type when mapping memoryJonathan Gray
2018-02-01Make sure iwn(4) firmware and driver stay in sync when a scan isStefan Sperling
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-31Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').Stefan Sperling
2018-01-31adjust container_of() for const useJonathan Gray
2018-01-31add pci_is_root_bus()Jonathan Gray
2018-01-31add list_prev_entry()Jonathan Gray
2018-01-31add dmi_match() and change dmi_found() to use itJonathan Gray
2018-01-30syncVadim Zhukov
2018-01-30Add D-Link DWA-125 rev B2 to list of devices supported by run(4).Vadim Zhukov
2018-01-30add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()Jonathan Gray
2018-01-30add module_init()/module_exit()/signal_pending()Jonathan Gray
2018-01-30add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/Jonathan Gray
2018-01-30add mutex_destroy()/down_read_trylock()Jonathan Gray
2018-01-30add create_singlethread_workqueue()/system_power_efficient_wqJonathan Gray
2018-01-30add pm_runtime_* stubsJonathan Gray
2018-01-30Don't limit vga_switcheroo stubs to amd64/i386 and addJonathan Gray
2018-01-30add iowrite64()/writeq()Jonathan Gray
2018-01-30add GFP_USER/__user/vmalloc()Jonathan Gray
2018-01-30add ilog2()/order_base_2()/gcd()Jonathan Gray
2018-01-30disable -Wformat-zero-length when building with gccJonathan Gray
2018-01-30add i2c_bit_add_bus()Jonathan Gray
2018-01-30add more endian macrosJonathan Gray
2018-01-30add drm_invalid_op()Jonathan Gray
2018-01-30add atomic_cmpxchg()/atomic64_add()/atomic64_sub()Jonathan Gray
2018-01-29pms: minor cleanups in the alps code.Ulf Brosziewski
2018-01-28Store PSCI function ids as uint32_t not int in the softc.Jonathan Gray
2018-01-24Do not print that the firmware was successfully loaded in the USB backendPatrick Wildt
2018-01-24Put the default case, which prints information about an event we do not yetPatrick Wildt
2018-01-24We don't do booleans in the kernel, so replace a few occurrences of 'true'Patrick Wildt
2018-01-23Fix underline rotation on CCW (quarter counter-clockwise) rotatedFrederic Cambus
2018-01-23Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2018-01-22More sizes for free() in wscons(4).Frederic Cambus
2018-01-22Match on Iris Pro Graphics 580 and other skylake GT4 ids and correctJonathan Gray
2018-01-21Release interrupt source if the interrupt task is already scheduledMike Belopuhov
2018-01-21Improve panic messageMike Belopuhov