aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix LINT-NOIP kernels after r291467Enji Cooper2015-12-011-0/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-0130-0/+483
* Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supportsKevin Lo2015-12-017-2/+1522
* capsicum: plug spurious memset in __cap_rights_initMateusz Guzik2015-12-011-1/+0
* Make the number of fasttrap probes and the size of the trace points hash tableStanislav Sedov2015-12-011-8/+21
* Delete the TUNABLE_INT() line. It was in r291527 so that it could beRick Macklem2015-11-301-1/+0
* Bump __FreeBSD_version since r291527 changes the interface between theRick Macklem2015-11-301-1/+1
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-307-219/+547
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-304-254/+966
* wpi: ignore ic_update_promisc() call when device is not runningAndriy Voskoboinyk2015-11-301-0/+7
* ARM: create new memory attribute for writethrough cacheable memory.Michal Meloun2015-11-303-15/+18
* sfxge: avoid TSO packets collapses bacause of not 2K aligned dataAndrew Rybchenko2015-11-301-3/+5
* Shorten conditional branch code.Konstantin Belousov2015-11-301-2/+1
* Remove unneeded instructions.Konstantin Belousov2015-11-301-2/+0
* Add more functions and types to the LinuxKPI.Hans Petter Selasky2015-11-302-2/+19
* Fix the buildEnji Cooper2015-11-301-0/+2
* fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-303-8/+19
* Remove in_setifarnh definition.Alexander V. Chernikov2015-11-301-3/+0
* Move flowtable rte checks to separate function.Alexander V. Chernikov2015-11-301-50/+63
* Add new rt_foreach_fib_walk_del() function for deleting route entriesAlexander V. Chernikov2015-11-305-266/+284
* Print machine check address for Book-E.Justin Hibbits2015-11-302-1/+9
* Add Freescale QorIQ GPIO driver.Justin Hibbits2015-11-302-0/+310
* As the kernel allocates and frees vnodes, it fully initializes themKirk McKusick2015-11-291-32/+101
* For performance reasons, it is useful to have a single string used asKirk McKusick2015-11-294-7/+13
* add missing initvals.Adrian Chadd2015-11-291-0/+1420
* Fix make dependUlrich Spörlein2015-11-291-1/+1
* Minor cleanup.Konstantin Belousov2015-11-291-26/+12
* AHCI: Fix AHCI driver for ARM.Michal Meloun2015-11-292-0/+17
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in aNathan Whitehorn2015-11-295-4/+27
* Fix build with new binutils. This gets a working kernel with GCC 5.2 andNathan Whitehorn2015-11-291-0/+1
* Add support for the integrated wifi for the QCA953x base config andAdrian Chadd2015-11-293-4/+6
* Add initial support for the QCA953x SoC (honeybee) wifi.Adrian Chadd2015-11-298-41/+260
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-2943-1476/+1491
* u32 -> uint32_t.Adrian Chadd2015-11-291-3/+3
* sfxge: cleanup: fix prefast annotations on mac stats updatesAndrew Rybchenko2015-11-291-7/+7
* [ath_hal] add AR9461 (jupiter) 2.1 support.Adrian Chadd2015-11-294-9/+1583
* sfxge: modify nvram update functions for uio platform to support RFID-selecta...Andrew Rybchenko2015-11-293-81/+364
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-281-130/+130
* drm/i915: Further reduce the diff in i915_dma.cJean-Sébastien Pédron2015-11-281-4/+4
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-281-56/+34
* AHCI: Use bus_dmamap_sync(9) when accessing DMA buffers.Michal Meloun2015-11-281-3/+8
* ARM: Implement atomic_swap_int(9). It's used in DRM2 code.Michal Meloun2015-11-283-0/+27
* ARM: Add support for new KRAIT 300 CPU revision.Michal Meloun2015-11-283-3/+8
* ARM: Cumulative fixes for GICMichal Meloun2015-11-281-13/+29
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-2818-68/+0
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildKonstantin Belousov2015-11-283-3/+3
* [ath_hal] use the correct revision information for QCA953x.Adrian Chadd2015-11-282-4/+2
* Add AR9530 (honeybee) config option.Adrian Chadd2015-11-281-0/+1
* * Add device string for QCA955x (scorpion);Adrian Chadd2015-11-282-0/+7
* wrap in ATH_DEBUG.Adrian Chadd2015-11-281-2/+2