All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-12 17:16:49 to 2017-04-12 17:59:27 UTC [more...]

[Qemu-devel] WinDbg module
 2017-04-12 17:55 UTC  (3+ messages)

[PATCH] Add support for high priority scheduling in amdgpu v8
 2017-04-12 17:59 UTC  (3+ messages)
` [PATCH 25/26] drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3

[PATCH v1 1/7] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
 2017-04-12 17:59 UTC  (3+ messages)

Deadlock between block allocation and block truncation
 2017-04-12 17:57 UTC  (4+ messages)

[PATCH 2/2] mdadm/manpage:clustered array doesn't support --array-size yet
 2017-04-12 17:57 UTC  (3+ messages)
` [PATCH v1 2/2] mdadm/manpage:clustered arrays don't support array-size yet

[PATCH v2 0/4] Improved logging
 2017-04-12 17:55 UTC  (2+ messages)

[GIT PULL] pwm: Fixes for v4.11-rc7
 2017-04-12 17:55 UTC 

[PATCH net-next] gso: Support frag_list splitting with head_frag
 2017-04-12 17:54 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid
 2017-04-12 17:53 UTC  (4+ messages)
` [U-Boot] [PATCH v3 6/6] board: toradex: colibri_vf: Add DCU support for Colibri Vybrid

drm-tip/drm-tip build: 207 builds: 0 failed, 207 passed, 45 warnings (v4.11-rc6-1922-ga428480d2c4f)
 2017-04-12 17:51 UTC 

[PATCH 1/2] mdadm/manpage:update description for readonly in manpage
 2017-04-12 17:51 UTC  (3+ messages)
` [PATCH v1 1/2] mdadm/manpage:update manpage for readonly parameter

[Qemu-devel] [PATCH 00/12] make dirty-bitmap byte-based
 2017-04-12 17:49 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/12] dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documented
