All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-14 12:37:53 to 2015-05-14 13:29:02 UTC [more...]

[PATCH v2 0/5] clk: support clocks which requires parent clock on during operation
 2015-05-14 13:29 UTC  (10+ messages)
` [PATCH v2 1/5] clk: remove duplicated code with __clk_set_parent_after
` [PATCH v2 2/5] clk: introduce clk_core_enable_lock and clk_core_disable_lock functions
` [PATCH v2 3/5] clk: move clk_disable_unused after clk_core_disable_unprepare function
` [PATCH v2 4/5] clk: core: add CLK_OPS_PARENT_ON flags to support clocks require parent on

[RFC/RFT PATCH v2 0/3] KVM: Introduce KVM_MEM_UNCACHED
 2015-05-14 13:36 UTC  (25+ messages)
` [RFC/RFT PATCH v2 3/3] arm/arm64: KVM: implement 'uncached' mem coherency
    ` [Qemu-devel] "
                    ` [Qemu-devel] [RFC/RFT PATCH v2 0/3] KVM: Introduce KVM_MEM_UNCACHED

[Qemu-devel] [PATCH] Do not emulate a floppy drive when -nodefaults
 2015-05-14 13:25 UTC  (19+ messages)
                `  "
                  ` [Qemu-devel] [Xen-devel] "
                    `  "

[meta-ruby] problems building Gem that contains C code
 2015-05-14 13:25 UTC 

[PATCH 0/5] Marvell PXA1928 USB support
 2015-05-14 13:25 UTC  (6+ messages)
