]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFV r319737: 6939 add sysevents to zfs core for commands
[FreeBSD/FreeBSD.git] / sys /
2018-02-21 mavMFV r319737: 6939 add sysevents to zfs core for commands
2018-02-21 mavMFV r319736: 6396 remove SVM
2018-02-21 mavMFV r318941: 7446 zpool create should support efi syste...
2018-02-20 npCatch up with the removal of nktr_slot_flags from upstr...
2018-02-20 jeffFix the broken subqueue assignment for the cleanq.
2018-02-20 mjgmtx: add debug assertions to mtx_spin_wait_unlocked
2018-02-20 mjgFix reaping on process fd close broken after r329449
2018-02-20 shurdIFLIB: do not remove dmamap on buffer unload
2018-02-20 brooksReduce duplication in dynamic syscall registration...
2018-02-20 ianAdjust whitespace of things added in the past couple...
2018-02-20 mjgMake killpg1 perform process validity checks without...
2018-02-20 kibvm_wait() rework.
2018-02-20 wmaPowerPC: Switch to more accurate unit to avoid division...
2018-02-20 wmaPowerNV: Send SIGILL on HEA illegal instruction exception
2018-02-20 mavMFC r316910: 7812 Remove gender specific language
2018-02-20 mavMFV r307315:
2018-02-20 mavMFV r302649: 7016 arc_available_memory is not 32-bit...
2018-02-20 ianAdd missing MODULE_DEPENDS().
2018-02-20 mjgReduce contention on the proctree lock during heavy...
2018-02-20 jeffFurther parallelize the buffer cache.
2018-02-19 bryanvAdd more virtqueue getter methods
2018-02-19 bryanvAdd VirtIO bus config_generation method
2018-02-19 kibDo not free(9) uninitialized pointer.
2018-02-19 bryanvAdd PCI methods to iterate over the PCI capabilities
2018-02-19 hselaskyImplement list_safe_reset_next() function macro in...
2018-02-19 nwhitehornSet internal error returns for OF_peer(), OF_child...
2018-02-19 aeRemove unused variables and sysctl declaration.
2018-02-19 aeCheck packet length to do not make out of bounds access...
2018-02-19 avgrelax an assert in zfsctl_snapdir_lookup to match r323578
2018-02-19 hselaskyWhen stepping the radix tree in the LinuxKPI make sure we
2018-02-19 ianBuild at45d and mx25l SPI flash drivers as modules.
2018-02-19 ianAdd ofw_bus_if.h to SRCS.
2018-02-19 ianAdd modules/spi as a gathering point for SPI-related...
2018-02-19 mjgFix process exit vs reap race introduced in r329449
2018-02-19 ianBuild ofw_iicbus as a module if OPT_FDT is defined.
2018-02-19 mjgmtx: add mtx_spin_wait_unlocked
2018-02-18 ianProvide public declarations for ofw_spibus_driver and...
2018-02-18 ianProvide a public function to acquire a gpio pin by...
2018-02-18 ianAdd the MODULE_DEPEND()s needed so that the kernel...
2018-02-18 ianAdd iic_recover_bus.c, now part of iicbus. This should...
2018-02-18 ianArrange SRCS= as 1 file per line, alphabetical, so...
2018-02-18 mjgexit: get rid of PROC_SLOCK when checking a process...
2018-02-18 ianGive the imx_i2c driver its own name, set up its relati...
2018-02-18 oshogboFix broken assertion in r329520.
2018-02-18 ianAllow i2c hardware drivers to declare their own relatio...
2018-02-18 brooksCorrect/improve the descriptions if kern.ipc.(shmsegs...
2018-02-18 hselaskyOptimise xchg() to use atomic_swap_32() and atomic_swap...
2018-02-18 hselaskyFix implementation of xchg() function macro in the...
2018-02-18 scottlImprove command lifecycle debugging and detection of...
2018-02-18 markjDon't include DMAR map entry zone items in kernel dumps.
2018-02-18 oshogboUse the fdeget_locked function instead of the fget_lock...
2018-02-18 hselaskyImplement support for radix_tree_for_each_slot() and...
2018-02-18 hselaskyImplement the KMEM_CACHE() function macro in the LinuxKPI.
2018-02-18 hselaskyMake the vm_fault structure in the LinuxKPI compatible...
2018-02-18 hselaskyImplement the rcu_dereference_raw() function macro.
2018-02-18 hselaskyImplement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros...
2018-02-18 hselaskyImplement __list_del_entry() helper functions in the...
2018-02-18 hselaskyImplement file_inode() and call_mmap() helper functions...
2018-02-18 hselaskyRefactor dentry structure into its own header file...
2018-02-18 hselaskyUpdate the ktime type in the LinuxKPI to be a signed...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 ianBuild modules specific to imx5/imx6 only when building...
2018-02-18 ianAdd a detach method so that this can be a kldunload...
2018-02-18 ianFix fallout from the import of fresh dts source files...
2018-02-17 ianDon't call sdhci_cleanup_slot() if sdhci_init_slot...
2018-02-17 ianDo not try to deallocate memory that wasn't allocated...
2018-02-17 hselaskyImplement spin_trylock_irq() function macro in the...
2018-02-17 hselaskyStub more lockdep function macros in the LinuxKPI.
2018-02-17 hselaskyImplement get_task_pid() function macro in the LinuxKPI.
2018-02-17 hselaskyAllow the put_user() function macro to put constant...
2018-02-17 hselaskyImplement BUILD_BUG_ON_INVALID() function macro in...
2018-02-17 hselaskyAdd support for printk_ratelimit() function macro and...
2018-02-17 jhibbitsMerge AIM and Book-E PCPU fields
2018-02-17 hselaskyAdd support for kref_read() function in the LinuxKPI.
2018-02-17 hselaskyAdd support for mmgrab() function in the LinuxKPI.
2018-02-17 hselaskyAdd support for __percpu and __weak macros in the LinuxKPI.
2018-02-17 hselaskyMove the IRQ_RETVAL() and irqreturn definitions to...
2018-02-17 hselaskyAdd checks for valid IRQ tag before setting up or teari...
2018-02-17 manuaw_mmc: Only change the clock if it has really changed
2018-02-17 mjgRevert r329448.
2018-02-17 hselaskyRemove unused bus_autoconf section from usb.ko.
2018-02-17 hselaskyRevert redundant parts of r329440 after recent devmatch...
2018-02-17 mjgUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 mjgexit: stop doing PROC_SLOCK just to call proc_reap
2018-02-17 mjgexit: get rid of PROC_SLOCK when checking a process...
2018-02-17 hselaskyCompile fix for GCC in the LinuxKPI.
2018-02-17 impCorrect the PNP information generated by the usb driver...
2018-02-17 impFixup minor nits in the PNP_INFO protocol.
2018-02-17 mjgOn process exit signal the parent after dropping the...
2018-02-17 mjgUnref the prison after proctree is dropped.
2018-02-17 mjgPostpone sx_sunlock(&proctree_lock) on fork until after...
2018-02-17 mjgTidy up kern_wait6
2018-02-16 kibRemove unused symbols.
2018-02-16 asomerszfs: fix formatting in a log statement
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 roygerxen/pv: remove the attach of the ISA bus from the Xen...
2018-02-16 cognetDefine CK_MD_TSO for the relevant arches (i386, amd64...
2018-02-16 asomersHandle generic pathconf attributes in the .zfs ctldir
2018-02-16 hselaskyImplement mutex_trylock_recursive() in the LinuxKPI.
2018-02-16 hselaskyImplement memdup_user_nul() in the LinuxKPI.
next