All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-08 12:37:39 to 2015-05-08 13:28:09 UTC [more...]

[PATCH] drm/i915: Possible security hole in command parsing
 2015-05-08 13:26 UTC  (3+ messages)
  ` [PATCH v2] drm/i915: Fix possible "

[PATCH v2 1/3] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response
 2015-05-08 13:27 UTC  (3+ messages)
` [PATCH v2 2/3] profiles/network: Add support for handling extension hdr in ctrl msg

[Bug 68571] New: GPU lockup on AMD Radeon HD6850 with DPM=1
 2015-05-08 13:27 UTC  (3+ messages)
` [Bug 68571] "

[PATCH v16 03/14] qspinlock: Add pending bit
 2015-05-08 13:26 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: "

[PATCH 3/3] context_tracking,x86: remove extraneous irq disable & enable from context tracking on syscall entry
 2015-05-08 13:27 UTC  (13+ messages)

[PATCH v16 02/14] qspinlock, x86: Enable x86-64 to use queue spinlock
 2015-05-08 13:25 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock, x86: Enable x86-64 to use queued spinlocks

[RFC v2 0/13] dw_hdmi cleanups, audio preparation, helpers and ahb audio support
 2015-05-08 13:27 UTC  (6+ messages)
` [PATCH RFC v2 10/13] sound/core: add DRM ELD helper
  ` [alsa-devel] "

Chromium layout rendering issue
 2015-05-08 13:19 UTC  (3+ messages)

Overlays and aliases
 2015-05-08 13:26 UTC  (2+ messages)

[PATCH] kernel: Replace reference to ASSIGN_ONCE with WRITE_ONCE in comment
 2015-05-08 13:25 UTC  (2+ messages)
` [tip:locking/core] kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() "

[PATCH 0/3] Misc patches to aid migration v2 Remus support
 2015-05-08 13:26 UTC  (7+ messages)
` [PATCH 1/3] [RFC] x86/hvm: Permit HVM_PARAM_IDENT_PT to be set more than once
` [PATCH 2/3] tools/libxc: Properly quote macro parameters
` [PATCH 3/3] libxc/migrationv2: Split {start, end}_of_stream() to make checkpoint variants

[PATCH v3] tags: much faster, parallel "make tags"
 2015-05-08 13:26 UTC 

[PATCH v2] Replace fmemopen() with internal function in libsepol
 2015-05-08 13:25 UTC 

[PATCH v4 1/2] locking/rwsem: reduce spinlock contention in wakeup after up_read/up_write
 2015-05-08 13:24 UTC  (2+ messages)
` [tip:locking/core] locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()

[PATCH] perf_event: Don't allow vmalloc backed perf on powerpc
 2015-05-08 13:24 UTC  (2+ messages)
` [tip:perf/core] perf_event: Don't allow vmalloc() "

[PATCH v2 3/3] ipc/mqueue: lockless pipelined wakeups
 2015-05-08 13:24 UTC  (2+ messages)
` [tip:sched/core] ipc/mqueue: Implement "

[PATCH 2/3] futex: lockless wakeups
 2015-05-08 13:23 UTC  (2+ messages)
` [tip:sched/core] futex: Implement "

[PATCH] ARM:Gemini:fix compiler waring
 2015-05-08 13:24 UTC  (3+ messages)

[PATCH 1/3] sched: lockless wake-queues
 2015-05-08 13:23 UTC  (2+ messages)
` [tip:sched/core] sched: Implement "

[PATCH v2 5/5] sched, timer: Use the atomic task_cputime in thread_group_cputimer
 2015-05-08 13:23 UTC  (2+ messages)
` [tip:sched/core] "

Radeon Verde displayport failure
 2015-05-08 13:23 UTC  (2+ messages)

[PATCH v2 4/5] sched, timer: Provide an atomic task_cputime data structure
 2015-05-08 13:22 UTC  (2+ messages)
` [tip:sched/core] sched, timer: Provide an atomic ' struct task_cputime' "

