All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-27 21:57:21 to 2014-11-28 00:19:00 UTC [more...]

[RESEND, V3] powerpc, xmon: Enable HW instruction breakpoint on POWER8
 2014-11-28  0:18 UTC  (3+ messages)

[PATCH 0/2] Fix legacy boards compilation breakage with DU
 2014-11-28  0:18 UTC  (3+ messages)

[PATCH][resend] dmaengine: rcar-audmapp: independent from SH_DMAE_BASE
 2014-11-28  0:17 UTC 

firmware loading fails (iwl 7260)
 2014-11-28  0:15 UTC  (2+ messages)

[PATCH] powerpc/powernv: Add debugfs file to grab opalv3 trace data
 2014-11-28  0:11 UTC  (2+ messages)
`  "

[PATCH 0/8] of: DT Overlay patches to be merged
 2014-11-28  0:07 UTC  (7+ messages)
` [PATCH 5/8] of/overlay: Introduce DT overlay support

[xen-unstable test] 31873: trouble: blocked/broken/fail/pass
 2014-11-28  0:06 UTC 

[GIT PULL] clk: rockchip: second batch for 3.19
 2014-11-28  0:06 UTC 

[PATCH V2 0/3] PM / Domains: Add initial PM clock support to genpd
 2014-11-28  0:05 UTC  (4+ messages)
` [PATCH V2 1/3] PM / Domains: Initial PM clock support for genpd

[PATCH] of: Remove unneeded and incorrect MODULE_DEVICE_TABLE
 2014-11-28  0:00 UTC 

[Buildroot] Split supported architectures for Qt Script and Qt Webkit
 2014-11-27 23:57 UTC  (2+ messages)

[Buildroot] [PATCH -next] flac: unbreak powerpc e500 support
 2014-11-27 23:51 UTC 

[PATCH v2 0/4] powernv: cpuidle: Redesign idle states management
 2014-11-27 23:50 UTC  (4+ messages)
` [PATCH v2 3/4] "

[RFC PATCH 0/4] Add rtc 64bit epoch offset for rtc hardware that only provides 32bit time
 2014-11-27 23:47 UTC  (12+ messages)
` [RFC PATCH 1/4] rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
` [RFC PATCH 2/4] rtc: Convert rtc_class_ops.set_mmss() "
` [RFC PATCH 3/4] rtc/lib: Provide interfaces to map between 32bit hardware and 64bit time
` [RFC PATCH 4/4] rtc/imxdi: Update driver to address time issues

[PATCH v4 0/2] Add support for the rockchip mmc clock phases using the framework
 2014-11-27 23:47 UTC  (4+ messages)

[PATCH 0/4] Add pinctrl support to Broadcom Cygnus SoC
 2014-11-27 23:46 UTC  (15+ messages)
    ` [PATCH 1/4] pinctrl: Broadcom Cygnus pinctrl device tree binding
    ` [PATCH 2/4] pinctrl: cygnus: add initial pinctrl support
    ` [PATCH 3/4] ARM: mach-bcm: enable pinctrl support for Cygnus
    ` [PATCH 4/4] ARM: dts: enable pinctrl for Broadcom Cygnus

Possible memory leak in function (wil_write_file_wmi) not freeing pointer (wmi) on error path
 2014-11-27 23:46 UTC 

[PATCH v3] can: Convert to runtime_pm
 2014-11-27 23:46 UTC  (10+ messages)

[PATCH 00/11] ARM: at91: remove !DT support for at91rm9200
 2014-11-27 23:41 UTC  (9+ messages)

[PATCH] ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1
 2014-11-27 23:40 UTC  (3+ messages)

[PATCH] fix migration failure with xl migrate --debug
 2014-11-27 23:39 UTC  (3+ messages)

[PULL] seccomp update (next)
 2014-11-27 23:37 UTC  (5+ messages)

[Qemu-devel] expose QEMU's fw_cfg boot order to ARM guest firmware (Intel BDS)
 2014-11-27 23:37 UTC  (20+ messages)
