]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a few overlooked spots where the coded uses 16-bit NSIDs. Chuck
[FreeBSD/FreeBSD.git] / sys /
2017-08-29 Warner LoshFix a few overlooked spots where the coded uses 16...
2017-08-29 Warner LoshAdd CAM/NVMe support for CAM_DATA_SG
2017-08-28 Warner LoshAdd new compile-time option NVME_USE_NVD that sets...
2017-08-28 Warner LoshSet the max transactions for NVMe drives better.
2017-08-28 Warner LoshAdd nvme_sim.c since that's not runtime switchable.
2017-08-28 Navdeep Parharcxgbe(4): Do not access the mailbox without appropriate...
2017-08-28 Conrad MeyerDrop CACHE_LINE_SIZE to 64 bytes on x86
2017-08-28 Andriy Voskoboinykrtwn(4): some initial preparations for (basic) VHT...
2017-08-28 Mark JohnstonSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 Marius StroblDon't set any WOL enabling hardware bits if WOL isn...
2017-08-28 Navdeep Parharcxgbe(4): Maintain one ifmedia per physical port instea...
2017-08-28 Konstantin BelousovStyle.
2017-08-28 Konstantin BelousovVerify that the BPB media descriptor and FAT ID match.
2017-08-28 Alexander MotinMask doorbells while processing them.
2017-08-28 Alexander MotinFix fake interrupt when set doorbell is unmasked.
2017-08-28 Bryan DreweryAllow vdrop() of a vnode not yet on the per-mount list...
2017-08-28 Warner LoshAdd comment about where we need to place this routine...
2017-08-28 Warner LoshAdd comment about where we need to place this routine...
2017-08-28 Alan CoxUpdate a couple vm_object lock assertions in the swap...
2017-08-28 Alan CoxSwitching from a global hash table to per-vm_object...
2017-08-28 Maxim SobolevAdd ability to label md(4) devices.
2017-08-28 Michael TuexenFix blackhole detection.
2017-08-28 Ed SchoutenMake _Static_assert() work with GCC in older C++ standards.
2017-08-28 Navdeep Parharcxgbe(4): vi_mac_funcs should include the base Ethernet...
2017-08-28 Navdeep Parharcxgbe(4): Remove write only variable from t4_port_init.
2017-08-28 Navdeep Parharcxgbe(4): Fix some assertions during driver detach...
2017-08-28 Navdeep Parharcxgbe(4): Verify that the driver accesses the firmware...
2017-08-27 Andriy Voskoboinyknet80211: fix a typo (premable -> preamble).
2017-08-27 Conrad MeyerEnhance debugibility of sysctl leaf re-use warnings
2017-08-27 Andriy Voskoboinykrtwn(4): deduplicate r92c_write_txpower().
2017-08-27 Andriy Voskoboinykrtwn(4): change type for Tx power values (RTL8192C...
2017-08-27 Konstantin BelousovLet g_access() log the actual error number.
2017-08-27 Konstantin BelousovAdd PCI Id for MosChip MCS9900.
2017-08-27 Scott LongStart overhauling debug printing in the MPS and MPR...
2017-08-27 Conrad MeyerImprove scheduler performance
2017-08-27 Warner LoshEliminate redunant device path matching.
2017-08-26 Ryan Libbyamd64: drop q suffix from rd[fg]sbase for gas compatibility
2017-08-26 Warner LoshUse efi_devpath_str for debug path info.
2017-08-26 Warner LoshLink in libefi for boot1
2017-08-26 Warner LoshForward declare struct dsk to avoid warnings when build...
2017-08-26 Warner LoshRemove useless 'static' for an enum definition.
2017-08-26 Warner LoshFix warnings due to type mismatch.
2017-08-26 Warner Losh_STAND is sometimes defined on the command line. Make...
2017-08-26 Warner LoshNo need for MK_ZFS around these: they are by their...
2017-08-26 Warner LoshUse the loader.efi conventions for the various EFI...
2017-08-26 Warner LoshCleanup efi_main return type
2017-08-26 Warner LoshMove efi_main into efi/loader
2017-08-26 Konstantin BelousovMFamd64 r322720, r322723:
2017-08-26 Konstantin BelousovRemove unused code.
2017-08-26 Konstantin BelousovMFamd64 r322718:
2017-08-26 Konstantin BelousovMFamd64 r322719:
2017-08-26 Mariusz ZaborskiHide length of geli passphrase during boot.
2017-08-26 Conrad MeyerFix limits.h constants to have correct type on MIPS
2017-08-25 Navdeep Parharcxgbe(4): Dump the mailbox contents in the same format...
2017-08-25 Konstantin BelousovReplace global swhash in swap pager with per-object...
2017-08-25 John BaldwinDon't grab SOCK_LOCK for soref() when queuing an AIO...
2017-08-25 Sean BrunoAdd a different #define for the maximum number of trans...
2017-08-25 Warner LoshFill in reserved areas from NVMe spec in the IDENTIFY...
2017-08-25 Warner LoshNVME Namespace ID is 32-bits, so widen interface to...
2017-08-25 Warner LoshAdd feature codes from NVMe 1.3 specification:
2017-08-25 Sean BrunoUse counter(9) for PLPMTUD counters.
2017-08-25 Alan CoxCorrect a regression in the previous change, r322459...
2017-08-25 Maxim SobolevMake spinconsole platform independent and hook it up...
2017-08-25 Ed SchoutenSync CloudABI compatibility against the latest upstream...
2017-08-25 Bruce EvansFix bugs in (mostly) not-yet-activated parts of early...
2017-08-25 Konstantin BelousovProtect v_rdev dereference with the vnode interlock...
2017-08-25 Bruce EvansSupport setting the colors of cursors for the VGA renderer.
2017-08-25 Warner LoshUse _Static_assert
2017-08-25 Warner LoshSanity check sizes
2017-08-25 Warner LoshEnable bus mastering on the device before resetting...
2017-08-25 Bruce EvansOops, the previous commit was missing 1 line.
2017-08-25 Bruce EvansFix missing switching of the terminal emulator when...
2017-08-24 Gleb SmirnoffGarbage collect RT_NORTREF, which is no longer in use...
2017-08-24 Eric Joynerixv(4): Add more robust mailbox API negotiation
2017-08-24 Warner LoshExpand the latency tracking array from 1.024s to 8...
2017-08-24 Warner LoshFix 32-bit overflow on latency measurements
2017-08-24 Gleb SmirnoffThird take on the r319685 and r320480. Actually allow...
2017-08-24 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-24 Conrad MeyerRemove unused declaration and update ddb.4
2017-08-24 David C SomayajuluFix qlnx_tso_check() so that every window of
2017-08-24 Conrad MeyerMerge print_lockchain and print_sleepchain
2017-08-24 Konstantin BelousovStop masking FSGSBASE and SMEP features under monitors.
2017-08-24 Konstantin BelousovSave KGSBASE in pcb before overriding it with the guest...
2017-08-24 Hans Petter SelaskyCompile fixes for LINT on 32-bit platforms.
2017-08-24 Oleksandr TymoshenkoAdd "xlnx,zynq-7000" to zedboard and zybo compatible...
2017-08-23 Sean Brunoiflib: call device's if_init function during vlan...
2017-08-23 Alexander MotinAdd missing restart_queue initialization.
2017-08-23 Mark JohnstonSet the bus number field when attaching a PCI device.
2017-08-23 Michael TuexenAvoid TCP log messages which are false positives.
2017-08-23 Michael TuexenAvoid TCP log messages which are false positives.
2017-08-23 Hans Petter SelaskyAdd new mlx5ib(4) driver to the kernel source tree...
2017-08-22 Jung-uk KimFix size to copyout(9) for cpuset_getid(2).
2017-08-22 Alexander MotinFix off-by-one error when parsing SRAT table.
2017-08-22 Andrew TurnerRemove an unneeded call to pmap_invalidate_all. This...
2017-08-22 Konstantin BelousovEnsure that fs/gs bases are stored in pcb before copyin...
2017-08-22 Ed Mastenewvers.sh: accommodate `git worktree`
2017-08-22 Andrew TurnerFix a bug in pmap_protect where we invalidate the wrong...
2017-08-22 Mark JohnstonAdd some miscellaneous definitions to support the DRM...
2017-08-22 Andrew TurnerFix a comment on uncommitted work.
2017-08-22 Andrew TurnerMove the l0 pagetable address to struct mdproc. It...
next