All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-14 14:20:39 to 2014-04-14 15:10:27 UTC [more...]

[PATCH v7 00/11] CPU idle for Armada XP
 2014-04-14 15:10 UTC  (25+ messages)
` [PATCH v7 01/11] ARM: PJ4B: Add cpu_suspend/cpu_resume hooks for PJ4B
` [PATCH v7 02/11] ARM: mvebu: remove the address parameter for ll_set_cpu_coherent
` [PATCH v7 03/11] ARM: mvebu: ll_set_cpu_coherent always uses the current CPU
` [PATCH v7 04/11] ARM: mvebu: Remove the unused argument of set_cpu_coherent()
` [PATCH v7 05/11] ARM: mvebu: Split low level functions to manipulate HW coherency
` [PATCH v7 06/11] ARM: mvebu: Low level function to disable HW coherency support
` [PATCH v7 07/11] ARM: mvebu: Allow to power down L2 cache controller in idle mode
` [PATCH v7 08/11] ARM: mvebu: Add the PMSU related part of the cpu idle functions
` [PATCH v7 09/11] ARM: mvebu: Register notifier callback for the cpuidle transition
` [PATCH v7 10/11] cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoC
` [PATCH v7 11/11] ARM: mvebu: register the cpuidle driver for the Armada XP SoCs

[RFC] Dom0 PV IOMMU control design (draft A)
 2014-04-14 15:09 UTC  (6+ messages)

[PATCH] kprobes: be more permissive when user specifies both symbol name and address
 2014-04-14 15:08 UTC  (3+ messages)

[PATCH 0/5] gssd: add the GSSAPI acceptor name to the info passed in downcall
 2014-04-14 15:07 UTC  (3+ messages)
` [PATCH 5/5] gssd: scrape the acceptor name out of the context

[PATCH v2 00/10] Prevent one cause of "MP-BIOS bug: 8254 timer"... message from linux
 2014-04-14 15:07 UTC  (7+ messages)
` [PATCH v2 02/10] hvm/hpet: Only call guest_time_hpet(h) one time per action
` [PATCH v2 03/10] hvm/hpet: Only set comparator or period not both
` [PATCH v2 06/10] hvm/hpet: comparator can only change when master clock is enabled

[meta-oe][PATCH 1/1] qwt-e: qwt 6.1.0 FTBFS fix for qt-embedded targets
 2014-04-14 15:07 UTC  (4+ messages)

[PATCH] arm: allow all architectures to change max zone order
 2014-04-14 15:06 UTC  (2+ messages)

[PATCH V2 0/8] MIPS: Loongson-3: Add NUMA and Loongson-3B support
 2014-04-14 15:04 UTC  (5+ messages)
` [PATCH V2 1/8] MIPS: Support hard limit of cpu count (nr_cpu_ids)
` [PATCH V2 2/8] MIPS: Support CPU topology files in sysfs

[PATCH v3 0/5] x86: fix hang when AP bringup is too slow
 2014-04-14 15:03 UTC  (8+ messages)
` [PATCH v3 1/5] x86: initialize secondary CPU only if master CPU will wait for it

[PATCH v3] Xen: Spread boot time page scrubbing across all available CPUs
 2014-04-14 15:04 UTC  (4+ messages)