` [PATCH 5/5] usb: add pxa1928 ehci support

[PATCH][v2]drivers:usb:fsl:Make fsl ehci drv an independent driver module
 2015-05-14 13:34 UTC 

[PATCH] MAINTAINERS: ARM64: EXYNOS: Extend entry for ARM64 DTS
 2015-05-14 13:23 UTC  (3+ messages)

[U-Boot] [PATCH] imx: ventana: use stack relocation
 2015-05-14 13:22 UTC 

[Qemu-devel] [PATCH v2 0/5] Some fixes related to scsi-generic
 2015-05-14 13:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/5] Fix migration in case of scsi-generic

[PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer
 2015-05-14 13:20 UTC  (5+ messages)
` [PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski asco-maintainer

lttng-modules 2.6.1 compilation error on Ubuntu 14.04
 2015-05-14 13:18 UTC 

[Bug 90370] [radeonsi] dota2 suffers from many glitches
 2015-05-14 13:18 UTC  (9+ messages)

[GIT PULL 00/30] perf/core improvements and fixes
 2015-05-14 13:18 UTC  (5+ messages)

[PATCH Remus v5 0/2] Remus support for Migration-v2
 2015-05-14 13:17 UTC  (6+ messages)
` [PATCH Remus v5 1/2] libxc/save: implement Remus checkpointed save
` [PATCH Remus v5 2/2] libxc/restore: implement Remus checkpointed restore

[linux-3.4 test] 55878: regressions - FAIL
 2015-05-14 13:15 UTC 

[Qemu-trivial] [PATCH 0/2] Some fixes to qom scripts
 2015-05-14 11:41 UTC  (4+ messages)
` [Qemu-trivial] [PATCH 2/2] scripts: qom-tree: add support of path as argument

perf.data file format specification draft
 2015-05-14 13:13 UTC  (3+ messages)

Git: How to keep multiple bare repos in sync?
 2015-05-14 13:11 UTC  (2+ messages)

[U-Boot] [PATCH] env_mmc: avoid stack allocation for env
 2015-05-14 13:11 UTC  (10+ messages)

[PATCH 0/5] arm64: Juno DT updates and new DT for Juno R1
 2015-05-14 13:11 UTC  (8+ messages)
` [PATCH 2/5] arm64: Juno: Split juno.dts into juno-base.dtsi and juno.dts

[U-Boot] [PATCH v2 1/7] moveconfig: Actually build autoconf.mk
 2015-05-14 13:09 UTC  (7+ messages)
` [U-Boot] [PATCH v3 01/10] "
  ` [U-Boot] [PATCH v3 02/10] moveconfig: Continue moving even if one board fails
  ` [U-Boot] [PATCH v3 05/10] moveconfig: Add a parameter to accept a list to build

[PATCH] ARM: tegra: Enable TPM on tegra124 nyan boards
 2015-05-14 13:09 UTC  (4+ messages)

ext4 lazytime: ctime of some files changed
 2015-05-14 13:09 UTC  (6+ messages)

[U-Boot] Bug: boot_fdt_add_mem_rsv_regions() can drop upper 32 bits of physical addresses
 2015-05-14 13:09 UTC 

[PATCH V2] kernel/smp.c: fix a panic as cp->info is used wrongly and a, list corruption
 2015-05-15 13:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/16] Fix qapi mangling of downstream names
 2015-05-14 13:07 UTC  (18+ messages)
` [Qemu-devel] [PATCH v4 01/16] qapi: Fix C identifiers generated for names containing '.'
` [Qemu-devel] [PATCH v4 02/16] qapi: Rename identical c_fun()/c_var() into c_name()
` [Qemu-devel] [PATCH v4 03/16] qapi: Rename _generate_enum_string() to camel_to_upper()
` [Qemu-devel] [PATCH v4 04/16] qapi: Rename generate_enum_full_value() to c_enum_const()
` [Qemu-devel] [PATCH v4 05/16] qapi: Simplify c_enum_const()
` [Qemu-devel] [PATCH v4 06/16] qapi: Use c_enum_const() in generate_alternate_qtypes()
` [Qemu-devel] [PATCH v4 07/16] qapi: Move camel_to_upper(), c_enum_const() to closely related code
` [Qemu-devel] [PATCH v4 08/16] qapi: Tidy c_type logic
` [Qemu-devel] [PATCH v4 09/16] qapi: Make c_type() consistently convert qapi names
` [Qemu-devel] [PATCH v4 10/16] qapi: Support downstream enums
` [Qemu-devel] [PATCH v4 11/16] qapi: Support downstream structs
` [Qemu-devel] [PATCH v4 12/16] qapi: Support downstream simple unions
` [Qemu-devel] [PATCH v4 13/16] qapi: Support downstream flat unions
` [Qemu-devel] [PATCH v4 14/16] qapi: Support downstream alternates
` [Qemu-devel] [PATCH v4 15/16] qapi: Support downstream events and commands
` [Qemu-devel] [PATCH v4 16/16] qapi: Prefer '"str" + var' over '"str%s" % var'

[PATCH v2] btrfs: iterate over unused chunk space in FITRIM
 2015-05-14 13:07 UTC  (8+ messages)

[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform
 2015-05-14 13:07 UTC  (6+ messages)
    ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210platform
        ` [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform

schedule_timeout sleeps too long after dividing CPU frequency
 2015-05-14 13:06 UTC  (10+ messages)

[PATCH v2] btrfs: add missing discards when unpinning extents with -o discard
 2015-05-14 13:06 UTC  (4+ messages)

[PATCH 0/4] make pull.ff=true override merge.ff
 2015-05-14 13:06 UTC  (4+ messages)
` [PATCH 1/4] t7601: test for pull.ff=true overrides merge.ff=false

[patch added to the 3.12 stable tree] UBI: fix soft lockup in ubi_check_volume()
 2015-05-14 13:05 UTC  (21+ messages)
` [patch added to the 3.12 stable tree] ALSA: emux: Fix mutex deadlock at unloading
` [patch added to the 3.12 stable tree] ALSA: emux: Fix mutex deadlock in OSS emulation
` [patch added to the 3.12 stable tree] ALSA: emu10k1: Fix card shortname string buffer overflow
` [patch added to the 3.12 stable tree] ALSA: emu10k1: Emu10k2 32 bit DMA mode
` [patch added to the 3.12 stable tree] ALSA: hda - Fix mute-LED fixed mode
` [patch added to the 3.12 stable tree] serial: of-serial: Remove device_type = "serial" registration
` [patch added to the 3.12 stable tree] ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
` [patch added to the 3.12 stable tree] tty/serial: at91: maxburst was missing for dma transfers
` [patch added to the 3.12 stable tree] rbd: end I/O the entire obj_request on error
` [patch added to the 3.12 stable tree] ext4: fix data corruption caused by unwritten and delayed extents
` [patch added to the 3.12 stable tree] 3w-xxxx: fix command completion race
` [patch added to the 3.12 stable tree] 3w-9xxx: "
` [patch added to the 3.12 stable tree] 3w-sas: "
` [patch added to the 3.12 stable tree] drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
` [patch added to the 3.12 stable tree] usb: musb: use new USB_RESUME_TIMEOUT
` [patch added to the 3.12 stable tree] usb: host: oxu210hp: "
` [patch added to the 3.12 stable tree] usb: host: ehci: "
` [patch added to the 3.12 stable tree] usb: gadget: printer: enqueue printer's response for setup request
` [patch added to the 3.12 stable tree] Drivers: hv: vmbus: Don't wait after requesting offers
` [patch added to the 3.12 stable tree] ARC: signal handling robustify

[PATCH 0/4] arc: add AXS101 board support
 2015-05-14 13:04 UTC  (7+ messages)
` [PATCH 1/4] ARC: [axs101] Add support for AXS101 SDP (software development platform)
` [PATCH 2/4] ARC: [axs101] support early 8250 uart
` [PATCH 3/4] ARC: [axs101] Tweak DDR port aperture mappings for performance
` [PATCH 4/4] ARC: [axs101] STAR 9000799830: Fix SD cards support

rdma kernel tree
 2015-05-14 13:03 UTC  (5+ messages)

[U-Boot] [PATCH] tools: moveconfig: a tool to move CONFIGs from headers to defconfigs
 2015-05-14 13:03 UTC 

[PATCH 2/2] net/ibm/emac: fix size of emac dump memory areas
 2015-05-14 12:04 UTC  (2+ messages)

master - nix: socat for f18, nc for f17
 2015-05-14 13:02 UTC 

master - makefiles: disable po file targes
 2015-05-14 13:02 UTC 

master - makefiles: use srcdir
 2015-05-14 13:02 UTC 

[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
 2015-05-14 12:59 UTC  (14+ messages)
` [PATCH v9 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
` [PATCH v9 2/4] ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security System
` [PATCH v9 3/4] MAINTAINERS: Add myself as maintainer of Allwinner "
` [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator

[PATCH 0/5] git help: group common commands by theme
 2015-05-14 12:59 UTC  (7+ messages)
` [PATCH 1/5] command-list.txt: prepare with [commands] header
` [PATCH 2/5] command-list.txt: add with [common] block
` [PATCH 3/5] generate-cmdlist: parse common group commands
` [PATCH 4/5] command-list.txt: drop the common- prefix
` [PATCH 5/5] help.c: output the typical Git workflow

Kernel panic, reboot in 5 seconds
 2015-05-14 13:00 UTC 

[GIT PULL] dmi fixes for v4.1
 2015-05-14 12:59 UTC 

[Qemu-devel] [RFC PATCH v4 00/28] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-05-14 12:58 UTC  (3+ messages)

Tux3 Report: How fast can we fsync?
 2015-05-14 12:59 UTC  (3+ messages)
` [FYI] tux3: Core changes

staging: remove i2o subsystem: some leftovers
 2015-05-14 12:58 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Dump some DPLL fields in pipe config debug
 2015-05-14 12:58 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Output scaler related pipe config debug in a single line

[Bug 60553] New: [trine2] wrong colors when executed fullscreen
 2015-05-14 12:57 UTC  (2+ messages)
` [Bug 60553] "

[PATCH v2 1/2] tools lib traceevent: Export dynamic symbols used by traceevent plugins
 2015-05-14 12:56 UTC  (5+ messages)

ATI TV Wonder regression since at least 3.19.6
 2015-05-14 12:56 UTC  (3+ messages)

[PATCH] drm: adv7511: Fix crash in IRQ handler when no encoder is associated
 2015-05-14 12:52 UTC  (2+ messages)

Debugging spurious wakeup
 2015-05-14 12:51 UTC  (2+ messages)

mfd: Support 88pm80x in 80x driver
 2015-05-14 12:50 UTC  (2+ messages)

[PATCH 00/11] Skylake display NV12 feature addition
 2015-05-14 12:46 UTC  (3+ messages)

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-14 12:46 UTC  (8+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks

[PATCH] pinctrl: lpc18xx: add the missing group function map
 2015-05-14 12:45 UTC 

[U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again
 2015-05-14 12:46 UTC  (12+ messages)

[PATCHv2] am437x-gp-evm: add wilink8 support
 2015-05-14 12:44 UTC  (2+ messages)

btrfs balance 4.0 regression?
 2015-05-14 12:43 UTC 

[PATCH 0/8] clk: sunxi: Add support for the Audio PLL
 2015-05-14 12:43 UTC  (4+ messages)
` [PATCH 7/8] ARM: sunxi: Add codec clock support

[PATCH] iommu/ipmmu-vmsa: Replace spinlock with mutex
 2015-05-14 12:42 UTC  (2+ messages)

[PATCH v4] mfd: arizona: Add support for WM8998 and WM1814
 2015-05-14 12:41 UTC  (4+ messages)

[PATCH v2] ARM: dts: Add syscon property to the MIPI phy in exynos5420
 2015-05-14 12:40 UTC  (2+ messages)

[PATCH] xl: Support (by ignoring) xl migrate --live
 2015-05-14 12:41 UTC 

[PATCH 0/4] i2c: small updates to the slave framework
 2015-05-14 12:40 UTC  (10+ messages)
  ` [PATCH 1/4] i2c: add FUNC flag for slave capabilities
  ` [PATCH 2/4] i2c: rcar: report slave capabilities to users
  ` [PATCH 3/4] i2c: slave: docs: be more precise about the prerequsites
  ` [PATCH 4/4] i2c: slave: add error messages to slave core

[PATCH V2] atmel: fix a race between fw_load and data free
 2015-05-15 12:37 UTC  (3+ messages)

[PATCH] libxl: assigned a default ssid_label (XSM label) to guests
 2015-05-14 12:39 UTC  (4+ messages)

Possible bug - LTP failure for memcg
 2015-05-14 12:38 UTC  (7+ messages)

[PATCH] fix typo for drmOpenByName
 2015-05-14 12:38 UTC  (3+ messages)

[PATCH 1/2] CRISv32: add unreachable() to BUG()
 2015-05-14 12:36 UTC  (2+ messages)
` [PATCH 2/2] CRISv32: allow CONFIG_DEBUG_BUGVERBOSE


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.