All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-13 04:48:13 to 2015-02-13 06:33:41 UTC [more...]

[U-Boot] [PATCH v1 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize
 2015-02-13  6:33 UTC 

[U-Boot] [PATCH v2 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-02-13  6:30 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v2 2/8] lpc32xx: mtd: nand: add MLC NAND controller
    ` [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support
      ` [U-Boot] [PATCH v2 4/8] lpc32xx: add GPIO support
        ` [U-Boot] [PATCH v2 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)
          ` [U-Boot] [PATCH v2 6/8] dtt: add ds620 support
            ` [U-Boot] [PATCH v2 7/8] lpc32xx: add lpc32xx-spl.bin boot image target

arm: warning at virt/kvm/arm/vgic.c:1468
 2015-02-13  6:31 UTC  (4+ messages)

DSI panel not working on -next
 2015-02-13  6:29 UTC 

[Qemu-devel] [PATCH] tile: Can load elf64 tilegx binary successfully for linux-user
 2015-02-13  6:34 UTC  (10+ messages)

[Qemu-trivial] [PATCH 0/3] hmp: Normalize HMP command handler names
 2015-02-13  6:25 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH OSSTEST 00/12] Add nested xen on xen test case
 2015-02-13  6:25 UTC  (6+ messages)
` [PATCH OSSTEST 01/12] Add support of parsing grub which has 'submenu' primitive

[U-Boot] please pull u-boot-arc master
 2015-02-13  6:23 UTC  (2+ messages)

[PATCH] ARM: Rockchip: Add DEBUG_LL based on mach-socfpga
 2015-02-13  6:22 UTC  (2+ messages)

[Qemu-devel] [PATCH] bitops.h: sextract64() return type should be int64_t, not uint64_t
 2015-02-13  6:21 UTC  (2+ messages)

[PATCH 1/1] Staging: dgnc: dgnc_tty: code style improvements
 2015-02-13  6:20 UTC  (4+ messages)

[U-Boot] [PATCH] arc: introduce U-Boot port for ARCv2 ISA
 2015-02-13  6:20 UTC  (2+ messages)

[PATCH V3 0/1] tun: dynamically set speed of tun
 2015-02-13  6:19 UTC  (2+ messages)
` [PATCH 1/1] tun: change speed from 10M to dynamically configured

[PATCH 1/3] cpuset: initialize effective masks when clone_children is enabled
 2015-02-13  6:19 UTC  (2+ messages)

embedding dtb file into kernel
 2015-02-13  6:15 UTC  (6+ messages)

Unauthorized activity on your online account
 2015-02-13  5:48 UTC 

[linux-lvm] temporary uninterruptible sleep on thin pool under massive write
 2015-02-13  6:09 UTC 

Unauthorized activity on your online account
 2015-02-13  5:48 UTC 

[Qemu-devel] QOM q1
 2015-02-13  6:05 UTC 

[xen-unstable test] 34484: regressions - FAIL
 2015-02-13  6:01 UTC 

raid1 narrow_write_error with 4K disks, sd "bad block number requested" messages
 2015-02-13  6:01 UTC  (4+ messages)

mtd partition handling updates
 2015-02-13  5:54 UTC  (2+ messages)

[PATCH 0/6] minor reusability enhancements
 2015-02-13  5:59 UTC  (7+ messages)
` [PATCH 1/6] gpgme: fix configuration by setting proper parameters instead of patching
` [PATCH 2/6] libassuan: add native build
` [PATCH 3/6] gpgme: add native build and ship a valid gpgme-config
` [PATCH 4/6] initial add fontforge(-native) 20141126
` [PATCH 5/6] liberation-fonts: update to 1.07.4
` [PATCH 6/6] default-versions.inc: remove pinning of liberation-fonts

linux-next: Tree for Feb 13
 2015-02-13  5:56 UTC 

[RFC PATCH v3 00/26] Early kprobe: enable kprobes at very early booting stage
 2015-02-13  5:41 UTC  (54+ messages)
` [RFC PATCH v3 01/26] kprobes: set kprobes_all_disarmed earlier to enable re-optimization
` [RFC PATCH v3 02/26] kprobes: makes kprobes/enabled works correctly for optimized kprobes
` [RFC PATCH v3 03/26] kprobes: x86: mark 2 bytes NOP as boostable
` [RFC PATCH v3 04/26] ftrace: don't update record flags if code modification fail
` [RFC PATCH v3 05/26] ftrace/x86: Ensure rec->flags no change when failure occures
` [RFC PATCH v3 06/26] ftrace: sort ftrace entries earlier
` [RFC PATCH v3 07/26] ftrace: allow search ftrace addr before ftrace fully inited
` [RFC PATCH v3 08/26] ftrace: enable make ftrace nop before ftrace_init()
` [RFC PATCH v3 09/26] ftrace: allow fixing code update failure by notifier chain
` [RFC PATCH v3 10/26] ftrace: x86: try to fix ftrace when ftrace_replace_code
` [RFC PATCH v3 11/26] early kprobes: introduce kprobe_is_early for futher early kprobe use
` [RFC PATCH v3 12/26] early kprobes: Add an KPROBE_FLAG_EARLY for early kprobe
` [RFC PATCH v3 13/26] early kprobes: ARM: directly modify code
` [RFC PATCH v3 14/26] early kprobes: ARM: introduce early kprobes related code area
` [RFC PATCH v3 15/26] early kprobes: x86: directly modify code
` [RFC PATCH v3 16/26] early kprobes: x86: introduce early kprobes related code area
` [RFC PATCH v3 17/26] early kprobes: introduces macros for allocing early kprobe resources
` [RFC PATCH v3 18/26] early kprobes: allows __alloc_insn_slot() from early kprobes slots
` [RFC PATCH v3 19/26] early kprobes: perhibit probing at early kprobe reserved area
` [RFC PATCH v3 20/26] early kprobes: core logic of eraly kprobes
` [RFC PATCH v3 21/26] early kprobes: add CONFIG_EARLY_KPROBES option
` [RFC PATCH v3 22/26] early kprobes: introduce arch_fix_ftrace_early_kprobe()
` [RFC PATCH v3 23/26] early kprobes: x86: arch_restore_optimized_kprobe()
` [RFC PATCH v3 24/26] early kprobes: core logic to support early kprobe on ftrace
` [RFC PATCH v3 25/26] early kprobes: introduce kconfig option "
` [RFC PATCH v3 26/26] kprobes: enable 'ekprobe=' cmdline option for early kprobes

[PATCH V2 0/1] tun: dynamically set speed of tun
 2015-02-13  5:56 UTC  (6+ messages)
` [PATCH V2 1/1] tun: change speed from 10M to dynamically configured

[RFC/PATCH] mmc: tmio: Fix PIO mode with CONFIG_HIGHMEM
 2015-02-13  5:55 UTC  (2+ messages)

[PATCH] SAMA5D4EK - Now uses the new environment
 2015-02-13  5:52 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] target-arm queue
 2015-02-13  5:54 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] pci: Allocate PCIe host bridge PCI ID
