All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-16 14:56:31 to 2017-03-16 15:28:58 UTC [more...]

[Bridge] [PATCH 00/17] net subsystem refcount conversions
 2017-03-16 15:28 UTC  (9+ messages)
` [Bridge] [PATCH 01/17] net: convert neighbour.refcnt from atomic_t to refcount_t
` [Bridge] [PATCH 02/17] net: convert neigh_params.refcnt "
` [Bridge] [PATCH 03/17] net: convert nf_bridge_info.use "
` [Bridge] [PATCH 04/17] net: convert sk_buff.users "
` [Bridge] [PATCH 05/17] net: convert sk_buff_fclones.fclone_ref "
` [Bridge] [PATCH 06/17] net: convert sock.sk_wmem_alloc "
` [Bridge] [PATCH 07/17] net: convert sock.sk_refcnt "
` [Bridge] [PATCH 08/17] net: convert sk_filter.refcnt "

[Qemu-devel] [RFC v2 0/3] vITS save/restore
 2017-03-16 15:28 UTC  (7+ messages)
` [Qemu-devel] [RFC v2 2/3] hw/intc/arm_gicv3_its: Implement state save/restore
` [Qemu-devel] [RFC v2 3/3] hw/intc/arm_gicv3_its: Allow save/restore

[PATCH v2 1/4] pinctrl: Fix trivial spelling typo in a comment
 2017-03-16 15:28 UTC  (7+ messages)
` [PATCH v2 2/4] pinctrl: samsung: Register pinctrl before GPIO

[PATCH 0/7] Switch x86 to generic get_user_pages_fast() implementation
 2017-03-16 15:26 UTC  (15+ messages)
` [PATCH 1/7] mm: Drop arch_pte_access_permitted() mmu hook
` [PATCH 2/7] mm/gup: Move permission checks into helpers
` [PATCH 3/7] mm/gup: Move page table entry dereference into helper
` [PATCH 4/7] mm/gup: Make pages referenced during generic get_user_pages_fast()
` [PATCH 5/7] mm/gup: Implement dev_pagemap logic in "
` [PATCH 6/7] mm/gup: Provide hook to check if __GUP_fast() is allowed for the range
` [PATCH 7/7] x86/mm: Switch to generic get_user_page_fast() implementation

[PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic
 2017-03-16 15:27 UTC  (12+ messages)
        ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v2
            ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v3

[PATCH 0/1] openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
 2017-03-16 15:26 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 00/19] vITS save/restore
 2017-03-16 15:25 UTC  (7+ messages)
` [PATCH v3 01/19] KVM: arm/arm64: Add vITS save/restore API documentation

[Bug 100089] [regression] [bisected] Space Run rendering issues
 2017-03-16 15:25 UTC 

[PATCH 0/4] ARM: DRA7: Fix DCAN1 stuck-in-transition
 2017-03-16 15:24 UTC  (6+ messages)
` [PATCH 2/4] ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTO

[Qemu-devel] Proposal for deprecating unsupported host OSes & architecutures
 2017-03-16 15:23 UTC 

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-16 15:23 UTC  (7+ messages)

[PATCH 2/4] perf: Fix event inheritance on fork()
 2017-03-16 15:19 UTC  (2+ messages)
` [tip:perf/urgent] perf/core: "

[PATCH 1/2] x86, boot: #undef memcpy etc in string.c
 2017-03-16 15:21 UTC  (4+ messages)
` [PATCH 2/2] x86, boot: Use regparm=0 for memcpy and memset when using clang

[PATCH 4/4] perf: Better explain the inherit magic
 2017-03-16 15:21 UTC  (2+ messages)
` [tip:perf/urgent] perf/core: "

[rdma-core v3 0/9] Broadcom User Space RoCE Driver
 2017-03-16 15:22 UTC  (4+ messages)
` [rdma-core v3 5/9] libbnxt_re: Allow apps to poll for flushed completions

"more"
 2017-03-16 14:56 UTC 

[PATCH 3/4] perf: Simplify perf_event_free_task()
 2017-03-16 15:20 UTC  (2+ messages)
