All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-27 01:16:44 to 2013-09-27 03:03:31 UTC [more...]

[Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns
 2013-09-27  3:02 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the wireless tree
 2013-09-27  3:03 UTC  (2+ messages)

[PATCH 00/10] pack v4 UI support
 2013-09-27  2:59 UTC  (4+ messages)

[Qemu-devel] [v2 00/71] Integrating Kconfig to Qemu
 2013-09-27  2:57 UTC  (71+ messages)
` [Qemu-devel] [v2 01/71] rules.mak: New logical functions
` [Qemu-devel] [v2 02/71] Makefile.target: CONFIG_NO_* variables removed
` [Qemu-devel] [v2 03/71] default-configs/: CONFIG_GDBSTUB_XML removed
` [Qemu-devel] [v2 04/71] scripts/kconfig: kconfig-frontends submodule added
` [Qemu-devel] [v2 05/71] Makefile: Clone kconfig git submodule in Makefile
` [Qemu-devel] [v2 06/71] hw/arm/Makefile.objs: CONFIG_* created for each board
` [Qemu-devel] [v2 08/71] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [v2 09/71] hw/microblaze/Makefile.objs: Create configs for petalogix boards
` [Qemu-devel] [v2 10/71] hw/mips/Makefile.objs: Create CONFIG_* for mips boards
` [Qemu-devel] [v2 11/71] hw/ppc/Makefile.objs: Build all boards conditinally
` [Qemu-devel] [v2 12/71] hw/sh4/Makefile.objs: Build sh4 boards conditionally
` [Qemu-devel] [v2 13/71] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [v2 14/71] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [v2 15/71] hw/s390x/Makefile.objs: Create CONFIG_S390_VIRTIO and CONFIG_S390_CCW
` [Qemu-devel] [v2 16/71] hw/s390x/Kconfig: Add s390x Kconfig
` [Qemu-devel] [v2 17/71] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_lx60 conditionally
` [Qemu-devel] [v2 18/71] hw/intc/Makefile.objs: Make CONFIG_ARMV7_NVIC
` [Qemu-devel] [v2 19/71] hw/9pfs/Kconfig: Add 9pfs Kconfig
` [Qemu-devel] [v2 20/71] hw/arm/Kconfig: Add ARM Kconfig
` [Qemu-devel] [v2 21/71] hw/audio/Kconfig: Add audio Kconfig
` [Qemu-devel] [v2 22/71] hw/block/Kconfig: Add Kconfig file
` [Qemu-devel] [v2 23/71] hw/char/Kconfig: "
` [Qemu-devel] [v2 24/71] hw/core/Kconfig: "
` [Qemu-devel] [v2 25/71] hw/cpu/Kconfig: "
` [Qemu-devel] [v2 26/71] hw/display/Kconfig: "
` [Qemu-devel] [v2 27/71] hw/dma/Kconfig: "
` [Qemu-devel] [v2 28/71] hw/gpio/Kconfig: "
` [Qemu-devel] [v2 29/71] hw/i2c/Kconfig: "
` [Qemu-devel] [v2 30/71] hw/ide/Kconfig: "
` [Qemu-devel] [v2 31/71] hw/input/Kconfig: "
` [Qemu-devel] [v2 32/71] hw/intc/Kconfig: "
` [Qemu-devel] [v2 33/71] hw/isa/Kconfig: "
` [Qemu-devel] [v2 34/71] hw/misc/Kconfig: "
` [Qemu-devel] [v2 35/71] hw/mips/Kconfig: Add Kconfig for MIPS
` [Qemu-devel] [v2 36/71] hw/nvram/Kconfig: Add Kconfig file
` [Qemu-devel] [v2 37/71] hw/pci/Kconfig: "
` [Qemu-devel] [v2 38/71] hw/pci-bridge/Kconfig: "
` [Qemu-devel] [v2 39/71] hw/pci-host/Kconfig: "
` [Qemu-devel] [v2 40/71] hw/scsi/Kconfig: "
` [Qemu-devel] [v2 41/71] hw/sd/Kconfig: "
` [Qemu-devel] [v2 42/71] hw/ssi/Kconfig: "
` [Qemu-devel] [v2 43/71] hw/timer/Kconfig: "
` [Qemu-devel] [v2 44/71] hw/tpm/Kconfig: "
` [Qemu-devel] [v2 45/71] hw/alpha/Kconfig: Add Kconfig for Alpha
` [Qemu-devel] [v2 46/71] hw/cris/Kconfig: Added Cris kconfig file
` [Qemu-devel] [v2 47/71] hw/lm32/Kconfig: Added kconfig for lm32
` [Qemu-devel] [v2 48/71] hw/m68k/Kconfig: m68k kconfig file added
` [Qemu-devel] [v2 49/71] hw/usb/Kconfig: Add Kconfig file
` [Qemu-devel] [v2 50/71] hw/watchdog/Kconfig: "
` [Qemu-devel] [v2 51/71] hw/Kconfig: Add the main Kconfig for hw/
` [Qemu-devel] [v2 52/71] hw/moxie/Kconfig: Add Kconfig for moxie
` [Qemu-devel] [v2 53/71] hw/unicore32/Kconfig: Add Unicore32 Kconfig
` [Qemu-devel] [v2 54/71] hw/moxie/Kconfig: Make the board default and bool
` [Qemu-devel] [v2 55/71] hw/xtensa/Kconfig: Kconfig for xtensa added
` [Qemu-devel] [v2 56/71] hw/openrisc/Makefile.objs: Add CONFIG_ prefix for OPENRISC_SIM
` [Qemu-devel] [v2 57/71] hw/openrisc/Kconfig: Add Kconfig for OpenRISC
` [Qemu-devel] [v2 58/71] hw/sparc64/Kconfig: Kconfig added for Sparc64
` [Qemu-devel] [v2 59/71] configure: Generate Kconfig.targets with --target-list
` [Qemu-devel] [v2 60/71] Kconfig: Main kconfig file added
` [Qemu-devel] [v2 61/71] hw/usb/hcd-ohci.c: Move sysbus and PCI code to new files
` [Qemu-devel] [v2 62/71] hw/usb/Makefile.objs: Make config options for USB_OHCI_*
` [Qemu-devel] [v2 63/71] Makefile.objs: Split CONFIG_USB_EHCI
` [Qemu-devel] [v2 65/71] hw/ppc/Kconfig: Add Kconfig for PPC
` [Qemu-devel] [v2 66/71] hw/usb/Kconfig: Add the new USB_(O|U)HCI_(PCI|SYSBUS)
` [Qemu-devel] [v2 67/71] hw/i386/Kconfig: Add i386 Kconfig
` [Qemu-devel] [v2 68/71] hw/acpi/Kconfig: Create ACPI Kconfig
` [Qemu-devel] [v2 69/71] hw/microblaze/Kconfig: Kconfig added for microblaze
` [Qemu-devel] [v2 70/71] hw/sh4/Kconfig: Kconfig for SH4 added
` [Qemu-devel] [v2 71/71] hw/sparc/Kconfig: Kconfig for Sparc added

cron job: media_tree daily build: WARNINGS
 2013-09-27  2:57 UTC 

[PATCH] ASoC: generic: Add generic DT based simple codec
 2013-09-27  2:57 UTC  (4+ messages)

[Question] Verification For arm64: suspend/resume implementation
 2013-09-27  2:53 UTC  (12+ messages)

[f2fs-dev] [PATCH] f2fs: use rw_sem instead of fs_lock(locks mutex)
 2013-09-27  2:47 UTC  (4+ messages)
  `  "

[PATCH] powerpc/fsl/defconfig: enable CONFIG_AT803X_PHY
 2013-09-27  2:51 UTC  (5+ messages)

device tree binding documentation outdated
 2013-09-27  2:51 UTC  (5+ messages)

[PATCH 1/1] arm64: X-Gene AHBC platform bus driver
 2013-09-27  2:46 UTC  (4+ messages)

[PATCH] i2c-designware: define i2c_dw_pci_runtime_idle only with runtime pm
 2013-09-27  2:43 UTC  (3+ messages)

Issues and new to the group
 2013-09-27  2:39 UTC  (7+ messages)

[PATCHv2] drivers: mtd: devices: Add quad read support
 2013-09-27  2:40 UTC  (4+ messages)

[PATCH v2] i2c: i2c-dev: Create 'name' attribute automatically
 2013-09-27  2:36 UTC  (2+ messages)

linux-next: build failure after merge of the ceph tree
 2013-09-27  2:36 UTC  (2+ messages)

Hello
 2013-09-27  2:23 UTC 

[Qemu-devel] [PATCH v3 0/3] qemu-iotests with sample images, vhdx test, cleanup
 2013-09-27  2:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] block: qemu-iotests for vhdx, read sample dynamic image

[Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support
 2013-09-27  2:30 UTC  (3+ messages)

[PATCH tip/core/rcu 0/11] Fixes for 3.13
 2013-09-27  2:29 UTC  (8+ messages)
` [PATCH tip/core/rcu 01/11] mm: Place preemption point in do_mlockall() loop
  ` [PATCH tip/core/rcu 08/11] rcu: Micro-optimize rcu_cpu_has_callbacks()

[PATCH] perf tools: Add missing -ldl for gtk build
 2013-09-27  2:27 UTC  (2+ messages)

[PATCH v4 0/6] PSCI support for highbank
 2013-09-27  2:24 UTC  (15+ messages)
` [PATCH 1/6] cpuidle: calxeda: add support to use PSCI calls
` [PATCH 2/6] cpuidle: calxeda: add cpu_pm_enter/exit calls
` [PATCH 3/6] cpuidle: calxeda: add ecx-2000 support
` [PATCH 4/6] ARM: PSCI: remove unnecessary include of arm-gic.h
` [PATCH 5/6] ARM: highbank: adapt to use ARM PSCI calls
` [PATCH 6/6] dts: calxeda: add ARM PSCI binding

Solved: Booting recent mainline on omap5-uevm
 2013-09-27  2:24 UTC  (2+ messages)

[PATCH] perf record: mmap output file - RFC
 2013-09-27  2:24 UTC  (3+ messages)

[U-Boot] [PATCH] config.mk: enable -fstack-usage only when it is desired
 2013-09-27  2:23 UTC  (5+ messages)

[PATCH] i2c-designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set
 2013-09-27  2:22 UTC  (3+ messages)

Re: Re: Re: Regression caused by commit 4bdc33ed ("NFSDv4.2: Add NFS v4.2 support to the NFS server")
 2013-09-27  2:21 UTC  (2+ messages)

Merge with 1.5.0??
 2013-09-27  2:21 UTC 

[PATCH v4 0/4] Add whitelisting support for load_env
 2013-09-27  2:20 UTC  (5+ messages)
` [PATCH v4 2/4] load_env support for whitelisting which variables are read from an env file, even if check_signatures=enforce

[PATCH V2 0/1] sysvinit: fix missing of boot log
 2013-09-27  2:20 UTC  (4+ messages)
` [PATCH V2 1/1] "

[PATCH v6 0/3] Add PCIe support for i.MX6q
 2013-09-27  2:19 UTC  (9+ messages)
` [PATCH v6 3/3] PCI: imx6: Add support for i.MX6 PCIe controller

[PATCH 0/3] 'wic'- OpenEmbedded Image Creator
 2013-09-27  2:17 UTC  (4+ messages)
` [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)
` [PATCH 2/3] wic: Add mic w/pykickstart
` [PATCH 3/3] wic: Add OpenEmbedded-specific implementation

[PATCH RESEND] ARM: pxa: ssp: remove kfree for memory allocated with devm_kzalloc
 2013-09-27  2:15 UTC  (3+ messages)

[PATCH 0/8] Bluetooth: Cleanups and LE advertising support
 2013-09-27  2:12 UTC  (5+ messages)
` [PATCH 3/8] Bluetooth: Test for HCI_SETUP and HCI_USER_CHANNEL in mgmt_valid_hdev()

[U-Boot] [PATCH] wandboard: README: Include the quad version
 2013-09-27  2:10 UTC 

[PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)
 2013-09-27  2:10 UTC  (6+ messages)

[PATCH v2 1/3] build: Add skeleton for BlueZ Android
 2013-09-27  2:08 UTC  (6+ messages)
` [PATCH v2 2/3] android: Add skeleton of BlueZ Android daemon
` [PATCH v2 3/3] android: Android version of log.c

[PATCH V1] oom: avoid selecting threads sharing mm with init
 2013-09-27  2:04 UTC  (4+ messages)

[PATCH 00/51] DMA mask changes
 2013-09-27  1:56 UTC  (9+ messages)
` [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()

[patch 0/7] improve memcg oom killer robustness v2
 2013-09-27  2:04 UTC  (15+ messages)

[Bug 47288] New: System hangs with GeForce 6150SE nForce 430
 2013-09-27  2:03 UTC  (2+ messages)
  ` [Bug 47288] System hangs with GeForce 6150SE nForce 430 ("EQ overflowing")

[PATCH] tools/perf: remove non-existent entries in MANIFEST
 2013-09-27  2:02 UTC  (5+ messages)

[PATCH 1/2] ARM: dts: mxs: Add muxing options for the SSP2 MMC
 2013-09-27  2:01 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: mxs: Add MSR M28CU3 board

[Bug 56546] New: crash at the second render when applying gamma correction
 2013-09-27  2:01 UTC  (2+ messages)
  ` [Bug 56546] "

linux-next: manual merge of the ipsec-next tree with the net-next tree
 2013-09-27  2:01 UTC  (5+ messages)

[Bug 51144] New: significant pixel corruption in text
 2013-09-27  2:00 UTC  (2+ messages)
  ` [Bug 51144] significant pixel corruption in text ; driver nouveau - GF116 [GeForce GTS 450]

[U-Boot] [PATCH] udoo: Add initial support for mx6q udoo board
 2013-09-27  1:59 UTC 

[PATCH 1/2] android: Add skeleton of BlueZ Android daemon
 2013-09-27  1:58 UTC  (10+ messages)
` [PATCH 2/2] android: Android version of log.c

Yacto rootfs: multi-touch message cannot handled by "close" button
 2013-09-27  1:57 UTC  (5+ messages)

[Bug 60150] New: [NVAF] Garbled Screen
 2013-09-27  1:56 UTC  (2+ messages)
  ` [Bug 60150] "

[PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset
 2013-09-27  1:55 UTC  (3+ messages)

[RFC 0 PATCH 0/3]: PVH dom0 construction
 2013-09-27  1:55 UTC  (4+ messages)
` [RFC 0 PATCH 3/3] PVH dom0: construct_dom0 changes

Problems with too many connections
 2013-09-27  1:53 UTC  (2+ messages)

[RFC] Make xl vcpu-set work in overcommit and with PV guests. (v2)
 2013-09-27  1:52 UTC  (9+ messages)
` [PATCH 1/2] xl: neuter vcpu-set --ignore-host

Where is the source code of aSpice? And is there a spice version in iOS?
 2013-09-27  1:48 UTC 

[Bug 69076] New: weston+rs690: triangle flickering
 2013-09-27  1:47 UTC  (2+ messages)
` [Bug 69076] "

[xen-4.2-testing test] 19829: tolerable FAIL - PUSHED
 2013-09-27  1:42 UTC 

[meta-selinux] Add ${bindir}/sepolgen to system-config-selinux package
 2013-09-27  1:40 UTC 

Qeuestion: Why is make-slave the one-way operation?
 2013-09-27  1:40 UTC 

[PATCH] perf: fix infinite loop with corrupted header
 2013-09-27  1:33 UTC  (6+ messages)

How to get PGP/GPG public key fingerprint
 2013-09-27  1:33 UTC 

[PATCH] boot-directdisk: ensure generated MBR disk signature is non-zero
 2013-09-27  1:30 UTC 

[dtc PATCH V2] Warn on node name unit-address presence/absence mismatch
 2013-09-27  1:30 UTC  (5+ messages)

[PATCH] microcode: Scan the multiboot payloads for cpio format microcode blob. (v3.3)
 2013-09-27  1:09 UTC  (3+ messages)
` [PATCH 1/2] microcode: Scan the initramfs payload for microcode blob
` [PATCH 2/2] microcode: Check whether the microcode is correct

[PATCH] kernel/groups.c: consider about NULL for 'group_info' in all related extern functions
 2013-09-27  1:30 UTC  (12+ messages)

[PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host
 2013-09-27  1:30 UTC  (4+ messages)
` [PATCH 15/27] mmc: mxs-mmc: Move away from using deprecated APIs

[GIT PULL] extcon next for 3.13
 2013-09-27  1:28 UTC 

[PATCH] powerpc/p1010rdb:update mtd of nand to adapt to both old and new p1010rdb
 2013-09-27  1:21 UTC 

[Qemu-devel] [PATCH] exec: cleanup DEBUG_SUBPAGE
 2013-09-27  1:25 UTC 

[PATCH RFC v0 0/49] pnfsd-dlm
 2013-09-27  1:20 UTC  (4+ messages)
` [PATCH RFC v0 04/49] pnfsd: don't set up back channel on create_session for ds

[RFC][PATCH] sched: Avoid select_idle_sibling() for wake_affine(.sync=true)
 2013-09-27  1:19 UTC  (6+ messages)

[PATCH 1/2] Documentation: Add device tree bindings for i.MX TVE
 2013-09-27  1:16 UTC  (4+ messages)
` [PATCH 2/2] ARM i.MX53: dts: Add TVE to i.MX53-QSB device tree


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.