[PATCH v4 0/3] idle memory tracking
 2015-05-08 13:22 UTC  (8+ messages)
` [PATCH v4 3/3] proc: add kpageidle file

[PATCH v2 3/5] sched, timer: Use atomics in thread_group_cputimer to improve scalability
 2015-05-08 13:22 UTC  (2+ messages)
` [tip:sched/core] sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), "

[PATCH v3 2/5] sched, numa: Document usages of mm->numa_scan_seq
 2015-05-08 13:22 UTC  (2+ messages)
` [tip:sched/core] sched/numa: "

[PATCH v2 1/5] sched, timer: Remove usages of ACCESS_ONCE in the scheduler
 2015-05-08 13:22 UTC  (2+ messages)
` [tip:sched/core] sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()

[PATCH 0/7] drm/i915: CHV DPIO power gating stuff
 2015-05-08 13:22 UTC  (9+ messages)
` [PATCH 2/7] drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV
` [PATCH 3/7] Revert "drm/i915: Hack to tie both common lanes together on chv"
` [PATCH 4/7] drm/i915: Use the default 600ns LDO programming sequence delay

[PATCH] add support for specifying an SSL cipher list
 2015-05-08 13:22 UTC  (2+ messages)
` [PATCH v5] http: "

[PATCH] sched/core: remove unnecessary down/up conversion
 2015-05-08 13:21 UTC  (2+ messages)
` [tip:sched/core] sched/core: Remove unnecessary down/ up conversion

[PATCH 1/3] Fix a misaligned load inside ptrace_attach()
 2015-05-08 13:21 UTC  (2+ messages)
` [tip:sched/core] signals, ptrace, sched: "

[PATCH 2/3] Change wait_on_bit*() to take an unsigned long*, not a void*
 2015-05-08 13:21 UTC  (2+ messages)
` [tip:sched/core] sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *

[PATCH 00/18] Remove media controller entity subtypes and rename types
 2015-05-08 13:21 UTC  (25+ messages)
` [PATCH 03/18] media controller: use MEDIA_ENT_T_AV_DMA for A/V DMA engines
` [PATCH 04/18] media controller: Rename camera entities
` [PATCH 05/18] media controller: rename MEDIA_ENT_T_DEVNODE_DVB entities
` [PATCH 07/18] media controller: rename the tuner entity
` [PATCH 10/18] media controller: use macros to check for V4L2 subdev entities

[PATCH 3/3] Change all uses of JOBCTL_* from int to long
 2015-05-08 13:20 UTC  (2+ messages)
` [tip:sched/core] signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'

Recipe for creating unlink deadlocks
 2015-05-08 13:21 UTC  (3+ messages)

[PATCH 1/1] perf/x86/intel: Fix SLM cache event list
 2015-05-08 13:20 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 01/11] sched/core: remove __cpuinit section tag that crept back in
 2015-05-08 13:19 UTC  (2+ messages)
` [tip:sched/core] sched/core: Remove "

[PATCH] sched/core: fix regression in cpuset_cpu_inactive for suspend
 2015-05-08 13:19 UTC  (2+ messages)
` [tip:sched/core] sched/core: Fix regression in cpuset_cpu_inactive() "

[PATCH] sched: Handle priority boosted tasks proper in setscheduler()
 2015-05-08 13:18 UTC  (2+ messages)
` [tip:sched/core] "

dma_alloc_coherent versus streaming DMA, neither works satisfactory
 2015-05-08 13:19 UTC  (4+ messages)

[PATCH 0/3] xen: cpupools: avoid crashing when shutting down/suspending with free CPUs
 2015-05-08 13:18 UTC  (6+ messages)
` [PATCH 3/3] xen: cpupools: avoid crashing if shutting down "

[PATCH 0/7] vga: Miscellaneous cleanups
 2015-05-08 13:18 UTC  (3+ messages)
` [PATCH 4/7] vga_switcheroo: Cleanup header comment

