All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-27 14:48:48 to 2014-06-27 15:26:56 UTC [more...]

[PATCHv8 0/3] Addition of Altera SDRAM Controller
 2014-06-27 15:26 UTC  (6+ messages)
` [PATCHv8 1/3] devicetree: Addition of the "
` [PATCHv8 2/3] devicetree: Addition of the Altera SDRAM EDAC. Add the
` [PATCHv8 3/3] edac: altera: Add Altera SDRAM Controller EDAC support

[PATCH v3 0/3] Support controlling the max C-state sub-state
 2014-06-27 15:26 UTC  (8+ messages)
` [PATCH v3 2/3] tools/libxc: Alow "
  ` [PATCH v3A 2/3] tools/libxc: allow "
` [PATCH v3 3/3] xenpm: Allow "

[PATCHv7 0/3] tools: rework VM Generation ID
 2014-06-27 15:24 UTC  (2+ messages)

GOOD DAY,
 2014-06-27 15:06 UTC 

Recommended teuthology upgrade test
 2014-06-27 15:16 UTC 

[Qemu-devel] [PATCH] ahci.c: mask the interrupt on complete flag to allow ahci.c to read the correct size for the PRDT
 2014-06-27 15:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/21] target-mips: add MIPS64R6 Instruction Set support
 2014-06-27 15:22 UTC  (22+ messages)
` [Qemu-devel] [PATCH v3 01/21] target-mips: define ISA_MIPS64R6
` [Qemu-devel] [PATCH v3 02/21] target-mips: signal RI Exception on instructions removed in R6
` [Qemu-devel] [PATCH v3 03/21] target-mips: add SELEQZ and SELNEZ instructions
` [Qemu-devel] [PATCH v3 04/21] target-mips: move LL and SC instructions
` [Qemu-devel] [PATCH v3 05/21] target-mips: extract decode_opc_special* from decode_opc
` [Qemu-devel] [PATCH v3 06/21] target-mips: split decode_opc_special* into *_r6 and *_legacy
` [Qemu-devel] [PATCH v3 07/21] target-mips: signal RI Exception on DSP and Loongson instructions
` [Qemu-devel] [PATCH v3 08/21] target-mips: move PREF, CACHE, LLD and SCD instructions
` [Qemu-devel] [PATCH v3 09/21] target-mips: redefine Integer Multiply and Divide instructions
` [Qemu-devel] [PATCH v3 10/21] target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6
` [Qemu-devel] [PATCH v3 11/21] target-mips: Status.UX/SX/KX enable 32-bit address wrapping
` [Qemu-devel] [PATCH v3 12/21] target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions
` [Qemu-devel] [PATCH v3 13/21] target-mips: add compact and CP1 branches
` [Qemu-devel] [PATCH v3 14/21] target-mips: add AUI, LSA and PCREL instruction families
` [Qemu-devel] [PATCH v3 15/21] softfloat: add functions corresponding to IEEE-2008 min/maxNumMag
` [Qemu-devel] [PATCH v3 16/21] target-mips: add new Floating Point instructions
` [Qemu-devel] [PATCH v3 17/21] target-mips: add new Floating Point Comparison instructions
` [Qemu-devel] [PATCH v3 18/21] target-mips: do not allow Status.FR=0 mode in 64-bit FPU
` [Qemu-devel] [PATCH v3 19/21] target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions
` [Qemu-devel] [PATCH v3 20/21] mips_malta: update malta's pseudo-bootloader - replace JR with JALR
` [Qemu-devel] [PATCH v3 21/21] target-mips: define a new generic CPU supporting MIPS64 Release 6 ISA

[PATCH 2/4] mips_malta: Change default KVM cpu to 24Kc (no FP)
 2014-06-27 15:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/4] mips/kvm: Disable FPU on reset with KVM
  `  "

[PATCH] ARM: dts: Add mask-tpm-reset to the device tree
 2014-06-27 15:22 UTC  (10+ messages)

Bus off
 2014-06-27 15:22 UTC  (3+ messages)

[PATCH RFC tip/core/rcu] Parallelize and economize NOCB kthread wakeups
 2014-06-27 15:21 UTC  (5+ messages)

[PATCH CFT 00/30] Initial round of Freescale FEC ethernet patches
 2014-06-27 15:21 UTC  (62+ messages)
