All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-17 19:30:03 to 2017-09-17 22:45:34 UTC [more...]

[Bug 99889] nouveau preventing shutdown after suspend-resume
 2017-09-17 22:45 UTC 

[Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu
 2017-09-17 22:40 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 5/7] mips: MIPSCPU model subclasses
` [Qemu-devel] [PATCH v2 7/7] mips: update mips_cpu_list() to use object_class_get_list()

Rough notes from sys_membarrier() lightning BoF
 2017-09-17 22:36 UTC 

[PATCH 0/2] rapidio: Two fixes for 'rio_dma_transfer()'
 2017-09-17 22:33 UTC  (6+ messages)
` [PATCH 1/2] rapidio: Fix resources leak in error handling path in 'rio_dma_transfer()'
` [PATCH 2/2] rapidio: Fix an error handling "

[PATCH 1/4] t1502: demonstrate rev-parse --parseopt option mis-parsing
 2017-09-17 22:28 UTC  (4+ messages)
` [PATCH 2/4] rev-parse parseopt: do not search help text for flag chars
` [PATCH 3/4] rev-parse parseopt: interpret any whitespace as start of help text
` [PATCH 4/4] git-rebase: don't ignore unexpected command line arguments

[PATCH] Documentation: kernel-api: drop "Data Types" section
 2017-09-17 22:19 UTC 

GPIO Centralized Control Daemon
 2017-09-17 22:10 UTC  (10+ messages)

[PATCH v2 0/1] Add qgroup_autoremove flag
 2017-09-17 22:08 UTC  (2+ messages)
` [PATCH v2 1/1] btrfs: Add mechanism to configure automatic level-0 qgroup removal

[PATCH 00/21] backports: multiple changes for kernel 3.13-rc6
 2017-09-17 22:07 UTC  (8+ messages)
` [PATCH 16/21] patches: brcmfmac: fix netdev destructor

[PATCH] cifs: hide unused functions
 2017-09-17 22:03 UTC  (4+ messages)

[U-Boot] [PATCH 00/10] efi_loader: event services & API test
 2017-09-17 21:57 UTC  (5+ messages)

[PATCH 2/2] mtd: spi-nor: add GigaDevice gd25q512
 2017-09-17 21:54 UTC 

Is WRITE_ONCE() enough to prevent invention of stores?
 2017-09-17 21:55 UTC  (4+ messages)

[PATCH 1/2] mtd: spi-nor: enable 4B opcodes for mx66l51235l
 2017-09-17 21:54 UTC 

[xen-unstable test] 113543: regressions - FAIL
 2017-09-17 21:53 UTC 

[Buildroot] [PATCH] nc: new virtual package providing "netcat" functionality
 2017-09-17 21:45 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PATCH 1/2] xfs: rewrite getbmap using the xfs_iext_* helpers
 2017-09-17 21:44 UTC  (3+ messages)

[PATCH] Support HVR-1200 analog video as a clone of HVR-1500. Tested, composite and s-video inputs
 2017-09-17 21:42 UTC 

[PATCH RFC/RFT] sched/fair: Improve the behavior of sync flag
 2017-09-17 21:41 UTC  (10+ messages)
` [lkp-robot] [sched/fair] 6d46bd3d97: netperf.Throughput_tps -11.3% regression

[GIT PULL] overlayfs update for 4.14
 2017-09-17 21:27 UTC  (9+ messages)

refactor extent manipulation V2
 2017-09-17 21:22 UTC  (4+ messages)
` [PATCH 12/18] xfs: refactor xfs_bmap_add_extent_delay_real

[CIFS] [PATCH] Multidialect protocol negotiation for cifs.ko
 2017-09-17 21:15 UTC  (5+ messages)

[PATCH v2 0/3] led: ledtrig-transient: add support for hrtimer
 2017-09-17 21:15 UTC  (10+ messages)
    ` Vibrations in input vs. LED was "

[PATCH] tipc: Use bsearch library function
 2017-09-17 21:15 UTC  (13+ messages)
` [PATCH V2] "

[PATCH] bcache: option for recovery from staled data
 2017-09-17 21:11 UTC  (3+ messages)

4.9-stable updates for XFS
 2017-09-17 21:07 UTC  (48+ messages)
