All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-18 18:10:35 to 2013-08-18 20:36:21 UTC [more...]

[PATCH] rebase -i: fix cases ignoring core.commentchar
 2013-08-18 20:36 UTC  (5+ messages)

[ 00/45] 3.10.8-stable review
 2013-08-18 20:36 UTC  (15+ messages)
` [ 01/45] perf/x86: Fix intel QPI uncore event definitions
` [ 02/45] perf/arm: Fix armpmu_map_hw_event()
` [ 08/45] elevator: Fix a race in elevator switching
` [ 10/45] ARM: KVM: add missing dsb before invalidating Stage-2 TLBs
` [ 15/45] mac80211: fix infinite loop in ieee80211_determine_chantype
` [ 18/45] genetlink: fix family dump race
` [ 19/45] cfg80211: fix P2P GO interface teardown
` [ 28/45] ALSA: hda - Add a fixup for Gateway LT27
` [ 29/45] nl80211: fix another nl80211_fam.attrbuf race
` [ 30/45] usb: add two quirky touchscreen
` [ 36/45] USB-Serial: Fix error handling of usb_wwan
` [ 43/45] s390: Fix broken build
` [ 44/45] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
` [ 45/45] cpuset: fix the return value of cpuset_write_u64()

[ 00/34] 3.4.59-stable review
 2013-08-18 20:34 UTC  (13+ messages)
` [ 03/34] drm/i915/lvds: ditch ->prepare special case
` [ 04/34] MIPS: Expose missing pci_io{map,unmap} declarations
` [ 07/34] sound: Fix make allmodconfig on MIPS correctly
` [ 08/34] HID: microsoft: do not use compound literal - fix build
` [ 09/34] vm: add no-mmu vm_iomap_memory() stub
` [ 10/34] cris: posix_types.h, include asm-generic/posix_types.h
` [ 13/34] futex: Take hugepages into account when generating futex_key
` [ 14/34] frv: Use correct size for task_struct allocation
` [ 21/34] MIPS: Rewrite pfn_valid to work in modules, too
` [ 22/34] af_key: initialize satype in key_notify_policy_flush()
` [ 30/34] xtensa: replace xtensa-specific _f{data,text} by _s{data,text}
` [ 34/34] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

[ 00/12] 3.0.92-stable review
 2013-08-18 20:30 UTC  (13+ messages)
` [ 01/12] futex: Take hugepages into account when generating futex_key
` [ 02/12] CRIS: Add _sdata to vmlinux.lds.S
` [ 03/12] af_key: initialize satype in key_notify_policy_flush()
` [ 04/12] genetlink: fix family dump race
` [ 05/12] usb: add two quirky touchscreen
` [ 06/12] USB: mos7720: fix broken control requests
` [ 07/12] sparc32: add ucmpdi2
` [ 08/12] sparc32: Add ucmpdi2.o to obj-y instead of lib-y
` [ 09/12] powerpc: Use -mtraceback=no
` [ 10/12] m68k/atari: ARAnyM - Fix NatFeat module support
` [ 11/12] ARM: 7080/1: l2x0: make sure I&D are not locked down on init
` [ 12/12] vm: add no-mmu vm_iomap_memory() stub

ceph-deploy mon create / gatherkeys problems
 2013-08-18 20:28 UTC 

[PATCH RFC 0/9] ALSA: usb-audio: fix playback/capture concurrent usage
 2013-08-18 20:25 UTC  (10+ messages)
` [PATCH RFC 1/9] ALSA: usb-audio: remove unused parameter from sync_ep_set_params
` [PATCH RFC 2/9] ALSA: usb-audio: remove deactivate_endpoints()
` [PATCH RFC 3/9] ALSA: usb-audio: prevent NULL dereference on stop trigger
` [PATCH RFC 4/9] ALSA: usb-audio: don't deactivate URBs on in-use EP
` [PATCH RFC 5/9] ALSA: usb-audio: void return type of snd_usb_endpoint_deactivate()
` [PATCH RFC 6/9] ALSA: usb-audio: clear SUBSTREAM_FLAG_SYNC_EP_STARTED on error
` [PATCH RFC 7/9] ALSA: usb-audio: conditional interface altsetting
` [PATCH RFC 8/9] ALSA: usb-audio: conditional concurrent usage of endpoint
  ` [PATCH RFC 9/9] ALSA: usb-audio: correct ep use_count semantics (add set_param flag)

[PATCH] arm64: wire in generic parport.h
 2013-08-18 20:25 UTC  (3+ messages)

[PATCH] ARM: SAMSUNG: Remove unnecessary exynos4_default_sdhci*()
 2013-08-18 20:24 UTC  (2+ messages)

[PATCH 1/4] usb: gadget: USB_FUSB300 should depend on HAS_DMA
 2013-08-18 20:20 UTC  (4+ messages)
` [PATCH 2/4] usb: gadget: USB_R8A66597 "
` [PATCH 3/4] usb: gadget: USB_NET2272_DMA "
` [PATCH 4/4] usb: chipidea: USB_CHIPIDEA "