` [tip:perf/urgent] perf/core: "

[PATCH] linux/serdev.h: Replace 'ctrl->serdev' with 'serdev'
 2017-03-16 15:14 UTC 

[PATCH 1/2] kthread: add barriers to set_kthread_struct() and to_kthread()
 2017-03-16 15:02 UTC  (4+ messages)
` [PATCH 2/2] kthread, cgroup: close race window where new kthreads can be migrated to non-root cgroups

[HMM 00/16] HMM (Heterogeneous Memory Management) v18
 2017-03-16 16:05 UTC  (33+ messages)
` [HMM 01/16] mm/memory/hotplug: convert device bool to int to allow for more flags v3
` [HMM 02/16] mm/put_page: move ref decrement to put_zone_device_page()
` [HMM 03/16] mm/ZONE_DEVICE/free-page: callback when page is freed v3
` [HMM 04/16] mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memory v3
` [HMM 05/16] mm/ZONE_DEVICE/x86: add support for un-addressable device memory
` [HMM 06/16] mm/migrate: add new boolean copy flag to migratepage() callback
` [HMM 07/16] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 08/16] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 09/16] mm/hmm: heterogeneous memory management (HMM for short)
` [HMM 10/16] mm/hmm/mirror: mirror process address space on device with HMM helpers
` [HMM 11/16] mm/hmm/mirror: helper to snapshot CPU page table v2
` [HMM 12/16] mm/hmm/mirror: device page fault handler
` [HMM 13/16] mm/hmm/migrate: support un-addressable ZONE_DEVICE page in migration
` [HMM 14/16] mm/migrate: allow migrate_vma() to alloc new page on empty entry
` [HMM 15/16] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE
` [HMM 16/16] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v2

[PATCH 1/1] acpi:apei:handle GSIV and GPIO notification types
 2017-03-16 15:20 UTC  (3+ messages)

[PATCH 0/3] Channels in licensed bands, noise floor override
 2017-03-16 15:13 UTC  (7+ messages)
` [PATCH 1/3] ath9k: Support channels in licensed bands
` [PATCH 2/3] ath10k: add support for "
` [PATCH 3/3] ath9k: add noise floor override option

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-03-16 15:21 UTC  (5+ messages)

Selinux recipes related error when executing bitbake
 2017-03-16 15:21 UTC  (2+ messages)

[PATCH] package_manager: fix "exlcude" vs. "exclude" typo
 2017-03-16 15:20 UTC 

[PATCH 0/3] Add public w1 driver interface
 2017-03-16 15:19 UTC  (7+ messages)
` [PATCH 1/3] w1: Use kernel common min() implementation
` [PATCH 2/3] w1: Remove unneeded use of assert() and remove w1_log.h
` [PATCH 3/3] w1: Add subsystem kernel public interface

[PATCH 4/4] tty/serial: sh-sci: remove uneeded IS_ERR_OR_NULL calls
 2017-03-16 15:18 UTC  (14+ messages)

Kernel crash at boot time or reboot on ARM64/Hikey
 2017-03-16 14:47 UTC  (3+ messages)

[patch net-next v3 0/9] mlxsw: Enable VRF offload
 2017-03-16 15:18 UTC  (5+ messages)
` [patch net-next v3 1/9] ipv4: fib_rules: Check if rule is a default rule
` [patch net-next v3 3/9] ipv4: fib_rules: Dump FIB rules when registering FIB notifier

[bcachefs] problem with `bcache fsck`
 2017-03-16 15:16 UTC 

[PATCH] fscrypt: eliminate ->prepare_context() operation
 2017-03-16 15:18 UTC  (2+ messages)

[RFC v1 for accelerated IPoIB 00/25] Enhanced mode for IPoIB driver
 2017-03-16 15:17 UTC  (4+ messages)
` [RFC v1 for accelerated IPoIB 04/25] IB/verb: Add ipoib_options struct and API

[PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages
 2017-03-16 15:07 UTC  (3+ messages)

stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1)
 2017-03-16 15:17 UTC  (10+ messages)

[PATCH v2 00/27] arm64: Dom0 ITS emulation
 2017-03-16 15:18 UTC  (4+ messages)
` [PATCH v2 05/27] ARM: GICv3 ITS: introduce ITS command handling