[Qemu-devel] [PATCH v3 00/10] block: incremental backup transactions
 2015-05-08 13:17 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 01/10] qapi: Add transaction support to block-dirty-bitmap operations
  ` [Qemu-devel] [Qemu-block] "

[PATCH] xserver-xorg: Make xinerama selectable via PACKAGECONFIG
 2015-05-08 13:17 UTC  (2+ messages)

master - debug: extra validation of passed segment
 2015-05-08 13:16 UTC 

master - debug: tracing error path
 2015-05-08 13:16 UTC 

master - debug: show sys errors
 2015-05-08 13:16 UTC 

master - cleanup: use 64bit ulongs
 2015-05-08 13:16 UTC 

master - cleanup: cast minor to dev_t
 2015-05-08 13:16 UTC 

master - cleanup: indent mismatch
 2015-05-08 13:16 UTC 

master - cleanup: drop unneeded header file
 2015-05-08 13:16 UTC 

master - cleanup: drop unneeded int test
 2015-05-08 13:16 UTC 

master - format1: check for lvm1_system_id
 2015-05-08 13:16 UTC 

master - format_text: properly validate PV size for restore
 2015-05-08 13:16 UTC 

master - pvcreate: fix test for wiping status
 2015-05-08 13:16 UTC 

master - lvmcache: copy just 32bytes
 2015-05-08 13:16 UTC 

[PATCH 1/3] perf probe: Remove length limitation for showing available variables
 2015-05-08 13:15 UTC  (3+ messages)
` [PATCH 2/3] perf probe: Add flag for options when showing variables

[Qemu-devel] [PATCH v3] block/vdi: Use bdrv_flush after metadata updates
 2015-05-08 13:14 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4] "
` [Qemu-devel] [Qemu-block] [PATCH v3] "

[PATCH] md-cluster: avoid deadlock on MESSAGE lock resource
 2015-05-08 13:14 UTC  (2+ messages)

autoNUMA web workload regression
 2015-05-08 13:13 UTC  (3+ messages)
` [PATCH] numa,sched: only consider less busy nodes as numa balancing destination

4.0 NFS client in infinite loop in state recovery after getting BAD_STATEID
 2015-05-08 13:13 UTC  (6+ messages)

[PATCH v3 00/11] Support for coresight ETMv4 tracer
 2015-05-08 13:12 UTC  (5+ messages)
` [PATCH v3 01/11] coresight-etm4x: Adding CoreSight ETM4x driver

[PATCH] ti-xdctools: Add version 3.30.06.67
 2015-05-08 13:12 UTC 

[PATCH v2 00/12] Improve git-pull test coverage
 2015-05-08 13:12 UTC  (12+ messages)
` [PATCH v2 07/12] t4013: call git-merge instead of git-pull
` [PATCH v2 11/12] t5524: test --log=1 limits shortlog length

[PATCH] wl18xx: fallback to default conf in case of invalid conf file
 2015-05-08 13:12 UTC  (2+ messages)

[PATCH V7 00/14] mmc: host: Add facility to support re-tuning
 2015-05-08 13:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] Add virt-v3 machine that uses GIC-500
 2015-05-08 13:09 UTC 

[Bug 90320] Lenovo ThinkPad E455 (Kaveri A10-7300): Blank built-in screen with radeon kms driver
 2015-05-08 13:08 UTC  (2+ messages)

[PATCH] scsi:qla4xxx: Fix typo in qla4xxx
 2015-05-08 13:07 UTC  (3+ messages)

[PATCH v4 REPOST] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
 2015-05-08 13:07 UTC  (2+ messages)

[RFC][PATCH 00/13] Fix RMRR
 2015-05-08 13:07 UTC  (5+ messages)
` [RFC][PATCH 01/13] tools: introduce some new parameters to set rdm policy
` [RFC][PATCH 03/13] tools/libxc: Expose new hypercall xc_reserved_device_memory_map

[PATCH] MODSIGN: Change default key details [ver #2]
 2015-05-08 13:05 UTC  (12+ messages)

[PATCH] ARM: imx: Remove eukrea_mbimxsd35 non-dt support
 2015-05-08 13:05 UTC 

[Qemu-devel] [PATCH v2] qemu-nbd: only send a limited number of errno codes on the wire
 2015-05-08 13:04 UTC  (5+ messages)

[PATCH 1/4] android/client: Fix missing new line character
 2015-05-08 13:03 UTC  (2+ messages)

[PATCH] drm: bridge: Allow daisy chaining of bridges
 2015-05-08 13:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH intel-gpu-tools 0/3] Add support for non-intel GPUs
 2015-05-08 13:03 UTC  (4+ messages)
` [PATCH intel-gpu-tools 1/3] drmtest: Add non-i915 device open helpers

