All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-29 17:45:08 to 2013-06-29 20:11:41 UTC [more...]

[PATCH 0/2] ARM: sunxi: Convert DTSI to new CPU bindings
 2013-06-29 20:11 UTC  (13+ messages)

[PATCH v5 00/12] MBus DT binding: A new hope
 2013-06-29 20:11 UTC  (28+ messages)
  ` [PATCH v5 01/12] bus: mvebu-mbus: Factor out initialization details
  ` [PATCH v5 02/12] bus: mvebu-mbus: Introduce device tree binding
  ` [PATCH v5 03/12] bus: mvebu-mbus: Add static window allocation to the DT binding
  ` [PATCH v5 04/12] ARM: mvebu: Initialize MBus using "
  ` [PATCH v5 05/12] ARM: mvebu: Remove the harcoded BootROM window allocation
  ` [PATCH v5 06/12] memory: mvebu-devbus: Remove address decoding window workaround
  ` [PATCH v5 07/12] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files
  ` [PATCH v5 08/12] ARM: mvebu: Add MBus to Armada 370/XP device tree
  ` [PATCH v5 09/12] ARM: mvebu: Add BootROM "
  ` [PATCH v5 10/12] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes
  ` [PATCH v5 11/12] ARM: mvebu: Relocate Armada 370 PCIe "
  ` [PATCH v5 12/12] ARM: mvebu: Relocate Armada XP "

Dabase BAcked IPTables
 2013-06-29 20:10 UTC  (4+ messages)

[RFC v2] mac80211: Use libnl-configurable values for retry counts
 2013-06-29 20:08 UTC  (2+ messages)

[PATCH] WIP: HACK: LPAE, BOOTMEM and NO_BOOTMEM
 2013-06-29 20:08 UTC  (22+ messages)

[PATCH] parisc: optimize mtsp(0,sr) inline assembly
 2013-06-29 20:08 UTC 

[PATCH] drm/i915: Refactor the wait_rendering completion into a common routine
 2013-06-29 20:03 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC qom-cpu 00/41] QOM CPUState, part 11: GDB stub
 2013-06-29 20:01 UTC  (45+ messages)
` [Qemu-devel] [PATCH RFC qom-cpu 01/41] log: Change log_cpu_state[_mask]() argument to CPUState
` [Qemu-devel] [PATCH RFC qom-cpu 02/41] cpu: Move reset logging "
` [Qemu-devel] [PATCH RFC qom-cpu 03/41] gdbstub: Change GDBState::query_cpu "
` [Qemu-devel] [PATCH RFC qom-cpu 04/41] cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
` [Qemu-devel] [PATCH RFC qom-cpu 05/41] target-m68k: Implement CPUClass::set_pc()
` [Qemu-devel] [PATCH RFC qom-cpu 06/41] target-moxie: "
` [Qemu-devel] [PATCH RFC qom-cpu 07/41] target-unicore32: "
` [Qemu-devel] [PATCH RFC qom-cpu 08/41] cpu: Introduce CPUClass::synchronize_from_tb() to drop cpu_pc_from_tb()
` [Qemu-devel] [PATCH RFC qom-cpu 09/41] gdbstub: Replace two find_cpu() with qemu_get_cpu()
` [Qemu-devel] [PATCH RFC qom-cpu 10/41] target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPU
` [Qemu-devel] [PATCH RFC qom-cpu 11/41] target-arm: Change gen_intermediate_code_internal() argument to ARMCPU
` [Qemu-devel] [PATCH RFC qom-cpu 12/41] target-cris: Change gen_intermediate_code_internal() argument to CRISCPU
` [Qemu-devel] [PATCH RFC qom-cpu 13/41] target-i386: Change gen_intermediate_code_internal() argument to X86CPU
` [Qemu-devel] [PATCH RFC qom-cpu 14/41] target-lm32: Change gen_intermediate_code_internal() argument to LM32CPU
` [Qemu-devel] [PATCH RFC qom-cpu 15/41] target-m68k: Change gen_intermediate_code_internal() argument to M68kCPU
` [Qemu-devel] [PATCH RFC qom-cpu 16/41] target-microblaze: Change gen_intermediate_code_internal() argument types
` [Qemu-devel] [PATCH RFC qom-cpu 17/41] target-mips: Change gen_intermediate_code_internal() argument to MIPSCPU
` [Qemu-devel] [PATCH RFC qom-cpu 18/41] target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPU
` [Qemu-devel] [PATCH RFC qom-cpu 19/41] target-s390x: Change gen_intermediate_code_internal() argument to S390CPU
` [Qemu-devel] [PATCH RFC qom-cpu 20/41] target-sh4: Change gen_intermediate_code_internal() argument to SuperHCPU
` [Qemu-devel] [PATCH RFC qom-cpu 21/41] target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU
` [Qemu-devel] [PATCH RFC qom-cpu 22/41] target-unicore32: Change gen_intermediate_code_internal() signature
` [Qemu-devel] [PATCH RFC qom-cpu 23/41] target-xtensa: Change gen_intermediate_code_internal() arg to XtensaCPU
` [Qemu-devel] [PATCH RFC qom-cpu 24/41] target-alpha: Change DisasContext::env to CPUState
` [Qemu-devel] [PATCH RFC qom-cpu 25/41] cpu: Move singlestep_enabled field from CPU_COMMON "
  `  "
