]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
If the vm_page_alloc_contig() failed in the ttm page allocators, do
[FreeBSD/FreeBSD.git] / sys /
2015-02-03 kibIf the vm_page_alloc_contig() failed in the ttm page...
2015-02-03 kibDo not access gmbus_ports array past its end.
2015-02-03 kibRemove duplicated assignment.
2015-02-03 kibFollowup to r278147. Two more sign errors.
2015-02-03 kibFix sign for the error code returned from the driver...
2015-02-03 kibDo not attach to the unsupported chipsets, unless magic...
2015-02-03 kibFix use after free in pipe_dtor(). PIPE_NAMED flag...
2015-02-03 markjContinue to handle the case where state is NULL, though...
2015-02-03 markjDiff reduction with illumos, in preparation for merging...
2015-02-02 npFix bug in idr_pre_get where it doesn't handle 'need...
2015-02-02 mavRetry indefinitely on SCSI BUSY status from VMware...
2015-02-02 loosRegister the GPIO controller device reference on xref...
2015-02-02 hselaskySeparate out detection of prevent and allow medium...
2015-02-02 sbrunoThe linux driver code for the MDIO bus does a read...
2015-02-02 hselaskyThe flowid and hashtype should be copied from the origi...
2015-02-02 pfgrpc: Uninitialized pointer read
2015-02-02 mavMissed addition to r278098.
2015-02-02 mavAdd some fields and constants from RFC7144.
2015-02-02 hselaskyOptimise allocation of USB DMA structures. By default...
2015-02-02 hselaskySection 3.2.9 in the XHCI specification about control...
2015-02-02 rpauloam335x_clk_pruss_activate(): use the L3F clock.
2015-02-02 smhPrevent inlining txg_quiesce
2015-02-01 mavCTL LUN mapping rewrite.
2015-02-01 smhAdd a quirk to limit AHCI MSI vectors to one
2015-02-01 ianDo not skip setting the memory 'reg' property if the...
2015-02-01 ianRemove a stale comment. The logic that deleted the...
2015-02-01 nwhitehornAllow this to work with disks greater than 4 GB and...
2015-01-31 dimConstify a number of accesses in drm2's radeon drivers...
2015-01-31 kibDo not qualify the mcontext_t *mcp argument for set_mco...
2015-01-31 kibUpdate directory times immediately after an entry is...
2015-01-31 andrewStop using load-multiple with lr and pc. This has been...
2015-01-31 nwhitehornRelocate kernel to high address space (a static + 64...
2015-01-31 loosImplement GPIO_GET_BUS() method for all GPIO drivers.
2015-01-31 nwhitehornAdd FDT reservations for memory areas used by OPAL...
2015-01-31 nwhitehornBuild the powerpc64 kernel as a position-independent...
2015-01-31 ianFix whitespace glitch from prior comit.
2015-01-31 nwhitehornAdd code to support loading relocatable kernels at...
2015-01-31 nwhitehornCorrectness improvements for removing FDT excluded...
2015-01-31 loosImplement a new method to retrieve the gpiobus referenc...
2015-01-31 traszUse proper module name in MODULE_VERSION().
2015-01-31 traszDrop unneeded include.
2015-01-31 traszFix build with "device iscsi" in kernel config.
2015-01-31 dimFix a bunch of -Wcast-qual warnings in sys/dev/usb...
2015-01-31 kibRemove single-use boolean.
2015-01-31 loosReplace spaces with tabs, this will easier future chang...
2015-01-31 kibThe dependency chain for priority-inheritance mutexes...
2015-01-31 kibPOSIX states that write(2) "shall mark for update the...
2015-01-31 loosClean up and fix the device detach routine and the...
2015-01-31 traszAdd two files missed in r277963.
2015-01-31 traszAdd kobj interface between ICL and the rest of the...
2015-01-31 nwhitehornAdd support for booting relocatable kernels on PowerPC.
2015-01-31 jhbAdd a WITNESS_WARN check to STOPEVENT() to match the...
2015-01-31 adrianFix backlight for ivybridge based laptops (and whatever...
2015-01-31 rpauloti_pruss: make sure the mmap'ed memory region is uncach...
2015-01-31 gremboFix order of functions in smbios.c (corrects r277949...
2015-01-30 dimFix a -Wcast-qual warning in smbfs_subr.c, by using...
2015-01-30 dimFix a -Wcast-qual warning in udf_vnops.c, by using...
2015-01-30 dimFix a bunch of -Wcast-qual warnings in netgraph's ng_pa...
2015-01-30 gremboNew function smbios_match to detect BIOS versions durin...
2015-01-30 ambriskoFix UEFI PXE boot on a NIC that isn't the first NIC.
2015-01-30 loosThe BCM2835 GPIO controller uses has interrupt lines...
2015-01-30 dimFor clang, disable -Wcast-qual warnings for specific...
2015-01-30 hirenMake syncookie_mac() use 'tcp_seq irs' in computing...
2015-01-30 loosAllow the retrieving of the reserved pins state.
2015-01-30 loosDo not leak the OFW memory when the result does not...
2015-01-30 kibWhen mounting SU-enabled mount point, wait until the...
2015-01-30 kenImprove SCSI Extended Inquiry VPD page (0x86) support.
2015-01-30 markjDon't attempt to disable enabled fasttrap probes in...
2015-01-30 markjIn fasttrap_sigtrap(), use tdsendsignal() rather than...
2015-01-30 yongariCorrect device description message.
2015-01-29 dimSimilar to r277901, fix more -Wcast-qual warnings in...
2015-01-29 dimFix a -Wcast-qual warning in libkern's strtol(), by...
2015-01-29 jhbOpt for performance over power-saving on Intel CPUs...
2015-01-29 dimFix a bunch of -Wcast-qual warnings in cd9660_util...
2015-01-29 dimFix a bunch of -Wcast-qual warnings in msdosfs_conv...
2015-01-29 jhbRemove the d_thread_t compatibility shim provided in...
2015-01-29 arybchiksfxge: Separate software Tx queue limit for non-TCP...
2015-01-29 arybchiksfxge: implemented parameter to restrict RSS channels
2015-01-29 arybchiksfxge: Use SFXGE_MODERATION to initialize event moderation
2015-01-29 arybchiksfxge: Pass correct address to free allocated memory...
2015-01-29 arybchiksfxge: Remove unused esm_size member of the efsys_mem_t...
2015-01-29 arybchiksfxge: Do not bzero() DMA allocated memory once again
2015-01-29 arybchiksfxge: Add evq argument to sfxge_tx_qcomplete()
2015-01-29 arybchiksfxge: fixed TSO code to cope with VLAN headers
2015-01-29 arybchiksfxge: Remove extra cache-line alignment and reorder...
2015-01-29 arybchiksfxge: Make it possible to build without EVQ statistics
2015-01-29 arybchiksfxge: Move txq->next pointer to part writable on compl...
2015-01-29 arybchiksfxge: Change sfxge_ev_qpoll() proto to avoid EVQ point...
2015-01-29 dimEnsure that lint does not pick up C11 keywords (e.g...
2015-01-29 loosRename the avila, cambria and zynq GPIO driver names...
2015-01-29 gonzoSet LCDC clock frequency to 2*148500 KHz
2015-01-28 jamieAdd allow.mount.fdescfs jail flag.
2015-01-28 brAdd ARMv7 performance monitoring counters.
2015-01-28 kibUpdate mtime for tmpfs files modified through memory...
2015-01-28 kibtmpfs does not use UVM on FreeBSD.
2015-01-28 delphijMFV r255258:
2015-01-28 adrianCast everything to something longer than 32 bits so...
2015-01-28 adrianPrint out the final_rix if there's a problem.
2015-01-28 adrianAdd a new HAL capability - required to compile the...
2015-01-27 tuexenWhitespace change.
next