[PATCH 0/2] arm64: marvell: support network on Armada 7K/8K
 2017-03-16 15:16 UTC  (3+ messages)
` [PATCH 1/2] arm64: marvell: dts: add PPv2.2 description to "
` [PATCH 2/2] arm64: defconfig: enable MVPP2

Stable release 3.12.72
 2017-03-16 15:14 UTC 

DRM Atomic property for color-space conversion
 2017-03-16 15:14 UTC  (11+ messages)

[PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
 2017-03-16 15:15 UTC  (4+ messages)
` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching

30953 linux-kernel
 2017-03-16 15:12 UTC 

[PATCH 0/2] *** add scheduling policy ***
 2017-03-16 15:13 UTC  (5+ messages)
` [PATCH 2/2] drm/amd/sched: add schuduling policy

[PATCH] drm/i915: Skip execlists_dequeue() early if the list is empty
 2017-03-16 15:13 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 0/5] minor pack-name cleanups
 2017-03-16 14:31 UTC  (3+ messages)
` [PATCH v2 2/5] sha1_file.c: make pack-name helper globally accessible

[PATCH 4.4 00/35] 4.4.55-stable review
 2017-03-16 14:29 UTC  (25+ messages)
` [PATCH 4.4 03/35] crypto: improve gcc optimization flags for serpent and wp512
` [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
` [PATCH 4.4 07/35] MIPS: ip22: Fix ip28 build for modern gcc
` [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
` [PATCH 4.4 09/35] mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
` [PATCH 4.4 15/35] MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
` [PATCH 4.4 16/35] tracing: Add #undef to fix compile error
` [PATCH 4.4 18/35] usb: gadget: dummy_hcd: clear usb_gadget region before registration
` [PATCH 4.4 19/35] usb: dwc3: gadget: make Set Endpoint Configuration macros safe
` [PATCH 4.4 20/35] usb: gadget: function: f_fs: pass companion descriptor along
` [PATCH 4.4 21/35] usb: host: xhci-dbg: HCIVERSION should be a binary number
` [PATCH 4.4 22/35] usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
` [PATCH 4.4 23/35] USB: serial: safe_serial: fix information leak in completion handler
` [PATCH 4.4 24/35] USB: serial: omninet: fix reference leaks at open
` [PATCH 4.4 25/35] USB: iowarrior: fix NULL-deref at probe
` [PATCH 4.4 26/35] USB: iowarrior: fix NULL-deref in write
` [PATCH 4.4 27/35] USB: serial: io_ti: fix NULL-deref in interrupt callback
` [PATCH 4.4 28/35] USB: serial: io_ti: fix information leak in completion handler
` [PATCH 4.4 30/35] mvsas: fix misleading indentation
` [PATCH 4.4 31/35] KVM: s390: Fix guest migration for huge guests resulting in panic
` [PATCH 4.4 32/35] s390/kdump: Use "LINUX" ELF note name instead of "CORE"
` [PATCH 4.4 33/35] nfit, libnvdimm: fix interleave set cookie calculation
` [PATCH 4.4 34/35] dm: flush queued bios when process blocks to avoid deadlock
` [PATCH 4.4 35/35] ext4: dont BUG when truncating encrypted inodes on the orphan list

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-16 15:09 UTC  (11+ messages)
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active

[PATCH 0/2] serdev API extension
 2017-03-16 15:09 UTC  (5+ messages)
` [PATCH 1/2] serdev: Add serdev_device_write subroutine

[PATCH libdrm 1/2] xf86drm: add missing include <sys/sysmacros.h>
 2017-03-16 15:09 UTC  (2+ messages)

[PATCH] Kbuild: use cc-disable-warning consistently for maybe-uninitialized
 2017-03-16 14:31 UTC  (2+ messages)
` [PATCH] kbuild: fix compile time regression

[Fuego] Additional Open source Test cases/Plans
 2017-03-16 15:09 UTC 

Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled
 2017-03-16 15:07 UTC  (2+ messages)

[PATCH] scsi: libsas: fix ata xfer length
 2017-03-16 15:07 UTC 

[PATCH v3 1/2] usbip: Fix-format-overflow
 2017-03-16 15:04 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/4] misc: Add OF device table to I2C drivers that are missing it
 2017-03-16 15:05 UTC  (11+ messages)
` [PATCH 4/4] eeprom: at24: Add OF device ID table