` [Qemu-devel] [PATCH 02/12] migration: Don't lose errno across aio context changes
` [Qemu-devel] [PATCH 03/12] dirty-bitmap: Drop unused functions
` [Qemu-devel] [PATCH 04/12] dirty-bitmap: Track size in bytes
` [Qemu-devel] [PATCH 05/12] dirty-bitmap: Set iterator start by offset, not sector
` [Qemu-devel] [PATCH 06/12] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
` [Qemu-devel] [PATCH 07/12] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
` [Qemu-devel] [PATCH 08/12] dirty-bitmap: Change bdrv_get_dirty() to take bytes
` [Qemu-devel] [PATCH 09/12] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
` [Qemu-devel] [PATCH 10/12] mirror: Switch mirror_dirty_init() to byte-based iteration
` [Qemu-devel] [PATCH 11/12] dirty-bitmap: Switch bdrv_set_dirty() to bytes
` [Qemu-devel] [PATCH 12/12] dirty-bitmap: Convert internal hbitmap size/granularity

[PATCH] ath: Fix updating radar flags for coutry code India
 2017-04-12 17:49 UTC  (2+ messages)

[PATCH tip/core/rcu 0/40] SRCU callback parallelization for 4.12
 2017-04-12 17:40 UTC  (41+ messages)
` [PATCH tip/core/rcu 01/40] rcu: Maintain special bits at bottom of ->dynticks counter
` [PATCH tip/core/rcu 02/40] rcu: Make arch select smp_mb__after_unlock_lock() strength
` [PATCH tip/core/rcu 03/40] srcu: Consolidate batch checking into rcu_all_batches_empty()
` [PATCH tip/core/rcu 04/40] srcu: Check for tardy grace-period activity in cleanup_srcu_struct()
` [PATCH tip/core/rcu 05/40] rcu: Semicolon inside RCU_TRACE() for rcu.h
` [PATCH tip/core/rcu 06/40] rcu: Semicolon inside RCU_TRACE() for Tiny RCU
` [PATCH tip/core/rcu 07/40] rcu: Semicolon inside RCU_TRACE() for tree.c
` [PATCH tip/core/rcu 08/40] rcu: Make call_rcu() do deferred NOCB wakeups
` [PATCH tip/core/rcu 09/40] rcu: Make rcu_all_qs() "
` [PATCH tip/core/rcu 10/40] rcu: Make rcu_note_context_switch() "
` [PATCH tip/core/rcu 11/40] rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure
` [PATCH tip/core/rcu 12/40] rcu: Pull rcu_qs_ctr "
` [PATCH tip/core/rcu 13/40] rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()
` [PATCH tip/core/rcu 14/40] rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions
` [PATCH tip/core/rcu 15/40] rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed
` [PATCH tip/core/rcu 16/40] srcu: Abstract multi-tail callback list handling
` [PATCH tip/core/rcu 17/40] srcu: Allow SRCU to access rcu_scheduler_active
` [PATCH tip/core/rcu 18/40] srcu: Allow early boot use of synchronize_srcu()
` [PATCH tip/core/rcu 19/40] rcu: Add single-element dequeue functions to rcu_segcblist
` [PATCH tip/core/rcu 20/40] srcu: Move rcu_seq_start() and friends to rcu.h
` [PATCH tip/core/rcu 21/40] rcu: Expedited wakeups need to be fully ordered
` [PATCH tip/core/rcu 22/40] rcu: Fix warning in rcu_seq_end()
` [PATCH tip/core/rcu 23/40] srcu: Push srcu_advance_batches() fastpath into common case
` [PATCH tip/core/rcu 24/40] srcu: Move to state-based grace-period sequencing
` [PATCH tip/core/rcu 25/40] srcu: Add grace-period sequence numbers
` [PATCH tip/core/rcu 26/40] srcu: Use rcu_segcblist to track SRCU callbacks
` [PATCH tip/core/rcu 27/40] srcu: Move combining-tree definitions for SRCU's benefit
` [PATCH tip/core/rcu 28/40] srcu: Move rcu_init_levelspread() to rcu_tree_node.h
` [PATCH tip/core/rcu 29/40] rcu: Remove redundant levelcnt[] array from rcu_init_one()
` [PATCH tip/core/rcu 30/40] srcu: Move rcu_node traversal macros to rcu.h
` [PATCH tip/core/rcu 31/40] srcu: Make num_rcu_lvl[] array be external
` [PATCH tip/core/rcu 32/40] srcu: Fix bogus try_check_zero() comment
` [PATCH tip/core/rcu 33/40] srcu: Improve rcu_seq grace-period-counter abstraction
` [PATCH tip/core/rcu 34/40] srcu: Allow a second bit in rcu_seq for SRCU state
` [PATCH tip/core/rcu 35/40] srcu: Merge ->srcu_state into ->srcu_gp_seq
` [PATCH tip/core/rcu 36/40] srcu: Crude control of expedited grace periods
` [PATCH tip/core/rcu 37/40] srcu: Create a tiny SRCU
` [PATCH tip/core/rcu 38/40] srcutorture: Print Tiny SRCU reader statistics
` [PATCH tip/core/rcu 39/40] srcu: Introduce CLASSIC_SRCU Kconfig option
` [PATCH tip/core/rcu 40/40] srcu: Parallelize callback handling

[PATCH 0/3] cpufeatures merge candidate
 2017-04-12 17:48 UTC  (5+ messages)
` [PATCH 1/3] powerpc/64s: POWER9 no LPCR VRMASD bits
` [PATCH 2/3] of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle
` [PATCH 3/3] powerpc/64s: cpufeatures: add initial implementation for cpufeatures
` [PATCH][OPAL] cpufeatures: add base and POWER8, POWER9 /cpus/features dt

[PATCH v4 00/15] Enable OA unit for Gen 8 and 9 in i915 perf
 2017-04-12 17:47 UTC  (4+ messages)
` [PATCH v4 12/15] drm/i915/perf: Add OA unit support for Gen 8+
` ✓ Fi.CI.BAT: success for Enable OA unit for Gen 8 and 9 in i915 perf (rev6)

[PATCH] arm64: acpi: Support PCI devices numa_node property in ACPI mode
 2017-04-12 17:48 UTC  (6+ messages)

[PATCH v3 0/4] convert: add "status=delayed" to filter process protocol
 2017-04-12 17:46 UTC  (6+ messages)
` [PATCH v3 4/4] "

[U-Boot] [ PATCH v2] net: move Broadcom SF2 driver to Kconfig
 2017-04-12 17:46 UTC 

[PATCH 0/2] xfsprogs: metadump/mdrestore warns about dirty journal
 2017-04-12 17:45 UTC  (6+ messages)
