All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-05 02:47:12 to 2013-03-05 04:42:47 UTC [more...]

[Buildroot] [PATCH 2/2 V5] nodejs: new package
 2013-03-05  4:42 UTC  (7+ messages)

[PATCH 1/3] cirrus: cs89x0: Use module_platform_driver_probe macro
 2013-03-05  4:31 UTC  (3+ messages)
` [PATCH 2/3] net: at91_ether: "
` [PATCH 3/3] net: macb: "

[Buildroot] [PATCH] htop: needs MMU
 2013-03-05  4:41 UTC 

[PATCH 1/1] pwm_bl: Add support for backlight enable GPIO
 2013-03-05  4:40 UTC  (5+ messages)

[PATCH V2 01/14] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-05  4:37 UTC 

[Buildroot] [PATCH 1/2 V3] Add bzip2 to host-python when it is selected (aids in compiling nodejs)
 2013-03-05  4:35 UTC  (4+ messages)

[PATCH v4 2/3] ARM: mach-shmobile: r8a7779: add SATA support
 2013-03-05  4:33 UTC  (7+ messages)

When ceph synchronizes journal to disk?
 2013-03-05  4:33 UTC  (5+ messages)

[RFC PATCH v2 0/4] Add support for S3 non-stop TSC support
 2013-03-05  4:32 UTC  (3+ messages)

[PATCH] ARM: Add relocatable binary support
 2013-03-05  4:32 UTC  (4+ messages)
` [PATCH 6/6] "
    ` Re[2]: "

[PATCH 1/7] mtd: docg3: use module_platform_driver_probe()
 2013-03-05  4:31 UTC  (7+ messages)
` [PATCH 2/7] mtd: orion_nand: "
` [PATCH 3/7] mtd: atmel_nand: "
` [PATCH 4/7] mtd: fsmc_nand: "
` [PATCH 5/7] mtd: sh_flctl: "
` [PATCH 6/7] mtd: txx9ndfmc: "
` [PATCH 7/7] mtd: davinci_nand: "

[PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15
 2013-03-05  3:12 UTC  (2+ messages)
` [PATCH 2/2] tune-cortexa7: add tunes for ARM Cortex-A7

[RFC][PATCH] ARM: shmobile: bockw: Reference DT implementation
 2013-03-05  4:27 UTC  (3+ messages)

Battery backed ramdisk for fs journal
 2013-03-05  4:23 UTC 

[xen-devel] Live migration with disk image
 2013-03-05  4:16 UTC 

[PATCH] sh-pfc: r8a7779: fixup INDTx address
 2013-03-05  4:14 UTC  (4+ messages)

WARNING from net/wireless/mlme.c
 2013-03-05  4:13 UTC 

[PATCH] libata: acpi: remove redundent code for power resource handling
 2013-03-05  4:12 UTC 

[PATCH] net/rds: using strlcpy instead of strncpy
 2013-03-05  4:09 UTC  (9+ messages)

buildbot failure in kvm on s390
 2013-03-05  4:08 UTC 

Extending class handle from 16bit to 32bit
 2013-03-05  4:08 UTC  (4+ messages)

[PATCH] net/wireless/brcm80211: remove PCI_BUS define from defs.h to fix warnings
 2013-03-05  4:08 UTC  (3+ messages)

[PATCH 1/3] misc: arm-charlcd: use module_platform_driver_probe()
 2013-03-05  4:04 UTC  (2+ messages)

[PATCH v2] libxl: use qemu-xen (upstream QEMU) as device model by default
 2013-03-05  4:03 UTC  (5+ messages)
` [PATCH 1/2] libxl: move check for existence of qemuu device model

[PATCH 0/7] USB: don't recover device if suspend fails in system sleep
 2013-03-05  4:01 UTC  (8+ messages)
` [PATCH 1/7] USB: adds comment on suspend callback
  ` [PATCH 2/7] USB: serial: handle suspend failure path correctly
` [PATCH 3/7] USBHID: don't recover device if suspend fails in system sleep
` [PATCH 4/7] usbnet: cdc_mbim: "
` [PATCH 5/7] usbnet: smsc95xx: "
` [PATCH 6/7] usbnet: smsc75xx: "
` [PATCH 7/7] usbnet: qmi_wwan: "

[PATCH] twl4030_charger: use module_platform_driver_probe()
 2013-03-05  4:01 UTC 

[PATCH V2] xen: event channel arrays are xen_ulong_t and not unsigned long
 2013-03-05  3:56 UTC  (12+ messages)
` [PATCH LINUX v5] "

[PATCH 00/29] Port of KVM to arm64
 2013-03-05  3:47 UTC  (60+ messages)
` [PATCH 01/29] arm64: KVM: define HYP and Stage-2 translation page flags
` [PATCH 02/29] arm64: KVM: HYP mode idmap support
` [PATCH 03/29] arm64: KVM: EL2 register definitions
` [PATCH 04/29] arm64: KVM: system register definitions for 64bit guests
` [PATCH 05/29] arm64: KVM: Basic ESR_EL2 helpers and vcpu register access
` [PATCH 06/29] arm64: KVM: fault injection into a guest
` [PATCH 07/29] arm64: KVM: architecture specific MMU backend
` [PATCH 08/29] arm64: KVM: user space interface
` [PATCH 09/29] arm64: KVM: system register handling
` [PATCH 10/29] arm64: KVM: Cortex-A57 specific system registers handling
` [PATCH 11/29] arm64: KVM: virtual CPU reset
` [PATCH 12/29] arm64: KVM: kvm_arch and kvm_vcpu_arch definitions
` [PATCH 13/29] arm64: KVM: MMIO access backend
` [PATCH 14/29] arm64: KVM: guest one-reg interface
` [PATCH 15/29] arm64: KVM: hypervisor initialization code
` [PATCH 16/29] arm64: KVM: HYP mode world switch implementation
` [PATCH 17/29] arm64: KVM: Exit handling
` [PATCH 18/29] arm64: KVM: Plug the VGIC
` [PATCH 19/29] arm64: KVM: Plug the arch timer
` [PATCH 20/29] arm64: KVM: PSCI implementation
` [PATCH 21/29] arm64: KVM: Build system integration
` [PATCH 22/29] arm64: KVM: define 32bit specific registers
` [PATCH 23/29] arm64: KVM: 32bit GP register access
` [PATCH 24/29] arm64: KVM: 32bit conditional execution emulation
` [PATCH 25/29] arm64: KVM: 32bit handling of coprocessor traps
` [PATCH 26/29] arm64: KVM: 32bit coprocessor access for Cortex-A57
` [PATCH 27/29] arm64: KVM: 32bit specific register world switch
` [PATCH 28/29] arm64: KVM: 32bit guest fault injection
` [PATCH 29/29] arm64: KVM: enable initialization of a 32bit vcpu

[PATCH 1/2] mmc: davinci_mmc: use module_platform_driver_probe()
 2013-03-05  3:54 UTC  (2+ messages)
` [PATCH 2/2] mmc: mvsdio: "

[PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer Driver
 2013-03-05  3:46 UTC  (4+ messages)

[PATCH 1/8] Input: davinci_keyscan: Use module_platform_driver_probe macro
 2013-03-05  3:51 UTC  (11+ messages)
` [PATCH 2/8] Input: twl4030-pwrbutton: "
` [PATCH 3/8] Input: amikbd: Use "
` [PATCH 4/8] Input: nomadik-ske-keypad: "
` [PATCH 5/8] Input: amimouse: "
` [PATCH 6/8] Input: at32psif: "
` [PATCH 7/8] Input: q40kbd: "
` [PATCH 8/8] Input: atmel-wm97xx: "

[PATCH 1/1] kernel/pid_namespace.c: Fixing a lack of cleanup (Probable resources leak)
 2013-03-05  3:51 UTC  (2+ messages)

BUG: IPv4: Attempt to release TCP socket in state 1
 2013-03-05  3:47 UTC  (2+ messages)

(no subject)
 2013-03-04 18:47 UTC 

(no subject)
 2013-03-04 18:47 UTC 

[PATCH 1/2] [SCSI] a4000t: use module_platform_driver_probe()
 2013-03-05  3:42 UTC  (2+ messages)
` [PATCH 2/2] [SCSI] a3000: "

[PATCH RFC] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-05  3:39 UTC  (3+ messages)

[PATCH 0/2] bitbake-whatchanged: print what is about to happen
 2013-03-05  3:22 UTC  (2+ messages)

[PATCH] cpuset: remove include of cgroup.h from cpuset.h
 2013-03-05  3:37 UTC  (2+ messages)

[PATCH] perf: remove include of cgroup.h from perf_event.h
 2013-03-05  3:38 UTC 

[PATCH] res_counter: remove include of cgroup.h from res_counter.h
 2013-03-05  3:37 UTC  (2+ messages)

[PATCH v3 1/3] serial: sh-sci: Add OF support
 2013-03-05  3:36 UTC  (12+ messages)
` [PATCH v3 3/3] ARM: mach-shmobile: r8a7740: Setup the serial devices using DT

[PATCH 1/1] kernel/pid_namespace.c: Fixing a lack of cleanup (Probable resources leak)
 2013-03-05  3:28 UTC 

[PATCH] TTY: amiserial, use module_platform_driver_probe()
 2013-03-05  3:29 UTC 

[PATCH v13 0/8] pv event interface between host and guest
 2013-03-05  3:17 UTC  (20+ messages)
` [PATCH v13 2/8] start vm after resetting it
    ` [Qemu-devel] "
` [PATCH v13 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED
    ` [Qemu-devel] "
` [PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED
      ` [Qemu-devel] "

[PATCH] mmc: sdio: bind acpi with sdio function device
 2013-03-05  3:24 UTC 

FW: [RFC PATCH v2 0/4] Add support for S3 non-stop TSC support
 2013-03-05  3:20 UTC 

[PATCH] ARM: KVM: add support for minimal host vs guest profiling
 2013-03-05  3:18 UTC  (2+ messages)

[lm-sensors] [PATCH] hwmon: (mc13783-adc.c) use module_platform_driver_probe()
 2013-03-05  3:12 UTC 

[PATCH] mfd: arizona: Support configuring MICBIASes into bypass mode
 2013-03-05  3:06 UTC 

[PATCH V4 0/1]fix native package compile error with gcc 4.3.4 on x86 host
 2013-03-05  2:50 UTC  (2+ messages)
` [PATCH 1/1] sanity.bbclass:check if necessary to add march to BUILD_CFLAGS

[PATCH 2/3] ASoC: add snd_soc_of_get_port_dai_name()
 2013-03-05  3:05 UTC  (9+ messages)
  ` [PATCH 0/4 v6] "
    ` [PATCH 0/5 v7][RFC] ASoC: simple-card DT support
      ` [PATCH 1/5 v7][RFC] ASoC: add snd_soc_register_cpu()

[Qemu-devel] [PATCH 0/3] *** make netlayer re-entrant ***
 2013-03-05  3:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/3] net: introduce lock to protect NetClientState's send_queue
` [Qemu-devel] [PATCH 3/3] net: make netclient re-entrant with refcnt

[PATCH 2/3] ARM: shmobile: r8a7779: fixup DT machine name
 2013-03-05  3:04 UTC  (2+ messages)

[PATCH v11 0/4] block layer runtime pm
 2013-03-05  3:03 UTC  (5+ messages)
` [PATCH v11 1/4] block: add a flag to identify PM request
` [PATCH v11 2/4] block: add runtime pm helpers
` [PATCH v11 3/4] block: implement runtime pm strategy
` [PATCH v11 4/4] sd: change to auto suspend mode

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2013-03-05  3:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2013-03-05  3:03 UTC 

[PATCH v2] cgroup: avoid accessing modular cgroup subsys structure without locking
 2013-03-05  2:57 UTC  (2+ messages)

[PATCH] ARM: perf: Fix section mismatch on armpmu_init()
 2013-03-05  2:55 UTC  (4+ messages)

[PATCH 3/4] md: Don't do normal-write on unresync area of replacement-disk
 2013-03-05  2:53 UTC  (5+ messages)
  `  "

[PATCH] Btrfs: allow running defrag in parallel to administrative tasks
 2013-03-05  2:51 UTC  (2+ messages)

Module compilation error
 2013-03-05  2:47 UTC  (3+ messages)

[PATCH] ARM: bcm281xx: Add L2 cache enable code
 2013-03-05  2:47 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.