All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-10 09:20:25 to 2015-08-10 09:53:31 UTC [more...]

[Qemu-devel] [PATCH for-2.5 0/6] qapi: child add/delete support
 2015-08-10  9:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.5 3/6] Add new block driver interface to add/delete a BDS's child

[PULL] clockevents changes for 4.3
 2015-08-10  9:52 UTC  (28+ messages)
` [PATCH 01/74] clockevents/drivers/arm_arch_timer: Migrate to new 'set-state' interface
  ` [PATCH 02/74] clockevents/drivers/arm_global_timer: "
  ` [PATCH 08/74] clockevents/drivers/exynos_mct: Remove unneeded container_of()
  ` [PATCH 12/74] clockevents/drivers/cadence_ttc: Migrate to new 'set-state' interface
  ` [PATCH 13/74] clockevents/drivers/clps711x: "
  ` [PATCH 18/74] clockevents/drivers/meson6: "
    ` [PATCH 19/74] clockevents/drivers/metag_generic: "
  ` [PATCH 22/74] clockevents/drivers/mtk: "
  ` [PATCH 27/74] clockevents/drivers/rockchip: "
  ` [PATCH 32/74] clockevents/drivers/sun4i: "
  ` [PATCH 33/74] clockevents/drivers/tegra20: "
  ` [PATCH 35/74] clockevents/drivers/efm32: "
  ` [PATCH 37/74] clockevents/drivers/atlas7: "
  ` [PATCH 40/74] clockevents/drivers/digicolor: "
  ` [PATCH 42/74] clockevents/drivers/keystone: "
  ` [PATCH 43/74] clockevents/drivers/prima2: "
  ` [PATCH 44/74] clockevents/drivers/stm32: "
  ` [PATCH 45/74] clockevents/drivers/sun5i: "
  ` [PATCH 46/74] clockevents/drivers/u300: "
  ` [PATCH 48/74] clockevents/drivers/vt8500: "
  ` [PATCH 50/74] clockevents/drivers/tcb_clksrc: "
  ` [PATCH 51/74] clockevents/drivers/exynos_mct: "
  ` [PATCH 68/74] sh/localtimer: "
  ` [PATCH 69/74] sparc/time: "

[PATCH v6 00/42] powerpc/powernv: PCI hotplug suppport
 2015-08-10  9:53 UTC  (10+ messages)
` [PATCH v6 08/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v6 10/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v6 11/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v6 12/42] powerpc/powernv: Increase PE# capacity

[Question] lockdep: Is nested lock handled correctly?
 2015-08-10  9:52 UTC 

[PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173
 2015-08-10  9:50 UTC  (29+ messages)
` [PATCH v7 1/9] clk: mediatek: Removed unused dpi_ck clock from MT8173
` [PATCH v7 2/9] clk: mediatek: Remove unused code "
` [PATCH v7 3/9] clk: mediatek: Add __initdata and __init for data and functions
` [PATCH v7 4/9] clk: mediatek: Add fixed clocks support for Mediatek SoC
` [PATCH v7 5/9] clk: mediatek: Fix rate and dependency of MT8173 clocks
` [PATCH v7 6/9] dt-bindings: ARM: Mediatek: Document devicetree bindings for clock controllers
` [PATCH v7 7/9] clk: mediatek: Add subsystem clocks of MT8173
` [PATCH v7 8/9] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS
` [PATCH v7 9/9] arm64: dts: mt8173: Add subsystem clock controller device nodes

Can I xc_await_suspend() for a suspend event caused by another application?
 2015-08-10  9:52 UTC  (3+ messages)

[PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0
 2015-08-10  9:51 UTC  (2+ messages)

[PATCH 0/6] gpiolib: Add GPIO name support
 2015-08-10  9:50 UTC  (16+ messages)
` [PATCH 1/6] gpiolib-of: Rename gpio_hog functions to be generic
` [PATCH 2/6] gpio: Introduce gpio descriptor 'name'
` [PATCH 3/6] gpiolib-of: Reuse 'line-name' from DT as gpio descriptor name
` [PATCH 4/6] gpiolib-sysfs: Add gpio name parsing for sysfs export
` [PATCH 5/6] gpiolib-sysfs: Show gpio-name in /sys/class/gpio/gpio*/name

[PATCH net 0/2] bnx2x: small fixes
 2015-08-10  9:49 UTC  (3+ messages)
` [PATCH net 1/2] bnx2x: Prevent null pointer dereference on SKB release
` [PATCH net 2/2] bnx2x: Free NVRAM lock at end of each page

[RFC 0/4] HVM x86 enhancements to run Xen deprivileged mode operations
 2015-08-10  9:49 UTC  (3+ messages)
` [RFC 3/4] HVM x86 deprivileged mode: Code for switching into/out of deprivileged mode

Fwd: KVM : Virtio ring size
 2015-08-10  9:49 UTC  (2+ messages)

[PATCH 1/3] [v2] hvc_dcc: don't ignore errors during initialization
 2015-08-10  9:48 UTC  (6+ messages)
` [PATCH 2/3] [v4] ARM64: TTY: hvc_dcc: Add support for ARM64 dcc
` [PATCH 3/3] [v2] hvc_dcc: disable user-space access to DCC

[PATCH v2 00/16] Introduce a tempfile module
 2015-08-10  9:47 UTC  (17+ messages)
` [PATCH v2 01/16] Move lockfile documentation to lockfile.h and lockfile.c
` [PATCH v2 02/16] create_bundle(): duplicate file descriptor to avoid closing it twice
` [PATCH v2 03/16] lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
` [PATCH v2 04/16] lockfile: add accessor get_lock_file_path()
` [PATCH v2 05/16] commit_lock_file(): use get_locked_file_path()
` [PATCH v2 06/16] tempfile: a new module for handling temporary files
` [PATCH v2 07/16] prepare_tempfile_object(): new function, extracted from create_tempfile()
` [PATCH v2 08/16] tempfile: add several functions for creating temporary files
` [PATCH v2 09/16] register_tempfile(): new function to handle an existing temporary file
` [PATCH v2 10/16] write_shared_index(): use tempfile module
` [PATCH v2 11/16] setup_temporary_shallow(): "
` [PATCH v2 12/16] diff: "
` [PATCH v2 13/16] lock_repo_for_gc(): compute the path to "gc.pid" only once
` [PATCH v2 14/16] gc: use tempfile module to handle gc.pid file
` [PATCH v2 15/16] credential-cache--daemon: delete socket from main()
` [PATCH v2 16/16] credential-cache--daemon: use tempfile module

[PATCHv3 0/2] 'git config --names-only' to help the completion script
 2015-08-10  9:46 UTC  (3+ messages)
` [PATCHv3 1/2] config: add '--names-only' option to list only variable names
` [PATCHv3 2/2] completion: list variable names reliably with 'git config --names-only'

[Qemu-devel] [PATCH v3 0/2] make: Cleanup and fix of loading of dependency info
 2015-08-10  9:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/2] make: load only required dependency files

[PATCH 1/1] mm: vmstat: introducing vm counter for slowpath
 2015-08-10  9:45 UTC  (6+ messages)

[RFC v3 1/2] mm, compaction: introduce kcompactd
 2015-08-10  9:44 UTC  (4+ messages)

[PATCHv3 00/13] SDR transmitter API
 2015-08-10  9:43 UTC  (7+ messages)
` [PATCHv3 10/13] hackrf: add support for transmitter
` [PATCHv3 12/13] DocBook: fix S_FREQUENCY => G_FREQUENCY
` [PATCHv3 13/13] DocBook: add tuner types SDR and RF for G_TUNER / S_TUNER

Warning at mm/truncate.c:740
 2015-08-10  9:43 UTC  (3+ messages)

[PATCH] Staging: dgnc: Fixed line over 80 characters in dgnc_mgmt.c
 2015-08-10  9:41 UTC  (3+ messages)

[xen 4.6 retrospective] Kicking off a retrospective for Xen 4.6 (deadline August 28th)
 2015-08-10  9:40 UTC  (5+ messages)
` [xen 4.6 retrospective] More public/easy to find information about the release schedule