` [Qemu-devel] [PULL 02/12] pci: Add generic PCIe host bridge
` [Qemu-devel] [PULL 03/12] arm: Add PCIe host bridge in virt machine
` [Qemu-devel] [PULL 04/12] pci: Move PCI VGA to pci.mak
` [Qemu-devel] [PULL 05/12] target-arm: Add CPU property to disable AArch64
` [Qemu-devel] [PULL 06/12] target-arm: Add feature parsing to virt
` [Qemu-devel] [PULL 07/12] target-arm: Add 32/64-bit register sync
` [Qemu-devel] [PULL 08/12] target-arm: Add AArch32 guest support to KVM64
` [Qemu-devel] [PULL 09/12] target-arm: A64: Fix shifts into sign bit
` [Qemu-devel] [PULL 10/12] target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask
` [Qemu-devel] [PULL 11/12] target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
` [Qemu-devel] [PULL 12/12] target-arm: A64: Avoid signed shifts in disas_ldst_pair()

[PATCH] powerpc/powernv: Check image loaded or not before calling flash
 2015-02-13  5:53 UTC  (5+ messages)

[PATCH 0/3] MIPS Malta serial port fixups
 2015-02-13  5:53 UTC  (4+ messages)
` [PATCH 1/3] MIPS: qemu-malta_defconfig: set BAUDRATE=38400
` [PATCH 2/3] MIPS: qemu-malta: debug_ll: fix serial port speed
` [PATCH 3/3] MIPS: add gxemul-malta_defconfig

