All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-07 17:43:45 to 2013-01-07 18:42:13 UTC [more...]

[Qemu-devel] [PATCH 00/61] Virtio refactoring
 2013-01-07 18:40 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/61] qdev : add a maximum device allowed field for the bus
` [Qemu-devel] [PATCH 02/61] virtio-bus : introduce virtio-bus
` [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus
` [Qemu-devel] [PATCH 04/61] virtio-pci : refactor virtio-pci device
` [Qemu-devel] [PATCH 05/61] virtio-device : refactor virtio-device
` [Qemu-devel] [PATCH 06/61] virtio-s390-bus : add virtio-s390-bus
` [Qemu-devel] [PATCH 07/61] virtio-s390-device : create a virtio-s390-bus during init
` [Qemu-devel] [PATCH 08/61] virtio-blk : show VirtIOBlock structure
` [Qemu-devel] [PATCH 09/61] virtio-blk : don't use pointer for configuration
` [Qemu-devel] [PATCH 10/61] virtio-blk : add the virtio-blk device
` [Qemu-devel] [PATCH 11/61] virtio-blk-pci : switch to new API
` [Qemu-devel] [PATCH 12/61] virtio-blk-s390 : switch to the "
` [Qemu-devel] [PATCH 13/61] virtio-blk : cleanup : use QOM cast
` [Qemu-devel] [PATCH 14/61] virtio-blk : cleanup : remove qdev field
` [Qemu-devel] [PATCH 15/61] virtio-net : show the VirtIONet structure
` [Qemu-devel] [PATCH 16/61] virtio-net : add the virtio-net device
` [Qemu-devel] [PATCH 17/61] virtio-net-pci : switch to the new API
` [Qemu-devel] [PATCH 18/61] virtio-net-s390 "
` [Qemu-devel] [PATCH 19/61] virtio-net : cleanup : use QOM cast
` [Qemu-devel] [PATCH 20/61] virtio-net : cleanup : init and exit function
` [Qemu-devel] [PATCH 21/61] virtio-net : cleanup : remove qdev field
` [Qemu-devel] [PATCH 22/61] virtio-scsi : show the VirtIOSCSI structure
` [Qemu-devel] [PATCH 23/61] virtio-scsi : don't use pointer for configuration
` [Qemu-devel] [PATCH 24/61] virtio-scsi : allocate cmd_vqs array separately
` [Qemu-devel] [PATCH 25/61] virtio-scsi : moving host_features from properties to transport properties

Proposed XENMEM_claim_pages hypercall: Analysis of problem and alternate solutions
 2013-01-07 18:41 UTC  (9+ messages)

[ 104/173] rt2x00: Dont let mac80211 send a BAR when an AMPDU subframe fails
 2013-01-07 18:38 UTC  (10+ messages)

Default xorg.conf is for x86 devices
 2013-01-07 18:25 UTC  (2+ messages)

Querry on UART wakeup on Linux 3.8-rc1
 2013-01-07 18:40 UTC  (3+ messages)

[PATCH 3.9] Driver for 7-segment displays connected over GPIOs
 2013-01-07 18:38 UTC  (19+ messages)

exclusive access to can interface
 2013-01-07 18:37 UTC  (3+ messages)

[U-Boot] Selecting from multiple device trees at runtime
 2013-01-07 18:36 UTC  (2+ messages)

[PATCH] Fix efifb initialisation when the only GOP device implements ConOut
 2013-01-07 18:36 UTC  (4+ messages)

[PATCH v11 0/9] ZPODD Patches
 2013-01-07 18:36 UTC  (9+ messages)
` [PATCH v11 2/9] libata: Add CONFIG_SATA_ZPODD
` [PATCH v11 3/9] libata: identify and init ZPODD devices
` [PATCH v11 4/9] libata: move acpi notification code to zpodd
` [PATCH v11 5/9] libata: check zero power ready status for ZPODD

Btrfs: wipe all the superblock [redhat bugzilla 889888]
 2013-01-07 18:33 UTC  (5+ messages)

[PATCH 0/2] KVM integration
 2013-01-07 18:31 UTC  (5+ messages)
` [PATCH 1/2] linux-yocto: added kernel configuration for KVM

[PATCH v5 00/18] perf: add memory access sampling support
 2013-01-07 18:27 UTC  (19+ messages)
` [PATCH v5 01/18] perf, x86: Support CPU specific sysfs events
` [PATCH v5 02/18] perf/x86: improve sysfs event mapping with event string
` [PATCH v5 03/18] perf/x86: add flags to event constraints
` [PATCH v5 04/18] perf, core: Add a concept of a weightened sample
` [PATCH v5 05/18] perf: add minimal support for PERF_SAMPLE_WEIGHT
` [PATCH v5 06/18] perf: add support for PERF_SAMPLE_ADDR in dump_sampple()
` [PATCH v5 07/18] perf: add generic memory sampling interface
` [PATCH v5 08/18] perf/x86: add memory profiling via PEBS Load Latency
` [PATCH v5 09/18] perf/x86: export PEBS load latency threshold register to sysfs
` [PATCH v5 10/18] perf/x86: add support for PEBS Precise Store
` [PATCH v5 11/18] perf tools: add mem access sampling core support
` [PATCH v5 12/18] perf report: add support for mem access profiling
` [PATCH v5 13/18] perf record: "
` [PATCH v5 14/18] perf tools: add new mem command for memory "
` [PATCH v5 15/18] perf: add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP
` [PATCH v5 16/18] perf tools: detect data vs. text mappings
` [PATCH v5 17/18] perf tools: Ignore ABS symbols when loading data maps
` [PATCH v5 18/18] perf tools: Fix output of symbol_daddr offset

[meta-networking][PATCH V2 01/25] arptables: Import recipe from OE-Classic and update to latest
 2013-01-07 18:15 UTC  (3+ messages)
` [meta-oe][PATCH V2 13/25] concurrencykit: Add recipe for latest from git

Raspberry Pi do_fetch failure
 2013-01-07 18:28 UTC  (7+ messages)

[Qemu-devel] [PATCH qom-cpu] qemu-common.h: Make qemu_init_vcpu() stub static inline
 2013-01-07 18:27 UTC  (3+ messages)

[GIT PULL] UIO changes for v3.8
 2013-01-07 18:24 UTC  (2+ messages)

[PATCH tip/core/rcu 0/6] RCU fixes for 3.9
 2013-01-07 18:24 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] rcu: Fix blimit type for trace_rcu_batch_start()
  ` [PATCH tip/core/rcu 4/6] rcu: Silence compiler array out-of-bounds false positive

[Qemu-devel] [PATCH qom-cpu 0/7] disable kvm_mmu + -cpu "enforce" fixes (v3)
 2013-01-07 18:20 UTC  (16+ messages)
`  "
` [Qemu-devel] [PATCH qom-cpu 1/7] kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific code
  `  "
