aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Align virtual addressing entries.Ruslan Bukin2018-06-121-0/+4
* Rework PSCI so it only searches for the call function once.Andrew Turner2018-06-121-42/+64
* linux64: use linux output target for linux_vdso.soEd Maste2018-06-121-1/+1
* Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce2018-06-124-2/+526
* arm64: rockchip: Correctly set armclkEmmanuel Vadot2018-06-121-3/+4
* All exceptions IDT descriptors must use interrupt gates on 4/4 kernel.Konstantin Belousov2018-06-121-1/+1
* Fix typo.Konstantin Belousov2018-06-121-1/+1
* Implement the ip_eth_mc_map() function in the LinuxKPI.Hans Petter Selasky2018-06-121-0/+14
* cxgbe(4): Remove homemade version of htobe32 from the driver.Navdeep Parhar2018-06-122-6/+3
* Fix a memory leak for the BIOCSETWF ioctl on kernels with the BPF_JITTERJonathan T. Looney2018-06-111-2/+7
* if_muge: retire lan78xx_eeprom_readEd Maste2018-06-111-23/+6
* Add a couple of safety belt checks to the NFSv4.1 client related to sessions.Rick Macklem2018-06-112-5/+8
* makesyscalls: simplify capenabled pipelineEd Maste2018-06-111-1/+1
* if_muge: add LAN7850 supportEd Maste2018-06-111-8/+24
* limit change to fixing controlp handling pending reviewMatt Macy2018-06-111-2/+0
* soreceive_stream: correctly handle edge casesMatt Macy2018-06-111-3/+4
* Use the cached curthread reference in pmc_process_interrupt().Mark Johnston2018-06-111-3/+3
* Implement the kstrtobool() and kstrtobool_from_user() functionsHans Petter Selasky2018-06-111-0/+42
* Implement the user_access_begin(), user_access_end(), usafe_get_user() andHans Petter Selasky2018-06-111-0/+13
* Fix braino in r334799. Maxmem is in pages.Konstantin Belousov2018-06-111-1/+1
* Change RACK dependency on TCPHPTS from a build-time dependency to a load-Jonathan T. Looney2018-06-112-4/+2
* Fix build of bxe with base gcc on i386Dimitry Andric2018-06-111-4/+4
* Disable building aesni with base gccDimitry Andric2018-06-111-0/+2
* Fix build of i915kms with base gccDimitry Andric2018-06-111-1/+9
* Fix build of ocs_fs with base gcc on i386Dimitry Andric2018-06-112-7/+7
* usbdevs: sort my prior commitEitan Adler2018-06-111-1/+1
* usbdevs: adding vendorEitan Adler2018-06-111-0/+1
* Remove the psci option from arm64. It is now a standard option as it isAndrew Turner2018-06-105-14/+2
* Revert r334929Eitan Adler2018-06-101-0/+46
* Add checks for the Flexible File layout to LayoutRecall callbacks.Rick Macklem2018-06-101-2/+9
* include: remove sys/capability.hEitan Adler2018-06-101-46/+0
* Clean up handling of unexpected exceptions. Previously we would issue aAndrew Turner2018-06-102-16/+43
* Untangle configuration ifdefs a little. On x86, msi is optional on pci,Bruce Evans2018-06-102-4/+8
* Fix panics in potentially all x86bios calls on i386 since r332489.Bruce Evans2018-06-101-1/+2
* Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.Vladimir Kondratyev2018-06-104-45/+0
* Delete some macros that are unused.Rick Macklem2018-06-091-15/+0
* Delete an unused macro and clean up a comment about it.Rick Macklem2018-06-091-5/+2
* Bump __FreeBSD_version after r334881 and force libdwarf to be rebuilt.Mark Johnston2018-06-091-1/+1
* Tell the compiler that rdtscp clobbers %ecx.Mark Johnston2018-06-092-2/+2
* In the ThunderX BGX network driver we were skipping the NULL terminatorAndrew Turner2018-06-091-16/+16
* pf: Fix deadlock with route-toKristof Provost2018-06-091-8/+8
* Explicitly change the link state when we assingn an address.Andrey V. Elsukov2018-06-091-0/+1
* counter: add a bit missed in r334858Mateusz Guzik2018-06-081-2/+2
* Remove tx task spinning added in r333686Stephen Hurd2018-06-081-10/+0
* uma: implement provisional api for per-cpu zonesMateusz Guzik2018-06-084-4/+46
* hwpmc: remove dangling references to hwpmc_xscaleMatt Macy2018-06-081-11/+0
* Don't bother looking for non-executable pages when a process isTycho Nightingale2018-06-081-1/+2
* AF_UNIX: bring uipc_ready in compliance with new locking protocolMatt Macy2018-06-081-7/+17
* Add a socket destructor callback. This allows kernel providers to setJonathan T. Looney2018-06-082-0/+16
* hwpmc: yet another missed fixupMatt Macy2018-06-081-1/+1