` [PATCH CFT 01/30] net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
` [PATCH CFT 02/30] net: fec: iMX6 FEC does not support half-duplex gigabit
` [PATCH CFT 03/30] net: fec: fix ethtool set_pauseparam duplex bug
` [PATCH CFT 04/30] net: fec: fix interrupt handling races
` [PATCH CFT 05/30] net: fec: use netif_tx_disable() rather than netif_stop_queue()
` [PATCH CFT 06/30] net: fec: remove checking for NULL phy_dev in fec_enet_close()
` [PATCH CFT 07/30] net: fec: ensure that a disconnected phy isn't configured
` [PATCH CFT 08/30] net: fec: stop the phy before shutting down the MAC
` [PATCH CFT 09/30] net: fec: remove useless fep->opened
` [PATCH CFT 10/30] net: fec: make rx skb handling more robust
` [PATCH CFT 11/30] net: fec: clean up transmit descriptor setup
` [PATCH CFT 12/30] net: fec: ensure fec_enet_free_buffers() properly cleans the rings
` [PATCH CFT 13/30] net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
` [PATCH CFT 14/30] net: fec: improve safety of suspend/resume/transmit timeout paths
` [PATCH CFT 15/30] net: fec: ensure fec_enet_close() copes with resume failure
` [PATCH CFT 16/30] net: fec: only restart or stop the device if it is present and running
` [PATCH CFT 17/30] net: fec: move calls to quiesce/resume packet processing out of fec_restart()
` [PATCH CFT 18/30] net: fec: remove inappropriate calls around fec_restart()
` [PATCH CFT 19/30] net: fec: quiesce packet processing before stopping device in fec_suspend()
` [PATCH CFT 20/30] net: fec: quiesce packet processing before stopping device in fec_set_features()
` [PATCH CFT 21/30] net: fec: quiesce packet processing before changing features
` [PATCH CFT 22/30] net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link()
` [PATCH CFT 23/30] net: fec: clean up duplex mode handling
` [PATCH CFT 24/30] net: fec: better implementation of iMX6 ERR006358 quirk
` [PATCH CFT 25/30] net: fec: replace delayed work with standard work
` [PATCH CFT 26/30] net: fec: clear receive interrupts before processing a packet
` [PATCH CFT 27/30] net: fec: reorder ethtool ops to match order in struct declaration
` [PATCH CFT 28/30] net: fec: add support for dumping transmit ring on timeout
` [PATCH CFT 29/30] net: fec: remove useless status check in tx reap path
` [PATCH CFT 30/30] net: fec: consolidate hwtstamp implementation

Issues regarding "mem_access: Add helper API to setup ring and enable mem_access"
 2014-06-27 15:20 UTC  (2+ messages)

[PATCH] mfd: cros_ec_spi: set wakeup capability
 2014-06-27 15:19 UTC  (6+ messages)

[PATCH v3 1/4] drm/fb-helper: Fix hpd vs. initial config races
 2014-06-27 15:19 UTC  (8+ messages)
` [PATCH v3 2/4] drm: Constify struct drm_fb_helper_funcs
` [PATCH v3 3/4] drm: Introduce drm_fb_helper_prepare()
` [PATCH v3 4/4] drm/tegra: Implement race-free hotplug detection

[PATCH v7 0/6] Support for creating generic host_bridge from device tree
 2014-06-27 15:18 UTC  (12+ messages)
` [PATCH v7 1/6] pci: Introduce pci_register_io_range() helper function

[RFC][PATCH 0/5 v2] x86/nmi: Print all cpu stacks from NMI safely
 2014-06-27 15:18 UTC  (7+ messages)
` [RFC][PATCH 2/5 v2] tracing: Create seq_buf layer in trace_seq

[PATCH] image.bbclass: Ensure IMAGE_FSTYPES is fully evaluated before live/live logic
 2014-06-27 15:17 UTC  (5+ messages)

[PATCH v6 0/5] vgic emulation and GICD_ITARGETSR
 2014-06-27 15:17 UTC  (3+ messages)
` [PATCH v6 1/5] xen/arm: observe itargets setting in vgic_enable_irqs and vgic_disable_irqs

[Qemu-devel] [PATCH] target-ppc: KVMPPC_H_CAS fix cpu-version endianess
 2014-06-27 15:16 UTC  (2+ messages)

[PATCHv4 01/10] android/health: Add error check when creating app
 2014-06-27 15:16 UTC  (10+ messages)
` [PATCHv4 02/10] android/health: Add HDP definitions
` [PATCHv4 03/10] android/health: Add handling MDL connection request
` [PATCHv4 04/10] android/health: Refactor channel creation
` [PATCHv4 05/10] android/health: Add channel connect
` [PATCHv4 06/10] android/health: Assign channel to user_data
` [PATCHv4 07/10] android/health: Create mdep for ECHO channel
` [PATCHv4 08/10] android/health: Add handling for ECHO service
` [PATCHv4 09/10] android/health: Improve debug
` [PATCHv4 10/10] android/pts: Update HDP test results

[Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done
 2014-06-27 15:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3] qapi: skip redundant includes

[PATCH] libeigen: remove obsolete setting for default out-of-tree build
 2014-06-27 15:15 UTC  (6+ messages)
` Building Java 7

Blocked tasks on 3.15.1
 2014-06-27 15:14 UTC  (3+ messages)