` [Qemu-devel] [PATCH qom-cpu 2/7] target-i386: Don't set any KVM flag by default if KVM is disabled
  `  "
` [Qemu-devel] [PATCH qom-cpu 3/7] target-i386: Disable kvm_mmu by default
  `  "
` [Qemu-devel] [PATCH qom-cpu 4/7] target-i386/cpu: Introduce FeatureWord typedefs
  `  "
` [Qemu-devel] [PATCH qom-cpu 5/7] target-i386: kvm_check_features_against_host(): Use feature_word_info
  `  "
` [Qemu-devel] [PATCH qom-cpu 6/7] target-i386/cpu.c: Add feature name array for ext4_features
  `  "
` [Qemu-devel] [PATCH qom-cpu 7/7] target-i386: check/enforce: Check all feature words
  `  "

[PATCH] ARM: kirkwood: convert Guruplug to use the device tree
 2013-01-07 18:20 UTC  (9+ messages)
      ` [PATCH v2] ARM: kirkwood: convert Guruplug Server Plus "

[Qemu-devel] [PATCH 7/7] KVM regsync: Fix do_kvm_cpu_synchronize_state data integrity issue
 2013-01-07 18:19 UTC  (18+ messages)

[PATCH] mfd: stmpe: Pull IRQ GPIO number from DT during DT-based probe
 2013-01-07 18:19 UTC  (5+ messages)

[PATCH] libnl: Fix building using flex
 2013-01-07 18:06 UTC 

[PATCH] IB/srp: disconnect to SRP target before removing SCSI host
 2013-01-07 18:17 UTC  (3+ messages)

[RFC/PATCH net-next 0/1] Delete obsolete 8390 EISA drivers
 2013-01-07 18:16 UTC  (2+ messages)
` [PATCH net-next 1/1] drivers/net: delete 8390 based "