[PATCH v3 00/24] Index-v5
 2013-08-18 20:21 UTC  (26+ messages)
` [PATCH v3 01/24] t2104: Don't fail for index versions other than [23]
` [PATCH v3 02/24] read-cache: use fixed width integer types
` [PATCH v3 03/24] read-cache: split index file version specific functionality
` [PATCH v3 04/24] read-cache: clear version in discard_index()
` [PATCH v3 05/24] read-cache: move index v2 specific functions to their own file
` [PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin
` [PATCH v3 07/24] read-cache: Re-read index if index file changed
` [PATCH v3 08/24] add documentation for the index api
` [PATCH v3 09/24] read-cache: add index reading api
` [PATCH v3 10/24] make sure partially read index is not changed
` [PATCH v3 11/24] grep.c: use index api
` [PATCH v3 12/24] ls-files.c: "
` [PATCH v3 13/24] documentation: add documentation of the index-v5 file format
` [PATCH v3 14/24] read-cache: make in-memory format aware of stat_crc
` [PATCH v3 15/24] read-cache: read index-v5
` [PATCH v3 16/24] read-cache: read resolve-undo data
` [PATCH v3 17/24] read-cache: read cache-tree in index-v5
` [PATCH v3 18/24] read-cache: write index-v5
` [PATCH v3 19/24] read-cache: write index-v5 cache-tree data
` [PATCH v3 20/24] read-cache: write resolve-undo data for index-v5
` [PATCH v3 21/24] update-index.c: rewrite index when index-version is given
` [PATCH v3 22/24] p0003-index.sh: add perf test for the index formats
` [PATCH v3 23/24] introduce GIT_INDEX_VERSION environment variable
` [PATCH v3 24/24] test-lib: allow setting the index format version

[U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target
 2013-08-18 20:20 UTC  (4+ messages)

[U-Boot] [PATCH] serial: arm_dcc: Convert to use default_serial_puts
 2013-08-18 20:19 UTC  (2+ messages)

[PATCH RESEND] ARM: plat-samsung: Fix switching FIFO in arch_enable_uart_fifo function
 2013-08-18 20:17 UTC  (3+ messages)

page fault scalability (ext3, ext4, xfs)
 2013-08-18 20:17 UTC  (12+ messages)

[PATCH] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs
 2013-08-18 20:14 UTC 

[PATCH 1/2] iio: add INT_TIME (integration time) channel info attribute
 2013-08-18 21:12 UTC  (2+ messages)

[lm-sensors] Nuvoton NCT6681D/NCT7802 Support?
 2013-08-18 20:12 UTC  (2+ messages)

[PATCH RESEND] ARM: dts: Add USB host node for Exynos4
 2013-08-18 20:08 UTC  (4+ messages)

[Qemu-trivial] [PATCH for-1.6] isa: fix documentation of isa_register_portio_list
 2013-08-18 20:05 UTC  (3+ messages)
  ` [Qemu-devel] "

[Qemu-trivial] [PATCH for-1.6] adlib: sort offsets in portio registration
 2013-08-18 20:05 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] v4l2-ctrl: Suppress build warning from v4l2_ctrl_new_std_menu()
 2013-08-18 20:05 UTC 

Review request : Erasure Code plugin loader implementation
 2013-08-18 20:05 UTC  (3+ messages)

[PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
 2013-08-18 20:03 UTC  (4+ messages)

[Bug 26797] New: GeForce 6150SE: DVI-connector not detected
 2013-08-18 20:02 UTC  (4+ messages)
  ` [Bug 26797] "
  ` [Bug 26797] [NV4C] "

[PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file
 2013-08-18 20:00 UTC 

[PATCH net] net-packet: restore packet statistics tp_packets to include drops
 2013-08-18 19:58 UTC 

[PATCH 0/4] clk: Samsung: audss: Add support for Exynos5420
 2013-08-18 19:54 UTC  (7+ messages)
` [PATCH 3/4] ARM: dts: Correct the /include entry on exynos5420 dtsi file
` [PATCH 4/4] ARM: dts: exynos5420: add audio clock controller

[PATCH] USB: serial: fix stringify operator in usb-serial-simple
 2013-08-18 19:52 UTC  (3+ messages)

[PATCH v6 2/3] branch: report invalid tracking branch as broken
 2013-08-18 19:51 UTC  (3+ messages)
` [PATCH v7 0/3] some enhancements for reporting branch tracking info

file permissions in the rootfs
 2013-08-18 19:51 UTC  (2+ messages)

[PATCH v3 0/4] DT/ARCH updates for MFC
 2013-08-18 19:47 UTC  (2+ messages)

[PATCH] iptables: libxt_conntrack.man extraneous commas
 2013-08-18 19:44 UTC 

[meta-oe][PATCH] libmicrohttpd: bump to version 0.9.27
 2013-08-18 19:44 UTC  (2+ messages)

[PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase)
 2013-08-18 19:40 UTC  (4+ messages)
  ` "git fmt-merge-msg" usage (was [PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase))
    ` "git fmt-merge-msg" usage

[PATCH 2/2] drivers: block :swim3: fixed the errors on coding style
 2013-08-18 19:39 UTC 

[PATCH 1/2] ARM: move outer_cache declaration out of ifdef
 2013-08-18 19:35 UTC  (2+ messages)
` [PATCH 2/2] ARM: highbank: avoid L2 cache smc calls when PL310 is not present

[PATCH 1/2] ARM: dts: Enable USB hub on Arndale
 2013-08-18 19:34 UTC  (2+ messages)

[PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board
 2013-08-18 19:30 UTC  (3+ messages)

[PATCH] ARM: DT: Exynos: fix number of interrupt-cells in mct node
 2013-08-18 19:27 UTC  (5+ messages)

[Bug 28152] New: corruption in FVWM window decorations
 2013-08-18 19:22 UTC  (5+ messages)
  ` [Bug 28152] "
  ` [Bug 28152] [NV36] "

[lm-sensors] Gigabyte GA-P85-D3 motherboard config
 2013-08-18 19:21 UTC 

[PATCHv3 0/4] device tree support for exynos rotator
 2013-08-18 19:21 UTC  (4+ messages)
` [PATCHv3 1/4] drm/exynos: add device tree support for rotator

MPC8315 reboot failure, lockdep splat possibly related?
 2013-08-18 19:19 UTC  (5+ messages)

[PATCH v3 0/9] ARM: dts: exynos: add support for hdmi subsystem
 2013-08-18 19:16 UTC  (4+ messages)

uncorrectable errors after btrfs replace
 2013-08-18 19:12 UTC 

[PATCH] drm/i915: make IVB FDI training match spec
 2013-08-18 19:09 UTC  (4+ messages)
` [PATCH] drm/i915: make IVB FDI training match spec v2

[Bug 51291] New: Segfault with mplayer -vo vdpau: vlVdpVideoSurfaceClear at surface.c:366
 2013-08-18 19:08 UTC  (2+ messages)
  ` [Bug 51291] "

[PATCH V11 00/15] perf tools: some fixes and tweaks
 2013-08-18 19:04 UTC  (4+ messages)
` [PATCH V11 03/15] perf tools: allow non-matching sample types

3.10.5: rcu_sched detected stalls on CPUs/tasks
 2013-08-18 18:48 UTC  (3+ messages)

Hauppauge HVR-900 HD and HVR 930C-HD with si2165
 2013-08-18 19:02 UTC  (4+ messages)

[xen-4.1-testing test] 18714: trouble: blocked/broken/fail
 2013-08-18 19:00 UTC 

Hauppauge HVR-900 HD and HVR 930C-HD with si2165
 2013-08-18 18:58 UTC  (2+ messages)

[Bug 28119] New: [regression] XVideo not working on GT240 with 2.6.34 kernel
 2013-08-18 18:55 UTC  (2+ messages)
  ` [Bug 28119] "

[PATCH 0/7] add FlexRay support
 2013-08-18 18:50 UTC  (3+ messages)
` [PATCH 6/7] net: add the AF_FLEXRAY protocol

[PATCH v4 0/3] Add RTC DT node to Exynos5420 SoC and Fix RTC DT node name for 5250 Soc
 2013-08-18 18:40 UTC  (5+ messages)
` [PATCH v4 2/3] ARM: dts: Update the status of RTC DT node of Exynos5250 SoC to "okay"

[Qemu-devel] [PATCH] qemu-kvm bugfix for IA32_FEATURE_CONTROL
 2013-08-18 18:37 UTC  (4+ messages)
`  "

[Bug 15777] New: nouveau driver crash with Xen kernel
 2013-08-18 18:34 UTC  (2+ messages)
  ` [Bug 15777] "

[PATCH 00/22] infiniband: improve userspace input check
 2013-08-18 18:28 UTC  (23+ messages)
  ` [PATCH 01/22] infiniband: ib_copy_{from,to}_udata(): const'ify arguments
  ` [PATCH 02/22] infiniband: ib_udata: const'ify inbuf
  ` [PATCH 03/22] infiniband: ib_copy_from_udata(): check input length
  ` [PATCH 04/22] infiniband: ib_copy_to_udata(): check output length
  ` [PATCH 05/22] ucm: ib_ucm_event(): returns ENOSPC instead of ENOMEM
  ` [PATCH 06/22] ucm: changes ib_ucm_alloc_data() src arg to be a pointer
  ` [PATCH 07/22] ucm: changes ib_ucm_path_get() "
  ` [PATCH 08/22] ucm: check userspace input length
  ` [PATCH 09/22] ucm: use size_t for userspace buffer input and output length
  ` [PATCH 10/22] ucm: ib_ucm_write(): check userspace buffer length first
  ` [PATCH 11/22] ucm: ib_ucm_write(): strict userspace buffer length check
  ` [PATCH 12/22] ucma: check userspace input length
  ` [PATCH 13/22] ucma: ucma_migrate_id(): check output length
  ` [PATCH 14/22] ucma: ucma_query_path(): "
  ` [PATCH 15/22] ucma: use size_t for userspace buffer input and "
  ` [PATCH 16/22] ucma: ucma_write(): check userspace buffer length first
  ` [PATCH 17/22] ucma: ucma_write(): strict userspace buffer length check
  ` [PATCH 18/22] uverbs: check input length
  ` [PATCH 19/22] uverbs: check output length
  ` [PATCH 20/22] uverbs: ib_uverbs_poll_cq(): check output length against number of wc
  ` [PATCH 21/22] uverbs: fix call to INIT_UDATA with no output buffer
  ` [PATCH 22/22] uverbs: use size_t for userspace buffer input and output length

[PATCH] drm: Eliminate dev->vmalist
 2013-08-18 18:20 UTC  (2+ messages)

[Qemu-devel] (no subject)
 2013-08-18 18:19 UTC  (2+ messages)
` (unknown),

[PATCH] libipvs: Fix memory leak
 2013-08-18 18:18 UTC  (2+ messages)

[Bug 68244] New: screen flickering and no sound with radeon.audio=1 when using hdmi on HD5450
 2013-08-18 18:15 UTC 

[PATCH] ipvsadm: Fix svc->pe_name conditional
 2013-08-18 18:13 UTC  (2+ messages)

[PATCH v2 0/4] ARM: S3C24XX: add dmaengine based dma-driver
 2013-08-18 18:13 UTC  (2+ messages)

[Bug 23466] New: xrandr --rotate normal crashes system
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 23466] "

[Bug 29820] New: Nouveau doesn't handle VGA-OUT correctly on a 9400M (Macbook Unibody), but DVI-OUT works !?!?!
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 29820] "

[Bug 36866] New: blank screen with my card/chipset combination
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 36866] "

[Bug 28756] New: Dual head problems on nvA0
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 28756] "

[Bug 36382] New: Frozen graphics and corrupted second monitor (mouse still moves)
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 36382] "

[Bug 14859] New: External analog monitor does not show part of the output ( Randr12)
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 14859] External analog monitor does not show part of the output (Randr12)

[Bug 24147] New: xv output slow and causes wmaker screen corruption
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 24147] "

[Bug 33159] New: Lock up on GeForce 9600 GT
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 33159] "

[Bug 17185] New: Black Display when using Nouveau on 7300gt with dvi to hdmi attached Sony 32W4000
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 17185] "

[Bug 30424] New: Resume from suspend to ram fails on G71 [Quadro FX 1500M] (rev a1)
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 30424] "

[Bug 35222] New: xvideo : NV17 Video Texture support
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 35222] "

[Bug 35056] New: nouveau freezes with TRAP_TEXTURE error in logs - Mouse keeps moving
 2013-08-18 18:10 UTC  (2+ messages)
  ` [Bug 35056] "


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.