aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add nvme and nvd drivers to GENERIC for amd64 and i386.Jim Harris2015-05-142-0/+8
* Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste2015-05-141-0/+1
* netfront: wait for backend to connect before sending ARPRoger Pau Monné2015-05-141-4/+5
* Add new __unreachable() builtinPedro F. Giffuni2015-05-141-0/+6
* Allow sizeof(cpuset_t) to be queried in capability mode.Jonathan Anderson2015-05-141-1/+1
* sfxge: advertise IPv6 Rx and Tx checksum offload supportAndrew Rybchenko2015-05-142-2/+10
* Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-148-2/+20
* sfxge: IPv4 Tx checksum offload may be disabled in factAndrew Rybchenko2015-05-141-3/+3
* sfxge: add local variable with Rx descriptor flagsAndrew Rybchenko2015-05-141-6/+7
* sfxge: add missing const qualifier to sfxge_link_modeAndrew Rybchenko2015-05-141-1/+1
* Remove OUTPUT_FORMAT from theARM EFI linker script, it breaks buildingAndrew Turner2015-05-141-2/+0
* Do not promote large async writes to sync.Alexander Motin2015-05-141-34/+15
* Add copyright info missing from r282205Steven Hartland2015-05-141-0/+1
* Add support for ARM GICv3 interrupt controller used in some ARM64 chipsZbigniew Bodek2015-05-137-1/+1033
* Use the correct node wen reading the compatible property.Andrew Turner2015-05-131-1/+1
* Adjust visibility macros.Pedro F. Giffuni2015-05-131-1/+1
* bugfix (only affecting the "lookup" option in the userspace version of ipfw):Luigi Rizzo2015-05-131-1/+2
* Delete cpu_do_powersave which is set but never used/testedGanbold Tsagaankhuu2015-05-131-15/+0
* Fix the vmstat -i output on ARM.Luiz Otavio O Souza2015-05-131-1/+1
* Fix the SMP initialization on RPi 2 (BCM2836).Luiz Otavio O Souza2015-05-131-3/+2
* Add support for the power button on BeagleBone Black.Luiz Otavio O Souza2015-05-132-6/+75
* Remove ptei->value check from ipfw_link_table_values():Alexander V. Chernikov2015-05-121-11/+0
* Do not check sequence number for QoS Null frames; set it for generated QoS NullAdrian Chadd2015-05-127-14/+24
* Apply proper locking when iterating the multicast addresses and add aHans Petter Selasky2015-05-121-0/+4
* Disable WPI in case of aml8726-m3.Ganbold Tsagaankhuu2015-05-121-0/+14
* Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO wasMichael Tuexen2015-05-121-1/+2
* Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedAndrey V. Elsukov2015-05-124-4/+42
* Fix a panic when VIMAGE is enabled.Hiroki Sato2015-05-121-0/+2
* - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practiceHiroki Sato2015-05-122-16/+4
* Add a PCI bridge for the Freescale PCIe Root ComplexJustin Hibbits2015-05-115-13/+133
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapAlan Cox2015-05-115-115/+2
* Add the kernel support for Thumb-2. It is only supported on ARMv7 as theAndrew Turner2015-05-115-57/+128
* Mark thumb entry points as such when building for thumb, otherwise markAndrew Turner2015-05-111-1/+7
* Use the Thumb compliant version of the add instruction. We can only useAndrew Turner2015-05-111-1/+1
* List both registers to use in the 64-bit atomic instructions. We will needAndrew Turner2015-05-111-19/+19
* Add the ofw_bus_subr.h change missed in r282770.Andrew Turner2015-05-111-0/+3
* Hide code only used on i386 and amd64.Andrew Turner2015-05-111-1/+6
* Add ofw_bus_find_compatible to find a compatible ofw node. This will beAndrew Turner2015-05-111-15/+54
* cpu-v6.h should only be used in the kernel, add an error to enforce this.Andrew Turner2015-05-111-0/+7
* zfs ioctls: use fget_write / fget_read instead of getf wrapper for fgetAndriy Gapon2015-05-111-5/+23
* Move to use __ARM_ARCH in more places in the kernel.Andrew Turner2015-05-112-21/+12
* Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"Andrew Turner2015-05-111-1/+2
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* msecs_to_jiffies() is implemented using tvtohz(9), which always returns aMark Johnston2015-05-101-1/+1
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-1010-12/+22
* find_next_bit() and find_next_zero_bit(): if the caller-specified offsetMark Johnston2015-05-101-0/+4
* Fix typo introduced in previous commit.Adrian Chadd2015-05-101-1/+1
* synaptics: more support for semi-MT trackpads.Rui Paulo2015-05-102-70/+179
* Create a relocatable instance of ubldr for ARM. The original ubldr,Ian Lepore2015-05-102-25/+63
* Ensure the result from signed subtraction under modulus does notHans Petter Selasky2015-05-101-1/+1