]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix missing parts of DWC OTG host mode support. The host mode support
[FreeBSD/FreeBSD.git] / sys /
2012-09-11 hselaskyFix missing parts of DWC OTG host mode support. The...
2012-09-11 glebius When synchronizing, include in the config dump amount of
2012-09-11 avgrevert r240344: cpu_devices[] is used in other function...
2012-09-11 scottlRemove a prefetch() directive that, after careful testi...
2012-09-11 kevloPrevent nump NULL pointer dereference in bmap_getlbns()
2012-09-11 avgforgotten file from r240346
2012-09-11 kevloFix style nit
2012-09-11 avgzfs boot: add a size check for a value in fzap_lookup
2012-09-11 avgzfs boot: print only an attribute name in fzap_list
2012-09-11 avgzfs boot: fix/replace fzap_rlookup implementation
2012-09-11 avgzfs boot: bring zap_leaf_chunk field names in sync...
2012-09-11 avgzfs: fix sa_modify_attrs handling of variable-sized...
2012-09-11 avgacpi_cpu: free result of device_get_children
2012-09-11 avgboot: file_loadraw should strdup name argument
2012-09-11 avga bit of trailing whitespace cleanup
2012-09-11 aeSlightly reduce an overhead for the open() call in...
2012-09-11 adrianClear the correct descriptor when going through the...
2012-09-10 gnnRemove scsi_low_pisa.c from the module Makefile to...
2012-09-10 jhbRemove some more NetBSD compat shims and other unused...
2012-09-10 alcReplace all uses of the vm page queues lock by a r...
2012-09-10 alcSimplify pmap_unmapdev(). Since kmem_free() eventually...
2012-09-10 hselaskyPoll VBUS status every second, hence the AT91 GPIO...
2012-09-10 hselaskyFix for IRQ hang in DWC OTG host mode.
2012-09-10 mmAdd assfail() and assfail3() to the opensolaris module.
2012-09-10 hselaskyCleanup interrupt handling in Host Mode.
2012-09-09 rmacklemAdd a simple printf() based debug facility to the new...
2012-09-09 mavAt least from A70M FCH chipsets AMD started to use...
2012-09-09 kibAllow shared lookups for nullfs mounts, if lower filesy...
2012-09-09 kibAdd a facility for vgone() to inform the set of subscri...
2012-09-09 kibAdd MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which...
2012-09-09 hselaskyImplement missing USB suspend and resume support for...
2012-09-09 hselaskyAdd support for DWC OTG.
2012-09-09 hselaskyAdd support for DWC OTG.
2012-09-09 hselaskyAdd support for host mode to the DWC OTG controller...
2012-09-09 aeHandle LOADER_NO_DISK_SUPPORT knob in the arm and power...
2012-09-09 aeUpdate according to the change of struct uboot_devdesc.
2012-09-09 aeBuild disk.c only when DISK_SUPPORT is enabled.
2012-09-09 aeUpdate uboot's disk driver to use new DISK API.
2012-09-09 aeUse disk_fmtdev() and disk_parsedev() functions from...
2012-09-09 aeMake struct uboot_devdesc compatible with struct disk_d...
2012-09-09 tuexenWhitespace changes.
2012-09-09 adrianMake sure the aggregate fields are properly cleared...
2012-09-09 adrianRemove TDMA #define entries from if_ath.c; they now...
2012-09-08 tuexenWhitespace cleanup.
2012-09-08 andreastFix loading of kernel modules at boot time for powerpc64.
2012-09-08 attilioMove the checks for td_pinned, td_critnest, TDP_NOFAULT...
2012-09-08 attilioMove PT_UPDATED_FLUSH() before td_locks check in order...
2012-09-08 attiliouserret() already checks for td_locks when INVARIANTS...
2012-09-08 alcpmap_remove:
2012-09-08 glebiusMerge the projects/pf/head branch, that was worked...
2012-09-08 adrianCorrectly mask out the RTS/CTS flags when forming aggre...
2012-09-08 rpauloAdd IRQ support to the resource list handling functions.
2012-09-07 mjacobRemove useless extra test.
2012-09-07 glebiusSupply the pr_ctloutput method for local datagram sockets,
2012-09-07 jhbUse callout(9) instead of timeout(9) to manage timers.
2012-09-07 delphijIt seems that what the code really meant is that when...
2012-09-07 jhbRemove remaining 4.x compat shims. No resulting change...
2012-09-07 jhbA few whitespace and comment fixes.
2012-09-07 fabientComplete and merge the list between Sandy/Ivy bridge...
2012-09-07 tuexenDon't include a structure containing a flexible array...
2012-09-07 gavinPrevent indent(1) from reformatting this comment, as...
2012-09-07 alcEliminate unnecessary NULL checks.
2012-09-07 alcEliminate an unused macro.
2012-09-07 adrianEnsure that single-frame aggregate session frames are...
2012-09-06 jhbDynamically allocate the S/G lists passed to callback...
2012-09-06 jhbRemove NetBSD compat shims for drivers originally share...
2012-09-06 jhbAdd a kernel module on pc98 for the ct(4) driver.
2012-09-06 alcThere is no need to release the pvh global lock around...
2012-09-06 fabientAdd Intel Ivy Bridge support to hwpmc(9).
2012-09-06 mmMake r230454 more readable and vendor-like.
2012-09-06 tuexenGet rid of a gcc'ism.
2012-09-06 kevloAdd missing braces
2012-09-05 gavinAdd #defines for the bits in the PCI Express SLOT regis...
2012-09-05 tuexenUsing %p in a format string requires a void *.
2012-09-05 zont- Simplify VM code by using vmspace_wired_count() for...
2012-09-05 dimAfter r240104, make sure the hpt27xx driver also compil...
2012-09-05 brooksDon't hardcode paths to MFS_IMAGE in the kernel config...
2012-09-05 jhb- Explicitly call twe_done() to poll the hardware when...
2012-09-05 kibAdd support for new Intel on-CPU Bull Mountain random...
2012-09-05 desWhitespace cleanup.
2012-09-05 mmMerge recent vendor changes and sync code:
2012-09-05 silbyOnly stop the BXE controller if it was first started...
2012-09-05 alcRename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_pt...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 rayStyle fixes.
2012-09-04 gavinSupport another uchcom(4) device.
2012-09-04 tuexenUse the consistenly the size of a variable. This helps...
2012-09-04 tuexenWhitespace change.
2012-09-04 desNo memory barrier is required. This was pointed out...
2012-09-04 melifaroFix the build broken by r240099.
2012-09-04 desRevert previous commit, which was performed in the...
2012-09-04 delphijAdd hpt27xx to GENERIC kernel for amd64 and i386 systems.
2012-09-04 melifaroIntroduce new link-layer PFIL hook V_link_pfil_hook.
2012-09-04 jhbFix duplicate entries for mwl(4):
2012-09-04 desNo memory barrier is required. This was pointed out...
2012-09-04 glebius- Move jenkins.h to jenkins_hash.c
2012-09-04 melifaroRemove unneeded ipfw headers introduced in r213447...
2012-09-04 delphijUpdate arcmsr(4) to vendor version 1.20.00.25.
2012-09-03 hselaskyAdd required USB AUDIO v2.0 structure definitions.
2012-09-03 hselaskyAdd more DWC OTG register definitions.
next