aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add dependency on opt_cam.h and opt_mmccam.hWarner Losh2017-07-101-1/+1
* Add some functions to math64.h in the LinuxKPI, and fix nearby style.Mark Johnston2017-07-091-1/+33
* Add a few functions to ktime.h in the LinuxKPI, and fix nearby style.Mark Johnston2017-07-091-3/+24
* Free existing per-thread task structs when unloading linuxkpi.ko.Mark Johnston2017-07-091-0/+17
* Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston2017-07-093-0/+19
* Back out enabling the card interrupt detection bit. It is not ready toWarner Losh2017-07-091-5/+2
* Reconnect mmc and mmcsd disconnected unintentioanlly in mmccam commit.Warner Losh2017-07-091-0/+2
* pf: Fix vnet purgingKristof Provost2017-07-091-3/+6
* Added new tool for doing experiments with SDIO card.Warner Losh2017-07-092-0/+658
* New command 'mmcsdcmd' for camcontrol, to allow interacting with SD cardsWarner Losh2017-07-091-1/+302
* Added mmcnull, an emulated lightweight MMC controllerWarner Losh2017-07-092-0/+471
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-0931-25/+3731
* Fix loop termination in vm_map_find_min().Konstantin Belousov2017-07-091-1/+1
* Remove stale comments.Pedro F. Giffuni2017-07-091-2/+2
* Style(9). Whitespace.Dmitry Chagin2017-07-091-1/+1
* Eliminate the bogus casts.Dmitry Chagin2017-07-091-2/+2
* dts: arm: Fix our local patches for H3Emmanuel Vadot2017-07-092-8/+4
* Update DTS files from Linux 4.12Emmanuel Vadot2017-07-09401-2873/+13603
|\
| * Update the DTS file from Linux 4.12vendor/device-tree/4.12Emmanuel Vadot2017-07-09785-4823/+32107
* | arm64: Add Allwinner I2C controller to GENERIC kernelEmmanuel Vadot2017-07-092-0/+3
* | if_awg: Add "allwinner,sun50i-a64-emac" compatible string.Emmanuel Vadot2017-07-091-0/+2
* | Move open coding of construction of attributes for cut regions andBruce Evans2017-07-091-46/+64
* | Switch prison check from PROV_DRIVER to PRIV_KMEM_WRITE (like /dev/mem).Alexander Leidinger2017-07-091-1/+1
* | - Extend pr_allow flags visually to 32 bits, to make it more obvious at firs...Alexander Leidinger2017-07-091-17/+18
* | Don't initialize error in declaration.Dmitry Chagin2017-07-081-1/+1
* | Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* | Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* | Don't take a lock around atomic operation.Dmitry Chagin2017-07-081-8/+2
* | Remove init from declaration, collapse two int vars declarations into single.Dmitry Chagin2017-07-081-2/+2
* | Remove init from declaration.Dmitry Chagin2017-07-081-1/+1
* | Style(9). Add blank line aftr {.Dmitry Chagin2017-07-081-0/+1
* | Add some helper definitions to fs.h in the LinuxKPI.Mark Johnston2017-07-082-1/+8
* | Fix the definitions of pgprot_{noncached,writecombine} after r316562.Mark Johnston2017-07-081-2/+4
* | Add device_is_registered() to the LinuxKPI.Mark Johnston2017-07-081-1/+8
* | Add TASK_COMM_LEN to the LinuxKPI.Mark Johnston2017-07-081-0/+2
* | makeman: Don't show META_MODE ABI rebuild warnings.Bryan Drewery2017-07-081-1/+2
* | Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans2017-07-082-29/+197
* | stdbuf(1): Add buffer definition "B" to the usage messageAlan Somers2017-07-081-1/+1
* | SYSTEM_COMPILER: Ensure there is not a stale compiler in WORLDTMP.Bryan Drewery2017-07-081-1/+9
* | Add files to help manage the (vga) syscons mouse cursor.Bruce Evans2017-07-082-0/+935
* | Fix handling of one more possible exception on return to usermode.Konstantin Belousov2017-07-081-4/+3
* | Fix "mount -uw /" when the filesystem type doesn't match.Edward Tomasz Napierala2017-07-081-1/+3
* | Allow more services to run in vnet jailsKristof Provost2017-07-0813-15/+14
* | Simplify language.Konstantin Belousov2017-07-081-3/+5
* | Correctly ignore branch operators in the top-level parser when applicable.Kyle Evans2017-07-071-1/+1
* | Bump date for today's commit.Warner Losh2017-07-071-1/+1
* | Improve wording for -E and -t flags. -E never writes the entire disk,Warner Losh2017-07-071-8/+8
* | Connect ena(4) to the build.Glen Barber2017-07-071-0/+1
* | Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-0725-47/+6
* | Complete r320189 which allows a NULL VM fault handler in the LinuxKPI.Hans Petter Selasky2017-07-071-12/+77