All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-19 13:00:37 to 2015-10-19 13:28:09 UTC [more...]

[UPDATED] [PATCHv4 00/24] arm64: Consolidate CPU feature handling
 2015-10-19 13:25 UTC  (38+ messages)
` [PATCHv4 01/24] arm64: Make the CPU information more clear
` [PATCHv4 02/24] arm64: Delay ELF HWCAP initialisation until all CPUs are up
` [PATCHv4 03/24] arm64: Delay cpuinfo_store_boot_cpu
` [PATCHv4 04/24] arm64: Move cpu feature detection code
` [PATCHv4 05/24] arm64: Move mixed endian support detection
` [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code
` [PATCHv4 07/24] arm64: Handle width of a cpuid feature
` [PATCHv4 08/24] arm64: Keep track of CPU feature registers
` [PATCHv4 09/24] arm64: Consolidate CPU Sanity check to CPU Feature infrastructure
` [PATCHv4 10/24] arm64: Read system wide CPUID value
` [PATCHv4 11/24] arm64: Cleanup mixed endian support detection
` [PATCHv4 12/24] arm64: Refactor check_cpu_capabilities
` [PATCHv4 13/24] arm64: Delay cpu feature capability checks
` [PATCHv4 14/24] arm64/capabilities: Make use of system wide safe value
` [PATCHv4 15/24] arm64/HWCAP: Use system wide safe values
` [PATCHv4 16/24] arm64: Move FP/ASIMD hwcap handling to common code
` [PATCHv4 17/24] arm64/debug: Make use of the system wide safe value
` [PATCHv4 18/24] arm64/kvm: Make use of the system wide safe values
` [PATCHv4 19/24] arm64: Documentation - Expose CPU feature registers
` [PATCHv4 20/24] arm64: Define helper for sys_reg id manipulation
` [PATCHv4 21/24] arm64: Add helper to decode register from instruction
` [PATCHv4 22/24] arm64: cpufeature: Track the user visible fields
` [PATCHv4 23/24] arm64: Expose feature registers by emulating MRS
` [PATCHv4 24/24] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs

[RFC PATCH v2] Add VHOST PMD
 2015-10-19 13:27 UTC  (9+ messages)
` [RFC PATCH v2] vhost: "

[PATCH 0/3] arm/arm64: KVM: arch timer boot fixes
 2015-10-19 13:27 UTC  (8+ messages)
` [PATCH 1/3] arm/arm64: KVM: Fix arch timer behavior for disabled interrupts

[distros-debian-sid test] 38180: trouble: blocked/broken/fail/pass
 2015-10-19 13:27 UTC 

[PATCH v3 0/4] Staging: lustre: Use static inline functions instead of macros
 2015-10-19 13:27 UTC  (2+ messages)
` [Outreachy kernel] "

[RFC PATCH v2 0/4] drm: Cleanup probe function for component based masters
 2015-10-19 13:26 UTC  (8+ messages)
` [RFC PATCH v2 1/4] drm: Introduce generic "

[PATCH 1/2] arm64: Workaround renaming of __GFP_WAIT
 2015-10-19 13:26 UTC  (6+ messages)
` [PATCH 2/2] arm64: Use gfpflags_allow_blocking()

[Buildroot] ltp-testsuite without native RPC (commit 8f1c4c49a2ab0fc9e6cf73370f4483e253e5ac2d)
 2015-10-19 13:26 UTC  (3+ messages)

[PATCH] drm/i915: track relative-constants-mode per-context not per-device
 2015-10-19 13:26 UTC  (4+ messages)

[RFC v3 0/9] Additional kmsg devices
 2015-10-19 13:26 UTC  (4+ messages)
` [RFC v3 6/9] kmsg: add ioctl for adding and deleting kmsg* devices

[PATCH 0/7] Switch to generic syscon regmap based drivers
 2015-10-19 13:25 UTC  (16+ messages)
` [PATCH 1/7] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs
` [PATCH 2/7] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4
` [PATCH 3/7] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5
` [PATCH 4/7] arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC
` [PATCH 5/7] ARM: exynos_defconfig: Normalize exynos defconfig

[Qemu-devel] [PULL 00/14] Net patches
 2015-10-19 13:25 UTC  (5+ messages)
` [Qemu-devel] [PULL 08/14] net: merge qemu_deliver_packet and qemu_deliver_packet_iov
` [Qemu-devel] [PULL 11/14] netfilter: print filter info associate with the netdev

[PATCH 0/4] VFIO platform reset module rework
 2015-10-19 13:25 UTC  (15+ messages)
` [PATCH 1/4] vfio: platform: add capability to register a reset function
` [PATCH 2/4] vfio: platform: reset: calxedaxgmac: add reset function registration

[UPDATED] [PATCHv4 00/12] arm64: 16K translation granule support
 2015-10-19 13:19 UTC  (26+ messages)
` [PATCHv4 01/12] arm64: Move swapper pagetable definitions
` [PATCHv4 02/12] arm64: Handle section maps for swapper/idmap
` [PATCHv4 03/12] arm64: Introduce helpers for page table levels
` [PATCHv4 04/12] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCHv4 05/12] arm64: Handle 4 level page table for swapper
` [PATCHv4 06/12] arm64: Clean config usages for page size
` [PATCHv4 07/12] arm64: Simplify NR_FIX_BTMAPS calculation
` [PATCHv4 08/12] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCHv4 09/12] arm64: Check for selected granule support
` [PATCHv4 10/12] arm64: Add page size to the kernel image header
` [PATCHv4 11/12] arm64: Add 16K page size support
` [PATCHv4 12/12] arm64: 36 bit VA

[RFC PATCH] ARM: exynos_defconfig: Increase CONFIG_BLK_DEV_RAM_SIZE to 64K
 2015-10-19 13:22 UTC  (3+ messages)

[PATCH 2/2] cifs: Drop cached dentry if its metadata changed
 2015-10-19 13:23 UTC 

[PATCH] drm/i915/skl: Correct other-pipe watermark update condition check
 2015-10-19 13:22 UTC  (4+ messages)

[PATCH 1/2] cifs: Allow using O_DIRECT with cache=loose
 2015-10-19 13:22 UTC 

10 watt waterproof rechargeable led flood light
 2015-10-19 13:30 UTC 

[Qemu-devel] [PATCH v8 00/27] vhost-user: add migration support
 2015-10-19 13:22 UTC  (5+ messages)

[PATCH net 1/1] tipc: extend broadcast link window size
 2015-10-19 13:21 UTC 

[PATCH 0/2] Smartly allocate memory on the two BARs
 2015-10-19 13:21 UTC  (3+ messages)
` [PATCH 1/2] drm/qxl: change the way slot is detected
` [PATCH 2/2] drm/qxl: allocate objects in both video rams

[PULL] topic/drm-misc
 2015-10-19 13:21 UTC 

[PATCH] mm: do not inc NR_PAGETABLE if ptlock_init failed
 2015-10-19 13:20 UTC  (3+ messages)

HDMI codec, way forward?
 2015-10-19 13:20 UTC  (10+ messages)
            ` [alsa-devel] "

