summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS from the base system.eadler2013-06-15257-228896/+34
* Style/comments.dteske2013-06-151-2/+5
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-152-4/+19
* Build __clear_cache on ARM with clang now it supports it.andrew2013-06-151-5/+1
* Pull in r183926 from LLVM trunk:andrew2013-06-155-3/+13
* Now that the necessary infrastructure is in place to ensure hhook points whichlstewart2013-06-151-2/+1
* Move hhook's per-vnet initialisation to an earlier SYSINIT SI_SUB stage tolstewart2013-06-151-2/+2
* Pull in r184040 from upstream clang trunk:ed2013-06-151-2/+2
* Let ARM use the custom tailored atomic intrinsics.ed2013-06-1511-211/+3
* Remove conflicting macros from SPARC64's atomic(9) header.ed2013-06-151-15/+3
* Stick to using the documented atomic(9) API.ed2013-06-151-1/+1
* Make support for atomics on ARM complete.ed2013-06-152-51/+325
* Cleanup and simplification in khelp_{register|deregister}_helper(). Nolstewart2013-06-151-24/+18
* Add a private KPI between hhook and khelp that allows khelp modules to insertlstewart2013-06-152-101/+40
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-152-16/+58
* Internalise handling of virtualised hook points insidelstewart2013-06-153-58/+86
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersbryanv2013-06-151-2/+2
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-1456-549/+4568
* Fix typo (dbM -> dBm)eadler2013-06-141-1/+1
* Simplify the hierarchy target's logic. [0]brooks2013-06-141-6/+8
* sh(1): A subshell environment has its own rlimits (ulimit).jilles2013-06-141-1/+4
* Pull in r181620 from llvm trunk:dim2013-06-142-27/+34
* Add skeleton processing of selected packages in the order in which theydteske2013-06-141-7/+42
* Fix a major oversight in r251732 which causes non-VIMAGE kernels to trigger alstewart2013-06-141-0/+6
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-142-178/+197
* Flag recursive make targets with .MAKEsjg2013-06-142-0/+8
* Flag recursive make targets with .MAKE (has no effect on fmake)sjg2013-06-141-4/+4
* We cannot remove the _+_ trick, until old make is completely deprecated.sjg2013-06-141-1/+7
* Replace cpusetffs_obj with CPU_FFS, missed in r251703.pluknet2013-06-141-1/+1
* Fix and improve filemon(4) example:pluknet2013-06-141-8/+4
* Improve firmware download status check. Previous check was insufficient formav2013-06-141-5/+3
* Add in an initial WB225 (AR9485 + AR3012 BT) combo profile.adrian2013-06-141-0/+60
* The AR9300 HAL uses this config to program AR_PHY_SWITCH_COM_2 on AR9485adrian2013-06-141-0/+3
* Flip on AH_PRIVATE_DIAG by default; this will include the AR9300 EEPROMadrian2013-06-141-0/+1
* Link the AR9300 EEPROM dump tool into the build.adrian2013-06-141-1/+1
* Begin fleshing out an AR9300 EEPROM dump helper utility.adrian2013-06-142-0/+248
* Add missing formatting strings.adrian2013-06-141-6/+6
* Add bluetooth setup method functions to the HAL.adrian2013-06-141-0/+8
* If chan is NULL, don't derefrence it.adrian2013-06-141-0/+5
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-146-30/+22
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seeyongari2013-06-141-1/+1
* Add support for non-virtualised hhook points, which are uniquely identified bylstewart2013-06-142-19/+23
* Initial AR9485/AR933x 1x1 LNA diversity work.adrian2013-06-142-43/+257
* sys/dev/xen/netfront/netfront.c:gibbs2013-06-141-1/+1
* Fix a potential NULL-pointer dereference that would trigger if the hhooklstewart2013-06-141-4/+3
* The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}().markj2013-06-141-4/+4
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.neel2013-06-143-9/+0
* All of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI954 share themarius2013-06-131-1/+25
* Fix whitespace and normalize some entries.marius2013-06-131-22/+22
* Fix the vfp code to work with the 16 register variants of the VFP unit. Weandrew2013-06-132-35/+46
OpenPOWER on IntegriCloud