summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* [net80211] add amsdu and fast frames encap failure counters in the ioctlAdrian Chadd2016-04-041-1/+4
* Add a table to map from the FreeBSD CPUID space to the GIC CPUID space. OnAndrew Turner2016-04-042-31/+74
* new x86 smp topology detection codeAndriy Gapon2016-04-043-278/+803
* Reduce the diff for when we switch to intrng. The IPI interrupts will beAndrew Turner2016-04-041-20/+63
* Include sys/rman.h directly rather than relying on header pollution.Andrew Turner2016-04-041-0/+1
* Fix a format string when uint64_t is not unsigned long long by castingAndrew Turner2016-04-041-2/+2
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcSvatopluk Kraus2016-04-042-11/+29
* Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARDSvatopluk Kraus2016-04-043-15/+345
* Rework am33xx interrupt controller for INTRNG and enable itSvatopluk Kraus2016-04-042-1/+179
* Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus2016-04-0411-857/+1042
* arm64: pagezero improvementWojciech Macek2016-04-044-7/+47
* Add bzero.S to ARM64 machdepWojciech Macek2016-04-041-0/+206
* arm64: bzero optimizationWojciech Macek2016-04-043-11/+21
* Enable 4-byte address support for the mx25l family of SPI flash devices.Stanislav Galabov2016-04-042-19/+94
* [iwn] Don't try to seamlessly recover from a firmware panic; just restartAdrian Chadd2016-04-031-1/+14
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.John Baldwin2016-04-035-129/+6
* chdone(): Prevent returning uninitialized scalar value.Pedro F. Giffuni2016-04-031-0/+1
* g_sched_destroy(): prevent return of uninitialized scalar variable.Pedro F. Giffuni2016-04-031-1/+2
* Fix indentation oops.Pedro F. Giffuni2016-04-031-3/+3
* wpi, iwn: fix check in find_eeprom_channel()Andriy Voskoboinyk2016-04-032-2/+4
* Pass through some new block device features.Alexander Motin2016-04-032-5/+30
* Move Linux specific times tests up to guarantee the values are defined.Dmitry Chagin2016-04-031-2/+3
* Improve HDMI display detection by searching the CEA-861 extension block forJared McNeill2016-04-021-1/+48
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatAndriy Gapon2016-04-024-13/+39
* Add configurable rate limit for "log" and "devctl" actions.Edward Tomasz Napierala2016-04-021-3/+14
* MFV r297506: 6738 zfs send stream padding needs documentationAlexander Motin2016-04-021-1/+17
* MFV r297504: 6681 zfs list burning lots of time in dodefault() via dsl_prop_*Alexander Motin2016-04-021-7/+6
* Small typo.Pedro F. Giffuni2016-04-021-1/+1
* Set the chunk id for ERROR chunks.Michael Tuexen2016-04-011-0/+2
* Move support for Synopsys Designware APB UART out of ns8250 and into aJared McNeill2016-04-018-17/+291
* Fix mismerge.Edward Tomasz Napierala2016-04-011-1/+1
* Drop the 'resource' argument to racct_decay(); it wouldn't make senseEdward Tomasz Napierala2016-04-011-13/+11
* Cap IOSIZE_MAX to INT_MAX for 32-bit processes.John Baldwin2016-04-012-6/+35
* Call rctl_enforce() in all cases the resource usage goes up, even when calledEdward Tomasz Napierala2016-04-011-8/+6
* Reorder the functions; no functional changes.Edward Tomasz Napierala2016-04-011-32/+32
* Reduce code duplication.Edward Tomasz Napierala2016-04-011-17/+13
* Reduce code duplication. There should be no (intended) functional changes.Edward Tomasz Napierala2016-04-011-64/+27
* Repair a overflow condition where a user could submit a string that wasSean Bruno2016-04-011-7/+6
* Fix PowerPC LINT build after r297392Zbigniew Bodek2016-04-011-1/+1
* Style(9), use tabs for the #define LOOPS line.Konstantin Belousov2016-04-011-5/+4
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau2016-04-013-26/+25
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-0116-96/+33
* hyperv: Register Hyper-V timer early enough for TSC freq calibrationSepherosa Ziehau2016-04-011-2/+12
* Update comment: Linux does set a randomized generation number of an inodeKevin Lo2016-04-011-3/+1
* Fix an error in r292373. Use proper count to update "pages in" counter.Gleb Smirnoff2016-03-311-2/+2
* Catch up with some more fields. I needed the bpf one lately.Bjoern A. Zeeb2016-03-311-0/+2
* Make Position Independent Executables work for CloudABI.Ed Schouten2016-03-313-0/+3
* Regenerate system call table after r297468.Ed Schouten2016-03-314-7/+7
* Sync in the latest CloudABI system call definitions.Ed Schouten2016-03-316-32/+42
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-312-23/+1