[PATCH 0/4] ARM updates for kvmtool
 2013-01-07 18:15 UTC  (5+ messages)
` [PATCH 1/4] kvm tools: virtio: remove hardcoded assumptions about guest page size
` [PATCH 2/4] kvm tools: pedantry: fix annoying typo
` [PATCH 3/4] kvm tools: arm: make .dtb dumping a command-line option
` [PATCH 4/4] kvm tools: arm: add support for PSCI firmware in place of spin-tables

[PATCH] git clone depth of 0 not possible
 2013-01-07 18:06 UTC  (2+ messages)
` [PATCH] Documentation on depth option in git clone

Reading cache misses in Userspace?
 2013-01-07 18:15 UTC 

[refpolicy] [PATCH 0/3] Add some files contexts for debian location (contrib)
 2013-01-07 18:15 UTC  (7+ messages)
` [refpolicy] [PATCH 1/3] gnomeclock.fc: Properly label gsd-datetime-mechanism in Debian
` [refpolicy] [PATCH 2/3] ptchown.fc: Properly label pt_chown executable "
` [refpolicy] [PATCH 3/3] Label /usr/bin/kvm as qemu_exec_t

[PATCH] refs: do not use cached refs in repack_without_ref
 2013-01-07 18:14 UTC  (3+ messages)

[PATCH] libnl: fix compilation on hosts without lex
 2013-01-07 17:59 UTC  (2+ messages)

[Xenomai] [PATCH 1/2] ipipe: Rework and simplify __ipipe_pin_vma
 2013-01-07 18:14 UTC  (2+ messages)
` [Xenomai] [PATCH 2/2] ipipe: Fault in locked vmas after changing the protection flags

[Qemu-devel] [PATCH] hw/i386: Fix broken build for MinGW
 2013-01-07 18:14 UTC  (4+ messages)

[Buildroot] [PATCH 1/3] libmhash: new package
 2013-01-07 18:13 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] libmcrypt: "
` [Buildroot] [PATCH 3/3] mcrypt: "

[dm-crypt] [ANNOUNCE] cryptsetup 1.6.0-rc1
 2013-01-07 18:12 UTC  (10+ messages)

[PATCH] Staging: android: fixed const coding style issue in binder.c
 2013-01-07 18:11 UTC 

[linux-lvm] howto avoid initializing a particular volume-group at boot time?
 2013-01-07 18:11 UTC  (2+ messages)

[PATCH v5 0/4] Renesas IPMMU driver for sh7372, sh73a0 and r8a7740
 2013-01-07 18:11 UTC  (5+ messages)
` [PATCH v5 1/4] iommu/shmobile: Add iommu driver for Renesas IPMMU modules

[PATCH] Documentation on depth option in git clone
 2013-01-07 18:10 UTC 

[patch net-next] ethtool: consolidate work with ethtool_ops
 2013-01-07 18:11 UTC  (3+ messages)

[PATCH 1/4] test: Add target test-lint-shell-syntax
 2013-01-07 18:07 UTC  (6+ messages)

[RESEND PATCH v3 0/5] MIPS: enable APRP (APSP) and add features - v3
 2013-01-07 18:05 UTC  (18+ messages)
  ` [RESEND PATCH v3 1/5] MIPS: APRP (APSP): fix/enrich functionality
  ` [RESEND PATCH v3 2/5] MIPS: APRP (APSP): split vpe-loader and rtlx into cmp/mt flavors
  ` [RESEND PATCH v3 3/5] MIPS: APRP (APSP): remove kspd.h
  ` [RESEND PATCH v3 4/5] MIPS: let amon_cpu_start() report results
  ` [RESEND PATCH v3 5/5] MIPS: APRP (APSP): malta board support

[PATCH V2 Resend 0/4] Create sched_select_cpu() and use it for workqueues and timers
 2013-01-07 18:07 UTC  (11+ messages)
