All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-11 14:41:52 to 2016-08-11 15:40:01 UTC [more...]

[PATCH v3 0/5] de-stage SW_SYNC validation frawework
 2016-08-11 15:39 UTC  (14+ messages)
` [PATCH v3 1/5] staging/android: do not let userspace trigger WARN_ON
` [PATCH v3 2/5] staging/android: move trace/sync.h to sync_trace.h
` [PATCH v3 3/5] staging/android: prepare sw_sync files for de-staging
` [PATCH v3 4/5] staging/android: add Doc for SW_SYNC ioctl interface
` [PATCH v3 5/5] dma-buf/sw_sync: de-stage SW_SYNC

[kernel-hardening] [PATCH] mm: Add the ram_latent_entropy kernel parameter
 2016-08-11 15:39 UTC  (2+ messages)
` [kernel-hardening] "

Race between ipoib_cm_handle_tx_wc and ipoib_cm_tx_destroy crashing
 2016-08-11 15:39 UTC  (3+ messages)

[RFC] arm64: Enforce gettimeofday vdso structure read ordering
 2016-08-11 15:37 UTC  (2+ messages)

[PATCH net 0/4] hv_netvsc: fixes for VF removal path
 2016-08-11 15:38 UTC  (9+ messages)
` [PATCH net 1/4] hv_netvsc: don't lose VF information
` [PATCH net 2/4] hv_netvsc: reset vf_inject on VF removal
` [PATCH net 3/4] hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
` [PATCH net 4/4] hv_netvsc: avoid deadlocks between rtnl lock and netvsc_inject_disable()

[PATCH v7 0/4] improvements to the nmi_backtrace code
 2016-08-11 15:36 UTC  (10+ messages)
` [PATCH v7 4/4] nmi_backtrace: generate one-line reports for idle cpus

[PATCH net] sctp: fix a success return may hide an error
 2016-08-11 15:36 UTC  (3+ messages)

[PATCH v2 0/4] R-Car Gen3 DU enablement on Salvator-X board
 2016-08-11 15:37 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: renesas: salvator-x: Enable DU

[PATCH v5] cfg80211: Provision to allow the support for different beacon intervals
 2016-08-11 15:34 UTC  (3+ messages)

[PATCH] nvme: Suspend all queues before deletion
 2016-08-11 15:34 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v9 0/4] ACPI: parse the SPCR table
 2016-08-11 15:31 UTC  (10+ messages)
` [PATCH v9 1/4] of/serial: move earlycon early_param handling to serial
` [PATCH v9 2/4] ACPI: parse SPCR and enable matching console
` [PATCH v9 3/4] ARM64: ACPI: enable ACPI_SPCR_TABLE
` [PATCH v9 4/4] serial: pl011: add console matching function

[Regression] "irqdomain: Don't set type when mapping an IRQ" breaks nexus7 gpio buttons
 2016-08-11 15:32 UTC  (8+ messages)

Bluestore assert
 2016-08-11 15:32 UTC  (3+ messages)

[PATCH] kasan: remove the unnecessary WARN_ONCE from quarantine.c
 2016-08-11 15:32 UTC  (4+ messages)

[PATCH 0/2] Shrink and lock the size static gen6 semaphore init array
 2016-08-11 15:31 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for Shrink and lock the size static gen6 semaphore init array (rev3)

[Qemu-devel] [RFC v4 00/28] Base enabling patches for MTTCG
 2016-08-11 15:24 UTC  (30+ messages)
` [Qemu-devel] [RFC v4 01/28] cpus: make all_vcpus_paused() return bool
` [Qemu-devel] [RFC v4 02/28] translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
` [Qemu-devel] [RFC v4 03/28] translate-all: add DEBUG_LOCKING asserts
` [Qemu-devel] [RFC v4 04/28] cpu-exec: include cpu_index in CPU_LOG_EXEC messages
` [Qemu-devel] [RFC v4 05/28] docs: new design document multi-thread-tcg.txt (DRAFTING)
` [Qemu-devel] [RFC v4 06/28] tcg: comment on which functions have to be called with tb_lock held
` [Qemu-devel] [RFC v4 07/28] linux-user/elfload: ensure mmap_lock() held while setting up
` [Qemu-devel] [RFC v4 08/28] translate-all: Add assert_(memory|tb)_lock annotations
` [Qemu-devel] [RFC v4 09/28] tcg: protect TBContext with tb_lock
` [Qemu-devel] [RFC v4 10/28] target-arm/arm-powerctl: wake up sleeping CPUs
  `  "