` [Qemu-devel] [PATCH RFC qom-cpu 26/41] gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style
` [Qemu-devel] [PATCH RFC qom-cpu 27/41] cpu: Change cpu_single_step() argument to CPUState
` [Qemu-devel] [PATCH RFC qom-cpu 28/41] kvm: Change kvm_{insert, remove}_breakpoint() "
  ` [PATCH RFC qom-cpu 28/41] kvm: Change kvm_{insert,remove}_breakpoint() "
` [Qemu-devel] [PATCH RFC qom-cpu 29/41] gdbstub: Change syscall callback "
` [Qemu-devel] [PATCH RFC qom-cpu 30/41] gdbstub: Change gdb_handlesig() "
` [Qemu-devel] [PATCH RFC qom-cpu 31/41] gdbstub: Change GDBState::c_cpu "
` [Qemu-devel] [PATCH RFC qom-cpu 32/41] gdbstub: Change gdb_{read, write}_register() argument "
` [Qemu-devel] [PATCH RFC qom-cpu 33/41] cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
` [Qemu-devel] [PATCH RFC qom-cpu 34/41] exec: Change cpu_memory_rw_debug() argument to CPUState
  `  "
` [Qemu-devel] [PATCH RFC qom-cpu 35/41] cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()
` [Qemu-devel] [PATCH RFC qom-cpu 36/41] gdbstub: Change GDBState::g_cpu to CPUState
` [Qemu-devel] [PATCH RFC qom-cpu 37/41] cpu: Move gdb_regs field from CPU_COMMON "
` [Qemu-devel] [PATCH RFC qom-cpu 38/41] gdbstub: Change gdb_register_coprocessor() argument "
` [Qemu-devel] [PATCH RFC qom-cpu 39/41] target-xtensa: Introduce XtensaCPU subclasses
` [Qemu-devel] [PATCH RFC qom-cpu 40/41] gdbstub: Move num_g_regs to CPUState and NUM_CORE_REGS to CPUClass
` [Qemu-devel] [PATCH RFC qom-cpu 41/41] cpu: Introduce CPUClass::gdb_{read, write}_register()

[PATCH] parisc: switch to gzip-compressed vmlinuz kernel
 2013-06-29 20:00 UTC  (4+ messages)

