summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add macOS-like three finger drag trackpad gesture to psm(4)Philip Paeps2019-06-161-3/+15
* Build SoC-specific modules with GENERIC for the SoCs that have them.Ian Lepore2019-06-161-0/+5
* Add module makefiles for Texas Instruments ARM SoCs.Ian Lepore2019-06-164-0/+41
* Split the dtb MODULES_EXTRA line to a series of += lines, making it easierIan Lepore2019-06-161-1/+8
* Add module makefiles for pwm.Ian Lepore2019-06-164-0/+48
* This code no longer uses fdt/ofw stuff, no need to include ofw headers.Ian Lepore2019-06-161-3/+0
* Make channel number unsigned, and spell unsigned int u_int. This shouldIan Lepore2019-06-161-3/+3
* The pwm interface was replaced with pwmbus, include the right header file.Ian Lepore2019-06-161-1/+1
* Make pwm channel numbers unsigned.Ian Lepore2019-06-155-25/+25
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-158-210/+57
* Destroy the cdev on device detach. Also, make the driver and devclassIan Lepore2019-06-151-2/+6
* Rename the channel_max method to channel_count, because that's what it'sIan Lepore2019-06-154-5/+5
* Give the aw_pwm driver a module version.Ian Lepore2019-06-151-0/+1
* Spell unsigned int as u_int and channel as chan; eliminates the need to wrapIan Lepore2019-06-151-18/+18
* Unwrap prototype lines so that return type and function name are on theIan Lepore2019-06-151-8/+4
* Make pwmbus driver and devclass vars static; they're not mentioned in anyIan Lepore2019-06-151-2/+2
* Add a missing #include. I suspect this used to get included via some headerIan Lepore2019-06-151-0/+1
* Use device_delete_children() instead of a locally-rolled copy of it thatIan Lepore2019-06-151-12/+4
* Remove pwmbus_attach_bus(), it no longer has any callers. Also remove aIan Lepore2019-06-152-33/+0
* Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file containsIan Lepore2019-06-152-1/+1
* Do not include pwm.h here, it is purely a userland interface file containingIan Lepore2019-06-152-5/+0
* Previously, when pmap_remove_pages() destroyed a dirty superpage mapping,Alan Cox2019-06-151-1/+1
* Handle failure to enable the clock or obtain its frequency.Ian Lepore2019-06-151-0/+8
* Don't call pwmbus_attach_bus(), because it may not be present if thisIan Lepore2019-06-151-7/+14
* In detach(), check for failure of bus_generic_detach(), only releaseIan Lepore2019-06-151-2/+10
* Allow pwm(9) components to be selected individually, while 'device pwm'Ian Lepore2019-06-151-5/+5
* - Replace unused and only ever written to members of public iflib(9)Marius Strobl2019-06-153-54/+30
* Critical comments were lost in r349203. This patch seeks to restoreDoug Moore2019-06-151-6/+17
* Lightly hide the 'var' inside the macros to read the arm special registers.Julian Elischer2019-06-151-5/+5
* Batch the TLB invalidations that are performed by pmap_protect() ratherAlan Cox2019-06-141-3/+10
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-06-141-1/+1
* Alike to ZoL disable metaslab allocation tracing code.Alexander Motin2019-06-141-1/+33
* Properly align struct multilist_sublist to cache line.Alexander Motin2019-06-141-4/+3
* Change the arm64 pmap so that updates to the global count of wired pages areAlan Cox2019-06-141-16/+11
* Avoid using the prev field of vm_map_entry_t in two functions thatDoug Moore2019-06-141-17/+17
* Update td_runtime of running thread on each statclock().Alexander Motin2019-06-141-0/+12
* Add opt_cam.h so we can build this outside of a kernel build.Warner Losh2019-06-131-1/+1
* Create a function for creating objects to back map entries, and oneDoug Moore2019-06-131-72/+58
* Don't print the request we may be aborting in ciss_notify_abort asWarner Losh2019-06-131-4/+10
* Move write aggregation memory copy out of vq_lock.Alexander Motin2019-06-131-10/+12
* Don't delete .depend files outside of cleandepend.Bryan Drewery2019-06-121-1/+1
* Change pmap_demote_l2_locked() so that it removes the superpage mapping on aAlan Cox2019-06-121-13/+75
* geli: style nitsMariusz Zaborski2019-06-121-2/+2
* geli: partially revert r348709Mariusz Zaborski2019-06-124-6/+6
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-125-7/+15
* The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney2019-06-121-34/+25
* Don't attempt to include hwpmc support for armv6, we're missing some of theIan Lepore2019-06-121-1/+1
* Fix PPC970 boot after r348783Brandon Bergren2019-06-121-2/+10
* Whitespace adjustments replacing spaces with tabs.Cy Schubert2019-06-121-14/+14
* Resolve IPv6 checksum errors with stateful inspection. According toCy Schubert2019-06-123-22/+75