June 2016 Archives by thread
Starting: Wed Jun 1 01:54:31 PDT 2016
Ending: Wed Jun 29 22:40:20 PDT 2016
Messages: 202
- Jun 01 2016 - 08:54:31 git: kernel/inet6: Fix two wrong comparisons.
Sascha Wildner
- Jun 01 2016 - 18:21:14 git: rc.conf.5: Document powerd_flags.
Sascha Wildner
- Jun 01 2016 - 22:05:03 git: smbacpi.4: Add a manpage for smbacpi(4).
Imre Vadasz
- Jun 02 2016 - 16:30:23 git: kern: Use objcache for file
Sepherosa Ziehau
- Jun 02 2016 - 16:34:04 git: kern: Remove debug print
Sepherosa Ziehau
- Jun 02 2016 - 20:00:13 git: iwmfw - Update to version 16 firmware.
Imre Vadasz
- Jun 02 2016 - 20:00:14 git: if_iwm - Update to support version 16 firmware.
Imre Vadasz
- Jun 02 2016 - 20:00:14 git: if_iwm - Add 3165 chipset ids.
Imre Vadasz
- Jun 02 2016 - 20:00:15 git: if_iwm - Workaround, which fixes beacon and statistic notification issue.
Imre Vadasz
- Jun 02 2016 - 20:41:29 git: rescue image: Add undo(1).
Sascha Wildner
- Jun 02 2016 - 20:41:29 git: rescue image: Strip lvm(8).
Sascha Wildner
- Jun 02 2016 - 23:47:31 git: sys/kern: Add kstrndup()
Tomohiro Kusumi
- Jun 02 2016 - 23:47:31 git: sys/kern: Add kqueue EVFILT_FS
Tomohiro Kusumi
- Jun 02 2016 - 23:47:32 git: sbin/mount_nfs: Add -o retrycnt= option
Tomohiro Kusumi
- Jun 02 2016 - 23:47:32 git: usr.bin/showmount: Add -E option
Tomohiro Kusumi
- Jun 02 2016 - 23:47:32 git: sys/sys: Extend IOCPARM_MAX
Tomohiro Kusumi
- Jun 02 2016 - 23:47:32 git: sys/sys: Fix IOCPARM_MAX
Tomohiro Kusumi
- Jun 02 2016 - 23:47:32 git: sys/kern: Retry nlookup if nresolve returned ESTALE
Tomohiro Kusumi
- Jun 02 2016 - 23:47:33 git: usr.sbin/fstyp: Port fstyp from FreeBSD
Tomohiro Kusumi
- Jun 02 2016 - 23:47:33 git: autofs: Port autofs from FreeBSD
Tomohiro Kusumi
- Jun 02 2016 - 23:47:33 git: sys/kern: Don't implement .vfs_sync unless sync is supported
Tomohiro Kusumi
- Jun 02 2016 - 23:47:34 git: usr.sbin/autofs: Workaround namecache bug after unmount
Tomohiro Kusumi
- Jun 03 2016 - 08:51:59 git: kernel/autofs: Add some missing files to the Makefile.
Sascha Wildner
- Jun 03 2016 - 17:35:12 git: Create the /etc/autofs directory via mtree.
Sascha Wildner
- Jun 03 2016 - 21:19:32 git: if_run - Add missing RUN_LOCK/RUN_UNLOCK around a run_get_tsf() call.
Imre Vadasz
- Jun 04 2016 - 13:46:34 git: sbin/hammer: Cleanup zone statistics functions
Tomohiro Kusumi
- Jun 04 2016 - 13:46:34 git: sbin/hammer: Remove debug printfs
Tomohiro Kusumi
- Jun 04 2016 - 16:36:18 git: sbin/hammer: Make hammer blockmap check offset/space
Tomohiro Kusumi
- Jun 04 2016 - 16:36:18 git: sbin/hammer: Fix used bytes for zone15
Tomohiro Kusumi
- Jun 04 2016 - 21:31:33 git: if_iwm - Make some functions static in if_iwm_led.c, no functional change.
Imre Vadasz
- Jun 04 2016 - 21:31:33 git: if_iwm - Fix iwm_mvm_lmac_scan_fill_channels(), only add 11b and 11a chans.
Imre Vadasz
- Jun 05 2016 - 03:45:06 git: kernel - Initial native DragonFly NVME driver commit
Matthew Dillon
- Jun 05 2016 - 06:58:25 git: kernel - Flesh out nvme interrupts (non-msi for now)
Matthew Dillon
- Jun 05 2016 - 10:36:07 git: kstrdup.9: Mention kstrndup().
Sascha Wildner
- Jun 05 2016 - 11:36:06 git: sbin/hammer: Cleanup on aac2051d
Tomohiro Kusumi
- Jun 05 2016 - 15:12:38 git: if_iwm - When transitioning to INIT, vap->iv_newstate will just ignore arg.
Imre Vadasz
- Jun 05 2016 - 15:12:38 git: if_iwm - Avoid leaking memory, and fix error handling in iwm_rx_addbuf().
Imre Vadasz
- Jun 05 2016 - 15:12:39 git: if_iwm - Add and use iwm_is_valid_ether_addr() function.
Imre Vadasz
- Jun 05 2016 - 15:12:39 git: if_iwm - Fix m_defrag() usage. Copy-pasto when copying code from OpenBSD.
Imre Vadasz
- Jun 05 2016 - 17:38:11 git: sys/vfs/autofs: Remove .vfs_sync = vfs_stdsync,
Tomohiro Kusumi
- Jun 05 2016 - 17:47:20 git: Add autofs to LINT64.
Sascha Wildner
- Jun 05 2016 - 17:47:20 git: Add some assignments to etc/defaults/rc.conf for autofs.
Sascha Wildner
- Jun 05 2016 - 17:47:20 git: Adjust share/examples/etc/README.examples for autofs.
Sascha Wildner
- Jun 05 2016 - 17:47:21 git: automountd(8) et al.: Clean up the Makefile a little bit.
Sascha Wildner
- Jun 05 2016 - 18:07:59 git: nvme - Flesh out the driver more
Matthew Dillon
- Jun 05 2016 - 18:38:35 git: kernel - Add PCIS_STORAGE_NVM
Matthew Dillon
- Jun 05 2016 - 18:38:36 git: kernel - Add bus_space_read_8() and bus_space_write_8()
Matthew Dillon
- Jun 05 2016 - 18:38:36 git: kernel - Add nvme driver to the kernel build as a module.
Matthew Dillon
- Jun 05 2016 - 18:38:36 git: debug - fix randread
Matthew Dillon
- Jun 05 2016 - 19:04:10 git: nvme - Fix b_resid prior to biodone()
Matthew Dillon
- Jun 05 2016 - 21:24:51 git: nvme - Iterate disk units for multiple devices
Matthew Dillon
- Jun 05 2016 - 22:36:13 git: nvme - Add manual page
Matthew Dillon
- Jun 05 2016 - 22:36:15 git: ahci - update manual page
Matthew Dillon
- Jun 05 2016 - 22:36:15 git: ahci/misc - Add manual links
Matthew Dillon
- Jun 06 2016 - 03:43:33 git: nvme - Implement MSIX and reverse comq mapping
Matthew Dillon
- Jun 06 2016 - 06:01:51 git: nvme - Fix minor cpu mapping issues
Matthew Dillon
- Jun 06 2016 - 06:06:52 git: drm/i915: Remove empty header.
Rimvydas Jasinskas
- Jun 06 2016 - 09:15:26 git: sys/cpu: Unbreak world.
Rimvydas Jasinskas
- Jun 06 2016 - 09:15:26 git: usr.sbin/autofs: Unbreak make depend.
Rimvydas Jasinskas
- Jun 06 2016 - 17:02:54 git: nvme - Cleanups, limit nirqs
Matthew Dillon
- Jun 06 2016 - 19:12:01 git: iwmfw - Add 8000C firmware for Intel AC 8260 support.
Imre Vadasz
- Jun 06 2016 - 19:12:02 git: if_iwm - Add support for Intel AC 8260 chipset.
Imre Vadasz
- Jun 06 2016 - 20:27:53 git: if_iwm - Use vap->iv_myaddr instead of ic->ic_macaddr when vap != NULL.
Imre Vadasz
- Jun 07 2016 - 02:46:51 git: Remove random download note as it no longer happens that way, and clean up.
Justin C. Sherrill
- Jun 07 2016 - 07:05:24 git: kernel/iwm: Fix building without IWM_DEBUG.
Sascha Wildner
- Jun 07 2016 - 08:40:27 git: de: Install if_init.
Sepherosa Ziehau
- Jun 07 2016 - 17:05:34 git: virtio - fix contigmalloc muff last commit
Gennady Proskurin
- Jun 07 2016 - 19:20:59 git: auto_master.5: Fix .Sx markup.
Sascha Wildner
- Jun 07 2016 - 20:08:05 git: if_iwm - Avoid bus_dmamap_create()/_destroy() calls in iwm_rx_addbuf().
Imre Vadasz
- Jun 07 2016 - 20:28:38 git: autofs: Add "Donated to DragonFlyBSD by ..." to manpages
Tomohiro Kusumi
- Jun 07 2016 - 20:48:23 git: README.examples: Remove autofs/. It's not installed at the moment.
Sascha Wildner
- Jun 07 2016 - 20:48:23 git: nvme.4: Remove an unneeded .Pp and use .Dx.
Sascha Wildner
- Jun 07 2016 - 21:16:07 git: nvme - Check admin_cap
Matthew Dillon
- Jun 08 2016 - 01:19:29 git: nvme - Adjust queue mapping
Matthew Dillon
- Jun 08 2016 - 04:40:38 git: sbin/hammer: err() on readhammerbuf() failure
Tomohiro Kusumi
- Jun 08 2016 - 04:40:39 git: sys/kern: Make nlookup() keep ESTALE on retry
Tomohiro Kusumi
- Jun 08 2016 - 04:40:39 git: sys/vfs/hammer: Add HAMMER_VOL_ALLOC for reserved space after volume header
Tomohiro Kusumi
- Jun 08 2016 - 04:40:40 git: sys/vfs/hammer: Remove sys/vfs/hammer/hammer_freemap.c
Tomohiro Kusumi
- Jun 08 2016 - 05:30:35 git: nvme - Add interrupt coalescing support
Matthew Dillon
- Jun 08 2016 - 07:58:46 git: kqueue.2: Add some info about EVFILT_FS.
Sascha Wildner
- Jun 08 2016 - 23:01:27 git: kernel - Fix some clustering issues
Matthew Dillon
- Jun 08 2016 - 23:05:06 git: hammer - Make vfs.hammer.cluster_enable an integer
Matthew Dillon
- Jun 08 2016 - 23:17:07 git: hammer2 - Add xxhash to H2 and throw in debug stuff for performance testing.
Matthew Dillon
- Jun 09 2016 - 06:06:01 git: hammer2 - Revamp worker thread signaling
Matthew Dillon
- Jun 09 2016 - 06:06:02 git: hammer2 - multi-thread read-ahead XOPs
Matthew Dillon
- Jun 09 2016 - 06:06:02 git: world - Fix sysctlbyname() errno handling cases
Matthew Dillon
- Jun 09 2016 - 08:27:59 git: drm/i915: Fix hangs on some broadwell machines
Francois Tigeot
- Jun 09 2016 - 16:57:31 git: Remove am-utils, the Berkeley automounter suite (amd, amq, etc.)
Sascha Wildner
- Jun 09 2016 - 17:30:59 git: kernel/modnext: Improve the flow a bit regarding setting 'error'.
Sascha Wildner
- Jun 09 2016 - 18:18:53 git: kernel: Save some indent here and there and some small cleanup.
Sascha Wildner
- Jun 09 2016 - 18:54:16 git: kernel - Scan more pages in vm_pageout to fix OOM killer
Matthew Dillon
- Jun 09 2016 - 20:25:32 git: test - Pull in Mark Adler's hw iscsi crc32 bundle
Matthew Dillon
- Jun 09 2016 - 23:32:06 git: if_iwm - Free rx ring on detach. Free nvm_sections data after parsing.
Imre Vadasz
- Jun 09 2016 - 23:53:38 git: hammer2 - Allow chains to be cached
Matthew Dillon
- Jun 10 2016 - 00:26:24 git: hammer2 - Rename hammer2_thread.c to hammer2_admin.c
Matthew Dillon
- Jun 10 2016 - 00:32:01 git: if_iwm - Fix iwm_dma_contig_free(). dma->map is always NULL here.
Imre Vadasz
- Jun 10 2016 - 04:30:53 git: hammer2 - Cache chain->data and chain->dio until last release.
Matthew Dillon
- Jun 10 2016 - 05:24:15 git: nvme - Add kernel dump support
Matthew Dillon
- Jun 10 2016 - 18:04:02 git: sys/vfs/hammer2: Change u_int{8, 16, 32, 64}_t to uint{8, 16, 32, 64}_t
Tomohiro Kusumi
- Jun 10 2016 - 18:04:02 git: sbin/hammer2: Use volatile sig_atomic_t
Tomohiro Kusumi
- Jun 10 2016 - 18:04:03 git: sbin/hammer2: Add #include guard
Tomohiro Kusumi
- Jun 10 2016 - 18:04:03 git: sbin/newfs_hammer2: Fix ascii-art of initial image
Tomohiro Kusumi
- Jun 10 2016 - 18:04:04 git: sbin/newfs_hammer2: Change error messages to "hammer2"
Tomohiro Kusumi
- Jun 10 2016 - 18:12:28 git: kernel - Try to improve 'Warning: vfsync skipped dirty bufs'... messages
Matthew Dillon
- Jun 10 2016 - 18:12:28 git: hammer2 - Add truncation lock, change dio persistence
Matthew Dillon
- Jun 10 2016 - 18:14:54 git: test - Cleanup some test/debug code
Matthew Dillon
- Jun 10 2016 - 20:56:24 git: if_iwm - Compare paylen to datasz instead of sizeof(cmd->data).
Imre Vadasz
- Jun 10 2016 - 20:56:24 git: if_iwm - Use DragonFly specific convenience functions for bus_dma stuff.
Imre Vadasz
- Jun 11 2016 - 04:15:18 git: hammer2 - Fix upgrade deadlock
Matthew Dillon
- Jun 11 2016 - 04:15:18 git: kernel - Instrument vnode pager error
Matthew Dillon
- Jun 11 2016 - 04:15:18 git: hammer2 - Fix *errorp, instrument strategy errors
Matthew Dillon
- Jun 11 2016 - 04:15:19 git: test - prt() double va_arg use
Matthew Dillon
- Jun 11 2016 - 07:55:58 git: hammer2 - Fix infinite flush recursion, reduce bulkfree console spam
Matthew Dillon
- Jun 11 2016 - 12:40:07 git: kqueue.2: Improve markup.
Sascha Wildner
- Jun 11 2016 - 16:00:09 git: if_iwm - Use mbuf for large firmware commands, like OpenBSD does.
Imre Vadasz
- Jun 11 2016 - 16:00:09 git: if_iwm - GC unused struct iwm_rx_buf. Two small nitpicks.
Imre Vadasz
- Jun 11 2016 - 16:00:10 git: if_iwm - Add and use iwm_phy_db_free(), to plug phy_db memory leak.
Imre Vadasz
- Jun 11 2016 - 21:50:28 git: Makefile.usr - A bit of cleanup
Antonio Huete Jimenez
- Jun 11 2016 - 22:15:55 git: kernel - B_IODEBUG -> B_IOISSUED
Matthew Dillon
- Jun 11 2016 - 22:15:55 git: hammer2 - Use B_IOISSUED
Matthew Dillon
- Jun 11 2016 - 22:32:29 git: Makefile.usr - Fix typo
Antonio Huete Jimenez
- Jun 13 2016 - 01:59:10 git: kern: Update virtual machine detection a bit
Sepherosa Ziehau
- Jun 13 2016 - 01:59:11 git: tsc: Log the final TSC frequency
Sepherosa Ziehau
- Jun 13 2016 - 01:59:11 git: x86_64/timer: Xtimer is generic enough for per-cpu timer.
Sepherosa Ziehau
- Jun 13 2016 - 01:59:11 git: hyperv: Initial import. It only contains non-intr cputimer.
Sepherosa Ziehau
- Jun 13 2016 - 07:32:59 git: docs - Update tuning.7
Matthew Dillon
- Jun 13 2016 - 08:15:06 git: if_iwm - Fix channel list iteration in iwm_mvm_config_umac_scan().
Imre Vadasz
- Jun 14 2016 - 11:52:01 git: kernel: Add vmbus module to the build.
Sascha Wildner
- Jun 14 2016 - 18:13:58 git: Add a vmbus(4) manual page (based on FreeBSD's).
Sascha Wildner
- Jun 15 2016 - 09:45:40 git: vmbus.4: Fix stupid typo (and installworld).
Sascha Wildner
- Jun 15 2016 - 09:48:01 git: Update the pciconf(8) database.
Sascha Wildner
- Jun 16 2016 - 02:13:59 git: cputimer: Add per-cpu handler and private data for interrupt cputimer.
Sepherosa Ziehau
- Jun 16 2016 - 02:13:59 git: hyperv/vmbus: Complete vmbus initialization; interrupt cputimer is enabled
Sepherosa Ziehau
- Jun 16 2016 - 02:14:00 git: mptable: Reduce log verbosity
Sepherosa Ziehau
- Jun 16 2016 - 02:14:00 git: acpica: Interrupt resource lookup failure is fine. Add comment about it.
Sepherosa Ziehau
- Jun 16 2016 - 06:46:38 git: hyperv/vmbus: Make sure that interrupt cputimer can be enabled.
Sepherosa Ziehau
- Jun 16 2016 - 06:46:39 git: hyperv/vmbus: Factor out vmbus_msg_reset()
Sepherosa Ziehau
- Jun 16 2016 - 12:13:06 git: ps(1): Add -A option, as specified by POSIX.
Sascha Wildner
- Jun 17 2016 - 15:54:57 git: kernel/virtio: Some small stylistic cleanup.
Sascha Wildner
- Jun 17 2016 - 15:54:57 git: pathchk(1): Sync with FreeBSD.
Sascha Wildner
- Jun 18 2016 - 00:02:27 git: nvme - Work w/qemu
Matthew Dillon
- Jun 18 2016 - 02:56:04 git: nvme - Fail gracefully if chip cannot be enabled
Matthew Dillon
- Jun 18 2016 - 07:02:43 git: nvme - Implement ioctl support to retrieve log pages
Matthew Dillon
- Jun 18 2016 - 07:02:45 git: nvme - Add nvmectl userland utility
Matthew Dillon
- Jun 18 2016 - 13:08:48 git: Sync zoneinfo database with tzdata2016e from ftp://ftp.iana.org/tz/releases
Sascha Wildner
- Jun 18 2016 - 13:08:52 git: DragonFly_RELEASE_4_4 Sync zoneinfo database with tzdata2016e from ftp://ftp.iana.org/tz/releases
Sascha Wildner
- Jun 18 2016 - 13:45:33 git: sleep.9: Make tsleep_interlock(9) example a bit more correct.
Imre Vadasz
- Jun 18 2016 - 18:17:37 git: nvme - Fix composite temperature in nvmectl
Matthew Dillon
- Jun 18 2016 - 18:17:37 git: nvme - Remove debugging
Matthew Dillon
- Jun 19 2016 - 05:16:14 git: hammer2 - Start work on inode indexing - MAJOR CHANGE
Matthew Dillon
- Jun 19 2016 - 07:56:32 git: kernel - Implement ppoll system call with precise microseconds timeout.
Imre Vadasz
- Jun 19 2016 - 09:09:31 git: mbsnrtowcs/wcsnrtombs: Fix EILSEQ handling
John Marino
- Jun 19 2016 - 09:09:32 git: libc/_collate_lookup: Fix segfault seen on ISO-8859-5 locales
John Marino
- Jun 19 2016 - 19:05:48 git: hammer2 - Change XOP feed/collect locking
Matthew Dillon
- Jun 19 2016 - 19:33:36 git: hammer2 - Implement hammer2_inode_meta.iparent
Matthew Dillon
- Jun 19 2016 - 23:35:24 git: hammer2 - Implement NFS export support
Matthew Dillon
- Jun 19 2016 - 23:35:24 git: kernel - Implement PIE (place independent executables)
Matthew Dillon
- Jun 19 2016 - 23:58:09 git: procfs - Try to workaround issue to fix truss
Matthew Dillon
- Jun 20 2016 - 02:56:09 git: DragonFly_RELEASE_4_4 world - Fix sysctlbyname() errno handling cases
Matthew Dillon
- Jun 20 2016 - 14:32:18 git: intr: Avoid implicit padding
Sepherosa Ziehau
- Jun 20 2016 - 19:31:47 git: kernel - Fix typo in ppoll entry in sys/kern/syscalls.master.
Imre Vadasz
- Jun 21 2016 - 05:38:31 git: mountd - Turn on SO_REUSEADDR
Matthew Dillon
- Jun 21 2016 - 05:38:31 git: kernel - Enhance debug.ncvp_debug debugging
Matthew Dillon
- Jun 21 2016 - 05:38:31 git: hammer2 - Stabilization pass
Matthew Dillon
- Jun 21 2016 - 08:03:31 git: hammer2 - stabilization pass
Matthew Dillon
- Jun 28 2016 - 07:33:19 git: hammer2 - Stabilization pass
Matthew Dillon
- Jun 21 2016 - 06:09:11 git: hammer2 - Update directory mtime
Matthew Dillon
- Jun 21 2016 - 10:20:32 git: ipfw3: lockless in-kernel NAT
Bill Yuan
- Jun 21 2016 - 18:15:19 git: usr.bin/dirname: Accept multiple arguments as basename(1)
Rimvydas Jasinskas
- Jun 21 2016 - 19:52:51 git: <sys/poll.h>: Some namespace cleanup.
Sascha Wildner
- Jun 21 2016 - 19:56:18 git: poll.2: Adjust NAME section for ppoll().
Sascha Wildner
- Jun 22 2016 - 11:43:52 git: ipfw3_nat: kmalloc netmsg from M_LWKTMSG
Bill Yuan
- Jun 22 2016 - 12:01:33 git: kern: Also detect KVM via the Hypervisor vendor ID signature.
Imre Vadasz
- Jun 22 2016 - 14:50:34 git: intr: Force unshareble interrupt setting
Sepherosa Ziehau
- Jun 23 2016 - 07:50:20 git: drm/linux: Really implement local_irq_disable/enable
Francois Tigeot
- Jun 23 2016 - 09:46:20 git: Fix a couple of logic issues in contributed code (gcc, mpfr, tre).
Sascha Wildner
- Jun 24 2016 - 02:57:38 git: intr: Allow drivers to register high frequency interrupt.
Sepherosa Ziehau
- Jun 24 2016 - 03:14:22 git: nvme: Use high frequency interrupt for CQ processing
Sepherosa Ziehau
- Jun 24 2016 - 14:27:30 git: sys/vfs/hammer: Remove DEDUP_CACHE_SIZE and wrong comment
Tomohiro Kusumi
- Jun 24 2016 - 14:49:25 git: drm/linux: Implement some spin_lock_irq* functions
Francois Tigeot
- Jun 25 2016 - 12:59:11 git: Stop building/installing groff's soelim(1).
Sascha Wildner
- Jun 25 2016 - 17:52:10 git: hammer2 - Stabilization, optimization
Matthew Dillon
- Jun 25 2016 - 21:50:57 git: kernel - Misc bug fixes and enhancements
Matthew Dillon
- Jun 25 2016 - 22:03:24 git: kernel - Enhance swap allocation failure message
Matthew Dillon
- Jun 26 2016 - 05:15:19 git: nvme - Handle full submission queue
Matthew Dillon
- Jun 26 2016 - 05:15:20 git: hammer2 - Enhance freemap output
Matthew Dillon
- Jun 26 2016 - 05:15:20 git: hammer2 - Update error message in hammer2_mount
Matthew Dillon
- Jun 26 2016 - 05:15:20 git: hammer2 - Stabilization (data corruption)
Matthew Dillon
- Jun 26 2016 - 21:09:28 git: kernel - Fix panic in error path of nvextendbuf()
Matthew Dillon
- Jun 27 2016 - 08:46:49 git: hammer2 - Stabilization, fix bulkfree bugs, change 'df' output
Matthew Dillon
- Jun 27 2016 - 14:32:19 git: ifnet: Add oqdrops statistics
Sepherosa Ziehau
- Jun 27 2016 - 20:14:12 git: hammer2 - Remove the hidden directory, rework deletions
Matthew Dillon
- Jun 28 2016 - 23:18:02 git: hammer2 - Optimize indirect block algorithm
Matthew Dillon
- Jun 29 2016 - 02:00:17 git: kernel - Enhance buffer flush and cluster_write linearity
Matthew Dillon
- Jun 29 2016 - 02:00:17 git: hammer2 - Fix inode destroy panic
Matthew Dillon
- Jun 29 2016 - 02:15:58 git: kernel - Enhance buffer flush and cluster_write linearity (2)
Matthew Dillon
- Jun 29 2016 - 06:13:43 git: drm/i915: Use the spin_lock_irq() family of functions
Francois Tigeot
- Jun 29 2016 - 06:13:43 git: drm: Use the spin_lock_irq() family of functions
Francois Tigeot
- Jun 29 2016 - 08:50:51 No subject
Last message date:
Wed Jun 29 22:40:20 PDT 2016
Archived on: Fri Mar 3 13:39:13 PST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).