Flush hung in D state at fclose (after heavy XFS writes
 2013-06-29 19:58 UTC 

occasional problems with Technotrend TT-connect CT3650+CI
 2013-06-29 19:57 UTC 

[Bug 66384] New: VDPAU playback hangs when moving window between xrandr monitors
 2013-06-29 19:55 UTC  (2+ messages)
` [Bug 66384] "

INTEL_MEI_ME=y breaks suspend on 3.10-rc3
 2013-06-29 19:46 UTC  (7+ messages)

[Buildroot] [Bug 5696] New: python3 installation is too large, patches from python2 needed
 2013-06-29 19:46 UTC  (2+ messages)
` [Buildroot] [Bug 5696] "

[REGRESSION] Radeon (Evergreen) Crash with "pin failed" in Kernel 3.10-rc7
 2013-06-29 19:41 UTC  (4+ messages)

[PATCH 0/8] alx fixes/improvements
 2013-06-29 19:40 UTC  (4+ messages)
` [PATCH 8/8] alx: remove WoL support

[U-Boot] [PATCH] net: Use ARRAY_SIZE at appropriate places
 2013-06-29 19:37 UTC  (3+ messages)

[PATCH net-next] bonding: combine pr_debugs in bond_set_dev_addr into one
 2013-06-29 19:37 UTC  (2+ messages)

[ath9k-devel] ath9k_htc: Firmware - htc_9271.fw download failed
 2013-06-29 19:34 UTC  (11+ messages)

[PATCH v3 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs
 2013-06-29 19:34 UTC  (8+ messages)
` [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

armada_drm clock selection
 2013-06-29 19:26 UTC  (10+ messages)

[Qemu-devel] [PATCH 1/6] Added aarch64 configure support and default configuration
 2013-06-29 19:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH 3/6] Added Aarch64 CPU Initialization, Get and Put Registers Support
` [Qemu-devel] [PATCH 4/6] Added the Versatile Express Machine Model for A57
` [Qemu-devel] [PATCH 6/6] Added SMP for Aarch64 Processors

[RFC PATCH 0/3] [media] s5p-jpeg: Add support for Exynos4x12 and 5250
 2013-06-29 19:12 UTC  (2+ messages)

[PATCH 2/2] dundee: return error if there is a connection procedure ongoing
 2013-06-29 19:12 UTC  (3+ messages)

Check if environment variable is empty
 2013-06-29 19:08 UTC  (2+ messages)

[PATCH 1/2] dundee: export Bluetooth address in as D-Bus property
 2013-06-29 19:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] autoconf: bump to version 2.69
 2013-06-29 19:05 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] imagemagick: bump to version 6.8.6-2

[Buildroot] [git commit] imagemagick: bump to version 6.8.6-2
 2013-06-29 19:05 UTC 

[Buildroot] [git commit] autoconf: bump to version 2.69
 2013-06-29 19:05 UTC 

[Buildroot] [PATCH] tzdata/zic: bump to version 2013c and switch SITE
 2013-06-29 19:04 UTC  (2+ messages)

[Buildroot] [git commit] tzdata/zic: bump to version 2013c and switch SITE
 2013-06-29 19:04 UTC 

[oe-commits] Phil Blundell : image.bbclass: Don't mark do_rootfs and do_build as nostamp
 2013-06-29 19:04 UTC 

[Buildroot] [PATCH] busybox: bump 1.21.x series to 1.21.1
 2013-06-29 19:03 UTC  (2+ messages)

[Buildroot] [PATCH] dbus: ensure directory exists before installing symlink
 2013-06-29 19:03 UTC  (2+ messages)

[Buildroot] [git commit] dbus: ensure directory exists before installing symlink
 2013-06-29 19:03 UTC 

[Buildroot] [git commit] busybox: bump 1.21.x series to 1.21.1
 2013-06-29 19:02 UTC 

[PATCH v2 0/7] alx: small fixes/cleanups
 2013-06-29 18:56 UTC  (4+ messages)

[PATCH net-next 0/2] net: lls cleanup patches
 2013-06-29 18:50 UTC  (4+ messages)