` [PATCH v3] Xen: Spread boot time page scrubbing across all available CPU's

[PATCH net] sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
 2014-04-14 15:02 UTC  (2+ messages)

[PATCH v2] synaptics: Add min/max quirk for ThinkPad T431s, L440, S1 Yoga and X1
 2014-04-14 15:02 UTC  (2+ messages)

[PATCH 0/2] xfsprogs: 2 quick coverity fixes
 2014-04-14 15:01 UTC  (5+ messages)
` [PATCH 1/2] xfs_logprint: Fix error handling in xlog_print_trans_efi
` [PATCH 2/2] mkfs.xfs: prevent close(-1) on protofile error path

[PATCH 0/4] drm: exynos: update/fixes to HDMI driver
 2014-04-14 15:00 UTC  (10+ messages)
` [PATCH 1/4] drm: exynos: hdmi: simplify extracting hpd-gpio from DT
` [PATCH 2/4] drm: exynos: mixer: fix using usleep() in atomic context
` [PATCH 3/4] drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoC
` [PATCH 4/4] drm: exynos: hdmi: add support for pixel clock limitation

APIs to submit bios at block layer
 2014-04-14 15:00 UTC  (2+ messages)

[PATCH] NFS: add FATTR4_WORD1_MODE flags for cache_consistency_bitmask
 2014-04-14 15:00 UTC  (8+ messages)

ceph branch status
 2014-04-14 15:00 UTC 

[PATCH 0/2] OSSTest: get host free memory size
 2014-04-14 14:59 UTC  (9+ messages)
` [PATCH 1/2] TestSupport.pm: introduce host_get_free_memory
` [PATCH 2/2] ts-debian-hvm-install: fix guest memory size

[PATCH] tty/serial: atmel_serial: Fix device tree documentation
 2014-04-14 14:58 UTC  (2+ messages)

[PATCH v2 0/4] Allow to specify an ECC scheme through DT
 2014-04-14 14:56 UTC  (5+ messages)

[PATCH v6 0/9] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-14 14:55 UTC  (10+ messages)
` [PATCH v6 1/9] x86, cleanup: add extra arguments to add_memmap() and delete_memmap()
` [PATCH v6 2/9] x86, cleanup: add_memmap() only do alignment check on RANGE_RAM
` [PATCH v6 3/9] x86, cleanup: add other types of memory range for 2nd kernel boot to memmap_p
` [PATCH v6 4/9] x86, cleanup: use dbgprint_mem_range for memory range debugging
` [PATCH v6 5/9] x86, cleanup: increase CRASH_MAX_MEMMAP_NR up to CRASH_MAX_MEMORY_RANGES
` [PATCH v6 6/9] x86, cleanup: Store crash memory ranges kexec_info
` [PATCH v6 7/9] x86, cleanup: kexec memory range .end to be inclusive
` [PATCH v6 8/9] x86: add --pass-memmap-cmdline option
` [PATCH v6 9/9] x86: Pass memory range via E820 for kdump

[Buildroot] [PATCH] libglib2: fix compilation for aarch64 and arc
 2014-04-14 14:56 UTC  (3+ messages)

