]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Pass the resources requests to the upper bus.
[FreeBSD/FreeBSD.git] / sys /
2015-05-09 loosPass the resources requests to the upper bus.
2015-05-09 loosHandle IRQ resources on iicbus and ofw_iicbus.
2015-05-08 loosReplace spaces with tabs, removes an extra blank line.
2015-05-08 ianMove the text section to the start of the output file...
2015-05-08 jhbPlace VM objects on the object list when created and...
2015-05-08 jhbConvert hwpmc(4) debug printfs over to KTR.
2015-05-08 zbbPort x86 busdma to ARM64
2015-05-08 hselaskyEnsure the USB audio driver doesn't attach twice on...
2015-05-08 hselaskyAdd support for more than 8 audio channels per PCM...
2015-05-08 hselaskyExtend the maximum number of allowed PCM channels in...
2015-05-08 hselaskyThe "SYSCTL_INT()" default value is only used for read...
2015-05-08 hselaskyPrevent switching to NULL or own window in the "vt_proc...
2015-05-08 jhbMove hwpmc(4) debugging code under a new HWPMC_DEBUG...
2015-05-08 roygerxen: introduce a newbus function to allocate unused...
2015-05-08 avgMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-08 kevlo- Fix a wrong R92C_USTIME_TSF register definition
2015-05-08 adrianoops - how'd i miss this. Sorry!
2015-05-08 ganboldThis follows the gic and ti/aintc code by adding additi...
2015-05-08 ganboldThe interrupt-parent is set globally so it's unnecessar...
2015-05-08 adrianAdd initial memory locality cost awareness to the VM...
2015-05-07 loosAdd the SMP support for Raspberry Pi 2 (BCM2836).
2015-05-07 aem_dup() is supposed to give a writable copy of an mbuf...
2015-05-07 emasteCorrect PL310_POWER_CTRL offset
2015-05-07 aeMark data checksum as valid for multicast packets,...
2015-05-07 hselaskyAdd support for DYMO LabelWriter PnP.
2015-05-07 andrewClean up the ARM kernel configs to use 'include<space...
2015-05-07 aeRemove unneded #ifdef INET6 and IPSEC. This file compil...
2015-05-06 neelCheck 'td_owepreempt' and yield the vcpu thread if...
2015-05-06 mjgFix up panics when fork fails due to hitting proc limit
2015-05-06 mavHandle EDQUOT backend storage errors same as ENOSPC.
2015-05-06 neelDeprecate the 3-way return values from vm_gla2gpa(...
2015-05-06 zbbAdd new CP15 operations and DB_SHOW_COMMAND to print...
2015-05-06 andrewAcpiGbl_FACS will not be defined when building using...
2015-05-06 andrewIf the power management timer is unsupported the PmTime...
2015-05-06 aePass mtag argument into m_tag_locate() to continue...
2015-05-06 kadesaiCorrected indentation on conflicted source files.
2015-05-06 kadesaiConfigured the mrsas(4) driver to support UNMAPPED...
2015-05-06 kadesai1. All LSI namings are converted to AVAGO Tech.
2015-05-06 kadesaiBug fixes found internally as detailed below:
2015-05-06 kadesaiDriver calls mrsas_complete_cmd() to call mrsas_wakeup...
2015-05-06 kadesaiIn OCR(Online Controller Reset) path, driver sets adapt...
2015-05-06 kadesaiCurrent driver does fast path read load balancing betwe...
2015-05-06 kadesaiNow Driver expose Secure Jbod Support via driver_operat...
2015-05-06 kadesaiThis patch adds the feature to provide PCI information...
2015-05-06 glebiusFix the KASSERT and improve wording in r282426.
2015-05-06 melifaroFix panic when prepare_batch_buffer() returns error.
2015-05-06 neelDo a proper emulation of guest writes to MSR_EFER.
2015-05-06 neelAdd macros for AMD-specific bits in MSR_EFER: LMSLE...
2015-05-06 ganboldThis patch adds support for the extended baud rate...
2015-05-05 ianAdd the code necessary to run the imx6 chip at its...
2015-05-05 hselaskyAdd new USB ID.
2015-05-05 andrewStart to reduce the diff between the Atmel kernel configs.
2015-05-05 andrewThe VIRT kernel config targets armv6.
2015-05-05 andrewMove the first batch of common armv6 options to std...
2015-05-05 ianCreate std.arm and std.armv6 config files and include...
2015-05-05 andrewAdd DEV_ACPI to opt_acpi.h to be used to detect when...
2015-05-05 andrewUpdate the comment on what CPUs this driver supports.
2015-05-05 andrewMove the point we attach the ofw driver on arm64 to...
2015-05-05 andrewAdd FDT to the list of known GUIDs.
2015-05-05 avgzfs: do not hold an extra reference on a root vnode...
2015-05-05 andrewDisable the use of floating-point and vector registers...
2015-05-05 avgdmu_recv_end_check: don't leak hold if dsl_destroy_snap...
2015-05-05 andrewWhen cross-building ${LIBSTAND} may be set to the host...
2015-05-05 gargaAdd support for Sierra MC7354 card
2015-05-05 aeAdd apple-boot, apple-hfs and apple-ufs aliases to...
2015-05-05 peterFix an error in r281551, part of the getfsstat() /...
2015-05-05 impAdd some data found in TI's application note "SCPA035...
2015-05-05 impWhen dealing with the TI12XX family of parts, we someti...
2015-05-05 loosNow that DMA works, enable the audio driver on RPi 2.
2015-05-05 loosEnable DMA for sdhci on RPi 2 (BCM2836).
2015-05-05 loosFix DMA on RPi 2.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 loosIn preparation for the next cycle of official ARM image...
2015-05-04 jhibbitsImplement a driver for the PowerPC-base RouterBoard...
2015-05-04 glebiusFix arithmetical bug in vnode_pager_haspage(). The...
2015-05-04 ianImplement a mechanism for making changes in the kernel...
2015-05-04 ianOn an icache sync by address/len, round the length...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-04 neelEmulate the 'CMP r/m8, imm8' instruction encountered...
2015-05-04 adrianFix string concatenation - "wlan_##name" -> "wlan_...
2015-05-04 adrianUse bssid validation for data frames only + add RUN...
2015-05-04 adrianAdd node_clear_keyixmap() and use it in the ieee80211_f...
2015-05-04 loosFix the voltage and clock levels for cpufreq on RPi 2.
2015-05-03 adrian[iwn] Do not filter control frames in monitor mode.
2015-05-03 adrianHandle properly IBSS merges (works with patch from...
2015-05-03 adrianFix various powersave races + optimize tx/rx pointer...
2015-05-03 adrian[iwn?] Use correct sequence numbers with non-QoS STAs.
2015-05-03 adrianFix warning about comparison of integers of different...
2015-05-03 adrian[iwn?] Fix memory leak in wpi_reset_tx_ring().
2015-05-03 adrianUse nitems() for counting elements in arrays.
2015-05-03 adrianDo not include WPI_START_SCAN event processing into...
2015-05-03 adrianFix sequence number generation for beacon frames.
2015-05-03 adrianAdd debug output for WPI_BEACON_SENT event.
2015-05-03 adrianTry to fix passive scanning hang on beacon miss.
2015-05-03 adrianAdd comment about AUTH -> AUTH state transition + fix...
2015-05-03 adrianDisplay more information for beacon miss debugging.
2015-05-03 adrianLimit minimum threshold of missed beacons.
2015-05-03 adrianImprove beacon miss detection.
2015-05-03 adrianCreate another debug category for WPI_BEACON_MISSED...
2015-05-03 adrianUnbreak scanning after RUN -> SCAN state transition.
next