` [PATCH net-next 1/2] net: fix LLS debug_smp_processor_id() warning
  ` Using sched_clock() for polling time limit

[Bug 63935] New: TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!
 2013-06-29 18:49 UTC  (2+ messages)
` [Bug 63935] "

SATA hdd refuses to reallocate a sector?
 2013-06-29 18:47 UTC  (5+ messages)

[Patch net-next v2] gre: fix a regression in ioctl
 2013-06-29 18:42 UTC  (3+ messages)
` [Patch net-next v3] "

Searching a Bug on Raspberry Pi
 2013-06-29 18:28 UTC 

Yocto Layers not getting recognized by bitbake
 2013-06-29 18:35 UTC  (5+ messages)

Parameter check for EINJ error injection - V3
 2013-06-29 18:29 UTC  (3+ messages)

[PATCH 3.10-rc7] Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
 2013-06-29 18:29 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2013-06-29 18:29 UTC 

[Buildroot] [PATCH] dhcpcd: unavailable for bfin and fix another bug
 2013-06-29 18:26 UTC  (7+ messages)

Kernel Linux updating
 2013-06-29 18:16 UTC  (4+ messages)

[PATCH v2 2/5] ipset: add "inner" flag implementation
 2013-06-29 18:13 UTC  (6+ messages)

Linux 3.10-rc7
 2013-06-29 18:11 UTC  (3+ messages)

Croisieres a partir de 284 euros
 2013-06-29 18:07 UTC 

[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
 2013-06-29 18:07 UTC  (2+ messages)
` [Nouveau] "

[RFC] Transparent on-demand memory setup initialization embedded in the (GFP) buddy allocator
 2013-06-29 18:03 UTC  (4+ messages)

[Qemu-devel] [PATCH] [RFC] Add delay option to blkdebug
 2013-06-29 18:02 UTC  (2+ messages)
` [Qemu-devel] [PATCH] "

[Qemu-devel] How does 'make test' work?
 2013-06-29 17:51 UTC 

[Qemu-devel] [Bug 661696] [NEW] Ollydbg under Windows in qemu does not work as it does under native Windows
 2013-06-29 17:40 UTC  (3+ messages)
` [Qemu-devel] [Bug 661696] Re: incomplete emulation of fstenv under TCG

3.10-rcX: cpu governor ondemand doesn't scale well after s2ram
 2013-06-29 17:50 UTC  (11+ messages)

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-06-29 17:48 UTC  (20+ messages)
` [PATCH 07/16] fuse: Trust kernel i_mtime only
` [PATCH 08/16] fuse: Flush files on wb close
` [PATCH 09/16] fuse: restructure fuse_readpage()
` [PATCH 10/16] fuse: Implement writepages callback
` [PATCH 11/16] fuse: Implement write_begin/write_end callbacks
` [PATCH 12/16] fuse: fuse_writepage_locked() should wait on writeback
` [PATCH 13/16] fuse: fuse_flush() "
` [PATCH 14/16] fuse: Fix O_DIRECT operations vs cached writeback misorder - v2
` [PATCH 15/16] fuse: Turn writeback cache on
` [PATCH 16/16] mm: strictlimit feature

[PATCH 2/2] commit: reject overlong UTF-8 sequences
 2013-06-29 17:41 UTC 

[PATCH 1/2] commit: reject invalid UTF-8 codepoints
 2013-06-29 17:40 UTC 

[PATCH 000/165] radeon drm-next patches
 2013-06-29 17:37 UTC  (2+ messages)

[PATCH 0/2] commit: improve UTF-8 validation
 2013-06-29 17:39 UTC 

[meta-browser][PATCH V2 1/3] chromium: Remove older recipes
 2013-06-29 17:47 UTC  (6+ messages)

[PATCH v2 0/2] Lockless update of reference count protected by spinlock
 2013-06-29 17:45 UTC  (3+ messages)
` [PATCH v2 1/2] spinlock: New spinlock_refcount.h for lockless update of refcount


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.