` [PATCH 2/2] mdrestore: warn about corruption if log is dirty

[v2 PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts
 2017-04-12 17:43 UTC  (17+ messages)
` [v2 PATCH for-4.4 01/16] net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitions
` [v2 PATCH for-4.4 02/16] net/mlx4_core: Fix racy CQ (Completion Queue) free
` [v2 PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue
` [v2 PATCH for-4.4 04/16] SUNRPC: fix refcounting problems with auth_gss messages
` [v2 PATCH for-4.4 05/16] ibmveth: set correct gso_size and gso_type
` [v2 PATCH for-4.4 06/16] ibmveth: calculate gso_segs for large packets
` [v2 PATCH for-4.4 07/16] Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
` [v2 PATCH for-4.4 08/16] Drivers: hv: don't leak memory in vmbus_establish_gpadl()
` [v2 PATCH for-4.4 09/16] Drivers: hv: get rid of timeout in vmbus_open()
` [v2 PATCH for-4.4 10/16] Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
` [v2 PATCH for-4.4 11/16] Tools: hv: kvp: ensure kvp device fd is closed on exec
` [v2 PATCH for-4.4 12/16] Drivers: hv: balloon: keep track of where ha_region starts
` [v2 PATCH for-4.4 13/16] Drivers: hv: balloon: account for gaps in hot add regions
` [v2 PATCH for-4.4 14/16] hv: don't reset hv_context.tsc_page on crash
` [v2 PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues
` [v2 PATCH for-4.4 16/16] usb: hub: Wait for connection to be reestablished after port reset

linux-next: manual merge of the scsi-mkp tree with the char-misc tree
 2017-04-12 17:44 UTC  (4+ messages)

[PATCH v2 net-next] net: stmmac: add drop transmit status feature
 2017-04-12 17:43 UTC  (5+ messages)

[GIT PULL] drm/panel: Changes for v4.12-rc1
 2017-04-12 17:43 UTC 

[PATCH] MAINTAINERS: drop akarwar from mwifiex
 2017-04-12 17:42 UTC 

kmemleak complaints in nvme PM
 2017-04-12 17:42 UTC  (3+ messages)

[meta-networking][PATCH 1/3] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged
 2017-04-12 17:42 UTC  (3+ messages)

[GIT PULL FOR v4.12] Renesas R-Car Gen3 DU HDMI support
 2017-04-12 17:42 UTC  (8+ messages)
` [PATCH] drm: panels: Add MAINTAINERS entry for LVS panel driver

master - WHATS_NEW: add recent RAID entries
 2017-04-12 17:42 UTC 

filesystem dead, xfs_repair won't help
 2017-04-12 17:41 UTC  (11+ messages)

[PATCH 01/67] drm/i915/cnp: Introduce Cannonpoint PCH
 2017-04-12 17:41 UTC  (3+ messages)
` [PATCH 02/67] drm/i915/cnp: Add PCI ID for Cannonpoint LP PCH

[PATCH] KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK
 2017-04-12 17:40 UTC  (2+ messages)

[rdma-core/srp_daemon PATCH] Correct method field for PathRecord request
 2017-04-12 17:39 UTC  (9+ messages)

[PATCH] drm/amdgpu: Add kernel parameter to manage memory error handling
 2017-04-12 17:38 UTC  (3+ messages)

[PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
 2017-04-12 17:38 UTC  (3+ messages)
` [PATCH 2/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
` [PATCH 3/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10

[Qemu-arm] [PATCH 0/4] FTGMAC100 nic model for the Aspeed SoCs
 2017-04-12 17:37 UTC  (7+ messages)
` [Qemu-arm] [PATCH 1/4] net: add FTGMAC100 support
  ` [Qemu-devel] "

[PATCH for-4.9 0/5] Stable commits from Ubuntu Xenial 4.4-lts
 2017-04-12 17:36 UTC  (6+ messages)
` [PATCH for-4.9 1/5] blk-mq: Avoid memory reclaim when remapping queues
` [PATCH for-4.9 2/5] usb: hub: Wait for connection to be reestablished after port reset
` [PATCH for-4.9 3/5] net/mlx4_en: Fix bad WQE issue
` [PATCH for-4.9 4/5] net/mlx4_core: Fix racy CQ (Completion Queue) free
` [PATCH for-4.9 5/5] net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitions

[Xen-users] "Hello Xen Project" Book
 2017-04-12 17:36 UTC  (4+ messages)

[PATCH] sched: Have do_idle() call __schedule() without enabling preemption
 2017-04-12 17:36 UTC 

LTTng on Docker
 2017-04-12 17:34 UTC 

[xen-4.8-testing baseline-only test] 71175: regressions - trouble: blocked/broken/fail/pass
 2017-04-12 17:35 UTC 

master - lvconvert: better message on --regionsize
 2017-04-12 17:34 UTC 

[PATCH] pci/quirks: ITE 8893 needs quirk_use_pcie_bridge_dma_alias
 2017-04-12 17:33 UTC  (2+ messages)

[PATCH 1/3] drm/msm: Expose our reservation object when exporting a dmabuf
 2017-04-12 17:33 UTC  (9+ messages)
` [PATCH 2/3] drm/etnaviv: "
` [PATCH 3/3] drm/vc4: Add support for dma-buf fencing

[PATCH 5/6] perf tools: disable JVMTI if no ELF support available
 2017-04-12 17:33 UTC  (3+ messages)

[LTP] [PATCH] memcg_stress_test.sh: Reduce runtime
 2017-04-12 17:33 UTC 

[PATCH v1]] lib/btree.c: optimise the code by previously getpos function
 2017-04-12 17:32 UTC  (3+ messages)

[PATCH] mm: add VM_STATIC flag to vmalloc and prevent from removing the areas
 2017-04-12 17:31 UTC  (5+ messages)

[PATCH v3 1/4] mwifiex: remove unnecessary wakeup interrupt number sanity check
 2017-04-12 17:32 UTC  (3+ messages)
` [PATCH v3 4/4] mwifiex: pcie: extract wifi part from combo firmware during function level reset

[Qemu-arm] [PATCH] arm: remove remaining cannot_destroy_with_object_finalize_yet
 2017-04-12 17:32 UTC  (2+ messages)
` [Qemu-devel] "

master - lvconvert: better message on --regionsize
 2017-04-12 17:31 UTC 

please use pci_alloc_irq_vectors in thunderx_edac
 2017-04-12 17:30 UTC  (5+ messages)

[PATCH v5 0/8] mfd: Add OF device table to I2C drivers that are missing it
 2017-04-12 17:27 UTC  (15+ messages)
` [PATCH v5 1/8] dt-bindings: mfd: Add retu/tahvo ASIC chips bindings
` [PATCH v5 2/8] mfd: retu: Drop -mfd suffix from I2C device ID name
` [PATCH v5 3/8] mfd: retu: Add OF device ID table
` [PATCH v5 4/8] ARM: dts: n8x0: Add vendor prefix to retu node
` [PATCH v5 5/8] i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example
` [PATCH v5 6/8] dt-bindings: mfd: Add TI tps6105x chip bindings
` [PATCH v5 7/8] mfd: tps6105x: Add OF device ID table
` [PATCH v5 8/8] ARM: ux500: Add vendor prefix to tps61052 node

[PATCH] switchtec: Fix an error handling
 2017-04-12 17:28 UTC  (5+ messages)

[PATCH 0/2] libsepol and checkpolicy: Add ability to expand some attributes in binary policy
 2017-04-12 17:27 UTC  (3+ messages)
` [PATCH 1/2] libsepol/cil: "

[U-Boot] [PATCH] ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodes
 2017-04-12 17:27 UTC  (2+ messages)
` [U-Boot] "

[PATCH v8 00/27] arm64: Dom0 ITS emulation
 2017-04-12 17:26 UTC  (16+ messages)
` [PATCH v8 05/27] ARM: GICv3: forward pending LPIs to guests
` [PATCH v8 18/27] ARM: vITS: handle MAPD command
` [PATCH v8 19/27] ARM: vITS: handle MAPTI command
` [PATCH v8 23/27] ARM: vITS: handle INV command
` [PATCH v8 24/27] ARM: vITS: handle INVALL command

[PATCH 0/2] arm64: acpi/pci: allow the firmware BAR configuration to be preserved
 2017-04-12 17:26 UTC  (4+ messages)
` [PATCH 2/2] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup

Btrfs disk layout question
 2017-04-12 17:25 UTC  (8+ messages)

[PATCH] selinux: add selinux_is_enforced() function
 2017-04-12 17:24 UTC  (9+ messages)

[PATCH] thermal: core: Add a back up thermal shutdown mechanism
 2017-04-12 17:24 UTC  (11+ messages)

[PATCH] ipv6: Fix idev->addr_list corruption
 2017-04-12 17:24 UTC  (2+ messages)

audit.rules not fully loading into memory according to auditctl -l
 2017-04-12 17:22 UTC  (2+ messages)

Running tests
 2017-04-12 17:22 UTC 

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-04-12 17:21 UTC  (10+ messages)

[PATCH v5 0/4] gpio: mvebu: Add PWM fan support
 2017-04-12 17:21 UTC  (6+ messages)
` [PATCH v5 1/4] gpio: mvebu: Add limited PWM support

Full Python3 Installation
 2017-04-12 17:21 UTC  (2+ messages)

[PATCH net 1/1] net: tcp: Increase TCPABORTONLINGER when send RST by linger2 in keepalive timer
 2017-04-12 17:20 UTC  (2+ messages)

[PATCH] kmscube: add recipe
 2017-04-12 17:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V3 0/4] pwm: tegra: Pin configuration in suspend/resume and cleanups
 2017-04-12 17:19 UTC  (6+ messages)
` [PATCH V3 2/4] pwm: tegra: Increase precision in pwm rate calculation

[PATCH 1/2] nvme: enable SG gaps support
 2017-04-12 17:17 UTC  (3+ messages)
` [PATCH 2/2] nvme-rdma: add support for arbitrary sg lists mapping


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.