` [PATCH 01/47] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
` [PATCH 02/47] xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
` [PATCH 03/47] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
` [PATCH 04/47] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
` [PATCH 05/47] xfs: release bli from transaction properly on fs shutdown
` [PATCH 06/47] xfs: remove bli from AIL before release on transaction abort
` [PATCH 07/47] xfs: don't allow bmap on rt files
` [PATCH 08/47] xfs: free uncommitted transactions during log recovery
` [PATCH 09/47] xfs: free cowblocks and retry on buffered write ENOSPC
` [PATCH 10/47] xfs: don't crash on unexpected holes in dir/attr btrees
` [PATCH 11/47] xfs: check _btree_check_block value
` [PATCH 12/47] xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
` [PATCH 13/47] xfs: check _alloc_read_agf buffer pointer before using
` [PATCH 14/47] xfs: fix quotacheck dquot id overflow infinite loop
` [PATCH 15/47] xfs: fix multi-AG deadlock in xfs_bunmapi
` [PATCH 16/47] xfs: Fix per-inode DAX flag inheritance
` [PATCH 17/47] xfs: fix inobt inode allocation search optimization
` [PATCH 18/47] xfs: clear MS_ACTIVE after finishing log recovery
` [PATCH 19/47] xfs: don't leak quotacheck dquots when cow recovery
` [PATCH 20/47] iomap: fix integer truncation issues in the zeroing and dirtying helpers
` [PATCH 21/47] xfs: write unmount record for ro mounts
` [PATCH 22/47] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 23/47] xfs: remove xfs_trans_ail_delete_bulk
` [PATCH 24/47] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 25/47] xfs: Properly retry failed inode items in case of error during buffer writeback
` [PATCH 26/47] xfs: fix recovery failure when log record header wraps log end
` [PATCH 27/47] xfs: always verify the log tail during recovery
` [PATCH 28/47] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 29/47] xfs: handle -EFSCORRUPTED during head/tail verification
` [PATCH 30/47] xfs: add log recovery tracepoint for head/tail
` [PATCH 31/47] xfs: stop searching for free slots in an inode chunk when there are none
` [PATCH 32/47] xfs: evict all inodes involved with log redo item
` [PATCH 33/47] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
` [PATCH 34/47] xfs: open-code xfs_buf_item_dirty()
` [PATCH 35/47] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 36/47] xfs: ordered buffer log items are never formatted
` [PATCH 37/47] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 38/47] xfs: don't log dirty ranges for ordered buffers
` [PATCH 39/47] xfs: skip bmbt block ino validation during owner change
` [PATCH 40/47] xfs: move bmbt owner change to last step of extent swap
` [PATCH 41/47] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 42/47] xfs: relog dirty buffers during swapext bmbt owner change
` [PATCH 43/47] xfs: disable per-inode DAX flag
` [PATCH 44/47] xfs: fix incorrect log_flushed on fsync
` [PATCH 45/47] xfs: don't set v3 xflags for v2 inodes
` [PATCH 46/47] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 47/47] xfs: use kmem_free to free return value of kmem_zalloc

4.13-stable updates for XFS
 2017-09-17 21:06 UTC  (26+ messages)