[PATCH 0/3] git help: group common commands by theme
 2015-05-08 13:02 UTC  (9+ messages)
` [PATCH 1/3] command-list.txt: "

[Qemu-devel] [PATCH] qemu-nbd: return EROFS for discard on a read-only export
 2015-05-08 13:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH] qemu-nbd: only send a limited number of errno codes on the wire

[PATCH] rtlwifi: rtl8192cu: Modify REG_BCN_MAX_ERR related code
 2015-05-08 13:01 UTC  (2+ messages)

[PATCH 0/2] MIPS: BMIPS: dts: update device nodes for bcm7xxx platforms
 2015-05-08 12:59 UTC  (6+ messages)
  ` [PATCH 1/2] MIPS: BMIPS: dts: remove unsupported entry for bcm7362
  ` [PATCH 2/2] MIPS: BMIPS: dts: add uart device nodes to bcm7xxx platforms

[Qemu-devel] [Qemu-block] [PATCH v2 0/3] block: Warn about usage of growing formats over non-growable protocols
 2015-05-08 12:58 UTC  (12+ messages)

[PATCH v5] power_supply: Add support for Richtek rt9455 battery charger
 2015-05-08 12:57 UTC  (2+ messages)

passing options to grub in xen,openfirmware and efi
 2015-05-08 12:57 UTC  (12+ messages)

Give out all the avc logs in ome time
 2015-05-08 12:57 UTC  (8+ messages)

[PATCH] cxl: Use call_rcu to reduce latency when releasing the afu fd
 2015-05-08 12:55 UTC  (2+ messages)

HW Address Filter
 2015-05-08 12:53 UTC  (2+ messages)

[PATCH] configfs: Fix reading empty binary attributes
 2015-05-08 12:53 UTC 

[PATCH v2 0/5] Driver for pxa architectures
 2015-05-08 12:52 UTC  (5+ messages)
` [PATCH v2 1/5] Documentation: dmaengine: pxa-dma design

[Qemu-devel] [PULL v2 0/9] KVM, QOM, NBD, build fixes for 2015-05-08
 2015-05-08 12:52 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/9] kvm: Silence warning from valgrind
` [Qemu-devel] [PULL 2/9] apic_common: improve readability of apic_reset_common
` [Qemu-devel] [PULL 3/9] mtree: tag & indent a bit better
` [Qemu-devel] [PULL 4/9] mtree: also print disabled regions
` [Qemu-devel] [PULL 5/9] kvm: add support for memory transaction attributes
` [Qemu-devel] [PULL 6/9] exec: move rcu_read_lock/unlock to address_space_translate callers
` [Qemu-devel] [PULL 7/9] configure: require __thread support
` [Qemu-devel] [PULL 9/9] qemu-nbd: only send a limited number of errno codes on the wire

[PATCH v1] Mediatek SCPSYS power domain support
 2015-05-08 12:51 UTC  (8+ messages)
` [PATCH 2/4] soc: Mediatek: Add SCPSYS power domain driver