[RFC PATCH v2 00/26] Early kprobe: enable kprobes at very early booting stage
 2015-02-13  5:38 UTC  (3+ messages)
` [RFC PATCH v3 "

Babel trace is throwing error while trying with -i lttng-live option
 2015-02-13  5:47 UTC 

[Qemu-devel] QOM q1
 2015-02-13  5:46 UTC 

[Qemu-devel] [PULL 0/8] Linked list for tcg ops
 2015-02-13  5:43 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] tcg: Move some opcode generation functions out of line
` [Qemu-devel] [PULL 2/8] tcg: Reduce ifdefs in tcg-op.c
` [Qemu-devel] [PULL 3/8] tcg: Move emit of INDEX_op_end into gen_tb_end
` [Qemu-devel] [PULL 4/8] tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
` [Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list
` [Qemu-devel] [PULL 6/8] tcg: Remove opcodes instead of noping them out
` [Qemu-devel] [PULL 7/8] tcg: Implement insert_op_before
` [Qemu-devel] [PULL 8/8] tcg: Remove unused opcodes

[RFC PATCH] ARM: DRA: hwmod: RTC: Add reset function for RTC
 2015-02-13  5:37 UTC  (9+ messages)

[LKP] [mutex] 6aa15f5a2fe: -9.2% will-it-scale.per_process_ops
 2015-02-13  5:37 UTC  (2+ messages)
`  "

[LKP] [mmu_gather] fb7332a9fed: +5.4% tlbflush.mem_acc_time_thread_ms -6.2% will-it-scale.per_thread_ops
 2015-02-13  5:37 UTC  (2+ messages)
`  "

[Bug 89126] [r300] Hardware accelerated flash shows wrong colors on 480p Youtube videos
 2015-02-13  5:35 UTC 

[U-Boot] MPC8541 / MPC8555E: DDR_SDRAM_CLK_CNLT[SS_EN] handling
 2015-02-13  5:35 UTC 

[PATCH 1/2] SAMA5D4EK - Now mostly supports booting Android from NAND
 2015-02-13  5:32 UTC  (7+ messages)
` [PATCH 2/2] Switched SAMA5D4EK development board to the newer environment method

[RESEND Patch V2 0/4] xen: auto-generate symbols for xen hypercalls
 2015-02-13  5:33 UTC  (3+ messages)
` [RESEND Patch V2 1/4] xen: build infrastructure for generating hypercall depending symbols

[PATCH] virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice
 2015-02-13  5:07 UTC 

[PATCH] perf: fix building error in x86_64
 2015-02-13  5:31 UTC  (4+ messages)

[PATCH] mfd: stw481x: Remove unused fields from struct stw481x
 2015-02-13  5:28 UTC 

suspicious RCU usage clockevents_lock, tick_broadcast_lock, hrtimer_bases.lock
 2015-02-13  5:27 UTC  (2+ messages)

RAID1 might_sleep() warning on 3.19-rc7
 2015-02-13  5:26 UTC  (8+ messages)

