aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix hrtimer_active() in case of cancellation.Alexander Motin2017-08-072-12/+7
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-0710-12/+12
* cxgbe(4): Add the T6 and T5 Unified Wire configuration files to theNavdeep Parhar2017-08-071-2/+22
* cxgbe(4): Avoid a NULL dereference that would occur during module unloadNavdeep Parhar2017-08-061-2/+4
* Remove trivial comments. Remove and-ing with UINT_MAX for minor(),Konstantin Belousov2017-08-061-3/+3
* Mark each cpu in the appropriate cpuset_domain set. This allows devices toAndrew Turner2017-08-052-6/+13
* Detect hypervisors early. We used to set lower hz on hypervisors by defaultJung-uk Kim2017-08-054-2/+6
* libefi/time.c cstyle cleanupToomas Soome2017-08-051-165/+178
* Fix matchcing of NATed ICMP queries (resolving NATed MTU discovery).Cy Schubert2017-08-051-13/+6
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-045-8/+6
* cxgbe(4): Allow the TOE timer tunables to be set with microsecondNavdeep Parhar2017-08-042-25/+75
* Start to teach the GICv3 driver about NUMA. On ThunderX we may haveAndrew Turner2017-08-044-0/+35
* Read the numa-node-id property from each CPU node. This will initially beAndrew Turner2017-08-041-0/+5
* Relax visibility for some termios symbols.Konstantin Belousov2017-08-041-2/+8
* In case readers are misled by expressions that combine multiplication andAlan Cox2017-08-041-5/+10
* Add EFI utility functions to libefiWarner Losh2017-08-043-39/+139
* Move EFI ZFS functions to libefiWarner Losh2017-08-044-51/+174
* Add definitions and utilities for EFI driversWarner Losh2017-08-045-1/+253
* Make nvd vs nda choice boot-time rather than build-timeWarner Losh2017-08-046-4/+21
* cxgbe(4): Always use the first and not the last virtual interfaceNavdeep Parhar2017-08-041-1/+2
* x86: Tag some intrinsics with __pure2Conrad Meyer2017-08-032-15/+15
* Bump the maximum file name length in pseudofs filesystems to 48.Mark Johnston2017-08-031-1/+1
* Add subsystem vendor and device ID fields to struct pci_dev.Mark Johnston2017-08-032-0/+7
* arm: Add a GENERIC-NODEBUG kernel configEmmanuel Vadot2017-08-031-0/+40
* Add missing header file to SRCS.Ian Lepore2017-08-031-1/+1
* Switch to iicdev_readfrom/writeto() to do xfers with proper bus ownership.Ian Lepore2017-08-031-49/+3
* Add an ahci driver for imx6.Ian Lepore2017-08-037-9/+434
* cxgbe(4): Initial import of the "collect" component of Chelsio unifiedNavdeep Parhar2017-08-0316-2/+9377
* Revert r321969Enji Cooper2017-08-036-28/+21
* Change reject message type when destroying cm_id in ibore.Hans Petter Selasky2017-08-031-1/+1
* Ticks are 32-bit in FreeBSD.Hans Petter Selasky2017-08-031-2/+2
* Resolve locking issue for non-sleepable context in the mlx5core.Hans Petter Selasky2017-08-031-3/+0
* Using GFP_ATOMIC with firmware commands is not supported after busdma wasHans Petter Selasky2017-08-031-2/+1
* Remove D_TRACKCLOSE now that ksyms no longer has a close method.Mark Johnston2017-08-031-1/+1
* Fix the return types for printf and putchar to match their libc andEnji Cooper2017-08-036-21/+28
* hyperv/kvp: Use proper size macro for adapter id.Sepherosa Ziehau2017-08-031-1/+1
* Rework and simplify the ksyms(4) implementation.Mark Johnston2017-08-032-209/+90
* - Correct the remainder of confusing and error prone mix-ups betweenMarius Strobl2017-08-025-86/+84
* arm64: Add Allwinner H5 SoCEmmanuel Vadot2017-08-025-4/+8
* allwiner: modclk: Do not try to enable parent clock if it doesn't existEmmanuel Vadot2017-08-021-1/+4
* Fix the interface to imx_iomux_gpr_get/set(). The functions were definedIan Lepore2017-08-022-21/+24
* Add missing ofw_bus_if.h src file.Ian Lepore2017-08-023-3/+3
* The imx6_snvs driver is not strictly required for the system to run, soIan Lepore2017-08-022-2/+3
* For makedev(), cast the minor argument to unsigned type explicitely,Konstantin Belousov2017-08-021-1/+1
* Fix LinuxKPI regression after r321920. The mda_unit and si_drv0 fields are notHans Petter Selasky2017-08-024-13/+22
* Fix the return type for get_cntxc(). The register is 64-bit on both armAndrew Turner2017-08-021-1/+1
* Keep top page on CloudABI to work around AMD Ryzen stability issues.Ed Schouten2017-08-021-1/+2
* amd64: annotate the syscall return address check with __predict_falseMateusz Guzik2017-08-021-1/+1
* Change major()/minor() to work with 64bit dev_t.Konstantin Belousov2017-08-021-8/+3
* Do not call trapsignal() after handling usermode fault or interrupt,Konstantin Belousov2017-08-022-4/+4