]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Denote PCI-e endpoints that support FLR.
[FreeBSD/FreeBSD.git] / sys /
2012-09-13 jhb- Add some registers defined in PCI 3.0 including new...
2012-09-13 adrianDon't use AR_PHY_MODE to setup half/quarter rate.
2012-09-13 brooksIntroduce a new make variable COMPILER_TYPE that specif...
2012-09-13 jhbIgnore stop and continue signals sent to an exiting...
2012-09-13 eadlerDefine missing DEBUGOUT# macros. DEBUGOUT[45] are not...
2012-09-13 mavAdd global and per-module sysctls/tunables to enable...
2012-09-13 kibThe deadfs VOPs for vop_ioctl and vop_bmap call itself...
2012-09-13 kibRename the IVY_RNG option to RDRAND_RNG.
2012-09-13 npInstall interrupt handlers early, during attach, for...
2012-09-13 npUse native FreeBSD facilities everywhere except the...
2012-09-13 npAllow cxgbe to be built into a kernel with "device...
2012-09-13 edRename __member2struct() to __containerof().
2012-09-13 adrianEnable fractional 5G mode on half/quarter rate channels.
2012-09-13 adrianFlip on half/quarter rate support.
2012-09-13 adrianIntroduce an AR5416 flavour of the IFS and mac usec...
2012-09-13 adrianCall the ar5212SetCoverageClass() function for now.
2012-09-13 adrianAdd register defintions for the AR5416 TX/RX latency...
2012-09-13 adrianCompensate for half/quarter rate differences in MAC...
2012-09-13 npUpdate interface to firmware 1.6.2 and include the...
2012-09-13 alcSimplify the kernel pmap locking in pmap_enter_pv(...
2012-09-13 grehanNo need to leak these into the includer's namespace.
2012-09-13 grehanRelax requirement of certain mb()s
2012-09-12 edCorrectness: use __member2struct() on the correct fields.
2012-09-12 attilioImprove check coverage about idle threads.
2012-09-12 attilioTweak the commit message in case of panic for sleeping...
2012-09-12 edImplement LIST_PREV().
2012-09-12 mavMake pxe device in lsdev really include device name...
2012-09-12 jimharrisRemove some trailing whitespace.
2012-09-12 hselaskyFix TX FIFO sizes. Correct FIFO handling in Host mode.
2012-09-12 mmMerge recent zfs vendor changes, sync code and adjust...
2012-09-12 obrienRemove duplication and centralize testing of various...
2012-09-12 obrienNot all Pmake derived makes quietly tolerate assignment...
2012-09-12 obrienReplace a bare use of 'objcopy' with ${OBJCOPY} for...
2012-09-12 vanhuIn NAT-T transport mode, allow a client to open a new...
2012-09-12 kevloRemove redundant check
2012-09-12 mavFix AHCI 1.2 version checks. This should be mostly...
2012-09-12 kevloRestart the USB transfer if the error is not USB_ERR_CA...
2012-09-12 hselaskyReduce DWC OTG polling rate by using the SOF interrupt.
2012-09-12 kevloAdd VFCF_READONLY flag that indicates ntfs and xfs...
2012-09-11 hselaskyAdd device entry for DWC OTG.
2012-09-11 hselaskyAdd device entry for DWC OTG.
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...
next