All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-28 09:45:35 to 2016-06-28 10:30:54 UTC [more...]

[PATCH 01/92] clocksource/drivers/armada-370-xp: Make syscore_ops static
 2016-06-28 10:30 UTC  (26+ messages)
  ` [PATCH 02/92] clocksource/drivers/digicolor: Fix warning of non-static function
  ` [PATCH 05/92] dt-bindings: Document rk3399 rk-timer bindings
  ` [PATCH 06/92] clocksource/drivers/rockchip: Add the dynamic irq flag to the timer
  ` [PATCH 07/92] clocksource/drivers/rockchip: Add support for the rk3399 SoC
  ` [PATCH 08/92] arm64: dts: rockchip: Add rktimer device node for rk3399
  ` [PATCH 09/92] clocksource/drivers/oxnas-rps: Add Oxford Semiconductor RPS Dual Timer
  ` [PATCH 13/92] clocksource/drivers/rockchip_timer: Convert init function to return error
  ` [PATCH 14/92] clocksource/drivers/mtk_timer: "
  ` [PATCH 15/92] clocksource/drivers/exynos_mct: "
  ` [PATCH 17/92] clocksource/drivers/cadence_ttc: "
  ` [PATCH 18/92] clocksource/drivers/st_lpc: "
  ` [PATCH 20/92] clocksource/drivers/clps711x: "
  ` [PATCH 21/92] clocksource/drivers/digicolor: "
  ` [PATCH 22/92] clocksource/drivers/armv7m_systick: "
  ` [PATCH 23/92] clocksource/drivers/bcm2835_timer: "
  ` [PATCH 25/92] clocksource/drivers/clksrc-dbx500: "
  ` [PATCH 28/92] clocksource/drivers/arm_global_timer: "
  ` [PATCH 32/92] clocksource/drivers/meson6_timer.c: "
  ` [PATCH 35/92] clocksource/drivers/mps2-timer: "

[PATCH V3 01/10] arm/gic-v3: Use acpi_table_parse_madt() to parse MADT subtables
 2016-06-28 10:30 UTC  (4+ messages)
` [PATCH V3 09/10] xen/arm: io: Use binary search for mmio handler lookup

[PATCH] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
 2016-06-28 10:29 UTC  (13+ messages)