[PATCH] staging: wilc100: Remove pointer and integer comparision
 2015-08-10  9:39 UTC  (2+ messages)

[PATCH 0/17] removing questionable uses of git_path
 2015-08-10  9:38 UTC  (18+ messages)
` [PATCH 01/17] cache.h: clarify documentation for git_path, et al
` [PATCH 02/17] cache.h: complete set of git_path_submodule helpers
` [PATCH 03/17] t5700: modernize style
` [PATCH 04/17] add_to_alternates_file: don't add duplicate entries
` [PATCH 05/17] remove hold_lock_file_for_append
` [PATCH 06/17] prefer git_pathdup to git_path in some possibly-dangerous cases
` [PATCH 07/17] prefer mkpathdup to mkpath in assignments
` [PATCH 08/17] remote.c: drop extraneous local variable from migrate_file
` [PATCH 09/17] refs.c: remove extra git_path calls from read_loose_refs
` [PATCH 10/17] path.c: drop git_path_submodule
` [PATCH 11/17] refs.c: simplify strbufs in reflog setup and writing
` [PATCH 12/17] refs.c: avoid repeated git_path calls in rename_tmp_log
` [PATCH 13/17] refs.c: avoid git_path assignment in lock_ref_sha1_basic
` [PATCH 14/17] refs.c: remove_empty_directories can take a strbuf
` [PATCH 15/17] find_hook: keep our own static buffer
` [PATCH 16/17] get_repo_path: refactor path-allocation
` [PATCH 17/17] memoize common git-path "constant" files

[PATCH 3/8][v2]usb:fsl:otg: Add support to add/remove usb host driver
 2015-08-10  9:23 UTC  (3+ messages)

[patch] fbdev: off by one test (harmless)
 2015-08-10  9:38 UTC  (2+ messages)

[PATCH] drm/i915:gen9: Add WA for disable gather at set shader bit
 2015-08-10  9:36 UTC  (3+ messages)

Re-add not selecting drive for correct slot?
 2015-08-10  9:35 UTC  (5+ messages)

[PATCH] ARM/fb: ep93xx: switch framebuffer to use modedb only
 2015-08-10  9:33 UTC  (3+ messages)

[RFC PATCH v2 0/5] Refactoring Videobuf2 for common use
 2015-08-10  9:32 UTC  (3+ messages)

[PATCH] Clean up whitespace in vfs.txt
 2015-08-10  9:31 UTC 

[rtc-linux] [PATCH v2 0/6] ARM: AM4372: Enable RTC
 2015-08-10  9:28 UTC  (14+ messages)
`  "
` [rtc-linux] [PATCH v2 1/6] ARM: dts: AM43XX: Add clk_32k_rtc node
  `  "
` [rtc-linux] [PATCH v2 2/6] rtc: omap: Add external clock enabling support
  `  "
` [rtc-linux] [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs
  `  "
` [rtc-linux] [PATCH v2 4/6] ARM: dts: am43x-epos-evm: Add the am438 compatible string
  `  "
` [rtc-linux] [PATCH v2 5/6] ARM: AM43XX: HWMOD: Add rtc hwmod
  `  "
` [rtc-linux] [PATCH v2 6/6] ARM: dts: AM437X-GP-EVM: Enable rtc
  `  "

ALSA: es1968: Use monotonic clock
 2015-08-10  9:28 UTC  (2+ messages)