` [Qemu-devel] [qemu PATCH 0/2] DTB- and MMIO-based fw_cfg for hw/arm/virt
  ` [Qemu-devel] [qemu PATCH 1/2] fw_cfg: make the FW_CFG_SIZE and FW_CFG_DATA_SIZE macros public
  ` [Qemu-devel] [qemu PATCH 2/2] arm: add fw_cfg to "virt" board
` [Qemu-devel] [edk2 PATCH 00/12] consume fw_cfg boot order in ArmVirtualizationQemu
  ` [Qemu-devel] [edk2 PATCH 01/12] ArmVirtualizationPkg: VirtFdtDxe: forward FwCfg addresses from DTB to PCDs
  ` [Qemu-devel] [edk2 PATCH 02/12] ArmVirtualizationPkg: introduce QemuFwCfgLib instance for DXE drivers
  ` [Qemu-devel] [edk2 PATCH 03/12] ArmVirtualizationPkg: clone PlatformIntelBdsLib from ArmPlatformPkg
  ` [Qemu-devel] [edk2 PATCH 04/12] ArmVirtualizationPkg: PlatformIntelBdsLib: add basic policy
  ` [Qemu-devel] [edk2 PATCH 05/12] OvmfPkg: extract QemuBootOrderLib
  ` [Qemu-devel] [edk2 PATCH 06/12] OvmfPkg: QemuBootOrderLib: featurize PCI-like device path translation
  ` [Qemu-devel] [edk2 PATCH 07/12] OvmfPkg: introduce VIRTIO_MMIO_TRANSPORT_GUID
  ` [Qemu-devel] [edk2 PATCH 08/12] ArmVirtualizationPkg: VirtFdtDxe: use dedicated VIRTIO_MMIO_TRANSPORT_GUID
  ` [Qemu-devel] [edk2 PATCH 09/12] OvmfPkg: QemuBootOrderLib: widen ParseUnitAddressHexList() to UINT64
  ` [Qemu-devel] [edk2 PATCH 10/12] OvmfPkg: QemuBootOrderLib: OFW-to-UEFI translation for virtio-mmio
  ` [Qemu-devel] [edk2 PATCH 11/12] ArmVirtualizationPkg: PlatformIntelBdsLib: adhere to QEMU's boot order
  ` [Qemu-devel] [edk2 PATCH 12/12] ArmVirtualizationPkg: identify "new shell" as builtin shell for Intel BDS

[PATCH v2 0/2] v4l: vsp1: crop and a single input issues
 2014-11-27 23:37 UTC  (9+ messages)
` [PATCH v2 1/2] v4l: vsp1: Reset VSP1 RPF source address
` [PATCH v2 2/2] v4l: vsp1: Always enable virtual RPF when BRU is in use

linux-next: manual merge of the sunxi tree with the arm-soc tree
 2014-11-27 23:36 UTC  (3+ messages)

[PATCH] ARM: dts: vf610: enable watchdog for Cortex-A5 dt's
 2014-11-27 23:35 UTC  (3+ messages)

[PATCH] MAINTAINERS: add Freescale Vybrid SoC
 2014-11-27 23:33 UTC  (2+ messages)

[PATCH 3.17 100/141] x86, microcode: Fix accessing dis_ucode_ldr on 32-bit
 2014-11-27 23:33 UTC 

[PATCH v2 0/4] pwm: kona: Drivers fixes
 2014-11-27 23:30 UTC  (5+ messages)
` [PATCH v2 3/4] pwm: kona: Fix enable, disable and config procedures

[PATCH] ARM vf610: add compatibilty strings of supported Vybrid SoC's
 2014-11-27 23:27 UTC  (3+ messages)

[PATCH 0/1] ptrace/x86: fix the TIF_FORCED_TF logic in handle_signal()
 2014-11-27 23:21 UTC  (3+ messages)
` [PATCH 1/1] "

Microsoft Exchange
 2014-11-27 22:50 UTC 

[Buildroot] [PATCH v3 0/3] toolchain: Add support for Sourcery Codebench Standard
 2014-11-27 23:21 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/3] toolchain-external: Detect empty or invalid sysroot
` [Buildroot] [PATCH v3 2/3] toolchain-helpers: factorise the arch sysroot symlink creation

[PATCH V2 1/2] m32r: Fix ioread8 definition
 2014-11-27 23:15 UTC  (5+ messages)
` [PATCH V2 2/2] m32r: Add missing big-endian I/O accessors

[Xenomai] [pull] forge: Adjust default registry mount point
 2014-11-27 23:15 UTC  (10+ messages)

[Buildroot] [PATCHv2 00/74] Misc trivial improvements
 2014-11-27 23:13 UTC  (15+ messages)