[U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support
 2016-06-28 10:29 UTC  (8+ messages)
` [U-Boot] [PATCH v5 3/8] ARMv7: PSCI: update the place of saving target PC
` [U-Boot] [PATCH v5 4/8] ARMv7: PSCI: add codes to save context ID for CPU_ON

[PATCHv2 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features
 2016-06-28 10:28 UTC  (3+ messages)
` [PATCHv2 bluetooth-next 2/8] ieee802154: add ieee802154_skb_src_pan helper

[PATCH v1] git-p4: place temporary refs used for branch import under ref/git-p4-tmp
 2016-06-28 10:26 UTC  (2+ messages)

Failed to cross compile kernel with Yocto toolchain
 2016-06-28 10:27 UTC  (4+ messages)

[PATCH] sparc64: sparc64_defconfig: convert to use libata PATA drivers
 2016-06-28 10:27 UTC  (2+ messages)

[PATCH v4 0/6] mfd: tps65218: Clean ups
 2016-06-28 10:26 UTC  (5+ messages)
` [PATCH v4 6/6] regulator: tps65218: Remove all the compatibles

[dm-crypt] unlock luks volume using valid keyslot
 2016-06-28 10:27 UTC  (3+ messages)

[Qemu-devel] Automated testing of block/gluster.c with upstream Gluster
 2016-06-28 10:27 UTC  (3+ messages)

[PATCH 01/32] ver_linux: complete awk implementation
 2016-06-28 10:19 UTC  (32+ messages)
` [PATCH 02/32] ver_linux: assign the usage message to a variable and print it
` [PATCH 03/32] ver_linux: execute 'uname -a' from awk
` [PATCH 04/32] ver_linux: wrap up call to 'gcc -dumpversion' in awk function
` [PATCH 05/32] ver_linux: wrap up call to 'make --version' "
` [PATCH 06/32] ver_linux: wrap up call to 'ld -v' "
` [PATCH 07/32] ver_linux: wrap up call to 'mount --version' "
` [PATCH 08/32] ver_linux: wrap up call to 'depmod -V' "
` [PATCH 09/32] ver_linux: wrap up call to 'tune2fs' "
` [PATCH 10/32] ver_linux: wrap up call to 'fsck.jfs -V' "
` [PATCH 11/32] ver_linux: wrap up call to 'reiserfsck "
` [PATCH 12/32] ver_linux: wrap up call to 'fsck.reiser4 "
` [PATCH 13/32] ver_linux: wrap up call to 'xfs_db "
` [PATCH 14/32] ver_linux: wrap up call to 'pccardctl "
` [PATCH 15/32] ver_linux: wrap up call to 'cardmgr "
` [PATCH 16/32] ver_linux: wrap up call to 'quota "
` [PATCH 17/32] ver_linux: wrap up call to 'pppd --version' "
` [PATCH 18/32] ver_linux: wrap up call to 'isdnctrl' "
` [PATCH 19/32] ver_linux: wrap up call to 'showmount --version' "
` [PATCH 20/32] ver_linux: wrap up querying for version of 'Linux C Library' "
` [PATCH 21/32] ver_linux: wrap up call to 'ldd --version' "
` [PATCH 22/32] ver_linux: wrap up querying for version of 'Linux C++ Library' in awk functions
` [PATCH 23/32] ver_linux: wrap up call to 'ps --version' in awk function
` [PATCH 24/32] ver_linux: wrap up call to 'ifconfig "
` [PATCH 25/32] ver_linux: wrap up call to 'loadkeys -V' "
` [PATCH 26/32] ver_linux: wrap up call to 'oprofiled --version' "
` [PATCH 27/32] ver_linux: wrap up call to 'expr --v' "
` [PATCH 28/32] ver_linux: wrap up call to 'udevadm --version' "
` [PATCH 29/32] ver_linux: wrap up call to 'iwconfig "
` [PATCH 30/32] ver_linux: build a list of kernel modules as a string and print it
` [PATCH 31/32] ver_linux: 'version()' function definition
` [PATCH 32/32] ver_linux: 'printversion()' "

Application run time problem when upgraded to Qt5.6.1 on AM335x
 2016-06-28 10:26 UTC 

[Qemu-devel] [RFC 0/9] Introduce light weight PC platform pc-lite
 2016-06-28 10:26 UTC  (6+ messages)

[PATCH v2 00/11] Support for sustained capturing of GuC firmware logs
 2016-06-28 10:25 UTC  (9+ messages)
` [PATCH 04/11] drm/i915: Support for GuC interrupts
` [PATCH 06/11] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 10/11] drm/i915: Support to create write combined type vmaps

[PATCH 0/8] arm64:perf: Support for Hisilicon SoC Hardware event counters
 2016-06-28 10:24 UTC  (11+ messages)
` [PATCH 1/8] arm64:perf: Add Devicetree bindings for Hisilicon SoC PMU
` [PATCH 2/8] arm64:MAINTAINERS:hisi: Add hisilicon SoC PMU support
` [PATCH 3/8] arm64:perf: Update Kconfig for Hisilicon "
` [PATCH 4/8] arm64:perf: Add support for Hisilicon SoC event counters
` [PATCH 5/8] arm64:perf: L3 cache(LLC) event counting in perf
` [PATCH 6/8] arm64:perf: Makefile for Hisilicon ARMv8 PMU
` [PATCH 7/8] arm64:perf: Update Makefile for Hisilicon PMU support
` [PATCH 8/8] arm64:perf: L3 cache(LLC) event listing in perf

[PATCH v2 0/5] Cavium ThunderX uncore PMU support
 2016-06-28 10:24 UTC  (2+ messages)

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1
 2016-06-28 10:24 UTC  (2+ messages)

[PATCH 00/10] Support progress reporting
 2016-06-28 10:23 UTC  (3+ messages)
` [PATCH 05/10] fetch2: implement progress support

[U-Boot] [PATCH] nitrogen6x : Use generic distro configuration
 2016-06-28 10:22 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[Qemu-devel] [PATCH 00/15] optimize Qemu RSS usage
 2016-06-28 10:21 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/15] coroutine-ucontext: mmap stack memory
` [Qemu-devel] [PATCH 07/15] qapi: use mmap for QmpInputVisitor
` [Qemu-devel] [PATCH 11/15] qom: use mmap for bigger Objects

[PATCH 0/9] Improve BMP280 driver v2
 2016-06-28 10:21 UTC  (6+ messages)
` [PATCH 9/9 v2] iio: pressure: bmp280: read calibration data once

[PATCH 1/1] ipmi: remove trydefaults parameter and default init
 2016-06-28 10:14 UTC  (3+ messages)

[PATCH v2 00/13] sched: Clean-ups and asymmetric cpu capacity support
 2016-06-28 10:20 UTC  (2+ messages)

[PATCH 00/12] Add support for Tegra DPAUX pinctrl
 2016-06-28 10:20 UTC  (5+ messages)
` [PATCH 07/12] dt-bindings: i2c: Add support for 'i2c-bus' subnode

[Xenomai] Performance impact after switching from 2.6.2.1 to 2.6.4
 2016-06-28 10:19 UTC  (15+ messages)

[rtc-linux] AMLogic RTC series (second round)
 2016-06-28 10:19 UTC  (5+ messages)
` [rtc-linux] "
    `  "

[PATCH v4] xen: arm: Update arm64 image header
 2016-06-28 10:18 UTC  (2+ messages)

[PATCH 0/2] support mailbox interruption on ixgbe/igb VF
 2016-06-28 10:16 UTC  (2+ messages)

[PATCH v4 1/3] mm: memblock enhence the memblock debugfs output
 2016-06-28 10:14 UTC  (7+ messages)
` [PATCH v4 2/3] mm: memblock Add some new functions to address the mem limit issue

[PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code
 2016-06-28 10:13 UTC  (5+ messages)
` [PATCH v1 Altp2m cleanup 2/3] Move altp2m specific functions to altp2m files
` [PATCH v1 Altp2m cleanup 3/3] Making altp2m struct dynamically allocated

[RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33
 2016-06-28 10:13 UTC  (15+ messages)
` [RFC PATCH 2/5] dt: bindings: add bindings for allwinner a23/33 ths
` [RFC PATCH 3/5] thermal: Add support for the thermal sensor on A23/33
` [RFC PATCH 4/5] ARM: sun8i: enable PLL2 on a23/33
` [RFC PATCH 5/5] ARM: sun8i: enable ths node for A23/33

[PATCH] enic: fix name of hash table used for enic classifiers
 2016-06-28 10:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH stable] sfc: report supported link speeds on SFP connections
 2016-06-28 10:11 UTC 

[PATCH v3] Doc/memory-barriers: Add Korean translation
 2016-06-28 10:10 UTC  (3+ messages)

[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-06-28 10:09 UTC  (6+ messages)

how to set u-boot in meta-machine
 2016-06-28 10:09 UTC  (2+ messages)

[PATCH v2] mlx: fix icc compilation error
 2016-06-28 10:08 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 00/21] Support qcom's HSIC USB and rewrite USB2 HS phy support
 2016-06-28 10:01 UTC  (4+ messages)
` [PATCH 05/21] usb: chipidea: Handle extcon events properly

[Qemu-devel] [PULL 0/5] Net patches
 2016-06-28 10:07 UTC  (2+ messages)

[PATCH v13 19/20] trace: measure where the time is spent in the index-heavy operations
 2016-06-28 10:06 UTC  (5+ messages)
` [PATCH v13 21/20] unix-socket.c: add stub implementation when unix sockets are not supported

[PATCH] Refactor recv_sideband()
 2016-06-28 10:05 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v1 1/1] platform/x86/intel_pmc_core: Convert to DEFINE_DEBUGFS_ATTRIBUTE
 2016-06-28 10:05 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] scripts: Add a script to check for bug URLs in the git log
 2016-06-28 10:03 UTC  (3+ messages)

[PATCH] Remove obsolete comment from color.h
 2016-06-28 10:02 UTC 

[PATCH] drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
 2016-06-28 10:03 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] m25p80: various fixes
 2016-06-28 10:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] m25p80: do not put iovec on the stack

[PATCH 0/4] ftrace: One more check on x86 and some small fixes
 2016-06-28 10:00 UTC  (4+ messages)
` [PATCH 2/4] ftrace/x86: Do not crash when reading wrong ftrace func

[PATCH v4 02/29] rxrpc: Avoid using stack memory in SG lists in rxkad
 2016-06-28 10:00 UTC  (9+ messages)
    ` [PATCH v4 00/29] virtually mapped stacks and thread_info cleanup
            ` [kernel-hardening] Re: [PATCH v4 02/29] rxrpc: Avoid using stack memory in SG lists in rxkad

[Qemu-devel] [PATCH V3 0/3] pxb: fix 64-bit MMIO allocation
 2016-06-28  9:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH V3 1/3] acpi: refactor pxb crs computation
