All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-12 16:22:26 to 2012-12-12 17:30:00 UTC [more...]

[Qemu-devel] [RFC qom-cpu v2 0/2] target-i386: X86CPU subclasses
 2012-12-12 17:29 UTC  (6+ messages)
` [Qemu-devel] [RFC qom-cpu v2 2/2] target-i386: Turn Haswell into subclass of SandyBridge

pci and pcie device-tree binding - range No cells
 2012-12-12 17:29 UTC  (23+ messages)

[PATCH 0/8] zswap: compressed swap caching
 2012-12-12 17:27 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/2] virtio: reset all qbuses too when writing to the status field
 2012-12-12 17:18 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-pci: "

Regarding testing of OS Development specific Code
 2012-12-12 17:28 UTC 

[patch net-next 0/4] net: allow to change carrier from userspace
 2012-12-12 17:27 UTC  (4+ messages)

[PATCH v2] HID: i2c-hid: add mutex protecting open/close race
 2012-12-12 17:27 UTC  (4+ messages)

(bug?) Inconsistent workdir file timestamps after initial clone
 2012-12-12 17:26 UTC  (6+ messages)

[RFC PATCH net-next 0/5] Ease netns management by userland
 2012-12-12 17:24 UTC  (6+ messages)
` [RFC PATCH net-next 1/5] netns: allocate an unique id to identify a netns
` [RFC PATCH net-next 2/5] netns: allow to dump netns with netlink
` [RFC PATCH net-next 3/5] dev/netns: allow to get netns from nsindex in rtnl msg
` [RFC PATCH net-next 4/5] netns: advertise netns activity with netlink
` [RFC PATCH net-next 5/5] net/sock: add support of SO_NETNS

[PATCH] fix race condition between libvirtd event handling and libxl fd deregister
 2012-12-12 17:26 UTC  (10+ messages)
` [PATCH 1/2] libxl: fix stale fd event callback race
` [PATCH 2/2] libxl: fix stale timeout "

[RFC/PATCH v2] ubi: Add ubiblock read-write driver
 2012-12-12 17:26 UTC  (9+ messages)

[meta-fsl-arm-extra][PATCH v3 0/3] Initial support for Nitrogen6X
 2012-12-12 17:26 UTC  (10+ messages)
` [meta-fsl-arm-extra][PATCH v3 3/3] nitrogen6x: Add machine definition

[PATCH v5 0/2] submodule update: add --remote for submodule's upstream changes
 2012-12-12 17:22 UTC  (12+ messages)
` [PATCH v4 2/4] git-submodule init: Record submodule.<name>.branch in repository config
  ` [RFC] remove/deprecate 'submodule init' and 'sync'
        ` [PATCH] submodule: add 'deinit' command
                ` [PATCH v2] "

[PATCH v8 0/4] driver for 60g Wilocity chip wil6210
 2012-12-12 17:25 UTC  (6+ messages)
` [PATCH v2] wireless: allow Atheros card to not depend on ath.ko
    ` [PATCH] wireless: fix Atheros drivers compilation
        ` [PATCH v2] "

[RFC PATCH v4 0/9] CPU hotplug: stop_machine()-free CPU hotplug
 2012-12-12 17:24 UTC  (4+ messages)
` [RFC PATCH v4 1/9] CPU hotplug: Provide APIs to prevent CPU offline from atomic context

Disabling PREMIRRORS and upstream sources
 2012-12-12 17:23 UTC  (8+ messages)

[PATCH v10] LSM: Multiple concurrent LSMs
 2012-12-12 17:22 UTC  (8+ messages)

[ARM] head.S change broke platform device registration?
 2012-12-12 17:22 UTC  (12+ messages)

[PATCH] postgresql: disable spinlocks for AArch64
 2012-12-12 17:07 UTC 

[PATCH iproute2 1/3] ip: add support of netconf messages
 2012-12-12 17:20 UTC  (8+ messages)
` [PATCH iproute2 3/3] ip: add support of 'ip link type [ipip|sit]'
` [PATCH net-next] uapi: add missing netconf.h to export list

[PATCH v2 2/2] receive-pack: detect aliased updates which can occur with symrefs
 2012-12-12 17:17 UTC  (5+ messages)
` [PATCH v3 0/3] js/maint-receive-pack-symref-alias
  ` [RFC/PATCH] ignoring a fetch that overwrites local symref
    ` [PATCH] fetch: ignore wildcarded refspecs that update local symbolic refs

[PATCH net-next 0/3] Add destination MAC address to ethtool flow steering
 2012-12-12 17:17 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ethtool: Add destination MAC address to flow steering API

[PATCHv2 iproute2] add DOVE extensions for iproute2
 2012-12-12 17:14 UTC  (2+ messages)

[PATCH] ALSA: hda - Fix clicking noise on Thinkpad T61/R61i
 2012-12-12 17:15 UTC  (2+ messages)

[PATCH 0/4] VMX: Fix emulate_invalid_guest_state=0
 2012-12-12 17:14 UTC  (4+ messages)