` [Buildroot] [PATCHv2 54/74] busybox: install init script unconditionally
` [Buildroot] [PATCHv2 63/74] proftpd: install configuration file unconditionally
` [Buildroot] [PATCHv2 64/74] samba: "
` [Buildroot] [PATCHv2 65/74] logrotate: "
` [Buildroot] [PATCHv2 66/74] nss-mdns: "
` [Buildroot] [PATCHv2 67/74] ifplugd: install configuration files unconditionally
` [Buildroot] [PATCHv2 68/74] sysklogd: install configuration file unconditionally
` [Buildroot] [PATCHv2 69/74] screen: "
` [Buildroot] [PATCHv2 70/74] usbmount: "
` [Buildroot] [PATCHv2 71/74] php: "
` [Buildroot] [PATCHv2 72/74] inadyn: "
` [Buildroot] [PATCHv2 73/74] mpd: "
` [Buildroot] [PATCHv2 74/74] toolchain: install nssswitch.conf "

[Buildroot] [PATCH] pciutils: install to /usr/bin rather than /usr/sbin
 2014-11-27 23:11 UTC  (2+ messages)

[PATCH 0/5] Improve PSCI system events and fix reboot bugs
 2014-11-27 23:10 UTC  (10+ messages)
` [PATCH 1/5] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
` [PATCH 3/5] arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
` [PATCH 5/5] arm/arm64: KVM: Turn off vcpus and flush stage-2 pgtables on sytem exit events

[Buildroot] [git commit] pciutils: install to /usr/bin rather than /usr/sbin
 2014-11-27 23:07 UTC 

ceph.brag.com
 2014-11-27 23:04 UTC  (4+ messages)

[PATCH 0/2] oom && coredump
 2014-11-27 23:04 UTC  (3+ messages)
` [PATCH 1/2] oom: don't assume that a coredumping thread will exit soon
` [PATCH 2/2] oom: kill the insufficient and no longer needed PT_TRACE_EXIT check

[U-Boot] [PATCH v2] arm: build arch memset/memcpy in Thumb2 mode
 2014-11-27 23:02 UTC  (2+ messages)

[PATCH-v4 0/7] add support for a lazytime mount option
 2014-11-27 23:00 UTC  (5+ messages)
` [PATCH-v4 2/7] vfs: "

[Bug 84500] New: [radeonsi] radeon 0000:01:00.0: Packet0 not allowed!
 2014-11-27 22:59 UTC  (2+ messages)
` [Bug 84500] "

[U-Boot] [PATCH] arm: vf610: improve evaluation of reset source
 2014-11-27 22:58 UTC 

frequent lockups in 3.18rc4
 2014-11-27 22:56 UTC  (11+ messages)

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-11-27 22:53 UTC  (7+ messages)
` [PATCH 0/6] repack_without_refs(): convert to string_list
      ` Our cumbersome mailing list workflow (was: Re: [PATCH 0/6] repack_without_refs(): convert to string_list)
        ` Our cumbersome mailing list workflow

[PATCH v9 0/7] Enable L2 cache support on Exynos4210/4x12 SoCs
 2014-11-27 22:51 UTC  (3+ messages)

[PATCH] USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
 2014-11-27 23:05 UTC  (3+ messages)
` [Update][PATCH] "

[Buildroot] [git commit] package/nfs-utils: use pkg-config to find libtirpc
 2014-11-27 22:45 UTC 

[meta-fsl-demos][PATCH v3] packagegroup-fslc-gstreamer1.0-commercial: update dependencies
 2014-11-27 22:41 UTC  (2+ messages)

[Buildroot] [PATCH] skeleton: make /run a proper directory/filesystem
 2014-11-27 22:41 UTC 

[U-Boot] [PATCH 1/2] config_fallbacks: Add a default entry for CONFIG_SYS_PBSIZE
 2014-11-27 22:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sabre_common: Use the default CONFIG_SYS_PBSIZE