[PATCH] drm/amdgpu: Switch baremetal to use KIQ for compute ring management
 2017-03-16 15:06 UTC 

[linux-4.1 test] 106704: regressions - FAIL
 2017-03-16 15:04 UTC 

[U-Boot] [PATCH v4 1/2] spl: Add spl_early_init()
 2017-03-16 15:04 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()

[Qemu-devel] [PATCH v5] xen: don't save/restore the physmap on VM save/restore
 2017-03-16 15:03 UTC  (7+ messages)
    ` [Qemu-devel] [Xen-devel] "
        `  "

[PATCH] PCI: ACPI: Fix ThunderX PEM initialization
 2017-03-16 14:32 UTC  (11+ messages)

[PATCH 4.9 00/44] 4.9.16-stable review
 2017-03-16 14:29 UTC  (16+ messages)
` [PATCH 4.9 02/44] USB: serial: digi_acceleport: fix OOB-event processing
` [PATCH 4.9 10/44] mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
` [PATCH 4.9 11/44] MIPS: ralink: Cosmetic change to prom_init()
` [PATCH 4.9 12/44] MIPS: ralink: Remove unused timer functions
` [PATCH 4.9 14/44] bcm63xx_enet: avoid uninitialized variable warning
` [PATCH 4.9 15/44] cpmac: remove hopeless #warning
` [PATCH 4.9 16/44] tracing: Add #undef to fix compile error
` [PATCH 4.9 17/44] ucount: Remove the atomicity from ucount->count
` [PATCH 4.9 18/44] efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
` [PATCH 4.9 22/44] powerpc/xics: Work around limitations of OPAL XICS priority handling
` [PATCH 4.9 23/44] PCI: Prevent VPD access for QLogic ISP2722
` [PATCH 4.9 24/44] usb: gadget: dummy_hcd: clear usb_gadget region before registration
` [PATCH 4.9 26/44] usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
` [PATCH 4.9 27/44] usb: ohci-at91: Do not drop unhandled USB suspend control requests
` [PATCH 4.9 28/44] usb: gadget: function: f_fs: pass companion descriptor along

[Qemu-devel] [PULL v2 0/8] target-mips queue
 2017-03-16 15:03 UTC  (3+ messages)

Renesas RZ/A1 pin and gpio controller
 2017-03-16 15:03 UTC  (5+ messages)
` [PATCH 3/7] arm: dts: dt-bindings: Add Renesas RZ pinctrl header

[U-Boot] [U-Boot 0/2] add spl_early_init to fix rk3288 board broken issue
 2017-03-16 15:02 UTC  (4+ messages)

[xen-unstable test] 106698: regressions - FAIL
 2017-03-16 15:01 UTC  (4+ messages)

MAP_POPULATE vs. MADV_HUGEPAGES
 2017-03-16 15:01 UTC  (8+ messages)

[PATCH v10 0/8] devicetree battery support and client bq27xxx_battery
 2017-03-16 15:00 UTC  (3+ messages)
` [PATCH v10 7/8] power: bq27xxx_battery: Add power_supply_battery_info support

[PATCH v15 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-03-16 14:30 UTC  (5+ messages)
` [PATCH v15 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID

[PATCH v4 0/2] Xilinx Slave Serial FPGA Manager
 2017-03-16 14:58 UTC  (4+ messages)
` [PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

[PATCH V7 0/7] LPC: legacy ISA I/O support
 2017-03-16 14:56 UTC  (9+ messages)
` [PATCH V7 5/7] ACPI: Delay the enumeration on the devices whose dependency has not met

[Cluster-devel] [GFS2 PATCH] [v4] GFS2: Non-recursive delete - upstream patch
 2017-03-16 14:58 UTC 

[PATCH 00/41] Chromebook Plus (aka kevin) kernel patches
 2017-03-16 14:54 UTC  (3+ messages)
  ` [PATCH 20/41] drm/bridge: analogix_dp: Set PD_INC_BG first when powering up edp phy


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.