` [PATCH 4/4] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode

adding package management
 2012-12-12 17:13 UTC  (7+ messages)

[PATCH] f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number
 2012-12-12 17:12 UTC  (5+ messages)

(no subject)
 2012-12-12 17:12 UTC  (2+ messages)
` Encryption

[Qemu-devel] [PATCHv2] virtio: verify that all outstanding buffers are flushed
 2012-12-12 17:14 UTC  (12+ messages)

[PATCH 0/7] Fix emulate_invalid_guest_state=0 part 2
 2012-12-12 17:10 UTC  (8+ messages)
` [PATCH 1/7] KVM: VMX: cleanup rmode_segment_valid()
` [PATCH 2/7] KVM: VMX: relax check for CS register in rmode_segment_valid()
` [PATCH 3/7] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode
` [PATCH 4/7] KVM: VMX: use fix_rmode_seg() to fix all code/data segments
` [PATCH 5/7] KVM: VMX: remove redundant code from vmx_set_segment()
` [PATCH 6/7] KVM: VMX: clean-up vmx_set_segment()
` [PATCH 7/7] KVM: VMX: remove unneeded temporary variable from vmx_set_segment()

[Qemu-devel] [RFC PATCH] Allow building without graphics support
 2012-12-12 17:09 UTC  (5+ messages)

[PATCH 0/2] fixes for adt7410
 2012-12-12 17:09 UTC  (14+ messages)
                  ` [lm-sensors] "

[PATCH] drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfree
 2012-12-12 17:01 UTC  (6+ messages)

Request for HW auto-recognition: HP Pavilion dv7 with STAC92xx
 2012-12-12 17:08 UTC 

Difference of toolchain recipes
 2012-12-12 17:08 UTC  (4+ messages)

Linux NFS status meeting 12/13/12
 2012-12-12 17:06 UTC 

[PATCH] mm: introduce numa_zero_pfn
 2012-12-12 17:03 UTC  (2+ messages)

[PATCH] mm/hugetlb: create hugetlb cgroup file in hugetlb_init
 2012-12-12 17:05 UTC  (5+ messages)

[lm-sensors] [PATCH] hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexit
 2012-12-12 17:05 UTC 

[PATCH] MIPS: Make CP0 config registers readable via sysfs
 2012-12-12 17:03 UTC  (6+ messages)

[PATCH] Documentation/git: add missing info about --git-dir command-line option
 2012-12-12 17:04 UTC 

Download of bitbake doesn't work properly
 2012-12-12 16:50 UTC  (2+ messages)

[PATCH] [SCSI] scsi_debug: fix deadlock on module unload, also complete queued commands
 2012-12-12 17:00 UTC 

Wrapper to mount Private directories without root
 2012-12-12 16:58 UTC 

[PATCH] mtd: gpmi: Always report ECC stats and return max_bitflips
 2012-12-12 16:57 UTC  (5+ messages)

[Qemu-devel] cpu hotplug roadmap ?
 2012-12-12 16:55 UTC 

[RFC v2 0/8] Support for Tegra 2D hardware
 2012-12-12 16:56 UTC  (11+ messages)
` [RFC v2 6/8] gpu: drm: tegra: Remove redundant host1x

[Qemu-devel] [PULL 00/39] Block patches
 2012-12-12 16:54 UTC  (5+ messages)
` [Qemu-devel] [BUG] qemu-1.1.2 [FIXED-BY] qcow2: Fix avail_sectors in cluster allocation code

[PATCH] HID: i2c-hid: add mutex protecting open/close race
 2012-12-12 16:54 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] sf: New flash command support
 2012-12-12 16:52 UTC  (4+ messages)
` [U-Boot] [PATCH 4/4] sf: Add Quad-input Page Program(32h) instruction support

[Qemu-devel] [RFC 00/34] QOM realize, device-only plus ISA conversion
 2012-12-12 16:51 UTC  (4+ messages)
` [Qemu-devel] [RFC 04/34] qdev: Prepare "realized" property

[Qemu-trivial] [PATCH] virtfs-proxy-helper: check return code of setfsgid/setfsuid
 2012-12-12 16:50 UTC  (15+ messages)
` [Qemu-trivial] [Qemu-devel] "
                        `  "

[PATCH] ASoC: pcm: allow backend hardware to be freed in pause state
 2012-12-12 16:49 UTC 

Rayson BTM-112 support
 2012-12-12 16:49 UTC 

[Buildroot] buildroot 2012.11 large file support
 2012-12-12 16:47 UTC  (14+ messages)

[PATCH] nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ
 2012-12-12 16:46 UTC  (2+ messages)

[PATCH] x86: Add support for 64bit get_user() on x86-32
 2012-12-12 16:45 UTC  (4+ messages)

Xen 4.2.1 live migration with qemu device model
 2012-12-12 16:45 UTC  (4+ messages)

[PATCH 2 of 2] DM RAID: Add support for MD's RAID10 "far" and "offset" algorithms
 2012-12-12 16:45 UTC 

[PATCH 1 of 2] MD RAID10: Improve redundancy for 'far' and 'offset' algorithms
 2012-12-12 16:45 UTC 

[PATCH 1/2] gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdk
 2012-12-12 16:29 UTC  (2+ messages)