[PATCH 0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code
 2014-11-27 22:41 UTC  (5+ messages)
` [PATCH 3/4] ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI core
  ` [Update][PATCH "
` [PATCH 4/4] PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core
  ` [Update][PATCH "

[PATCH V2] MIPS: BCM47XX: Move NVRAM driver to the drivers/soc/
 2014-11-27 22:36 UTC  (8+ messages)
` [PATCH V3] "

[PATCH v3 0/3] Amlogic Meson pinctrl driver
 2014-11-27 22:34 UTC  (6+ messages)
` [PATCH v3 2/3] pinctrl: add driver for Amlogic Meson SoCs

[dpdk-announce] release candidate 1.8.0-rc2
 2014-11-27 22:36 UTC 

[Buildroot] [pull request v2] nfs-utils: fix static build
 2014-11-27 22:35 UTC  (4+ messages)
` [Buildroot] [PATCH 4/4 v2] package/nfs-utils: use pkg-config to find libtirpc

[PATCH lttng-tools] Fix: channel names are not validated
 2014-11-27 22:35 UTC 

[PATCH 0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code
 2014-11-27 22:34 UTC  (3+ messages)

[PATCH lttng-tools] Fix: relayd: unbalanced RCU read lock/unlock
 2014-11-27 22:33 UTC 

[PATCH lttng-tools] Fix: lttng-relayd: unhandled out of memory error
 2014-11-27 22:32 UTC 

[PATCH lttng-tools] Fix: relayd viewer stream: unhandled out of memory error
 2014-11-27 22:31 UTC 

[PATCH lttng-tools] Fix: relayd: unbalanced RCU read-side lock/unlock
 2014-11-27 22:31 UTC 

[PATCH lttng-tools] Cleanup: spaghetti function return path
 2014-11-27 22:30 UTC 

[PATCH 0/4] KVM: x86: APIC fixes
 2014-11-27 22:30 UTC  (2+ messages)
` [PATCH 5/4] KVM: x86: check bounds of APIC maps

perf/x86/intel/uncore: Add Haswell-EP uncore support
 2014-11-27 22:30 UTC  (5+ messages)

[PATCH lttng-tools] Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
 2014-11-27 22:29 UTC 

[PATCH 0/3] Add support for PEAK CAN-FD USB adapters
 2014-11-27 22:28 UTC  (3+ messages)
` [PATCH 2/3] can/peak_usb: CAN-FD: add new adapters specific files

grub-core/osdep/unix/hostdisk.c: remove support for ancient glibc
 2014-11-27 22:27 UTC  (3+ messages)

[PATCH 00/21] Fixes for various KVM bugs
 2014-11-27 22:26 UTC  (11+ messages)
` [PATCH 14/21] KVM: x86: Software disabled APIC should still deliver NMIs

[Buildroot] [git commit] package/nfs-utils: rename patches
 2014-11-27 22:26 UTC 

[Buildroot] [git commit] package/libtirpc: add -pthread to the private libraries
 2014-11-27 22:25 UTC 

[Buildroot] [git commit] package/libtirpc: rename patches
 2014-11-27 22:25 UTC 

[Buildroot] [PATCH] (e)glibc: add security patches for CVE-2014-7817
 2014-11-27 22:25 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xapp_bdftopcf: Fix linking error
 2014-11-27 22:17 UTC  (2+ messages)

[PATCH v14 0/3] Add drm driver for Rockchip Socs
 2014-11-27 22:17 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 0/2] balloon: add a feature bit to let Guest OS deflate virtio_balloon on OOM
 2014-11-27 22:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] balloon: add a feature bit to let Guest OS deflate balloon on oom

[PATCH 1/2] si2168: debug printout for firmware version
 2014-11-27 22:12 UTC  (3+ messages)
` [PATCH 2/2] si2168: add support for firmware files in new format

[Buildroot] [PATCH] wireless-regdb: bump to version 2014.11.18
 2014-11-27 22:08 UTC 

[Qemu-devel] MinGW build
 2014-11-27 22:04 UTC  (9+ messages)

[PATCH] drm/i915: Convert pxvid to extvid lookup table
 2014-11-27 22:03 UTC  (2+ messages)

[meta-security][PATCH] libcap-ng: port CVE-2014-3215 patch
 2014-11-27 22:03 UTC  (2+ messages)

[PATCH] ARM: pxa: fix lubbock interrupts handling
 2014-11-27 22:03 UTC  (3+ messages)

[PATCH] fast-import: support the ls command anywhere comments are accepted
 2014-11-27 22:01 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] mesa3d xa option cleanup
 2014-11-27 22:01 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] openocd bump to 0.8.0
 2014-11-27 22:00 UTC  (9+ messages)

[Buildroot] [PATCH] lvm2: bump version to 2.02.113
 2014-11-27 21:58 UTC  (4+ messages)

[Buildroot] [PATCH] system/device_table.txt: add /dev/null entry
 2014-11-27 21:57 UTC  (4+ messages)

[PATCH] drivers: ide: Fix mostly harmless off-by-one hardcoded value
 2014-11-27 21:57 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.