[U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature
 2014-04-14 14:55 UTC 

[PATCH -tip ] [BUGFIX] perf/probe: Fix to handle errors in line_range searching
 2014-04-14 14:53 UTC  (2+ messages)
` [tip:perf/urgent] perf probe: "

[PATCH 1/2] perf, tools, stat: Initialize statistics correctly
 2014-04-14 14:54 UTC  (2+ messages)
` [tip:perf/urgent] perf "

[PATCH 1/3] perf bench: Set more defaults in the 'numa' suite
 2014-04-14 14:54 UTC  (2+ messages)
` [tip:perf/urgent] "

[U-Boot] beagle-bone fdt booting problem
 2014-04-14 14:54 UTC  (4+ messages)

[PATCH 3/3] perf bench: Fix segfault at the end of an 'all' execution
 2014-04-14 14:53 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 2/3] perf bench: Update manpage to mention numa and futex
 2014-04-14 14:53 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH] perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()
 2014-04-14 14:53 UTC  (2+ messages)
` [tip:perf/urgent] "

[tip:perf/urgent] perf callchains: Disable unwind libraries when libelf isn't found
 2014-04-14 14:52 UTC 

[PATCH] perf probe: Fix --line option behavior
 2014-04-14 14:53 UTC  (2+ messages)
` [tip:perf/urgent] "

[tip:perf/urgent] MAINTAINERS: Change e-mail to kernel.org one
 2014-04-14 14:52 UTC 

[PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR
 2014-04-14 14:52 UTC  (2+ messages)
` [tip:perf/urgent] "

[GIT PULL v3 00/17] perf/core fixes
 2014-04-14 14:52 UTC  (12+ messages)
` [PATCH 02/17] tools lib traceevent: Print event name when show warning if possible
` [PATCH 10/17] perf bench: Update manpage to mention numa and futex
` [PATCH 11/17] perf bench: Fix segfault at the end of an 'all' execution
` [PATCH 12/17] perf bench: Set more defaults in the 'numa' suite
` [PATCH 13/17] perf stat: Initialize statistics correctly
` [PATCH 14/17] perf tools: Fix metrics calculation with event qualifiers
` [PATCH 15/17] perf tools: Fix double free in perf test 21 (code-reading.c)
` [PATCH 16/17] perf machine: Search for modules in %s/lib/modules/%s

[tip:perf/urgent] tools lib traceevent: Do not call warning() directly
 2014-04-14 14:52 UTC 

[PATCH] media: davinci: vpbe: release buffers in case start_streaming call back fails
 2014-04-14 14:52 UTC 

[tip:perf/urgent] tools lib traceevent: Print event name when show warning if possible
 2014-04-14 14:51 UTC 

[tip:perf/urgent] perf top: Fix documentation of invalid -s option
 2014-04-14 14:51 UTC 

Is SCTP throughput really this low compared to TCP?
 2014-04-14 14:52 UTC  (2+ messages)

TUN device performance regression
 2014-04-14 14:51 UTC  (4+ messages)

[dora][PATCH_V3] mesa: double check for eglplatform.h
 2014-04-14 14:51 UTC 

Fn keys on Dell Latitude E6440
 2014-04-14 14:51 UTC 

[dora][PATCH_V2] mesa: double check for eglplatform.h
 2014-04-14 14:51 UTC  (3+ messages)

[PATCH 0/7] ipmi: a bunch of small fixes
 2014-04-14 14:46 UTC  (8+ messages)
` [PATCH 1/7] Char: ipmi_bt_sm, fix infinite loop
` [PATCH 2/7] ipmi: Fix a race restarting the timer
` [PATCH 3/7] ipmi: Reset the KCS timeout when starting error recovery
` [PATCH 4/7] ipmi: Turn off default probing of interfaces
` [PATCH 5/7] ipmi: Turn off all activity on an idle ipmi interface
` [PATCH 6/7] Change ACPI IPMI support to "default y"
` [PATCH 7/7] ipmi: boolify some things

[PATCH lttng-tools] Fix: replace 1 for true in libxml checking
 2014-04-14 14:50 UTC 

Missing USB XHCI and EHCI reset for kexec
 2014-04-14 14:49 UTC  (2+ messages)

[PATCH] USB: cp210x: Add 8281 (Nanotec Plug & Drive)
 2014-04-14 14:48 UTC  (2+ messages)

[PATCH] device_cgroup: do not use rule acceptance function to validate access
 2014-04-14 14:47 UTC 

[U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs
 2014-04-14 14:47 UTC  (2+ messages)

[Bug 73721] New: KVM hv-time
 2014-04-14 14:45 UTC  (2+ messages)
` [Bug 73721] "

[PATCH] mtd: spi-nor: read 6 bytes for the ID
 2014-04-14 14:44 UTC  (3+ messages)

[PATCH lttng-tools] utils: Rework utils_parse_size_suffix
 2014-04-14 14:44 UTC 

Xen on new Arndale 5250
 2014-04-14 14:42 UTC  (3+ messages)

[PATCH lttng-tools] Fix: replace 1 for true in libxml checking
 2014-04-14 14:42 UTC 

mm: kernel BUG at mm/huge_memory.c:1829!
 2014-04-14 14:42 UTC  (5+ messages)

[PATCH osstest.git v3] Add libvirt build and test jobs
 2014-04-14 14:42 UTC  (4+ messages)

[Cocci] Coccinelle 1.0.0-rc21
 2014-04-14 14:41 UTC  (8+ messages)
` [Cocci] Road map after Coccinelle 1.0.0-rc21?

[PATCH v2 0/3] ARM: mvebu: enable SDHCI interface on Armada 38x
 2014-04-14 14:41 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: mvebu: enable the SDHCI interface on Armada 385
` [PATCH v2 2/3] ARM: configs: add CONFIG_MMC_SDHCI_PXAV3 to the mvebu_v7_defconfig
` [PATCH v2 3/3] ARM: configs: add CONFIG_MMC_SDHCI_PXAV3 to the multi_v7_defconfig

openssl and heartbleed
 2014-04-14 14:41 UTC  (2+ messages)

[RFC PATCH] page_alloc: use first half of higher order chunks when halving
 2014-04-14 14:40 UTC  (11+ messages)

[U-Boot] [PATCH v6 0/4] Exynos5: Add GPIO numbering feature
 2014-04-14 14:40 UTC  (4+ messages)
` [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin "

[Bug 77394] New: Desktop freezes often when KDE starts compositing or mplayer GL window changes
 2014-04-14 14:40 UTC  (2+ messages)
` [Bug 77394] "

snd-usb-audio issues??
 2014-04-14 14:40 UTC  (8+ messages)

[PATCH net 0/6] qlcnic: Bug fixes
 2014-04-14 14:02 UTC  (7+ messages)
` [PATCH net 1/6] qlcnic: Fix panic due to uninitialzed delayed_work struct in use
` [PATCH net 2/6] qlcnic: Fix to send INIT_NIC_FUNC as first mailbox
` [PATCH net 3/6] qlcnic: Fix max ring count calculation
` [PATCH net 4/6] qlcnic: Fix PVID configuration on eSwitch port
` [PATCH net 5/6] qlcnic: Fix QLogic application/driver interface for virtual NIC configuration
` [PATCH net 6/6] qlcnic: Do not disable SR-IOV when VFs are assigned to VMs

[PATCH 07/11] vdev: allow external registration of virtual device drivers
 2014-04-14 14:39 UTC  (4+ messages)
` [PATCH v2 07/11 1/2] vdev: new registration API

[OSSTEST PATCH 0/3] test linux-next
 2014-04-14 14:39 UTC  (8+ messages)
` [OSSTEST PATCH 3/3] cr-*, ap-*: Facilities for testing linux-next

[PATCH] Remove RTE_EAL_UNBIND_PORTS-related code
 2014-04-14 14:39 UTC  (5+ messages)
` [PATCH 0/3] remove RTE_EAL_UNBIND_PORTS related code

[PATCH] Fix: XML declaration must be at beginning of XSD file
 2014-04-14 14:38 UTC 

Error Active
 2014-04-14 14:38 UTC  (5+ messages)

[PATCH V4 0/5] Add Exynos5 USB 3.0 phy driver based on generic PHY framework
 2014-04-14 14:37 UTC  (13+ messages)
` [PATCH V4 1/5] phy: Add new Exynos5 USB 3.0 PHY driver

[Bug 73931] New: rmmod radeon and kernel crash
 2014-04-14 14:36 UTC  (2+ messages)
` [Bug 73931] "

[PATCH/RFC 0/3] Allow OHCI drivers to override hub control operations
 2014-04-14 14:35 UTC  (2+ messages)

[PATCH lttng-tools 1/2] Override the session.xsd path with an environment variable
 2014-04-14 14:34 UTC 

[PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x
 2014-04-14 14:34 UTC  (12+ messages)
` [PATCH v2 1/5] Documentation: dt-bindings: reformat and order list of ahci-platform compatibles
` [PATCH v2 2/5] ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces
` [PATCH v2 3/5] ARM: mvebu: add Device Tree description of AHCI interfaces on Armada 38x
` [PATCH v2 4/5] ARM: configs: add ahci_mvebu to mvebu_v7_defconfig
` [PATCH v2 5/5] ARM: configs: add ahci_mvebu to multi_v7_defconfig

[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
 2014-04-14 14:32 UTC  (17+ messages)
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

[PATCH V2] xprtrdma: mind the device's max fast register page list depth
 2014-04-14 14:31 UTC  (3+ messages)

[RFC v0] thermal: Protect schedule flag by raw spin
 2014-04-14 14:22 UTC 

Question about remote debugging via gdbserver
 2014-04-14 14:30 UTC  (2+ messages)

[LTP] [PATCH] configure: add configure check for GCC -Wold-style-definition
 2014-04-14 14:27 UTC  (2+ messages)

[PATCH 00/10] android/gatt: GATT Client write types support
 2014-04-14 14:28 UTC  (4+ messages)
` [PATCH 01/10] attrib: Add API for reliable write

Forcing DEBUG_UART_{PHYS, VIRT} changes when switching between v7 platforms?
 2014-04-14 14:25 UTC  (6+ messages)

[RFC PATCH 4/6] uprobes/x86: Emulate rip-relative call's
 2014-04-14 14:22 UTC  (9+ messages)
          `  "
              `  "

[PATCH] cx23885: add support for Hauppauge ImpactVCB-e
 2014-04-14 14:22 UTC  (2+ messages)

Get all tips quickly
 2014-04-14 14:20 UTC  (3+ messages)

[PATCH 1/2] ARM: imx6q: clk: Parent DI clocks to video PLL via di_pre_sel
 2014-04-14 14:20 UTC  (2+ messages)
` [PATCH 2/2] ARM: i.MX6: ipu_di_sel clocks can set parent rates


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.