messages from 2013-01-04 13:22:13 to 2013-01-04 14:51:49 UTC [more...]
[PATCH REPOST 0/3] rbd: no need for file mapping calculation
2013-01-04 14:51 UTC
[linux-lvm] Snapshot causing segault
2013-01-04 14:50 UTC (3+ messages)
[Qemu-devel] [PATCH 0/6] snapshot: take snapshots in unified way
2013-01-04 14:49 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] snapshot: export function in block.c
` [Qemu-devel] [PATCH 5/6] snapshot: qmp interface
[Qemu-devel] [RFC V4 00/30] QCOW2 deduplication
2013-01-04 14:49 UTC (4+ messages)
` [Qemu-devel] [RFC V4 01/30] qcow2: Add deduplication to the qcow2 specification
[Buildroot] [PATCH] libgd : new package
2013-01-04 14:47 UTC
[PATCH] attr: allow pattern escape using backslashes
2013-01-04 14:46 UTC
no config opt for k8temp in 3.6.11
2013-01-04 14:25 UTC
[PATCH 00/21] gpio: ab8500: Bring AB8500 back to life
2013-01-04 14:46 UTC (4+ messages)
AM335x BeagleBone SPI Issues
2013-01-04 14:46 UTC (11+ messages)
[PATCH v3 0/7] arm64: ARMv8 RTSM model SoC support
2013-01-04 14:46 UTC (9+ messages)
` [PATCH v3 1/7] arm: Move sp810.h to include/linux/amba/
` [PATCH v3 2/7] vexpress: Match the "arm, sp810" DT entry for clock initialisation
` [PATCH v3 3/7] vexpress: Allow vexpress-sysreg to self-initialise
` [PATCH v3 4/7] arm64: Populate the platform devices
` [PATCH v3 5/7] arm64: Add dts files for the ARMv8 RTSM model
` [PATCH v3 6/7] arm64: Enable ARMv8 RTSM model (SoC) support
` [PATCH v3 7/7] arm64: Add simple earlyprintk support
[PATCH REPOST] rbd: kill ceph_osd_req_op->flags
2013-01-04 14:46 UTC
[PATCH REPOST 0/4] rbd: explicitly support only one osd op
2013-01-04 14:45 UTC (5+ messages)
` [PATCH REPOST 1/4] rbd: pass num_op with ops array
` [PATCH REPOST 2/4] libceph: pass num_op with ops
` [PATCH REPOST 3/4] rbd: there is really only one op
` [PATCH REPOST 4/4] rbd: assume single op in a request
[PATCH] latencytop: add sudo as runtime dependency
2013-01-04 14:27 UTC (2+ messages)
[PATCH] drm/radeon: split r6xx and r7xx copy_dma functions
2013-01-04 14:42 UTC
[Buildroot] [PATCH v2 1/2] rxvt-unicode: new package
2013-01-04 14:42 UTC (6+ messages)
` [Buildroot] [PATCH v2 2/2] "
[RFC 0/3] future of gemini platform
2013-01-04 14:41 UTC (8+ messages)
` [RFC 1/3] ARM: gemini: get platform to build again
` [RFC 2/3] ARM: gemini: remove platform support
` [RFC 3/3] ARM: remove fa526 CPU support
[PATCH v3 00/11] xen: Initial kexec/kdump implementation
2013-01-04 14:41 UTC (21+ messages)
` [Xen-devel] "
[PATCH v2 RFC] xen/console: Add domain ID to output if VERBOSE
2013-01-04 14:40 UTC (2+ messages)
[PATCH] orion_wdt: Add platform alias
2013-01-04 14:06 UTC
[Xenomai] (no subject)
2013-01-04 14:37 UTC
Pandaboard booting with Yocto with LTTng support
2013-01-04 14:35 UTC (5+ messages)
[PATCH REPOST 0/6] libceph: parameter cleanup
2013-01-04 14:34 UTC (7+ messages)
` [PATCH REPOST 1/6] libceph: pass length to ceph_osdc_build_request()
` [PATCH REPOST 2/6] libceph: pass length to ceph_calc_file_object_mapping()
` [PATCH REPOST 3/6] libceph: drop snapid in ceph_calc_raw_layout()
` [PATCH REPOST 4/6] libceph: drop osdc from ceph_calc_raw_layout()
` [PATCH REPOST 5/6] libceph: don't set flags in ceph_osdc_alloc_request()
` [PATCH REPOST 6/6] libceph: don't set pages or bio in,> ceph_osdc_alloc_request()
[Buildroot] [PATCH] divine: fix divine-config
2013-01-04 14:29 UTC (4+ messages)
Problem with unregister_netdevice
2013-01-04 14:22 UTC
[PATCH] tools: Update to SeaBIOS 1.7.1
2013-01-04 14:27 UTC (2+ messages)
[Buildroot] [PATCH] perf: new package
2013-01-04 14:27 UTC (6+ messages)
[Qemu-devel] [PATCH 09/20] target-i386: add x86cpu_vendor_words2str()
2013-01-04 14:25 UTC (2+ messages)
` [Qemu-devel] [PATCH 09/20 v2] "
[PATCH 00/12] ARM: OMAP2+: powerdomain updates after the functional power state conversion
2013-01-04 14:26 UTC (3+ messages)
[Qemu-devel] [Autotest PATCH 1/2] virt run: fix typo in help message
2013-01-04 14:21 UTC (6+ messages)
` [Qemu-devel] [Autotest PATCH 2/2] virt run: add three logical case filters
` [Qemu-devel] [Autotest] "
[PATCH v3 0/7] Streamline arithmetic instruction emulation
2013-01-04 14:18 UTC (8+ messages)
` [PATCH v3 1/7] KVM: x86 emulator: framework for streamlining arithmetic opcodes
` [PATCH v3 2/7] KVM: x86 emulator: Support for declaring single operand fastops
` [PATCH v3 3/7] KVM: x86 emulator: introduce NoWrite flag
` [PATCH v3 4/7] KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite
` [PATCH v3 5/7] KVM: x86 emulator: convert NOT, NEG to fastop
` [PATCH v3 6/7] KVM: x86 emulator: add macros for defining 2-operand fastop emulation
` [PATCH v3 7/7] KVM: x86 emulator: convert basic ALU ops to fastop
[PATCH BlueZ] unit: Fix compilation issue with ignored return value
2013-01-04 14:18 UTC (2+ messages)
[PATCH] mv643xx_eth: Fix a possible deadlock upon ifdown
2013-01-04 14:17 UTC (2+ messages)
Seeking wisdom.. Where is latest tree?
2013-01-04 14:17 UTC
[Qemu-devel] buildbot failure in qemu on default_ppc
2013-01-04 14:17 UTC (5+ messages)
[PATCH v5 00/22] OMAP USB Host cleanup
2013-01-04 14:17 UTC (9+ messages)
` [PATCH v5 13/22] mfd: omap-usb-host: override number of ports from platform data
[PATCH 1/2] storage: Fix memory leak
2013-01-04 14:17 UTC (2+ messages)
[PATCH] emulator: simple ALU tests
2013-01-04 14:17 UTC
[Xenomai] About the timer interrupt in beaglebone
2013-01-04 14:16 UTC (12+ messages)
Regretion on NFS in mainline kernel
2013-01-04 14:15 UTC (8+ messages)
` [PATCH 0/2] Fix regression "
[PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
2013-01-04 14:12 UTC (6+ messages)
[PATCH 00/12] ARM: OMAP2+: powerdomain/PM: convert to functional power states
2013-01-04 14:12 UTC (16+ messages)
` [PATCH 02/12] ARM: OMAP2+: PM: introduce power domains functional states
` [PATCH 05/12] ARM: OMAP3xxx: PM: convert to use the functional power states API
` [PATCH 06/12] ARM: OMAP44xx: "
` [PATCH 07/12] ARM: OMAP2+: PM: use power domain functional state in stats counters
[PATCH v2 00/44] Meta Linux Kernel Port
2013-01-04 14:11 UTC (5+ messages)
` [PATCH v2 43/44] tty/metag_da: Add metag DA TTY driver
policy for PowerDNS
2013-01-04 14:11 UTC (13+ messages)
[Qemu-devel] [PATCH 0/3] s390: ipl device, cpu reset handler and cpu model support
2013-01-04 14:11 UTC (7+ messages)
` [Qemu-devel] [PATCH 2/3] s390: Add CPU reset handler
[Bug 58984] New: DRM NOUVEAU: probe of 0001:01:00.0 failed with error -12
2013-01-04 14:08 UTC (2+ messages)
` [Bug 58984] "
kernel BUG at mm/huge_memory.c:1798!
2013-01-04 14:08 UTC (4+ messages)
` [PATCH] mm: thp: Acquire the anon_vma rwsem for lock during split
radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec
2013-01-04 14:06 UTC (13+ messages)
[Bug 59015] New: Steam Beta: Graphical Corruption in certain parts of application tied to "kernel rejected CS" messages
2013-01-04 14:06 UTC (6+ messages)
` [Bug 59015] "
[U-Boot] [PATCH 0/2] powerpc/p2041: u-boot.pbl build for P2041RDB
2013-01-04 14:06 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] powerpc/p2041: add RCW file "
` [U-Boot] [PATCH 2/2] powerpc/p2041: set RCW and PBI files for .pbl build or P2041RDB
[PATCH v3 01/11] kexec: introduce kexec firmware support
2013-01-04 14:04 UTC (5+ messages)
[PATCH] xen: return a per-mapping error from XENMEM_add_to_physmap_range
2013-01-04 14:04 UTC (2+ messages)
[Bug 50121] New: [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
2013-01-04 14:04 UTC (2+ messages)
` [Bug 50121] [Regression] Since kernel v3.5 several cards fail to resume, introduced by: 'convert to exec engine, and improve channel sync'
RFC run time configuration parameter checks in subdriver
2013-01-04 14:02 UTC
Performance counter to measure data transfer between RAM and CPU
2013-01-04 13:54 UTC
[PATCH 0/3] improved watchdog driver for STMP3xyz/imx23/imx28
2013-01-04 13:58 UTC (4+ messages)
` [PATCH 1/3] rtc: stmp3xxx: add wdt-accessor function
` [PATCH 2/3] watchdog: add new driver for STMP3xxx and i.MX23/28
` [PATCH 3/3] watchdog: remove old STMP3xxx driver
[meta-fsl-arm][PATCH 1/2] barebox: Add defconfig only for imx53qsb
2013-01-04 13:58 UTC (3+ messages)
[PATCH net-next] ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)
2013-01-04 13:58 UTC
[Qemu-devel] [RFC V9 00/12] Virtio refactoring
2013-01-04 13:57 UTC (3+ messages)
` [Qemu-devel] [RFC V9 09/12] virtio-blk-pci : switch to new API
[Buildroot] [PATCH] packages: add tzdata
2013-01-04 13:57 UTC (6+ messages)
` [Buildroot] [PATCH 2/2] package/tzdata: new package
[PATCH v4 0/5] KVM: x86: improve reexecute_instruction
2013-01-04 13:56 UTC (6+ messages)
` [PATCH v4 1/5] KVM: MMU: fix Dirty bit missed if CR0.WP = 0
` [PATCH v4 2/5] KVM: MMU: fix infinite fault access retry
` [PATCH v4 3/5] KVM: x86: clean up reexecute_instruction
` [PATCH v4 4/5] KVM: x86: let reexecute_instruction work for tdp
` [PATCH v4 5/5] KVM: x86: improve reexecute_instruction
[Qemu-devel] [PULL 0/6] Trivial patches for 18 December 2012 to 4 January 2013
2013-01-04 13:55 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] pc_sysfw: Check for qemu_find_file() failure
` [Qemu-devel] [PATCH 2/6] pseries: Remove unneeded include statement (fixes MinGW builds)
` [Qemu-devel] [PATCH 3/6] Remove --sparc_cpu option from the configure list
` [Qemu-devel] [PATCH 4/6] hw/mcf5206: Reduce size of lookup table
` [Qemu-devel] [PATCH 5/6] linux-user/syscall.c: remove forward declarations
` [Qemu-devel] [PATCH 6/6] spice: drop incorrect vm_change_state_handler() opaque
draft -- ALSA firewire + digi003
2013-01-04 13:55 UTC
[Qemu-devel] buildbot failure in qemu on default_arm_devs_next
2013-01-04 13:53 UTC (3+ messages)
[PATCH -v2 00/26] rename random32 to prandom
2013-01-04 13:50 UTC (11+ messages)
` [PATCH -v2 03/26] x86: pageattr-test: remove srandom32 call
` [PATCH -v2 09/26] infiniband: rename random32() to prandom_u32()
` [B.A.T.M.A.N.] [PATCH -v2 19/26] batman-adv: "
` "
[PATCH] tda10071: make sure both tuner and demod i2c addresses are specified
2013-01-04 13:53 UTC (4+ messages)
Need help to debug win7 BSOD on IGD passthrough
2013-01-04 13:49 UTC (2+ messages)
[dm-crypt] [ANNOUNCE] cryptsetup 1.6.0-rc1
2013-01-04 13:39 UTC (3+ messages)
` [dm-crypt] Switch to XTS mode for LUKS in cryptsetup in 1.6.0 (Was Re: [ANNOUNCE] cryptsetup 1.6.0-rc1)
[bug] csum mismatches and failed xfstests with 3.8-rc1
2013-01-04 13:45 UTC (3+ messages)
[Qemu-devel] [PULL 0/4] test and debug devices
2013-01-04 13:45 UTC (4+ messages)
[ANNOUNCE] 3.8-rc1-nohz1
2013-01-04 13:42 UTC (7+ messages)
` [PATCH 05/27] cputime: Safely read cputime of full dynticks CPUs
` [PATCH 06/27] nohz: Basic full dynticks interface
[PATCH 0/2] drm/exynos: add support for more resolutions to exynos5
2013-01-04 13:36 UTC (2+ messages)
[PATCH] fb: Rework locking to fix lock ordering on takeover
2013-01-04 13:36 UTC (14+ messages)
[PATCH v2 0/4] drm/exynos: add support for extra resolutions to exynos5
2013-01-04 13:53 UTC (5+ messages)
` [PATCH v2 1/4] drm/exynos: add display-mode-check operation to exynos_mixer_ops struct
` [PATCH v2 2/4] drm/exynos: implement display-mode-check callback in mixer driver
` [PATCH v2 3/4] drm/exynos: mixer: set correct mode for range of resolutions
` [PATCH v2 4/4] drm/exynos: hdmi: support extra resolutions using drm_display_mode timings
WARNING: at net/wireless/mlme.c:517
2013-01-04 13:30 UTC (3+ messages)
[PATCH] drm/i915: Treat crtc->mode.clock == 0 as disabled
2013-01-04 13:30 UTC
[help] PHY driver : Unable to find a PHY (unknown ID?)
2013-01-04 13:28 UTC (6+ messages)
[U-Boot] [PATCH v7] qi_lb60: add nand spl support
2013-01-04 13:26 UTC (4+ messages)
[PATCH v3 1/4] v4l: vb2: add prepare/finish callbacks to allocators
2013-01-04 13:30 UTC (4+ messages)
` [PATCH v3 2/4] videobuf2-dma-streaming: new videobuf2 memory allocator
[REVIEW] adapter: Fix storage to be used by BlueZ 4 or 5
2013-01-04 13:25 UTC (2+ messages)
compaction vs data=ordered on ext34
2013-01-04 13:23 UTC
Regarding module init function
2013-01-04 13:22 UTC (2+ messages)
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.