All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-23 10:31:33 to 2014-05-23 11:09:54 UTC [more...]

[Qemu-devel] [PATCH] MAINTAINERS: update Calxeda Highbank maintainer and status
 2014-05-23 11:09 UTC  (2+ messages)

[PATCH] fix for 2 consecutive rte_eth_dev_start() can cause a SIGSEGV
 2014-05-23 11:08 UTC 

[PATCH] ath10k: fix rssi reporting
 2014-05-23 11:06 UTC  (2+ messages)

[PATCH] ARM: dts: AM4372: clk: efuse based crystal frequency detect
 2014-05-23 11:05 UTC  (3+ messages)

[PATCH 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings
 2014-05-23 11:05 UTC  (6+ messages)
` [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

[PATCH v1] net: driver: stmicro: Remove some useless the lock protection
 2014-05-23 11:05 UTC 

[PATCH] drm/exynos: remove redundant mutex_unlock
 2014-05-23 11:04 UTC  (2+ messages)

[Qemu-trivial] [PATCH] dma-helpers: avoid calling dma_bdrv_unmap() twice
 2014-05-23  3:44 UTC 

[PATCH v2 0/7] drm/tegra: Convert to master/component framework
 2014-05-23 11:03 UTC  (3+ messages)

[PATCH 00/19] Rework OMAP4+ HDMI audio support
 2014-05-23 11:02 UTC  (4+ messages)

[PATCH] drm/exynos/fimd: allow multiplatform configuration
 2014-05-23 11:01 UTC  (2+ messages)

[Qemu-devel] [PATCH V6 0/8] PSCI v0.2 support for KVM ARM/ARM64
 2014-05-23 11:00 UTC  (11+ messages)
` [Qemu-devel] [PATCH V6 1/8] update-linux-headers.sh: Add psci.h to linux header sync-up script
` [Qemu-devel] [PATCH V6 2/8] linux-headers: Update KVM headers from linux-next tag next-20140508
` [Qemu-devel] [PATCH V6 4/8] target-arm: Common kvm_arm_vcpu_init() for KVM ARM and KVM ARM64
` [Qemu-devel] [PATCH V6 5/8] target-arm: Enable KVM_ARM_VCPU_PSCI_0_2 feature when possible
` [Qemu-devel] [PATCH V6 7/8] target-arm: Introduce per-CPU field for PSCI version

[PATCH v3 0/4] tps65917: Drivers for TPS65917 PMIC
 2014-05-23 10:59 UTC  (9+ messages)
` [PATCH v3 3/4] mfd: tps65917: Add driver for the "

[RFC PATCH] clk: flatten clk tree in debugfs
 2014-05-23 10:59 UTC  (3+ messages)

[PATCH] drm/exynos: add fimd dependency to fimd related encoders
 2014-05-23 10:59 UTC 

the cost of _raw_spin_lock in arm linux
 2014-05-23 10:58 UTC 

[PATCH] arm/omap4: add twd clock to DT
 2014-05-23 10:57 UTC  (12+ messages)

Additional driver for USB touch support
 2014-05-23 10:55 UTC 

[GIT PULL] clockevents: new material for 3.16
 2014-05-23 10:31 UTC  (91+ messages)
` [PATCH 01/71] clocksource: sh_cmt: Use request_irq() instead of setup_irq()
  ` [PATCH 02/71] clocksource: sh_cmt: Split channel fields from sh_cmt_priv
  ` [PATCH 03/71] clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device
  ` [PATCH 04/71] clocksource: sh_cmt: Split channel setup to separate function
  ` [PATCH 05/71] clocksource: sh_cmt: Constify name argument to sh_cmt_register()
  ` [PATCH 06/71] clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase
  ` [PATCH 07/71] clocksource: sh_cmt: Add memory base to sh_cmt_channel structure
  ` [PATCH 08/71] clocksource: sh_cmt: Add index to struct sh_cmt_channel
  ` [PATCH 09/71] clocksource: sh_cmt: Replace kmalloc + memset with kzalloc
  ` [PATCH 10/71] clocksource: sh_cmt: Allocate channels dynamically
  ` [PATCH 11/71] clocksource: sh_cmt: Split static information from sh_cmt_device
  ` [PATCH 12/71] clocksource: sh_cmt: Replace hardcoded register values with macros
  ` [PATCH 13/71] clocksource: sh_cmt: Set cpumask to cpu_possible_mask
  ` [PATCH 14/71] clocksource: sh_cmt: Hardcode CMT clock event rating to 125
  ` [PATCH 15/71] clocksource: sh_cmt: Hardcode CMT clock source "
  ` [PATCH 16/71] clocksource: sh_cmt: Add support for multiple channels per device
  ` [PATCH 17/71] clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case
  ` [PATCH 18/71] clocksource: sh_cmt: Remove FSF mail address from GPL notice
  ` [PATCH 19/71] clocksource: sh_cmt: Sort headers alphabetically
  ` [PATCH 20/71] clocksource: sh_cmt: Request IRQ for clock event device only
  ` [PATCH 21/71] clocksource: sh_tmu: Use request_irq() instead of setup_irq()
  ` [PATCH 22/71] clocksource: sh_tmu: Split channel fields from sh_tmu_priv
  ` [PATCH 23/71] clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device
  ` [PATCH 24/71] clocksource: sh_tmu: Split channel setup to separate function
  ` [PATCH 25/71] clocksource: sh_tmu: Constify name argument to sh_tmu_register()
  ` [PATCH 26/71] clocksource: sh_tmu: Add memory base to sh_tmu_channel structure
  ` [PATCH 27/71] clocksource: sh_tmu: Add index to struct sh_tmu_channel
  ` [PATCH 28/71] clocksource: sh_tmu: Replace kmalloc + memset with kzalloc
  ` [PATCH 29/71] clocksource: sh_tmu: Allocate channels dynamically
  ` [PATCH 30/71] clocksource: sh_tmu: Replace hardcoded register values with macros
  ` [PATCH 31/71] clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200
  ` [PATCH 32/71] clocksource: sh_tmu: Add support for multiple channels per device
  ` [PATCH 33/71] clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case
  ` [PATCH 34/71] clocksource: sh_tmu: Remove FSF mail address from GPL notice
  ` [PATCH 35/71] clocksource: sh_tmu: Sort headers alphabetically
  ` [PATCH 36/71] clocksource: sh_mtu2: Use request_irq() instead of setup_irq()
  ` [PATCH 37/71] clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables
  ` [PATCH 38/71] clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv
  ` [PATCH 39/71] clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device
  ` [PATCH 40/71] clocksource: sh_mtu2: Split channel setup to separate function
  ` [PATCH 41/71] clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()
  ` [PATCH 42/71] clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure
  ` [PATCH 43/71] clocksource: sh_mtu2: Add index to struct sh_mtu2_channel
  ` [PATCH 44/71] clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc
  ` [PATCH 45/71] clocksource: sh_mtu2: Allocate channels dynamically
  ` [PATCH 46/71] clocksource: sh_mtu2: Replace hardcoded register values with macros
  ` [PATCH 47/71] clocksource: sh_mtu2: Set cpumask to cpu_possible_mask
  ` [PATCH 48/71] clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200
  ` [PATCH 49/71] clocksource: sh_mtu2: Add support for multiple channels per device
  ` [PATCH 50/71] clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy case
  ` [PATCH 51/71] clocksource: sh_mtu2: Remove FSF mail address from GPL notice
  ` [PATCH 52/71] clocksource: sh_mtu2: Sort headers alphabetically
  ` [PATCH 53/71] clocksource: arm_global_timer: Only check for unusable timer on A9
  ` [PATCH 54/71] documentaion: DT: allow a A5 compatible string in global timer
  ` [PATCH 55/71] dts: ca5: add the global timer for the A5
  ` [PATCH 56/71] KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platform
  ` [PATCH 57/71] clocksource: efm32: use $vendor,$device scheme for compatible string
    ` [PATCH 57/71] clocksource: efm32: use $vendor, $device "
  ` [PATCH 58/71] clocksource: sun5i: Add support for reset controller
  ` [PATCH 59/71] ARM: sun6i: a31: Add support for the High Speed Timers
  ` [PATCH 60/71] clocksource: qcom: Implement read_current_timer for udelay
  ` [PATCH 61/71] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case
  ` [PATCH 62/71] clocksource: Fix type confusion for clocksource_mmio_readX_Y
  ` [PATCH 63/71] clocksource: Fix clocksource_mmio_readX_down
  ` [PATCH 64/71] clocksource: dw_apb_timer_of: Do not trace read_sched_clock
  ` [PATCH 65/71] clocksource: em_sti: Remove unnecessary OOM messages
  ` [PATCH 66/71] clocksource: sh_cmt: "
  ` [PATCH 67/71] clocksource: sh_mtu2: "
  ` [PATCH 68/71] clocksource: sh_tmu: "
  ` [PATCH 69/71] clocksource: ftm: Add FlexTimer Module (FTM) Timer devicetree Documentation
  ` [PATCH 70/71] ARM: dts: vf610: Add Freescale FlexTimer Module timer node
  ` [PATCH 71/71] clocksource: Add Freescale FlexTimer Module (FTM) timer support

[RFC] Unnecessary work and noise from mce code in suspend/resume path
 2014-05-23 10:54 UTC  (2+ messages)

[PATCH] hfsplus: fix "unused node is not erased" error
 2014-05-23 10:54 UTC  (7+ messages)

[PATCH] kernel-modules: Fix storage module selection for sdhci/mmc/ahci
 2014-05-23 10:54 UTC 

[RFC Patch] Unify mpp/mesh_path handling for Mac 802.11s
 2014-05-23 10:52 UTC  (5+ messages)

[PATCH] cifs: ensure that vol->username is not NULL before running strlen on it
 2014-05-23 10:53 UTC 

[Qemu-devel] [v2][PATCH 4/8] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD
 2014-05-23 10:52 UTC  (12+ messages)
            ` [Qemu-devel] [Xen-devel] "
                    `  "

[PATCH] drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap
 2014-05-23 10:51 UTC  (3+ messages)

Plumbing to rename a ref?
 2014-05-23 10:50 UTC  (2+ messages)

[PATCH v2 0/6] Implement split core for POWER8
 2014-05-23 10:50 UTC  (9+ messages)

linux-next: manual merge of the vfs tree with the cifs tree
 2014-05-23 10:50 UTC  (2+ messages)
  ` [PATCH] cifs: revalidate mapping prior to satisfying read_iter request with cache=loose

[PATCH] video: fbdev: grvga.c: Fix for possible null pointer dereference
 2014-05-23 10:49 UTC  (4+ messages)

[PATCH 1/2] gatttool: Allow to build without interactive mode
 2014-05-23 10:50 UTC  (2+ messages)
` [PATCH 2/2] android: Add gatttool to debug builds

[PATCH] mm, compaction: properly signal and act upon lock and need_sched() contention
 2014-05-23 10:49 UTC  (8+ messages)
` [PATCH v2] "

What's the right way to use a *large* number of source addresses?
 2014-05-23 10:49 UTC  (3+ messages)

[PATCH] video: of: display_timing: fix default native-mode setting
 2014-05-23 10:31 UTC  (3+ messages)

[PATCH 1/3] drm/crtc: Add property for aspect ratio
 2014-05-23 10:48 UTC  (8+ messages)
` [PATCH 2/3] drm/edid: Check for user aspect ratio input
` [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

[PATCH] staging: rtl8723au: Use kmemdup() instead of memcpy() to duplicate memory
 2014-05-23 10:47 UTC  (3+ messages)

[PATCH] lksctp-tools: make bind_test can do while disable IPV6
 2014-05-23 10:47 UTC  (2+ messages)

[patch] sched: signedness bug in yield_to()
 2014-05-23 10:46 UTC  (3+ messages)

[PATCH 00/34] Add clang support for ARM and cleanups
 2014-05-23 10:47 UTC  (9+ messages)
` [PATCH 09/34] xen/common: tmem: Remove dumb check in do_tmem_destroy_pool
        ` [PATCH 09/34] xen/common: tmem: Remove dumb check in do_tmem_destroy_pool [and 2 more messages]

skbuff truesize incorrect
 2014-05-23 10:45 UTC  (6+ messages)

crypto: Add Allwinner Security System crypto accelerator
 2014-05-23 10:46 UTC  (5+ messages)
` [PATCH 3/3] "

Calling function in mac80211 from another kernel module
 2014-05-23 10:45 UTC 

[PATCH] matroxfb: perform a dummy read of M_STATUS
 2014-05-23 10:45 UTC  (2+ messages)

[PATCH 0/3] mmc: fixed the mmc_of_parse for dwmmc
 2014-05-23 10:44 UTC  (3+ messages)
` [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse

[GIT PULL] clockevents: fixes for 3.15
 2014-05-23 10:43 UTC  (6+ messages)
` [PATCH 1/2] clocksource: marco: Fix the affinity set for local timer of CPU1
  ` [PATCH 2/2] clocksource: tcb_clksrc: Make tc_mode interrupt safe

collectd / graphite / grafana .. calamari?
 2014-05-23 10:42 UTC  (2+ messages)

linux-next: Tree for May 23
 2014-05-23 10:42 UTC  (2+ messages)

[GIT PULL FOR v3.16] Various fixes
 2014-05-23 10:40 UTC 

[Buildroot] [git commit] httping: fix static linking when libintl+libiconv are enabled
 2014-05-23 10:39 UTC 

[PATCH v2] media: stk1160: Avoid stack-allocated buffer for control URBs
 2014-05-23 10:38 UTC  (4+ messages)

Using users/groups from another recipe than the one creating them
 2014-05-23 10:38 UTC 

[PATCH 0/5] ath10k: recovery fixes 2014-05-09
 2014-05-23 10:37 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] ath10k: drain tx before restarting hw

[PATCH RFC] Remove the cancel_delayed_work() call from scsi_put_command()
 2014-05-23 10:37 UTC  (4+ messages)

[PATCH v3] phy: Renesas R-Car Gen2 PHY driver
 2014-05-23 10:37 UTC  (6+ messages)

[Qemu-devel] [PATCH] w32: Fix regression caused by new g_poll implementation
 2014-05-23 10:36 UTC  (2+ messages)

[PATCH v10 0/3] Exynos 5410 support
 2014-05-23 10:35 UTC  (9+ messages)
` [PATCH v10 1/3] ARM: EXYNOS: Add support for EXYNOS5410 SoC
` [PATCH v10 2/3] clk: exynos5410: register clocks using common clock framework
` [PATCH v10 3/3] ARM: dts: Add initial device tree support for EXYNOS5410

[PATCH 0/2] ath10k: async pci probing
 2014-05-23 10:28 UTC  (9+ messages)
` [PATCH 0/3] "
  ` [PATCH v2 1/3] ath10k: relocate core create/destroy functions
  ` [PATCH v2 2/3] ath10k: remove unnecessary tasklet_kill()
  ` [PATCH v2 3/3] ath10k: make core registering async

[meta-qt5] Building and running issues on Raspberry Pi
 2014-05-23 10:17 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] QMP queue
 2014-05-23 10:31 UTC  (2+ messages)

[PATCH] tools/xenstore: Fix memory leaks in the client
 2014-05-23 10:32 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.