]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
style.lua(9): Clarify local variable guideline
[FreeBSD/FreeBSD.git] / sys /
2018-02-20 Alexander MotinMFC r316910: 7812 Remove gender specific language
2018-02-20 Alexander MotinMFV r307315:
2018-02-20 Alexander MotinMFV r302649: 7016 arc_available_memory is not 32-bit...
2018-02-20 Ian LeporeAdd missing MODULE_DEPENDS().
2018-02-20 Mateusz GuzikReduce contention on the proctree lock during heavy...
2018-02-20 Jeff RobersonFurther parallelize the buffer cache.
2018-02-19 Bryan VenteicherAdd more virtqueue getter methods
2018-02-19 Bryan VenteicherAdd VirtIO bus config_generation method
2018-02-19 Konstantin BelousovDo not free(9) uninitialized pointer.
2018-02-19 Bryan VenteicherAdd PCI methods to iterate over the PCI capabilities
2018-02-19 Hans Petter SelaskyImplement list_safe_reset_next() function macro in...
2018-02-19 Nathan WhitehornSet internal error returns for OF_peer(), OF_child...
2018-02-19 Andrey V. ElsukovRemove unused variables and sysctl declaration.
2018-02-19 Andrey V. ElsukovCheck packet length to do not make out of bounds access...
2018-02-19 Andriy Gaponrelax an assert in zfsctl_snapdir_lookup to match r323578
2018-02-19 Hans Petter SelaskyWhen stepping the radix tree in the LinuxKPI make sure we
2018-02-19 Xin LIMFV r329552: less v530.
2018-02-19 Ian LeporeBuild at45d and mx25l SPI flash drivers as modules.
2018-02-19 Ian LeporeAdd ofw_bus_if.h to SRCS.
2018-02-19 Ian LeporeAdd modules/spi as a gathering point for SPI-related...
2018-02-19 Mateusz GuzikFix process exit vs reap race introduced in r329449
2018-02-19 Ian LeporeBuild ofw_iicbus as a module if OPT_FDT is defined.
2018-02-19 Mateusz Guzikmtx: add mtx_spin_wait_unlocked
2018-02-18 Ian LeporeProvide public declarations for ofw_spibus_driver and...
2018-02-18 Ian LeporeProvide a public function to acquire a gpio pin by...
2018-02-18 Ian LeporeAdd the MODULE_DEPEND()s needed so that the kernel...
2018-02-18 Ian LeporeAdd iic_recover_bus.c, now part of iicbus. This should...
2018-02-18 Ian LeporeArrange SRCS= as 1 file per line, alphabetical, so...
2018-02-18 Mateusz Guzikexit: get rid of PROC_SLOCK when checking a process...
2018-02-18 Ian LeporeGive the imx_i2c driver its own name, set up its relati...
2018-02-18 Mariusz ZaborskiFix broken assertion in r329520.
2018-02-18 Ian LeporeAllow i2c hardware drivers to declare their own relatio...
2018-02-18 Brooks DavisCorrect/improve the descriptions if kern.ipc.(shmsegs...
2018-02-18 Hans Petter SelaskyOptimise xchg() to use atomic_swap_32() and atomic_swap...
2018-02-18 Hans Petter SelaskyFix implementation of xchg() function macro in the...
2018-02-18 Scott LongImprove command lifecycle debugging and detection of...
2018-02-18 Mark JohnstonDon't include DMAR map entry zone items in kernel dumps.
2018-02-18 Mariusz ZaborskiUse the fdeget_locked function instead of the fget_lock...
2018-02-18 Hans Petter SelaskyImplement support for radix_tree_for_each_slot() and...
2018-02-18 Hans Petter SelaskyImplement the KMEM_CACHE() function macro in the LinuxKPI.
2018-02-18 Hans Petter SelaskyMake the vm_fault structure in the LinuxKPI compatible...
2018-02-18 Hans Petter SelaskyImplement the rcu_dereference_raw() function macro.
2018-02-18 Hans Petter SelaskyImplement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros...
2018-02-18 Hans Petter SelaskyImplement __list_del_entry() helper functions in the...
2018-02-18 Hans Petter SelaskyImplement file_inode() and call_mmap() helper functions...
2018-02-18 Hans Petter SelaskyRefactor dentry structure into its own header file...
2018-02-18 Hans Petter SelaskyUpdate the ktime type in the LinuxKPI to be a signed...
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Ian LeporeBuild modules specific to imx5/imx6 only when building...
2018-02-18 Ian LeporeAdd a detach method so that this can be a kldunload...
2018-02-18 Alexander MotinMFV r323911:
2018-02-18 Ian LeporeFix fallout from the import of fresh dts source files...
2018-02-17 Ian LeporeDon't call sdhci_cleanup_slot() if sdhci_init_slot...
2018-02-17 Ian LeporeDo not try to deallocate memory that wasn't allocated...
2018-02-17 Hans Petter SelaskyImplement spin_trylock_irq() function macro in the...
2018-02-17 Hans Petter SelaskyStub more lockdep function macros in the LinuxKPI.
2018-02-17 Hans Petter SelaskyImplement get_task_pid() function macro in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAllow the put_user() function macro to put constant...
2018-02-17 Hans Petter SelaskyImplement BUILD_BUG_ON_INVALID() function macro in...
2018-02-17 Hans Petter SelaskyAdd support for printk_ratelimit() function macro and...
2018-02-17 Justin HibbitsMerge AIM and Book-E PCPU fields
2018-02-17 Hans Petter SelaskyAdd support for kref_read() function in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAdd support for mmgrab() function in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAdd support for __percpu and __weak macros in the LinuxKPI.
2018-02-17 Hans Petter SelaskyMove the IRQ_RETVAL() and irqreturn definitions to...
2018-02-17 Hans Petter SelaskyAdd checks for valid IRQ tag before setting up or teari...
2018-02-17 Emmanuel Vadotaw_mmc: Only change the clock if it has really changed
2018-02-17 Mateusz GuzikRevert r329448.
2018-02-17 Hans Petter SelaskyRemove unused bus_autoconf section from usb.ko.
2018-02-17 Hans Petter SelaskyRevert redundant parts of r329440 after recent devmatch...
2018-02-17 Mateusz GuzikUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 Mateusz Guzikexit: stop doing PROC_SLOCK just to call proc_reap
2018-02-17 Mateusz Guzikexit: get rid of PROC_SLOCK when checking a process...
2018-02-17 Hans Petter SelaskyCompile fix for GCC in the LinuxKPI.
2018-02-17 Warner LoshCorrect the PNP information generated by the usb driver...
2018-02-17 Warner LoshFixup minor nits in the PNP_INFO protocol.
2018-02-17 Mateusz GuzikOn process exit signal the parent after dropping the...
2018-02-17 Mateusz GuzikUnref the prison after proctree is dropped.
2018-02-17 Mateusz GuzikPostpone sx_sunlock(&proctree_lock) on fork until after...
2018-02-17 Mateusz GuzikTidy up kern_wait6
2018-02-16 Konstantin BelousovRemove unused symbols.
2018-02-16 Alan Somerszfs: fix formatting in a log statement
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Roger Pau Monnéxen/pv: remove the attach of the ISA bus from the Xen...
2018-02-16 Olivier HouchardDefine CK_MD_TSO for the relevant arches (i386, amd64...
2018-02-16 Alan SomersHandle generic pathconf attributes in the .zfs ctldir
2018-02-16 Hans Petter SelaskyImplement mutex_trylock_recursive() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyImplement memdup_user_nul() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyImplement tasklet_enable() and tasklet_disable() in...
2018-02-16 Mark JohnstonFix a memory leak introduced in r328426.
2018-02-16 Mark JohnstonUse the conventional name for an array of pages.
2018-02-16 Ed MasteCorrect module symbol export handling
2018-02-16 Hans Petter SelaskyImplement enable_irq() and disable_irq() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyAllow the cmpxchg() macro in the LinuxKPI to work on...
2018-02-16 Ed MasteRationalize license text on Linuxolator files
2018-02-16 Konstantin BelousovUse local symbol for offset.
2018-02-16 Andriy Gaponmove vintr_intercept_enabled under INVARIANTS
2018-02-16 Andriy Gaponread-behind / read-ahead support for zfs_getpages()
2018-02-16 Anish GuptaThis change fixes duplicate detection of same IOMMU...
2018-02-16 Brooks DavisGet rid of the requirement to include SysV IPC headers...
next