[PATCH] android/pts: Update GATT PTS 6.1 TC_GPA_SR_BV_11_C result
 2015-05-08 12:51 UTC  (2+ messages)

[PATCH] android/pts: Update GATT PTS 6.1 results for android 5.1
 2015-05-08 12:51 UTC  (2+ messages)

[PATCH] sched: Introduce TASK_NOLOAD and TASK_IDLE
 2015-05-08 12:47 UTC 

WARNING: The license listed CLOSED was not in the licenses collected for foo
 2015-05-08 12:47 UTC  (4+ messages)

[xen-4.3-testing test] 53768: regressions - FAIL
 2015-05-08 12:46 UTC 

[PATCH] Replace fmemopen() with internal function in libsepol
 2015-05-08 12:46 UTC 

[i915 dp mst] drm-intel-nightly-2015y-05m-07d dies when monitor at docking station
 2015-05-08 12:46 UTC  (2+ messages)

[PATCH 1/4] unit/eir: Fix G-tag test data
 2015-05-08 12:46 UTC  (3+ messages)
` [PATCH 4/4] android/gatt: Fix autoconnect

[Qemu-devel] [PATCH] net: Change help text to list -netdev instead of -net by default
 2015-05-08 12:44 UTC  (2+ messages)

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-08 12:43 UTC  (3+ messages)

[PATCH 1/3] ARM: dts: imx6sl-warp: Remove unused regulator
 2015-05-08 12:43 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: imx6sl-warp: Remove USB regulators
` [PATCH 3/3] ARM: dts: imx6sl-warp: Fix OTG roles

[Qemu-devel] [PATCH 0/4] Move last migration bits into migration/
 2015-05-08 12:43 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] migration: move ram stuff to migration/ram
` [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/
` [Qemu-devel] [PATCH 3/4] migration: Add myself to the copyright list of both files
` [Qemu-devel] [PATCH 4/4] movement: reduce include files

[Qemu-devel] [PULL 00/16] KVM, QOM, NBD, build fixes for 2015-05-08
 2015-05-08 12:42 UTC  (5+ messages)

[i915]] *ERROR* mismatch in scaler_state.scaler_id
 2015-05-08 12:41 UTC  (7+ messages)

[PATCH] x86: don't clear high 32 bits of RAX on sub-word guest I/O port reads
 2015-05-08 12:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-nbd: return ENOSPC for out-of-range writes
 2015-05-08 12:40 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: Don't exit until all errors have been detected
 2015-05-08 12:40 UTC 

Raw CAN socket support in LXC?
 2015-05-08 12:40 UTC  (9+ messages)

[PATCH 0/5] Vm_event memory introspection helpers
 2015-05-08 12:39 UTC  (9+ messages)
` [PATCH 1/5] xen/vm_event: Added support for XSETBV events

[Qemu-devel] Patches database is now being updated again
 2015-05-08 12:38 UTC 

[PATCH v4 0/5] Split SCSI header files
 2015-05-08 12:38 UTC  (5+ messages)
` [PATCH v4 3/5] Replace MAX_COMMAND_SIZE with BLK_MAX_CDB
` [PATCH v4 4/5] target: Correct a comment

patch "staging: vt6655: lock MACvWriteBSSIDAddress." added to staging-linus
 2015-05-08 12:37 UTC 

patch "staging: vt6655: vnt_tx_packet Correct TX order of OWNED_BY_NIC" added to staging-linus
 2015-05-08 12:37 UTC 

[PATCH 0/1] combo-layer + merge requests
 2015-05-08 12:37 UTC  (2+ messages)
` [PATCH 1/1] combo-layer: improve merge commit handling

patch "staging: vt6655: implement IEEE80211_TX_STAT_NOACK_TRANSMITTED" added to staging-linus
 2015-05-08 12:33 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.