[PATCH RFC v9.5 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
 2015-02-13  5:25 UTC  (3+ messages)

[PATCH 1/3] transport-helper: emit progress and verbosity options after asking for capabilities
 2015-02-13  5:24 UTC  (3+ messages)
` [PATCH 1/2] transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities
  ` [PATCH 2/2] transport-helper: ask the helper to set the same options for import as for fetch

[U-Boot] [RFC PATCH 0/7] Add Driver Model support to network stack
 2015-02-13  5:20 UTC  (11+ messages)
` [U-Boot] [RFC PATCH v2 0/8] "
  ` [U-Boot] [RFC PATCH v2 5/8] net: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
    ` [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe

[PATCH v3 0/2] couple of generic remoteproc enhancements
 2015-02-13  5:20 UTC  (8+ messages)
` [PATCH v3 2/2] remoteproc: add support to handle internal memories

[PATCH v2] drm/i915/skl: Implement WaDisableHBR2
 2015-02-13  5:09 UTC  (2+ messages)

About in_seq, out_seq in Messenger
 2015-02-13  5:17 UTC  (7+ messages)

[PATCH RESEND] ARM: DMA: Fix kzalloc flags in __iommu_alloc_buffer()
 2015-02-13  5:13 UTC  (4+ messages)

[lm-sensors] [PATCH 1/3] hwmon: (applesmc) Allow format checking
 2015-02-13  5:13 UTC  (9+ messages)
` [lm-sensors] [PATCH 2/3] hwmon: (coretemp) "
  `  "
` [lm-sensors] [PATCH 3/3] hwmon: (ibmpex) Allow format string checking
  `  "
` [PATCH 1/3] hwmon: (applesmc) Allow format checking

Yocto Realtime tests on beaglebone black
 2015-02-13  5:08 UTC  (11+ messages)
                ` [yocto] "

[PATCHv5 00/10] reiser4: batch discard support (FITRIM ioctl): initial implementation
 2015-02-13  5:08 UTC  (4+ messages)
` When is the patch set included in the reiser4-for-3.x... release ?
    ` help with testing

[U-Boot] [PATCH 1/2] arm: ls102xa: Add silicon version detection for QDS and TWR boards
 2015-02-13  5:08 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: ls102xa: Fix interleaving issue on CCI400 slave interface S2

[Qemu-devel] [RFC PATCH 00/14] Block replication for continuous checkpoints
 2015-02-13  5:09 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH 01/14] docs: block replication's description

[PATCH] virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice
 2015-02-13  5:07 UTC 

[GIT PULL] x86/apic updates for v3.20
 2015-02-13  5:05 UTC  (6+ messages)

[PATCH v3 1/2] sched/rt: Check to push the task when changing its affinity
 2015-02-13  5:05 UTC  (5+ messages)
` [PATCH v3 2/2] sched/rt: Add check_preempt_equal_prio() logic in pick_next_task_rt()

[PATCH 1/3] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode
 2015-02-13  4:44 UTC  (7+ messages)
` [E1000-devel] "

[PATCH 0/3] reiser4: precise discard: fixes on top of everything
 2015-02-13  5:02 UTC  (4+ messages)
` [PATCH 1/3] reiser4: discard: signify non-idempotence of check_free_blocks() by changing its name
` [PATCH 2/3] reiser4: discard: avoid checking same blocks multiple times
` [PATCH 3/3] reiser4: discard: handle incomplete erase units at the end of a partition

[PATCH RFC v9 00/20] Add support for i.MX MIPI DSI DRM driver
 2015-02-13  5:01 UTC  (6+ messages)
` [PATCH RFC v9 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

KVM crash on Jetson TK1
 2015-02-13  4:57 UTC  (5+ messages)
    ` [PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page

WARNING: CPU: 1 PID: 2436 at fs/btrfs/qgroup.c:1414 btrfs_delayed_qgroup_accounting+0x9f1/0xa0b [btrfs]()
 2015-02-13  4:56 UTC  (3+ messages)

[PATCH 0/4] Support registering specific reset handler
 2015-02-13  4:54 UTC  (10+ messages)
` [PATCH 1/4] PCI: Rename struct pci_dev_reset_methods
` [PATCH 2/4] PCI: Introduce list for device reset methods
` [PATCH 3/4] PCI: Allow registering reset method
` [PATCH 4/4] powerpc/powernv: Register PCI dev specific reset handlers

[PATCH 1/1] doc/media-api: Add RegisterTrackList method
 2015-02-13  4:53 UTC  (2+ messages)

[U-Boot] u-boot for Snow problem
 2015-02-13  4:51 UTC  (2+ messages)

[PATCH] fix platform_no_drv_owner.cocci warnings
 2015-02-13  4:49 UTC 

[nightly] Core TISDK 2015.02 build 2015-02-12_22-00-57
 2015-02-13  4:48 UTC 


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.