[PATCH] USB: serial: cp210x: Workaround for cp2108 failure due to GET_LINE_CTL bug
 2015-10-19 13:20 UTC  (3+ messages)

[PATCH] igb: fix IEEE1588 frame identification in i210
 2015-10-19 13:20 UTC 

[PATCH v2 0/5] virtio: Tx performance improvements
 2015-10-19 13:19 UTC  (3+ messages)
` [PATCH 3/5] virtio: use indirect ring elements

[Qemu-devel] [PATCH 0/3] QEMU logging improvements
 2015-10-19 13:19 UTC  (13+ messages)
` [Qemu-devel] [PATCH 2/3] log: report hmp/qmp command and qmp event
  ` [Qemu-devel] What's the intended use of log.h logging? (was: [PATCH 2/3] log: report hmp/qmp command and qmp event)
    ` [Qemu-devel] What's the intended use of log.h logging?

[Qemu-devel] [PATCH QEMU] target-arm: Add support for SPSR_(ABT|UND|IRQ|FIQ)
 2015-10-19 13:18 UTC  (2+ messages)

[GIT PULL] On-demand device probing
 2015-10-19 13:18 UTC  (9+ messages)

[PULL] drm-intel-next
 2015-10-19 13:18 UTC 

[PATCH 0/5] drm/i915: Interruptible framebuffer pinning
 2015-10-19 13:16 UTC  (3+ messages)
` [PATCH 3/5] drm/i915: Make wait_for_flips interruptible

[PATCH v11 00/48] Richacls
 2015-10-19 13:16 UTC  (12+ messages)
` [PATCH v11 21/48] ext4: Add richacl feature flag