[PATCH] windfarm: make wf_critical_overtemp() static
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[RFC PATCH 0/4] Shared vhost design
 2015-08-10  9:27 UTC  (3+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users

[PATCH] windfarm: decrement client count when unregistering
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[Bug 91588] [LLVM] (bisected) Unigine Valley: High + AA = incorrect rendering
 2015-08-10  9:27 UTC  (2+ messages)

[PATCH] windfarm: remove three exported but unused functions
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] powerpc: Remove redundant breaks
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] powerpc/4xx: Fix return value check in hsta_msi_probe()
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] powernv: Invoke opal_cec_reboot2() on unrecoverable machine check errors
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH v2 1/2] powerpc/powernv: display reason for Malfunction Alert HMI
 2015-08-10  9:27 UTC  (2+ messages)
` [v2, "

[PATCH] powerpc: pci: use %pR for printing struct resource
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] cxl: Don't ignore add_process_element result when attaching context
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] powernv: Invoke opal_cec_reboot2() on unrecoverable HMI
 2015-08-10  9:27 UTC  (2+ messages)
`  "

[PATCH] video: fbdev: pxa3xx_gcu: prepare the clocks
 2015-08-10  9:26 UTC  (3+ messages)

[PATCH v2] powerpc/ftrace: add powerpc timebase as a trace clock source
 2015-08-10  9:26 UTC  (2+ messages)
` [v2] "

[PATCH v2 2/2] powerpc/powernv: Pull all HMI events before panic
 2015-08-10  9:26 UTC  (2+ messages)
` [v2,2/2] "

[PATCH v2] gpio: Allow hogged gpios to be requested
 2015-08-10  9:26 UTC  (3+ messages)

[PATCH] SH: use PFN_DOWN macro
 2015-08-10  9:26 UTC  (3+ messages)

[alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-08-10  9:26 UTC  (11+ messages)
        `  "

[PATCH 2.6.32-4.0] sg_start_req(): make sure that there's not too many elements in iovec
 2015-08-10  9:26 UTC  (2+ messages)

Adding custom toasterconf.json file for Mentor
 2015-08-10  9:25 UTC  (8+ messages)

[PATCH 2/2] mm/hwpoison: fix refcount of THP head page in no-injection case
 2015-08-10  9:24 UTC  (8+ messages)

[PATCH 2/2] ARM: shmobile: bockw: remove "reference" board file and config
 2015-08-10  9:24 UTC  (2+ messages)

[PATCH v2 0/7] stk8312 fixes and cleanup
 2015-08-10  9:24 UTC  (8+ messages)
` [PATCH v2 2/7] iio:accel:stk8312: check for invalid value

[PATCH 1/2] ARM: shmobile: bockw: remove "reference" device tree
 2015-08-10  9:24 UTC  (2+ messages)

[PATCH v7 0/4] Implement OCOTP driver for Vybrid using NVMEM
 2015-08-10  9:20 UTC  (7+ messages)
` [PATCH v7 3/4] drivers: nvmem: Add Vybrid OCOTP support
` [PATCH v7 4/4] nvmem: Add DT binding documentation for Vybrid OCOTP driver

[PATCH v2 0/2] OMAPDSS: Fix of-node refcount issues
 2015-08-10  9:23 UTC  (2+ messages)

[PATCH 0/2] fix vdso coarse clock monotonicity regressions
 2015-08-10  9:22 UTC  (4+ messages)
` [PATCH 2/2] arm64: VDSO: fix coarse clock monotonicity regression

RME MADIFX mainline inclusion
 2015-08-10  9:22 UTC  (4+ messages)
` [PATCH 0/4] Driver for RME MADI FX
  ` [PATCH 4/4] ALSA: madifx - Add support "

[PATCH libdrm v3 0/2] 48-bit virtual address support in i915
 2015-08-10  9:21 UTC  (4+ messages)
` [PATCH mesa v3] i965/gen8+: bo in state base address must be in 32-bit address range
  ` [Intel-gfx] "

[Qemu-devel] [PATCH v6 00/10] For QEMU 2.5: Add a netfilter object and netbuffer filter
 2015-08-10  9:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 03/10] netfilter: add netfilter_{add|del} commands
` [Qemu-devel] [PATCH v6 08/10] netfilter: add a netbuffer filter


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.