[BUG] rc1 and rc2: Laptop unusable: on boot,screen black instead of native resolution
 2014-06-27 15:14 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/2] prep: Remove some clearly wrong assumptions
 2014-06-27 15:11 UTC  (3+ messages)
        ` [Qemu-devel] [Qemu-ppc] "

[PATCH] ARM: dts: Remove outdated usb2 phy entry from exynos5250.dtsi
 2014-06-27 15:04 UTC 

Anybody working on ced1401?
 2014-06-27 15:11 UTC  (3+ messages)

[GIT PULL] RAS fix for 3.17
 2014-06-27 15:12 UTC  (5+ messages)
` [GIT PULL] 2 RAS fixes for 3.17, refreshed

[PATCH] dm-io: Prevent the danging point of the sync io callback function
 2014-06-27 15:11 UTC  (2+ messages)
` [dm-devel] "

[Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches
 2014-06-27 15:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] block: Add replaces argument to drive-mirror
` [Qemu-devel] [PATCH v1 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode

[Qemu-devel] [PATCH] Allow mismatched virtio config-len
 2014-06-27 15:04 UTC  (4+ messages)

[PATCH v6a 00/17] GIC and VGIC code refactoring
 2014-06-27 15:03 UTC  (12+ messages)
` [PATCH v6a 12/17] xen/arm: move and rename is_vcpu_running function to sched.h
` [PATCH v6a 17/17] xen/arm: Restrict saving of gic register for idle domain

[PATCH] test: Ring PMD unit test rollback
 2014-06-27 15:03 UTC  (2+ messages)

[PATCH] siw_cm: use to_sockaddr_in() also within dprint() statements
 2014-06-27 15:02 UTC 

[PATCH v2 1/3] cgroup: fix mount failure in a corner case
 2014-06-27 15:01 UTC  (4+ messages)
` [PATCH v2 2/3] kernfs: introduce kernfs_pin_sb()

[PATCH v1 0/9] Tegra XHCI support
 2014-06-27 15:00 UTC  (7+ messages)
` [PATCH v1 4/9] pinctrl: tegra-xusb: Add USB PHY support

[PATCH V3] regulator: DA9211 : new regulator driver
 2014-06-27 15:00 UTC  (2+ messages)

[Bug 70207] New: rs690: kernel can't bring lvds in dpms on mode
 2014-06-27 15:00 UTC  (2+ messages)
` [Bug 70207] "

[Buildroot] [PATCH] uclibc: enable multiple jobs for building
 2014-06-27 15:00 UTC  (4+ messages)

[PATCH 1/5] cgroup: fix broken css_has_online_children()
 2014-06-27 15:00 UTC  (10+ messages)
` [PATCH 5/5] cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()

[PATCH] pcie-rcar: kill duplicate checks
 2014-06-27 14:59 UTC  (2+ messages)

[PATCH 0/3] ARM: perf: allow tracing with kernel tracepoints events
 2014-06-27 14:57 UTC  (8+ messages)
` [PATCH 1/3] ARM: perf: Check that current->mm is alive before getting user callchain
` [PATCH 2/3] ARM: perf: disable the pagefault handler when reading from user space
` [PATCH 3/3] ARM: perf: allow tracing with kernel tracepoints events

[PATCH] btrfs-progs: add supported attr flags to btrfs(5)
 2014-06-27 14:56 UTC  (3+ messages)

Xen 4.5 development update
 2014-06-27 14:55 UTC  (3+ messages)

[PATCH] [RFC] ARM: perf: allow tracing with kernel tracepoints events
 2014-06-27 14:53 UTC  (9+ messages)
` [PATCH] "

[PATCH v4 0/7] MIPS: KVM: Bugfixes and cleanups
 2014-06-27 14:27 UTC  (7+ messages)
` [PATCH v4 5/7] MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"

mm: shm: hang in shmem_fallocate
 2014-06-27 14:50 UTC  (12+ messages)

[GIT PULL] ARM: mvebu: DT changes for v3.17
 2014-06-27 14:52 UTC  (9+ messages)

[GIT PULL] EFI urgent fixes
 2014-06-27 14:51 UTC  (2+ messages)

[Qemu-devel] [regression] dataplane: throughout -40% by commit 580b6b2aa2
 2014-06-27 14:50 UTC  (4+ messages)

alsa-tools 1.0.28 regression with sblive/emu10k1: init_live shell script broken
 2014-06-27 14:50 UTC  (3+ messages)

[lm-sensors] [PATCH RFT] hwmon: (tmp103) Add missing i2c_set_clientdata call in tmp103_probe
 2014-06-27 14:49 UTC 

[PATCH 0/3] Fix boot-hang on Peach-pit and Enable audio
 2014-06-27 14:48 UTC  (11+ messages)
` [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420


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.