messages from 2012-10-19 00:04:46 to 2012-10-19 02:48:55 UTC [more...]
[ 00/76] 3.6.3-stable review
2012-10-19 2:46 UTC (9+ messages)
` [ 04/76] NFS: Remove bad delegations during open recovery
` [ 13/76] ALSA: hda - Add missing hda_gen_spec to struct via_spec
` [ 14/76] ALSA: hda - do not detect jack on internal speakers for Realtek
` [ 17/76] tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
` [ 18/76] iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU
` [ 25/76] ARM: 7541/1: Add ARM ERRATA 775420 workaround
` [ 27/76] firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
` [ 31/76] target: fix return code in target_core_init_configfs error path
[ 00/62] 3.4.15-stable review
2012-10-19 2:45 UTC (26+ messages)
` [ 02/62] nfsd4: fix nfs4 stateid leak
` [ 06/62] ACPI: EC: Add a quirk for CLEVO M720T/M730T laptop
` [ 07/62] ALSA: hda - do not detect jack on internal speakers for Realtek
` [ 09/62] mips,kgdb: fix recursive page fault with CONFIG_KPROBES
` [ 10/62] tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
` [ 11/62] SCSI: hpsa: dial down lockup detection during firmware flash
` [ 15/62] iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values
` [ 16/62] SCSI: storvsc: Account for in-transit packets in the RESET path
` [ 18/62] ARM: 7541/1: Add ARM ERRATA 775420 workaround
` [ 19/62] firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
` [ 23/62] xen/bootup: allow read_tscp call for Xen PV guests
` [ 24/62] block: fix request_queue->flags initialization
` [ 28/62] viafb: dont touch clock state on OLPC XO-1.5
` [ 35/62] netfilter: nf_conntrack: fix racy timer handling with reliable events
` [ 36/62] netfilter: ipset: fix timeout value overflow bug
` [ 37/62] netfilter: ipset: timeout fixing bug broke SET target special timeout value
` [ 39/62] netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
` [ 40/62] netfilter: nf_nat_sip: fix via header translation with multiple parameters
` [ 50/62] eCryptfs: Unlink lower inode when ecryptfs_create() fails
` [ 51/62] eCryptfs: Initialize empty lower files when opening them
` [ 56/62] ALSA: hda - Always check array bounds in alc_get_line_out_pfx
` [ 57/62] ASoC: fsi: dont reschedule DMA from an atomic context
` [ 58/62] ASoC: wm2200: Use rev A register patches on rev B
` [ 61/62] ALSA: ac97 - Fix missing NULL check in snd_ac97_cvol_new()
` [ 62/62] ALSA: emu10k1: add chip details for E-mu 1010 PCIe card
[PATCH 0/7] ARM: EXYNOS: add support for new EXYNOS5440 SoC
2012-10-19 2:45 UTC (7+ messages)
` [PATCH 1/7] ARM: EXYNOS: add support for "
` [PATCH 4/7] ARM: dts: add initial dts file for EXYNOS5440, SSDK5440
` [PATCH 5/7] ARM: dts: add clock controller node for Samsung EXYNOS5440
` [PATCH 6/7] pinctrl: exynos5440: add pinctrl driver for Samsung EXYNOS5440 SoC
` [PATCH 7/7] ARM: dts: Add pin controller node "
[Qemu-devel] [PATCH v5 00/26] Add infrastructure for QIDL-based device serialization
2012-10-19 2:42 UTC (27+ messages)
` [Qemu-devel] [PATCH 01/26] qapi: qapi-visit.py -> qapi_visit.py so we can import
` [Qemu-devel] [PATCH 02/26] qapi: qapi-types.py -> qapi_types.py
` [Qemu-devel] [PATCH 03/26] qapi: qapi-commands.py -> qapi_commands.py
` [Qemu-devel] [PATCH 04/26] qapi: qapi_visit.py, make code useable as module
` [Qemu-devel] [PATCH 05/26] qapi: qapi_visit.py, support arrays and complex qapi definitions
` [Qemu-devel] [PATCH 06/26] qapi: qapi_visit.py, support generating static functions
` [Qemu-devel] [PATCH 07/26] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
` [Qemu-devel] [PATCH 08/26] qapi: add visitor interfaces for C arrays
` [Qemu-devel] [PATCH 09/26] qapi: QmpOutputVisitor, implement array handling
` [Qemu-devel] [PATCH 10/26] qapi: QmpInputVisitor, "
` [Qemu-devel] [PATCH 11/26] qapi: QmpInputVisitor, don't re-allocate memory in start_struct
` [Qemu-devel] [PATCH 12/26] qapi: fix potential segfault for visit_type_size()
` [Qemu-devel] [PATCH 13/26] qapi: ordereddict, add to_json() method
` [Qemu-devel] [PATCH 14/26] qapi: qapi.py, make json parser more robust
` [Qemu-devel] [PATCH 15/26] qapi: add open-coded visitor for struct tm types
` [Qemu-devel] [PATCH 16/26] qapi: Improve existing docs and document annotated QAPI types
` [Qemu-devel] [PATCH 17/26] qom-fuse: force single-threaded mode to avoid QMP races
` [Qemu-devel] [PATCH 18/26] qom-fuse: workaround for truncated properties > 4096
` [Qemu-devel] [PATCH 19/26] module additions for schema registration
` [Qemu-devel] [PATCH 20/26] qdev: move Property-related declarations to qdev-properties.h
` [Qemu-devel] [PATCH 21/26] qidl: add documentation
` [Qemu-devel] [PATCH 22/26] qidl: add lexer library (based on QC parser)
` [Qemu-devel] [PATCH 23/26] qidl: add C parser "
` [Qemu-devel] [PATCH 24/26] qidl: add QAPI-based code generator
` [Qemu-devel] [PATCH 25/26] qidl: qidl.h, definitions for qidl annotations
` [Qemu-devel] [PATCH 26/26] qidl: unit tests and build infrastructure
[PATCH 01/10] pinctrl: use postcore_initcall
2012-10-19 2:40 UTC (20+ messages)
` [PATCH 05/10] i2c: pxa: use devm_kzalloc
` [PATCH 08/10] pinctrl: single: support pinconf generic
[tip:numa/core 15/20] kernel/sched/fair.c:972:1: warning: no return statement in function returning
2012-10-19 2:34 UTC
net,sctp: oops in sctp_do_sm
2012-10-19 2:33 UTC (2+ messages)
[GIT PULL] omap plat header removal for v3.8 merge window, part1
2012-10-19 2:33 UTC (2+ messages)
ask a question about ERST
2012-10-19 2:30 UTC (3+ messages)
RFC: sign the modules at install time
2012-10-19 1:23 UTC (15+ messages)
[PATCH 1/4] module: add syscall to load module from fd
2012-10-19 2:23 UTC (10+ messages)
[PATCH v2] m25p80: Add support of Macronix SPI flash
2012-10-19 2:27 UTC
Unable to build Ceph from source code
2012-10-19 2:24 UTC (2+ messages)
[PATCH v2 0/2] ASoC: omap-mcpdm updates for 3.7
2012-10-19 2:23 UTC (5+ messages)
[PATCH 0/2] omap plat/usb.h removal for v3.8 merge window
2012-10-19 2:20 UTC (6+ messages)
` [PATCH 1/2] ARM: OMAP2+: Introduce local usb.h
` [PATCH 2/2] ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>
[PATCH] Synchronize privcmd header constants
2012-10-19 2:20 UTC (3+ messages)
[PATCH 1/1] arm: at91: add Ronetix pm9g45 board support
2012-10-19 2:19 UTC (2+ messages)
[Qemu-devel] [PATCH V13 0/6] add-cow file format
2012-10-19 2:14 UTC (4+ messages)
` [Qemu-devel] [PATCH V13 1/6] docs: document for "
Don't reference non-standard realtime group
2012-10-19 2:12 UTC (5+ messages)
[xen-unstable bisection] complete build-amd64-oldkern
2012-10-19 2:12 UTC
[PATCH 0/2] pm9g45 fix
2012-10-19 2:07 UTC (3+ messages)
` [PATCH 1/2] pm9g45: fix nand partition in c code
` [PATCH 2/2] pm9g45: fix config and defconfig
Dear Webmail User
2012-10-18 21:58 UTC
[PATCH v2] kdump: pass acpi_rsdp= to 2nd kernel for efi booting
2012-10-19 2:06 UTC (7+ messages)
` [RFC] Kdump with UEFI secure boot (Re: [PATCH v2] kdump: pass acpi_rsdp= to 2nd kernel for efi booting)
Re: [GIT PULL] extcon fixes for Linux 3.6
2012-10-19 2:02 UTC
[PATCH] cryptodev kernel module recipe
2012-10-19 1:47 UTC (5+ messages)
[PATCH RFC] Persistent grant maps for xen blk drivers
2012-10-19 1:34 UTC (3+ messages)
` [Xen-devel] "
Do we need to fix below dump during cpu hot plug operation?
2012-10-19 1:56 UTC
[PATCH 0/10] memory-hotplug: hot-remove physical memory
2012-10-19 1:55 UTC (12+ messages)
` [PATCH 5/10] memory-hotplug : memory-hotplug: check page type in get_page_bootmem
[PATCH v1] lib/dma-debug.c: fix __hash_bucket_find
2012-10-19 1:54 UTC
[meta-oe] devilspie2: initial add 0.24
2012-10-19 1:46 UTC
[PATCH 0/2] acpi,memory-hotplug : remove memory device by acpi_bus_remove()
2012-10-19 1:50 UTC (5+ messages)
` [PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device
Updated status of the removal of plat headers
2012-10-19 1:49 UTC (6+ messages)
` [PATCH v2] arm: omap: move OMAP USB platform data to <linux/platform_data/omap-usb.h>
Dom0 IO handling
2012-10-19 1:48 UTC (2+ messages)
[PATCH v1] net/core: support runtime PM on net_device
2012-10-19 1:45 UTC (7+ messages)
ext3 issue on 3.6.1
2012-10-19 1:44 UTC (5+ messages)
[PATCH] x86/ioapic: Fix that not all allocated irqs are ioapic type irqs
2012-10-19 10:41 UTC
[RFC PATCH v1 0/3] mm/PM/USB: memory allocation with no io in need
2012-10-19 1:41 UTC (5+ messages)
` [RFC PATCH v1 2/3] PM / Runtime: force memory allocation with no I/O during runtime_resume callbcack
[PATCH v2 1/2] ARM: multi_v7_defconfig: Add ARCH_MXC
2012-10-19 1:30 UTC (4+ messages)
` [PATCH v2 2/2] mfd: Kconfig: Let MFD_SYSCON select REGMAP
Bug#690845: ethtool: incorrect WoL detection on Broadcom NX II rev < 12
2012-10-19 1:30 UTC
[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
2012-10-19 1:29 UTC (10+ messages)
[PATCH 0/2] gnome-icon-them bugfixes
2012-10-19 1:15 UTC (3+ messages)
[PATCH] qla3xxx: Ensure request/response queue addr writes to the registers
2012-10-19 1:24 UTC
[PATCH] qla3xxx: Ensure request/response queue addr writes to the registers
2012-10-19 1:22 UTC
[PATCH] xfs_fsr: fix space/tab mixing in help string
2012-10-19 1:23 UTC
[PATCH] Fix printing when no interrupt is allocated
2012-10-19 1:21 UTC (2+ messages)
[PATCH v4 00/24] Prep work for immutable bio vecs
2012-10-19 1:14 UTC (6+ messages)
` [PATCH v4 1/2] block: Reorder struct bio_set
[Qemu-devel] [PATCH] i386/cpu: name new CPUID bits
2012-10-19 1:14 UTC (4+ messages)
[PATCH] lib/dma-debug.c: fix __hash_bucket_find
2012-10-19 1:13 UTC (4+ messages)
fatal: cannot convert from utf8 to UTF-8
2012-10-19 0:03 UTC
[xen-unstable test] 14045: regressions - FAIL
2012-10-19 1:08 UTC
[PATCH v9 0/12] x86: Arbitrary CPU hot(un)plug support
2012-10-19 1:07 UTC (6+ messages)
` [PATCH v9 12/12] x86, topology: Debug CPU00 hotplug
[PATCH 1/4] thp: clean up __collapse_huge_page_isolate
2012-10-19 1:07 UTC (3+ messages)
[Qemu-devel] [PATCH v11 13/14] target-mips: Add ASE DSP testcases
2012-10-19 1:00 UTC
[PATCH 00/23] printk: refactoring
2012-10-19 1:00 UTC (4+ messages)
[GIT PULL] extcon fixes for Linux 3.6
2012-10-19 1:00 UTC (3+ messages)
Is not locking task_lock in cgroup_fork() safe?
2012-10-19 0:59 UTC (15+ messages)
` [PATCH cgroup/for-3.7-fixes 1/2] Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
` [PATCH cgroup/for-3.7-fixes 2/2] Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
[U-Boot] [PATCH 00/32] Initial sparse fix series
2012-10-19 0:43 UTC (5+ messages)
libgit2 status
2012-10-19 0:42 UTC (11+ messages)
[PATCH v6 00/16] Move storage config and names files to ini-file format
2012-10-19 0:41 UTC (4+ messages)
` [PATCH v6 01/16] doc: Add settings storage documentation
[PATCH] virtio: 9p: correctly pass physical address to userspace for high pages
2012-10-18 23:39 UTC (4+ messages)
[PATCH 0/3] KVM_VCPU_GET_REG_LIST API
2012-10-19 0:36 UTC (3+ messages)
Fix potential hang in https handshake (v2)
2012-10-19 0:37 UTC (3+ messages)
PVH: Future work
2012-10-19 0:36 UTC (2+ messages)
[PATCH 1/1] keep iommu disabled until iommu_setup is called
2012-10-19 0:35 UTC (3+ messages)
A design for subrepositories
2012-10-19 0:31 UTC (10+ messages)
` A design for distributed submodules
[PATCH v2] kdump: pass acpi_rsdp= to 2nd kernel for efi booting
2012-10-19 0:26 UTC (3+ messages)
nvme driver for 32 bit kernel
2012-10-19 0:26 UTC
[Xenomai] Installing Xenomai Newbie
2012-10-19 0:24 UTC (5+ messages)
raid device gone underneath array
2012-10-19 0:24 UTC (2+ messages)
[PATCH v2 0/3] block: add queue-private command filter, editable via sysfs
2012-10-19 0:22 UTC (3+ messages)
servers redirection
2012-10-19 0:20 UTC (3+ messages)
[GIT PULL] Please pull the Hexagon branch
2012-10-19 0:16 UTC
[LTP] [PATCH] repair damage to testcases/kernel/io/stress_floppy/dd_file
2012-10-19 0:14 UTC (2+ messages)
` [LTP] [PATCH] Restore corrupted data file
[PATCH v2 3/3] lp8788-charger: fix wrong ADC conversion
2012-10-19 0:12 UTC
Xen.org automatic Xen test system, de-tentacled
2012-10-19 0:07 UTC (2+ messages)
[PATCH 0/2] Add more tunes for new ARM processors Cortex-A15 and Cortex-A7
2012-10-18 22:51 UTC (3+ messages)
` [PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15
` [PATCH 2/2] tune-cortexa7: add tunes for ARM Cortex-A7
[PATCH 0/1] meta-intel: mesa-dri build warning fix
2012-10-19 0:04 UTC (3+ messages)
` [PATCH 1/1] mesa-dri.bbappend: avoid buildtime warnings
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.