` [Qemu-devel] [RFC v4 11/28] tcg: move tcg_exec_all and helpers above thread fn
` [Qemu-devel] [RFC v4 12/28] tcg: cpus rm tcg_exec_all()
` [Qemu-devel] [RFC v4 13/28] tcg: add options for enabling MTTCG
` [Qemu-devel] [RFC v4 14/28] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [RFC v4 15/28] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [RFC v4 16/28] tcg: drop global lock during TCG code execution
` [Qemu-devel] [RFC v4 17/28] cpus: re-factor out handle_icount_deadline
` [Qemu-devel] [RFC v4 18/28] tcg: remove global exit_request
` [Qemu-devel] [RFC v4 19/28] tcg: move locking for tb_invalidate_phys_page_range up
` [Qemu-devel] [RFC v4 20/28] cpus: tweak sleeping and safe_work rules for MTTCG
` [Qemu-devel] [RFC v4 21/28] tcg: enable tb_lock() for SoftMMU
` [Qemu-devel] [RFC v4 22/28] tcg: enable thread-per-vCPU
` [Qemu-devel] [RFC v4 23/28] atomic: introduce cmpxchg_bool
` [Qemu-devel] [RFC v4 24/28] cputlb: add assert_cpu_is_self checks
` [Qemu-devel] [RFC v4 25/28] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [RFC v4 26/28] cputlb: tweak qemu_ram_addr_from_host_nofail reporting
` [Qemu-devel] [RFC v4 27/28] cputlb: make tlb_reset_dirty safe for MTTCG
` [Qemu-devel] [RFC v4 28/28] cputlb: make tlb_flush_by_mmuidx "

[PATCHv5 net-next 0/2] Add support for IFLA_VF_MAC
 2016-08-11 15:36 UTC  (3+ messages)
` [PATCHv5 net-next 1/2] cxgb4: Add control net_device for configuring PCIe VF
` [PATCHv5 net-next 2/2] cxgb4/cxgb4vf: Add set VF mac address support

[Cluster-devel] [GFS2 PATCH] GFS2: Add function gfs2_get_iomap
 2016-08-11 15:26 UTC  (2+ messages)

[PATCH] Staging: rtl8723au: os_intfs: fixed case statement is variable issue
 2016-08-11 15:25 UTC  (2+ messages)

[PATCH] dma-buf: Restart reservation_object_get_fences_rcu() after writes
 2016-08-11 15:24 UTC 

CB_LAYOUTRECALL "deadlock" with in-kernel flexfiles server and XFS
 2016-08-11 15:23 UTC 

[PATCH] HID: wacom: Stop mapping touch usages after processing HID_DG_CONTACTCOUNT
 2016-08-11 15:22 UTC  (6+ messages)
` [PATCH v2] HID: wacom: Update last_slot_field during pre_report phase

[PATCH net-next 2/4] flow_dissector: Get vlan priority in addition to vlan id
 2016-08-11 15:23 UTC  (3+ messages)

Restricting network communications of mounted filesystems
 2016-08-11 15:23 UTC  (2+ messages)

Windows/Linux mismatch in _OSI return value for supported OS
 2016-08-11 15:22 UTC 

[PATCH RFC 0/4] sqsize zero-based fixes
 2016-08-11 15:21 UTC  (6+ messages)
` [PATCH RFC 1/4] fabrics: define admin sqsize min default, per spec
` [PATCH RFC 2/4] nvme-rdma: fix sqsize/hsqsize/hrqsize "

[PATCH] perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2
 2016-08-11 15:21 UTC 

[patch 4 00/22] timer: Refactor the timer wheel
 2016-08-11 15:21 UTC  (3+ messages)
