| Commit message (Expand) | Author | Age | Files | Lines |
* | Add macOS-like three finger drag trackpad gesture to psm(4) | Philip Paeps | 2019-06-16 | 1 | -3/+15 |
* | Build SoC-specific modules with GENERIC for the SoCs that have them. | Ian Lepore | 2019-06-16 | 1 | -0/+5 |
* | Add module makefiles for Texas Instruments ARM SoCs. | Ian Lepore | 2019-06-16 | 4 | -0/+41 |
* | Split the dtb MODULES_EXTRA line to a series of += lines, making it easier | Ian Lepore | 2019-06-16 | 1 | -1/+8 |
* | Add module makefiles for pwm. | Ian Lepore | 2019-06-16 | 4 | -0/+48 |
* | This code no longer uses fdt/ofw stuff, no need to include ofw headers. | Ian Lepore | 2019-06-16 | 1 | -3/+0 |
* | Make channel number unsigned, and spell unsigned int u_int. This should | Ian Lepore | 2019-06-16 | 1 | -3/+3 |
* | The pwm interface was replaced with pwmbus, include the right header file. | Ian Lepore | 2019-06-16 | 1 | -1/+1 |
* | Make pwm channel numbers unsigned. | Ian Lepore | 2019-06-15 | 5 | -25/+25 |
* | Restructure the pwm device hirearchy and interfaces. | Ian Lepore | 2019-06-15 | 8 | -210/+57 |
* | Destroy the cdev on device detach. Also, make the driver and devclass | Ian Lepore | 2019-06-15 | 1 | -2/+6 |
* | Rename the channel_max method to channel_count, because that's what it's | Ian Lepore | 2019-06-15 | 4 | -5/+5 |
* | Give the aw_pwm driver a module version. | Ian Lepore | 2019-06-15 | 1 | -0/+1 |
* | Spell unsigned int as u_int and channel as chan; eliminates the need to wrap | Ian Lepore | 2019-06-15 | 1 | -18/+18 |
* | Unwrap prototype lines so that return type and function name are on the | Ian Lepore | 2019-06-15 | 1 | -8/+4 |
* | Make pwmbus driver and devclass vars static; they're not mentioned in any | Ian Lepore | 2019-06-15 | 1 | -2/+2 |
* | Add a missing #include. I suspect this used to get included via some header | Ian Lepore | 2019-06-15 | 1 | -0/+1 |
* | Use device_delete_children() instead of a locally-rolled copy of it that | Ian Lepore | 2019-06-15 | 1 | -12/+4 |
* | Remove pwmbus_attach_bus(), it no longer has any callers. Also remove a | Ian Lepore | 2019-06-15 | 2 | -33/+0 |
* | Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file contains | Ian Lepore | 2019-06-15 | 2 | -1/+1 |
* | Do not include pwm.h here, it is purely a userland interface file containing | Ian Lepore | 2019-06-15 | 2 | -5/+0 |
* | Previously, when pmap_remove_pages() destroyed a dirty superpage mapping, | Alan Cox | 2019-06-15 | 1 | -1/+1 |
* | Handle failure to enable the clock or obtain its frequency. | Ian Lepore | 2019-06-15 | 1 | -0/+8 |
* | Don't call pwmbus_attach_bus(), because it may not be present if this | Ian Lepore | 2019-06-15 | 1 | -7/+14 |
* | In detach(), check for failure of bus_generic_detach(), only release | Ian Lepore | 2019-06-15 | 1 | -2/+10 |
* | Allow pwm(9) components to be selected individually, while 'device pwm' | Ian Lepore | 2019-06-15 | 1 | -5/+5 |
* | - Replace unused and only ever written to members of public iflib(9) | Marius Strobl | 2019-06-15 | 3 | -54/+30 |
* | Critical comments were lost in r349203. This patch seeks to restore | Doug Moore | 2019-06-15 | 1 | -6/+17 |
* | Lightly hide the 'var' inside the macros to read the arm special registers. | Julian Elischer | 2019-06-15 | 1 | -5/+5 |
* | Batch the TLB invalidations that are performed by pmap_protect() rather | Alan Cox | 2019-06-14 | 1 | -3/+10 |
* | Minimize aggsum_compare(&arc_size, arc_c) calls. | Alexander Motin | 2019-06-14 | 1 | -1/+1 |
* | Alike to ZoL disable metaslab allocation tracing code. | Alexander Motin | 2019-06-14 | 1 | -1/+33 |
* | Properly align struct multilist_sublist to cache line. | Alexander Motin | 2019-06-14 | 1 | -4/+3 |
* | Change the arm64 pmap so that updates to the global count of wired pages are | Alan Cox | 2019-06-14 | 1 | -16/+11 |
* | Avoid using the prev field of vm_map_entry_t in two functions that | Doug Moore | 2019-06-14 | 1 | -17/+17 |
* | Update td_runtime of running thread on each statclock(). | Alexander Motin | 2019-06-14 | 1 | -0/+12 |
* | Add opt_cam.h so we can build this outside of a kernel build. | Warner Losh | 2019-06-13 | 1 | -1/+1 |
* | Create a function for creating objects to back map entries, and one | Doug Moore | 2019-06-13 | 1 | -72/+58 |
* | Don't print the request we may be aborting in ciss_notify_abort as | Warner Losh | 2019-06-13 | 1 | -4/+10 |
* | Move write aggregation memory copy out of vq_lock. | Alexander Motin | 2019-06-13 | 1 | -10/+12 |
* | Don't delete .depend files outside of cleandepend. | Bryan Drewery | 2019-06-12 | 1 | -1/+1 |
* | Change pmap_demote_l2_locked() so that it removes the superpage mapping on a | Alan Cox | 2019-06-12 | 1 | -13/+75 |
* | geli: style nits | Mariusz Zaborski | 2019-06-12 | 1 | -2/+2 |
* | geli: partially revert r348709 | Mariusz Zaborski | 2019-06-12 | 4 | -6/+6 |
* | Some devices take undesired actions when RTS and DTR are | Stephen Hurd | 2019-06-12 | 5 | -7/+15 |
* | The current IPMI KCS code is waiting 100us for all transitions (roughly | Jonathan T. Looney | 2019-06-12 | 1 | -34/+25 |
* | Don't attempt to include hwpmc support for armv6, we're missing some of the | Ian Lepore | 2019-06-12 | 1 | -1/+1 |
* | Fix PPC970 boot after r348783 | Brandon Bergren | 2019-06-12 | 1 | -2/+10 |
* | Whitespace adjustments replacing spaces with tabs. | Cy Schubert | 2019-06-12 | 1 | -14/+14 |
* | Resolve IPv6 checksum errors with stateful inspection. According to | Cy Schubert | 2019-06-12 | 3 | -22/+75 |