` [PATCH 2/2] libgcc: s/virtclass/class/ to make it up-to-date

[Xenomai] Timer support in user-space
 2012-12-12 16:43 UTC  (2+ messages)

[RFC PATCH v2 0/5] ARM: augment cache flushing API
 2012-12-12 16:43 UTC  (17+ messages)
` [RFC PATCH v2 3/5] ARM: kernel: update cpu_suspend code to use cache LoUIS operations

[GIT PULL 0/5] ARM: arm-soc: First batch of updates for 3.8
 2012-12-12 16:42 UTC  (12+ messages)
` [GIT PULL 1/5] ARM: arm-soc: Non-critical bug fixes
` [GIT PULL 2/5] ARM: arm-soc: Header cleanups
` [GIT PULL 3/5] ARM: arm-soc: Cleanups on various subarchitectures
` [GIT PULL 4/5] ARM: arm-soc: SoC updates for 3.8
` [GIT PULL 5/5] ARM: arm-soc: Board "

[PATCH] pci: Provide support for parsing PCI DT ranges property
 2012-12-12 16:37 UTC  (2+ messages)

[PATCH] tun: allow setting ethernet addresss while running
 2012-12-12 16:38 UTC  (3+ messages)

request for linux driver for Analogix ANX9804/ANX9805
 2012-12-12 16:33 UTC  (2+ messages)

[PATCH 1/1] iio: at91: fix dev var name in at91_adc_trigger_handler
 2012-12-12 15:17 UTC 

build regressions 2012-12-12
 2012-12-12 16:38 UTC 

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering
 2012-12-12 16:38 UTC  (3+ messages)
` [PATCH 1/6] ACPI: Separate adding ACPI device objects from probing ACPI drivers

[PATCH BlueZ 01/11] obexd: Port bluetooth plugin to use external profile support
 2012-12-12 16:38 UTC  (3+ messages)

Read starvation by sync writes
 2012-12-12 16:38 UTC  (5+ messages)

pci_pm_runtime_suspend(): azx_runtime_suspend+0x0/0x50 [snd_hda_intel] returns -11
 2012-12-12 16:37 UTC  (7+ messages)

[PATCH v4 0/4] s390: Guest support for virtio-ccw
 2012-12-12 16:36 UTC  (5+ messages)
` [PATCH 1/4] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH 2/4] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH 3/4] s390: Add a mechanism to get the subchannel id
` [PATCH 4/4] KVM: s390: Add a channel I/O based virtio transport driver

[PATCH v3 0/5] s390: Guest support for virtio-ccw
 2012-12-12 16:36 UTC  (8+ messages)
` [PATCH 3/5] s390: Add a mechanism to get the subchannel id

[PATCH 0/5] perf: Add support for hardware breakpoint address masks
 2012-12-12 16:30 UTC  (6+ messages)
` [PATCH 1/5] perf: Add hardware breakpoint address mask
` [PATCH 2/5] perf, x86: AMD implementation for "
` [PATCH 3/5] perf tools: Add breakpoint address mask to the mem event parser
` [PATCH 4/5] perf tools: Add breakpoint address mask syntax to perf list and documentation
` [PATCH 5/5] perf tools: Add breakpoint address mask test case to tests/parse-events

[PATCH 0/5] mountd clean-ups for nfs-utils 1.2.8
 2012-12-12 15:40 UTC  (2+ messages)

[PATCH] mxs: uart: allow setting RTS from software
 2012-12-12 16:31 UTC  (2+ messages)

non-aligned DIO reads on NFS are corrupting memory in 3.7.0
 2012-12-12 16:31 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] qxl+vnc: register a vm state change handler for dummy spice_server
 2012-12-12 16:30 UTC 

[Qemu-devel] [PATCH v6 00/12] virtio: virtio-blk data plane
 2012-12-12 16:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 04/12] dataplane: add virtqueue vring code

[Qemu-devel] [PATCH 0/3] s390: ipl device, cpu reset handler and cpu model support
 2012-12-12 16:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/3] S390: Enable -cpu help and QMP query-cpu-definitions

[GIT PULL] PCI changes for v3.8
 2012-12-12 16:28 UTC 

[Qemu-devel] [PATCH] finally kill cpudef config section support
 2012-12-12 13:03 UTC  (8+ messages)

[Buildroot] Chances in skeleton don't appear in filesystem
 2012-12-12 16:26 UTC  (4+ messages)

[PATCH] net: filter: return -EINVAL if BPF_S_ANC* operation is not supported
 2012-12-12 16:25 UTC  (3+ messages)

[RFC PATCH net-next 0/3 V4] net-tcp: TCP/IP stack bypass for loopback connections
 2012-12-12 16:25 UTC  (3+ messages)
` [RFC PATCH net-next 4/4 V4] try to fix performance regression

[PATCH v10 0/3] wireless: Driver for 60GHz card wil6210
 2012-12-12 16:25 UTC  (3+ messages)

[U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC
 2012-12-12 16:24 UTC  (7+ messages)
` [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files
` [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

[Buildroot] Getting It into Compact Flash
 2012-12-12 16:22 UTC  (2+ messages)


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.