` [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

[PATCH qom-cpu 00/11] disable-kvm_mmu + -cpu check/enforce fixes (v2)
 2013-01-07 18:04 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH] sctp: fix Kconfig bug in default cookie hmac selection
 2013-01-07 18:04 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] linux-user/syscall.c: fix copy_to_user_fdset for fds over 30
 2013-01-07 18:03 UTC  (2+ messages)

Open for contribution towards xfstests for btrfs
 2013-01-07 18:03 UTC  (3+ messages)

e2fsprogs maint branch and metadata_csum option
 2013-01-07 18:03 UTC 

[Bug 58776] New: DRM NOUVEAU: cannot boot with kernel >=3.7
 2013-01-07 18:03 UTC  (2+ messages)
  ` [Bug 58776] "

[PATCH 0/2] Add devicetree for TQMA53 embedded module
 2013-01-07 18:00 UTC  (3+ messages)
` [PATCH 2/2] ARM i.MX53: add dts for the TQ tqma53 module

[meta-intel][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES
 2013-01-07 17:59 UTC  (2+ messages)

[PATCH] context_tracking: New context tracking susbsystem
 2013-01-07 17:58 UTC  (7+ messages)
      ` [PATCH rcu] Remove unused code originally used for context tracking

kernel BUG at kernel/sched_rt.c:493!
 2013-01-07 17:58 UTC  (2+ messages)

Call Trace dump on cpuidle_play_dead()
 2013-01-07 17:57 UTC  (2+ messages)

[PATCH tip/core/rcu 1/1] Tiny RCU changes for 3.9
 2013-01-07 17:56 UTC  (4+ messages)

[PULL] IIO cleanups, new drivers and fixes (IIO set 1 for the 3.9 cycle)
 2013-01-07 17:55 UTC  (2+ messages)

[Qemu-trivial] [PATCH] qga/channel-posix.c: Explicitly include string.h
 2013-01-07 17:50 UTC  (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

nfsd oops on Linus' current tree
 2013-01-07 17:54 UTC  (4+ messages)
` [PATCH 1/3] SUNRPC: Ensure that we free the rpc_task after cleanups are done

[PULL] IIO fixes for v3.8-rc1
 2013-01-07 17:53 UTC  (2+ messages)

[PATCH] lib/bb/build.py: 'deps' may not always exist in a few corner cases
 2013-01-07 17:57 UTC 

[patch net] ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
 2013-01-07 17:52 UTC  (3+ messages)

[PATCH V2] arm: mvebu: Improve the SMP support of the interrupt controller
 2013-01-07 17:51 UTC  (2+ messages)

[PATCH] status: report ignored yet tracked directories
 2013-01-07 17:50 UTC  (4+ messages)
` [PATCH v2] status: always report ignored "

[PATCH 0/4] KVM: PPC: BookE: Add EPR user space support v2
 2013-01-07 17:50 UTC  (6+ messages)
` [PATCH 3/4] KVM: PPC: BookE: Implement EPR exit

[Qemu-devel] [PATCH] PPC: Bring EPR support closer to reality
 2013-01-07 17:50 UTC  (3+ messages)

Config Loop
 2013-01-07 17:49 UTC  (2+ messages)

[PATCH v8 0/3] x86, apicv: Add APIC virtualization support
 2013-01-07 17:48 UTC  (4+ messages)
` [PATCH v8 2/3] x86, apicv: add virtual interrupt delivery support

/boot as a btrfs subvolume
 2013-01-07 17:48 UTC  (7+ messages)

[U-Boot] [PATCH 1/7] powerpc/mpc8xxx: Enable entering DDR debugging by key press
 2013-01-07 17:46 UTC  (3+ messages)
` [U-Boot] [PATCH 6/7] getenv_f() env variable exist w/o needing a buffer
  ` [U-Boot] [u-boot-release] "

[Buildroot] [pull request] Pull request for branch rpi-support
 2013-01-07 17:45 UTC  (6+ messages)
` [Buildroot] [PATCH 3/3] rpi-fw: New package

[PATCH] drivers/staging/speakup: avoid out-of-range access
 2013-01-07 17:44 UTC  (2+ messages)

[PATCH 1/2] cgroups: move cgroup_event_listener.c to tools/cgroup
 2013-01-07 17:44 UTC  (4+ messages)
` [PATCH 2/2] cgroups: fix cgroup_event_listener error handling


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.