` [patch 4 14/22] timer: Switch to a non cascading wheel

[PATCH] driver core: add test of driver remove calls during probe
 2016-08-11 15:20 UTC 

[Qemu-devel] [PULL 2.7 0/1] virtio-console: fix receiving data from guest
 2016-08-11 15:19 UTC  (5+ messages)

Save/Restore is not working properly
 2016-08-11 15:18 UTC  (4+ messages)

[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64
 2016-08-11 15:16 UTC  (8+ messages)
` [PATCH 05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

[U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection
 2016-08-11 15:17 UTC  (4+ messages)

[PATCH 0/6] Some Tegra I2C Updates
 2016-08-11 15:01 UTC  (19+ messages)
` [PATCH 1/6] i2c: tegra: Add missing new line characters
` [PATCH 2/6] i2c: tegra: Remove non device-tree support
` [PATCH 3/6] i2c: tegra: Use device name for adapter name
` [PATCH 4/6] i2c: tegra: Simplify I2C resume
` [PATCH 5/6] i2c: tegra: Add runtime power-management support
` [PATCH 6/6] i2c: tegra: Add pinctrl support

[PATCH] sched: fix the intention to re-evalute tick dependency for offline cpu
 2016-08-11 15:14 UTC  (4+ messages)

[RFT GIT PULL] Makefile: Add ".fig -> .eps" rule
 2016-08-11 15:14 UTC 

[PATCH] x86/irq: do not substract irq_tlb_count from irq_call_count
 2016-08-11 15:13 UTC  (2+ messages)

[PATCH] seccomp: Fix tracer exit notifications during fatal signals
 2016-08-11 15:12 UTC  (2+ messages)

[B.A.T.M.A.N.] is the multicast performance throttled?
 2016-08-11 15:13 UTC 

[PATCH v2 2/2] hotplug: Prevent alloc/free of irq descriptors during cpu up/down (again)
 2016-08-11 15:12 UTC  (10+ messages)
` [tip:smp/hotplug] cpu/hotplug: Prevent alloc/free of irq descriptors during CPU "

[PATCH] mac80211: Keep CoDel stats per txq, export them in debugfs
 2016-08-11 15:11 UTC  (2+ messages)
` [PATCH v2] mac80211: Re-structure aqm debugfs output and include CoDel drops

[PATCH v3 0/2] pack-objects mru
 2016-08-11 15:11 UTC  (8+ messages)
` [PATCH v3 1/2] pack-objects: break delta cycles before delta-search phase
        ` [PATCH v5] pack-objects mru

[ovmf test] 100413: all pass - PUSHED
 2016-08-11 15:11 UTC 

[PATCH v3 00/19] mini-os: support of auto-ballooning
 2016-08-11 15:11 UTC  (3+ messages)
` [PATCH v3 19/19] mini-os: repair build system

[PATCH] [v7] net: emac: emac gigabit ethernet controller driver
 2016-08-11 15:10 UTC  (10+ messages)

[PATCH v2 0/6] de-stage SW_SYNC validation frawework
 2016-08-11 15:09 UTC  (8+ messages)
` [PATCH v2 1/6] staging/android: remove doc from sw_sync

[xen-unstable test] 100408: tolerable FAIL - PUSHED
 2016-08-11 15:10 UTC 

[PATCH] eeprom: at24: check if the chip is functional in probe()
 2016-08-11 15:09 UTC  (3+ messages)

[PATCH] SAS: use sas_rphy instead of sas_end_device to obtain address
 2016-08-11 15:09 UTC  (2+ messages)

Question about dma-ranges property for PCI host controllers
 2016-08-11 15:09 UTC  (2+ messages)

[PATCH 0/7] x86emul: misc small adjustments
 2016-08-11 15:06 UTC  (5+ messages)
` [PATCH 4/7] x86emul: fold SrcImmByte fetching

[PATCH 1/2] dt: bindings: Add vendor prefix for Espressif System
 2016-08-11 15:08 UTC  (6+ messages)

[pasemi] Internal CompactFlash (CF) card device not recognised after the powerpc-4.8-1 merge
 2016-08-11 15:03 UTC 

[PATCH v2 0/4] arm64: put objects into proper sections
 2016-08-11 15:05 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: apply __ro_after_init to some objects

[PATCH v2] kasan: avoid overflowing quarantine size on low memory systems
 2016-08-11 15:06 UTC  (4+ messages)

[PATCH 1/3] xen: Some code motion to avoid having to do forward-declaration
 2016-08-11 14:59 UTC  (6+ messages)
` [PATCH 2/3] xen: Have schedulers revise initial placement

[PATCH v8 0/5] ASoC: MT8173 HDMI jack detection
 2016-08-11 15:03 UTC  (8+ messages)
` [PATCH v8 1/5] video: rmk's HDMI notification prototype

[PATCH] dmaengine: tegra210-adma: Update driver to use of_pm_clk_add_clk
 2016-08-11 15:02 UTC  (2+ messages)

[RFC] dm-crypt: add ability to use keys from the kernel key retention service
 2016-08-11 15:01 UTC  (4+ messages)
  ` [dm-devel] "

[PATCH v5 0/3] locking/mutex: Enable optimistic spinning of lock waiter
 2016-08-11 15:01 UTC  (3+ messages)
` [PATCH v5 3/3] locking/mutex: Ensure forward progress of waiter-spinner

rbd-mirror related jewel backports
 2016-08-11 15:01 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support
 2016-08-11 15:00 UTC  (2+ messages)

RFC: Consolidated userspace RDMA library repo
 2016-08-11 15:00 UTC  (3+ messages)
`  "

State of SMBIOS patches
 2016-08-11 14:59 UTC  (2+ messages)

[meta-oe][PATCHv4] pcsc-lite: Seperate GPLV3 portions from BSD
 2016-08-11 14:59 UTC 

[PATCH 1/4] befs: dump inode_size superblock information
 2016-08-11 14:58 UTC  (3+ messages)
` [PATCH 2/4] befs: add check for ag_shift in superblock

[PATCH v2 00/44] x86/dumpstack: rewrite x86 stack dump code
 2016-08-11 14:58 UTC  (9+ messages)
` [PATCH v2 30/44] x86/unwind: add new unwind interface and implementations

[PATCH] perf tools mem: Fix -t store option for record command
 2016-08-11 14:58 UTC  (5+ messages)

fsck.reiser4-1.1.0 doesn't remove corrupted files
 2016-08-11 14:56 UTC  (3+ messages)

[rtc-linux] [PATCH 0/2] bq32000 fixes
 2016-08-11 14:56 UTC  (4+ messages)
` [rtc-linux] [PATCH v2 1/2] rtc: bq32k: Use correct mask name for 'minutes' register
  ` [rtc-linux] "

A bug in ftrace - dynamic fops
 2016-08-11 14:54 UTC  (9+ messages)

[PATCH] rt2x00usb: Fix error return code
 2016-08-11 14:48 UTC  (3+ messages)

[PATCH v2 1/2] x86/altp2m: use __get_gfn_type_access to avoid lock conflicts
 2016-08-11 14:51 UTC  (5+ messages)
` [PATCH v2 2/2] x86/altp2m: allow specifying external-only use-case

[PATCH v6 0/9] status: V2 porcelain status
 2016-08-11 14:46 UTC  (10+ messages)
` [PATCH v6 1/9] status: rename long-format print routines
` [PATCH v6 2/9] status: cleanup API to wt_status_print
` [PATCH v6 3/9] status: support --porcelain[=<version>]
` [PATCH v6 4/9] status: collect per-file data for --porcelain=v2
` [PATCH v6 5/9] status: print per-file porcelain v2 status data
` [PATCH v6 6/9] status: print branch info with --porcelain=v2 --branch
` [PATCH v6 7/9] git-status.txt: describe --porcelain=v2 format
` [PATCH v6 8/9] test-lib-functions.sh: Add lf_to_nul
` [PATCH v6 9/9] status: unit tests for --porcelain=v2

[PATCH 2/2] drm/i915: Initialize legacy semaphores from engine hw id indexed array
 2016-08-11 14:50 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 1/2] perf: Add function to post process kernel trace events
 2016-08-11 14:49 UTC  (7+ messages)
` [PATCH 2/2] perf ppc64le: Fix probe location when using DWARF

[PATCH V3] common/vm_event: synchronize vCPU state in vm_event_resume()
 2016-08-11 14:48 UTC  (2+ messages)

checksum error in metadata node - best way to move root fs to new drive?
 2016-08-11 14:45 UTC  (8+ messages)

[PATCH 1/5] drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before wait
 2016-08-11 14:46 UTC  (5+ messages)
` [PATCH 2/5] drm: Remove manual "
` [PATCH 3/5] drm/msm: Remove "
` [PATCH 4/5] drm/nouveau: "
` [PATCH 5/5] drm/vmwgfx: "

[U-Boot] A command to discard saved environments?
 2016-08-11 14:46 UTC  (7+ messages)

[Qemu-devel] [PATCH] add migration capability to bypass the shared memory
 2016-08-11 14:45 UTC  (9+ messages)
` [Qemu-devel] [PATCH V2] "

[lm-sensors] [RFC][PATCH] hwmon/max6650.c: Optionally retrieve voltage and prescaler from devicetree
 2016-08-11 14:43 UTC  (5+ messages)
` [lm-sensors] [RFC][PATCH] hwmon/max6650.c: Optionally retrieve voltage and prescaler from device
  ` [lm-sensors] [PATCH v3] hwmon/max6650.c: Add devicetree support
    `  "

Toaster Weekly Meeting Minutes 10/08/16
 2016-08-11 14:42 UTC  (2+ messages)

Various tidy-ups for VCE/UVD
 2016-08-11 14:42 UTC  (3+ messages)
` [PATCH 1/4] drm/amd/amdgpu: Cleanup register access in VCE v3

[PATCH v2 00/25] arm/altp2m: Introducing altp2m to ARM
 2016-08-11 14:41 UTC  (8+ messages)
` [PATCH v2 01/25] arm/altp2m: Add first altp2m HVMOP stubs


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.