]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Use MSI for xhci(4), if supported.
[FreeBSD/FreeBSD.git] / sys /
2013-07-09 Konstantin BelousovUse MSI for xhci(4), if supported.
2013-07-09 Steven HartlandAdded 4K QUIRK for OCZ Vertex 4 SSDs
2013-07-09 Robert MillanAllow assert() to operate correctly when building userl...
2013-07-09 Andrey V. ElsukovBump __FreeBSD_version to reflect changes in statistics...
2013-07-09 Andrey V. ElsukovMigrate structs ahstat, espstat, ipcompstat, ipipstat...
2013-07-09 Andrey V. ElsukovMigrate struct carpstats to PCPU counters.
2013-07-09 Andrey V. ElsukovMigrate structs in6_ifstat and icmp6_ifstat to PCPU...
2013-07-09 Andrey V. ElsukovMigrate structs ip6stat, icmp6stat and rip6stat to...
2013-07-09 Andrey V. ElsukovMigrate structs arpstat, icmpstat, mrtstat, pimstat...
2013-07-09 Andrey V. ElsukovUse new macros to implement ipstat and tcpstat using...
2013-07-09 Andrey V. ElsukovAdd several macros to help migrate statistics structure...
2013-07-09 Andrey V. ElsukovPrepare network statistics structures for migration...
2013-07-09 Andriy Gapondtrace/fasttrap: install hook functions only after...
2013-07-09 Andriy Gaponaudit_proc_coredump: check return value of audit_new
2013-07-09 Andriy Gaponshould_yield: protect from td_swvoltick being uninitial...
2013-07-09 Andriy Gaponnamecache sdt: freebsd doesn't support structured chara...
2013-07-09 Alexander MotinAdd ID for Marvell 88SE9215 AHCI SATA controller.
2013-07-09 Andriy Gaponzfs: try to properly handle i/o errors in mappedread_sf
2013-07-09 Andriy Gaponamd64: use -mno-omit-leaf-frame-pointer in addition...
2013-07-09 Andriy Gapondefault loader.conf: there is no need to load zpool...
2013-07-09 Andriy Gaponzfs: load zpool.cache after a root fs is mounted
2013-07-09 Alexander MotinAdd one more ID of Marvell SATA controller.
2013-07-09 Rui PauloUse meaningful names when creating mmc/sd threads.
2013-07-09 Rui PauloImprove a comment.
2013-07-09 Ed MasteRemove extraneous format string converison specifier
2013-07-09 Pedro F. GiffuniEnhancement when writing an entire block of a file.
2013-07-09 Rick MacklemAdd support for host-based (Kerberos 5 service principa...
2013-07-08 John BaldwinAllow mlx4 devices to switch from Ethernet to Infiniban...
2013-07-08 John BaldwinFix build with INVARIANT_SUPPORT enabled but not INVARI...
2013-07-08 Pedro F. GiffuniAvoid a panic and return EINVAL instead.
2013-07-08 Alexander MotinAdd quirk to configure headphones redirection on ASUS...
2013-07-08 Adrian ChaddImport the initial SoC register definitions for the...
2013-07-08 Adrian ChaddAdd AR9341, AR9342, AR9344 SoC types.
2013-07-08 Oleksandr TymoshenkoAdd IDs for TPS65217C and TPS65217D
2013-07-08 Oleksandr Tymoshenko- MMC1 (internal eMMC) pins should be configured as...
2013-07-08 Oleksandr Tymoshenko- AM335x requires updated soft-reset logic too
2013-07-08 Mark JohnstonAlso define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS...
2013-07-07 Edwin GroothuisMFV of tzdata2013d, 253008
2013-07-07 Alfred PerlsteinMake kassert_printf use __printflike.
2013-07-07 Rui PauloConvert bcm2835_mbox to the new mbox interface.
2013-07-07 Rui PauloAnother warning.
2013-07-07 Rui PauloAdd a mailbox interface.
2013-07-07 Rui Pauloarmadaxp_idcache_wbinv_all() is in this file.
2013-07-07 Rui PauloFix all the compiler warnings in elf_trampoline.c.
2013-07-07 Warner LoshRemove all the NOPs after SYNC. They aren't needed.
2013-07-07 Pedro F. GiffuniImplement SEEK_HOLE/SEEK_DATA for ext2fs.
2013-07-07 Oleksandr Tymoshenko- Add USFS driver as an example of device mode for...
2013-07-07 Oleksandr Tymoshenko- Add musb node to shared dtsi and proper pin configura...
2013-07-07 Oleksandr Tymoshenko- Add USBSS driver for AM335x SoC. Driver is a wrapper...
2013-07-07 Oleksandr Tymoshenko- Add initial host mode support for Mentor Graphics...
2013-07-07 Pedro F. GiffuniFix some typos.
2013-07-07 Pedro F. GiffuniAdd files related to ext2 HTree implementation
2013-07-06 Mark JohnstonAdd SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0.
2013-07-06 Alexander Leidinger- Move videodev headers from compat/linux to contrib...
2013-07-06 Pedro F. GiffuniInitial implementation of the HTree directory index.
2013-07-06 Xin LIUpdate driver with recent vendor improvements, most...
2013-07-06 Xin LIImport HighPoint DC Series Data Center HBA (DC7280...
2013-07-06 Konstantin BelousovRemove unneeded page lock around vm_page_insert().
2013-07-06 Rui PauloDon't clear the SYSCONFIG register on boot.
2013-07-06 Xin LIRefresh vendor driver version which fixes command queue
2013-07-06 Jamie GrittonMake the comments a little more clear about PRIV_KMEM_...
2013-07-05 Colin PercivalFix typo: minmum -> minimum.
2013-07-05 Xin LIUpdate hpt27xx(4) driver to address a problem reported...
2013-07-05 Xin LIAdd PCI IDs for HighPoint RocketRAID 4521, 3620, 3622...
2013-07-05 Mark JohnstonHide references to mod_lock. In FreeBSD it is always...
2013-07-05 Adrian ChaddAdd a missing unlock.
2013-07-05 Jamie GrittonBump up _PRIV_HIGHEST to account for PRIV_KMEM_READ...
2013-07-05 Jamie GrittonAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-05 Martin MatuskaMFV r252839:
2013-07-05 Andrew TurnerFix the build with gcc.
2013-07-05 Aleksandr Rybalkoo Make fields names short.
2013-07-05 Michael TuexenFix a bug were only 2048 streams where usable even...
2013-07-05 Navdeep Parhar- Show the reason why link is down if this information...
2013-07-05 Adrian ChaddDocument the current 11n rate selection shortcoming...
2013-07-04 Rui PauloRestore the dbus directory that was not meant to be...
2013-07-04 Navdeep Parhar- Make note of interface MTU change if the rx queues...
2013-07-04 Adrian ChaddImplement basic 802.11n awareness in the PHY and AMRR...
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 Rui PauloSet ic_cryptocaps to make sure wpa_supplicant works...
2013-07-04 Navdeep ParharOn-the-fly changes to the interrupt coalescing timer...
2013-07-04 Oleksandr TymoshenkoAdd support for ePWM submodule of PWMSS
2013-07-04 Oleksandr TymoshenkoAdd nodes for PWMSS1 and PWMSS2
2013-07-04 Michael TuexenWhen processing an incoming ABORT, SHUTDOWN_COMPLETE...
2013-07-04 Adrian ChaddEnable the station-side power management flag.
2013-07-04 Navdeep ParharPay attention to TCP_NODELAY when it's set/unset after...
2013-07-04 Navdeep ParharRing the egress queue's doorbell as soon as there are...
2013-07-04 Konstantin BelousovThe tvp vnode on rename is usually unlinked. Drop...
2013-07-04 Navdeep ParharThe T5 allows the driver to specify the ISS. Do so...
2013-07-04 Mikolaj GolubIn r227207, to fix the issue with possible NULL inp_soc...
2013-07-04 Bryan VenteicherMerge virtio_scsi change from projects/virtio
2013-07-04 Bryan VenteicherMerge virtio_pci changes from projects/virtio
2013-07-04 Bryan VenteicherMerge virtio changes from projects/virtio
2013-07-04 Bryan VenteicherMerge vtnet changes from projects/virtio
2013-07-04 Navdeep Parhar- Read all TP parameters in one place.
2013-07-04 Bryan VenteicherMerge virtio_balloon changes from projects/virtio
2013-07-04 Bryan VenteicherMerge several virtio_blk changes from projects/virtio
2013-07-04 Bryan VenteicherConvert VirtIO to use ithreads instead of taskqueues
2013-07-04 Grzegorz BernackiRemove redundant clearing of the PGA_WRITEABLE flag in
2013-07-04 Grzegorz BernackiFix modified bit emulation for ARMv6/v7
2013-07-04 Adrian ChaddOops - fix bad hint numbering for the ART section.
next