[PATCH v6 00/13] vhost-user multiple queues enabling
 2015-10-19 13:16 UTC  (2+ messages)

[PATCH v4 0/2] sched: consider missed ticks when updating cpu load
 2015-10-19 13:16 UTC  (3+ messages)
` [PATCH v4 1/2] sched: make __update_cpu_load() handle active tickless case

[PATCH] eal: don't reset getopt lib
 2015-10-19 13:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v5 0/9] Dynamic RSS Configuration for Bonding
 2015-10-19 13:22 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] drm/core: Fix error condition in __setplane_internal
 2015-10-19 13:14 UTC 

[linux-4.1 test] 63052: regressions - trouble: broken/fail/pass
 2015-10-19 13:14 UTC 

[PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence
 2015-10-19 13:12 UTC  (4+ messages)

[Bug 90871] New: NV30: Xfwm4 use_compositing - garbled display
 2015-10-19 13:13 UTC  (2+ messages)
  ` [Bug 90871] "

[PATCH 0/12] mm: page migration cleanups, and a little mlock
 2015-10-19 13:13 UTC  (5+ messages)
` [PATCH 2/12] mm: rmap use pte lock not mmap_sem to set PageMlocked

[PATCH 0/14] init: deps: dependency based (parallelized) init
 2015-10-19 13:12 UTC  (7+ messages)
` [PATCH 10/14] init: deps: IDs for annotated initcalls

[PATCH 1/2] dim: Don't run stuff that needs dim setup
 2015-10-19 13:12 UTC  (2+ messages)
` [PATCH 2/2] dim: Add success notice to setup

FAILED: patch "[PATCH] crypto: qat - VF should never trigger SBR on PH" failed to apply to 4.1-stable tree
 2015-10-19 13:10 UTC  (2+ messages)

[PATCH 1/3] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
 2015-10-19 13:11 UTC  (2+ messages)

[DIM PATCH] maintainer-tools: extract the man page from the dim script
 2015-10-19 13:13 UTC 

[PATCHv4 00/24] arm64: Consolidate CPU feature handling
 2015-10-19 13:09 UTC  (38+ messages)
` [PATCHv4 01/24] arm64: Make the CPU information more clear
` [PATCHv4 02/24] arm64: Delay ELF HWCAP initialisation until all CPUs are up
` [PATCHv4 03/24] arm64: Delay cpuinfo_store_boot_cpu
` [PATCHv4 04/24] arm64: Move cpu feature detection code
` [PATCHv4 05/24] arm64: Move mixed endian support detection
` [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code
` [PATCHv4 07/24] arm64: Handle width of a cpuid feature
` [PATCHv4 08/24] arm64: Keep track of CPU feature registers
` [PATCHv4 09/24] arm64: Consolidate CPU Sanity check to CPU Feature infrastructure
` [PATCHv4 10/24] arm64: Read system wide CPUID value
` [PATCHv4 11/24] arm64: Cleanup mixed endian support detection
` [PATCHv4 12/24] arm64: Refactor check_cpu_capabilities
` [PATCHv4 13/24] arm64: Delay cpu feature capability checks
` [PATCHv4 14/24] arm64/capabilities: Make use of system wide safe value
` [PATCHv4 15/24] arm64/HWCAP: Use system wide safe values
` [PATCHv4 16/24] arm64: Move FP/ASIMD hwcap handling to common code
` [PATCHv4 17/24] arm64/debug: Make use of the system wide safe value
` [PATCHv4 18/24] arm64/kvm: Make use of the system wide safe values
` [PATCHv4 19/24] arm64: Documentation - Expose CPU feature registers
` [PATCHv4 20/24] arm64: Define helper for sys_reg id manipulation
` [PATCHv4 21/24] arm64: Add helper to decode register from instruction
` [PATCHv4 22/24] arm64: cpufeature: Track the user visible fields
` [PATCHv4 23/24] arm64: Expose feature registers by emulating MRS
` [PATCHv4 24/24] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs

[PATCH v2] eal:Map rte cfg and uio at the end of hugepage mem
 2015-10-19 13:07 UTC  (2+ messages)

[linux-lvm] LVM Cache Configuration issues
 2015-10-19 13:06 UTC 

[Qemu-devel] [PATCH] net: Remove duplicate data from query-rx-filter on multiqueue net devices
 2015-10-19 13:04 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.