` [Qemu-devel] [PATCH V3 2/3] hw/apci: handle 64-bit MMIO regions correctly
` [Qemu-devel] [PATCH V3 3/3] tests/acpi: add pxb/pxb-pcie tests

issues with emulated PCI MMIO backed by host memory under KVM
 2016-06-28 10:05 UTC  (12+ messages)

[PATCH v12 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-06-28  9:59 UTC  (3+ messages)

[PATCH V5 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga
 2016-06-28  9:58 UTC  (5+ messages)

[PATCH] app/testpmd: limit number of forwarding cores
 2016-06-28  9:58 UTC  (2+ messages)

arch/powerpc/xmon/dis-asm.h: 2 * wrong specifiers ?
 2016-06-28  9:35 UTC  (4+ messages)

[PATCH] media: s5p-mfc fix memory leak in s5p_mfc_remove()
 2016-06-28  9:57 UTC  (3+ messages)

[RFC v2 0/3] dma-buf/sync_file: rework fences on struct sync_file
 2016-06-28  9:56 UTC  (4+ messages)
` [RFC v2 2/3] dma-buf/fence-array: add fence_array_teardown()

[PATCH 1/2] crypto: tcrypt: Fix mixing printk/pr_err and obvious indentation issues
 2016-06-28  9:55 UTC  (5+ messages)
` [PATCH 2/2] crypto: tcrypt: Fix linkage error on ARM on division of s64
      ` crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test

[RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs
 2016-06-28  9:53 UTC  (5+ messages)

[PATCH] cmdline: fix unchecked return value
 2016-06-28  9:49 UTC  (3+ messages)

[PATCH] ARM: sti: Implement dummy L2 cache's write_sec
 2016-06-28  9:49 UTC  (3+ messages)

[PATCH net] Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
 2016-06-28  9:48 UTC  (3+ messages)
  ` [Bridge] "

[RFC PATCH] mmc: host: add a new cap to force set power control
 2016-06-28  9:36 UTC 

[PATCH v4 3/3] arm64:acpi Fix the acpi alignment exeception when 'mem=' specified
 2016-06-28  9:48 UTC  (3+ messages)

[PATCH] of_mdio: select fixed phy support unconditionally
 2016-06-28  9:48 UTC  (4+ messages)

[PATCH 0/3] implement vcpu preempted check
 2016-06-28  9:47 UTC  (5+ messages)
` [PATCH 1/3] kernel/sched: introduce vcpu preempted check interface

[PATCH for 4.8] vfs: new d_init method
 2016-06-28  9:47 UTC 

[PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel
 2016-06-28  9:46 UTC  (3+ messages)

About thread_local and TmapMigratePP.DataScan case
 2016-06-28  9:45 UTC  (2+ 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.