` [PATCH 01/25] xfs: write unmount record for ro mounts
` [PATCH 02/25] xfs: toggle readonly state around xfs_log_mount_finish
` [PATCH 03/25] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 04/25] xfs: Properly retry failed inode items in case of error during buffer writeback
` [PATCH 05/25] xfs: fix recovery failure when log record header wraps log end
` [PATCH 06/25] xfs: always verify the log tail during recovery
` [PATCH 07/25] xfs: fix log recovery corruption error due to tail overwrite
` [PATCH 08/25] xfs: handle -EFSCORRUPTED during head/tail verification
` [PATCH 09/25] xfs: stop searching for free slots in an inode chunk when there are none
` [PATCH 10/25] xfs: evict all inodes involved with log redo item
` [PATCH 11/25] xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
` [PATCH 12/25] xfs: open-code xfs_buf_item_dirty()
` [PATCH 13/25] xfs: remove unnecessary dirty bli format check for ordered bufs
` [PATCH 14/25] xfs: ordered buffer log items are never formatted
` [PATCH 15/25] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH 16/25] xfs: don't log dirty ranges for ordered buffers
` [PATCH 17/25] xfs: skip bmbt block ino validation during owner change
` [PATCH 18/25] xfs: move bmbt owner change to last step of extent swap
` [PATCH 19/25] xfs: disallow marking previously dirty buffers as ordered
` [PATCH 20/25] xfs: relog dirty buffers during swapext bmbt owner change
` [PATCH 21/25] xfs: disable per-inode DAX flag
` [PATCH 22/25] xfs: fix incorrect log_flushed on fsync
` [PATCH 23/25] xfs: don't set v3 xflags for v2 inodes
` [PATCH 24/25] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
` [PATCH 25/25] xfs: use kmem_free to free return value of kmem_zalloc

[PATCH] lightnvm: remove already calculated nr_chnls
 2017-09-17 21:04 UTC 

[qemu-mainline test] 113545: regressions - FAIL
 2017-09-17 20:55 UTC 

[PATCH v4 0/3] initialize (multiple) PHYs in xhci-plat
 2017-09-17 20:51 UTC  (3+ messages)

[refpolicy] [PATCH 1/3] postfix: Some table drivers (notably cdb) need to mmap() their databases
 2017-09-17 20:47 UTC  (3+ messages)

[PATCH] pack: make packed_git_mru global a value instead of a pointer
 2017-09-17 20:44 UTC  (3+ messages)

[PATCH] checkpatch: do not check missing blank line before builtin_*_driver
 2017-09-17 20:44 UTC  (2+ messages)

Draft of Git Rev News edition 31
 2017-09-17 20:30 UTC 

[PATCH v3] target/tcmu: Add a timeout for the completion of netlink command reply
 2017-09-17 20:27 UTC  (2+ messages)

[Bug 102820] [bisected] commit ebbf7337e2daacacef3e01114e6be68a2a4f11b4 prevents X11 from starting
 2017-09-17 20:27 UTC  (5+ messages)

[PATCH 0/8] [media] Cx231xx: Adjustments for several function implementations
 2017-09-17 20:24 UTC  (18+ messages)
` [PATCH 1/8] [media] cx231xx: Delete eight error messages for a failed memory allocation
` [PATCH 2/8] [media] cx231xx: Adjust 56 checks for null pointers
` [PATCH 3/8] [media] cx231xx: Improve six size determinations
` [PATCH 4/8] [media] cx231xx: Delete an unnecessary variable initialisation in dvb_init()
` [PATCH 5/8] [media] cx231xx: Use common error handling code "
` [PATCH 6/8] [media] cx231xx: Use common error handling code in read_eeprom()
` [PATCH 7/8] [media] cx231xx: Delete an unnecessary variable initialisation "
` [PATCH 8/8] [media] cx231xx: Use common error handling code in cx231xx_load_firmware()

[meta-handheld][PATCH 1/5] linux-handheld-4.4: add support for f2fs
 2017-09-17 20:21 UTC  (5+ messages)
` [meta-handheld][PATCH 2/5] linux-handheld(-kexecoot)_4.4: update to 4.4.72 stable patchset
` [meta-handheld][PATCH 3/5] linux-handheld(-kexecoot)_4.4: update to 4.4.88 "
` [meta-handheld][PATCH 4/5] zaurus.inc: explicitely define ARM instruction set
` [meta-handheld][PATCH 5/5] zaurus.inc: use gcc6 until gcc7 produces bootable kernels

[PATCH] staging: speakup: remove NULL comparison
 2017-09-17 20:14 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality
 2017-09-17 20:13 UTC  (4+ messages)
` [PATCH 06/10] drm/i915/huc: Move HuC specific declarations from intel_uc.h to intel_huc.h

QCA988X: FW firmware-5.bin_10.2.4.70.63-2 crashes at ath10k load
 2017-09-17 20:08 UTC 

[PATCH net-next v2 0/7] korina: performance fixes and cleanup
 2017-09-17 20:09 UTC  (2+ messages)

[PATCH net-next v2 7/7] net: korina: bump version
 2017-09-17 20:01 UTC  (2+ messages)

[PATCH] m32r: define CPU_BIG_ENDIAN
 2017-09-17 19:54 UTC 

[PATCH] btrfs-progs: load_chunk_info() wrong set search key 'type'
 2017-09-17 19:50 UTC  (2+ messages)
` [PATCH] load_chunk_info() : wrong "

[PATCH] regulator: qcom_spmi: Fix an error handling path in 'qcom_spmi_regulator_probe()'
 2017-09-17 19:47 UTC  (2+ messages)

rcu kernel-doc issues (4.14-rc1)
 2017-09-17 19:49 UTC  (5+ messages)

[Buildroot] [PATCH] bluez5_utils: add upstream security fix for CVE-2017-1000250
 2017-09-17 19:46 UTC  (3+ messages)

[RFC v3 00/11] ath10k high latency
 2017-09-17 19:40 UTC  (24+ messages)
` [RFC v3 01/11] ath10k: high_latency detection
` [RFC v3 02/11] ath10k: htt: RX ring config HL support
` [RFC v3 03/11] ath10k: per target configurablity of various items
` [RFC v3 04/11] ath10k: add start_once support
` [RFC v3 05/11] ath10k: htt: High latency TX support
` [RFC v3 06/11] ath10k: htt: High latency RX support
` [RFC v3 07/11] ath10k: various fixes for high latency devices
` [RFC v3 08/11] ath10k: add QCA9377 usb hw_param item
` [RFC v3 09/11] ath10k: add QCA9377 sdio "
` [RFC v3 10/11] ath10k: wmi: disable softirq's while calling ieee80211_rx
` [RFC v3 11/11] ath10k: remove htt pending TX count for high latency

[PATCH] t2018: remove unwanted empty line
 2017-09-17 19:22 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] dm: video: enhancements for Shell.efi
 2017-09-17 19:39 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] dm: video: Add basic ANSI escape sequence support

[U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu
 2017-09-17 19:32 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.