All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-23 10:06:40 to 2014-05-23 10:35:58 UTC [more...]

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

[GIT PULL] clockevents: new material for 3.16
 2014-05-23 10:31 UTC  (109+ 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 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

[PATCH v10 0/3] Exynos 5410 support
 2014-05-23 10:35 UTC  (8+ 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

[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 

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

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

[PATCH 0/2] remote: optimize rm/prune ref deletion
 2014-05-23 10:30 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] remote rm: delete remote configuration as the last
  ` [PATCH v2 2/3] remote: repack packed-refs once when deleting multiple refs
  ` [PATCH v2 3/3] remote prune: optimize "dangling symref" check/warning

[PATCH 04/47] mtd: nand: adding ST's BCH NAND Controller driver
 2014-05-23 10:30 UTC  (3+ messages)

Kein Disp okre dit von Ihrer Hausbank?
 2014-05-23 10:11 UTC 

[PATCH] VT-d: fix mask applied to DMIBAR in desktop chipset XSA-59 workaround
 2014-05-23 10:27 UTC 

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

[PATCH 0/3] mmc: fixed the mmc_of_parse for dwmmc
 2014-05-23 10:25 UTC  (5+ messages)
` [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse
` [PATCH 2/3] mmc: dw_mmc: use the __mmc_of_parse to parse the slot node
` [PATCH 3/3] ARM: dts: replace the broken-cd property into slot node for dwmmc

GSoC 2014: Welcome Pavel!
 2014-05-23 10:26 UTC 

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

[PATCH 1/2] staging: gdm72xx: code cleanup
 2014-05-23 10:25 UTC  (2+ messages)

Kei n D isp ok red it von Ihrer Hausbank?
 2014-05-23 10:09 UTC 

[PATCH 00/34] Add clang support for ARM and cleanups
 2014-05-23 10:23 UTC  (8+ 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]

[PATCH 02/47] mtd: nand: stm_nand_bch: provide Device Tree documentation
 2014-05-23 10:21 UTC  (3+ messages)

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

[Qemu-devel] [libvirt] [PATCHv2 3/4] qemu: fix RTC_CHANGE event for <clock offset='variable' basis='utc'/>
 2014-05-23 10:19 UTC  (4+ messages)

[PATCH] Bluetooth: Clearly distinguish mgmt LTK type from authenticated property
 2014-05-23 10:19 UTC 

[PATCH] pinctrl: sunxi: Enable the pinctrl Kconfig options by default
 2014-05-23 10:19 UTC  (3+ messages)

[Qemu-devel] [PATCH] xen: make xen-platform a default device
 2014-05-23 10:18 UTC  (8+ messages)

oops on cubix-i
 2014-05-23 10:17 UTC  (4+ messages)
` oops on cubox-i (v3.15-rc4)

[PATCH v13 0/7] mmc: omap_hsmmc: Enable SDIO IRQ
 2014-05-23 10:16 UTC  (3+ messages)
` [PATCH v13 1/7] mmc: omap_hsmmc: install dummy pm runtime hooks if !CONFIG_PM_RUNTIME

[PATCH v2] Get rid of the non portable shell export VAR=VALUE costruct
 2014-05-23 10:15 UTC 

Seeking help fixing a failed array
 2014-05-23 10:14 UTC 

git push rejected due being behind after git svn dcommit without any changes local/remote
 2014-05-23 10:14 UTC  (3+ messages)

dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
 2014-05-23 10:14 UTC  (9+ messages)
                        ` dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 faile

[PATCH v6 0/3] CPU hotplug: Fix the long-standing "IPI to offline CPU" issue
 2014-05-23 10:12 UTC  (4+ messages)
` [PATCH v6 1/3] smp: Print more useful debug info upon receiving IPI on an offline CPU
` [PATCH v6 2/3] CPU hotplug, stop-machine: Plug race-window that leads to "IPI-to-offline-CPU"
` [PATCH v6 3/3] CPU hotplug, smp: Flush any pending IPI callbacks before CPU offline

[PATCH] x86: do not enable efi boot for sgi uv machine
 2014-05-23 10:14 UTC 

[PATCH] staging: usbip: use kcalloc instead of kzalloc for array allocations
 2014-05-23 12:08 UTC 

[PATCHSET 00/26] perf tools: Add support to accumulate hist periods (v10)
 2014-05-23 10:04 UTC  (15+ messages)
` [PATCH 01/26] perf tools: Introduce struct hist_entry_iter
` [PATCH 03/26] perf hists: Check if accumulated when adding a hist entry
` [PATCH 05/26] perf tools: Update cpumode for each cumulative entry
` [PATCH 06/26] perf report: Cache cumulative callchains
` [PATCH 07/26] perf callchain: Add callchain_cursor_snapshot()
` [PATCH 08/26] perf tools: Save callchain info for each cumulative entry
` [PATCH 09/26] perf ui/hist: Add support to accumulated hist stat
` [PATCH 10/26] perf ui/browser: "
` [PATCH 11/26] perf ui/gtk: "
` [PATCH 12/26] perf tools: Apply percent-limit to cumulative percentage
` [PATCH 13/26] perf tools: Add more hpp helper functions
` [PATCH 14/26] perf report: Add --children option
` [PATCH 15/26] perf report: Add report.children config option
` [PATCH 16/26] perf tools: Do not auto-remove Children column if --fields given

[PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209
 2014-05-23 10:12 UTC  (8+ messages)
      ` [linux-sunxi] "
            `  "

[Ocfs2-devel] [PATCH] ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
 2014-05-23 10:12 UTC 

Plumbing to rename a ref?
 2014-05-23 10:11 UTC 

New eMCA trace event interface
 2014-05-23 10:11 UTC  (8+ messages)
` [PATCH 3/7 v4] CPER: Adjust code flow of some functions

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

[PATCH] mfd: db8500-prcmu: remove check for CONFIG_DBX500_PRCMU_DEBUG
 2014-05-23 10:10 UTC  (3+ messages)

MiniDSP USBStreamer / UAC2 / Alsamixer bogus
 2014-05-23 10:10 UTC  (2+ messages)

[PATCH RESEND v2 0/4] mfd: Intel SoC Power Management IC
 2014-05-23 10:08 UTC  (2+ messages)

[PATCH] powerpc: remove checks for CONFIG_BOOK3E_MMU_TLB_STATS
 2014-05-23 10:06 UTC  (5+ messages)
`  "


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.