All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-01 15:00:56 to 2018-06-01 15:32:14 UTC [more...]

[RFC nf-next 0/5] netfilter: add ebpf translation infrastructure
 2018-06-01 15:32 UTC  (4+ messages)
` [RFC nf-next 1/5] bpf: add bpf_prog_get_type_dev_file
` [RFC nf-next 2/5] netfilter: nf_tables: add ebpf expression
` [RFC nf-next 3/5] netfilter: nf_tables: add rule ebpf jit infrastructure

[PATCH 1/5] dma_buf: remove device parameter from attach callback
 2018-06-01 15:30 UTC  (7+ messages)

[PATCH 00/15] Add support for R40 HDMI pipeline
 2018-06-01 15:29 UTC  (7+ messages)
` [PATCH 06/15] drm/sun4i: tcon: Add support for tcon-top

[PATCH v2] PCI: Check for PCIe downtraining conditions
 2018-06-01 15:29 UTC  (6+ messages)

[PATCH] net: aquantia: make function aq_fw2x_get_mac_permanent static
 2018-06-01 15:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/2] qga: report the usage of fs in
 2018-06-01 15:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 1/2] qga: add mountpoint usage to GuestFilesystemInfo
` [Qemu-devel] [PATCH v5 2/2] qga-win: add driver path "

[PATCH net-next v5 00/11] Modify action API for implementing lockless actions
 2018-06-01 15:15 UTC  (12+ messages)
` [PATCH net-next v5 01/11] net: sched: use rcu for action cookie update
` [PATCH net-next v5 02/11] net: sched: change type of reference and bind counters
` [PATCH net-next v5 03/11] net: sched: implement unlocked action init API
` [PATCH net-next v5 04/11] net: sched: always take reference to action
` [PATCH net-next v5 05/11] net: sched: implement action API that deletes action by index
` [PATCH net-next v5 06/11] net: sched: add 'delete' function to action ops
` [PATCH net-next v5 07/11] net: sched: implement reference counted action release
` [PATCH net-next v5 08/11] net: sched: don't release reference on action overwrite
` [PATCH net-next v5 09/11] net: sched: use reference counting action init
` [PATCH net-next v5 10/11] net: sched: atomically check-allocate action
` [PATCH net-next v5 11/11] net: sched: change action API to use array of pointers to actions

[PATCH v4 0/10] arm: more kconfig configurability and small default configs
 2018-06-01 15:28 UTC  (7+ messages)
` [PATCH v4 04/10] Make MEM_ACCESS configurable
` [PATCH v4 05/10] make it possible to enable/disable UART drivers

[PATCH 0/4] lib/vsprintf: Remove atomic-unsafe support for printk format %pCr
 2018-06-01 15:28 UTC  (11+ messages)

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-06-01 15:28 UTC  (9+ messages)

[GIT PULL] KVM/ARM updates for 4.18
 2018-06-01 15:27 UTC  (68+ messages)
` [PATCH 01/33] arm64: KVM: Use lm_alias() for kvm_ksym_ref()
` [PATCH 02/33] arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
` [PATCH 03/33] thread_info: Add update_thread_flag() helpers
` [PATCH 04/33] arm64: Use update{,_tsk}_thread_flag()
` [PATCH 05/33] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH 06/33] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH 07/33] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH 08/33] arm64: fpsimd: Avoid FPSIMD context leakage for the init task
` [PATCH 09/33] arm64: fpsimd: Eliminate task->mm checks
` [PATCH 10/33] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH 11/33] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH 12/33] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH 13/33] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH 14/33] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH 15/33] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH 16/33] KVM: arm64: Save host SVE context as appropriate
` [PATCH 17/33] KVM: arm64: Remove eager host SVE state saving
` [PATCH 18/33] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH 19/33] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH 20/33] KVM: arm64: Invoke FPSIMD context switch trap from C
` [PATCH 21/33] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH 22/33] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 23/33] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH 24/33] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH 25/33] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH 26/33] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH 27/33] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH 28/33] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH 29/33] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH 30/33] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH 31/33] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 32/33] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 33/33] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

draft ANA support v2
 2018-06-01 15:27 UTC  (3+ messages)
` [PATCH 4/9] nvme: always failover on path or transport errors

[PATCH] btrfs: drop uuid_mutex in btrfs_rm_device()
 2018-06-01 15:29 UTC 

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2018-06-01 15:26 UTC  (5+ messages)

[GIT PULL] overlayfs update for 4.18
 2018-06-01 15:26 UTC  (2+ messages)

[virtio-dev] RFC: Use of bridge devices to store pairing information
 2018-06-01 15:26 UTC  (2+ messages)

[PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable
 2018-06-01 15:25 UTC  (7+ messages)

[PATCH] PCI: move early dump functionality from x86 arch into the common code
 2018-06-01 15:24 UTC  (21+ messages)

[U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support
 2018-06-01 15:25 UTC  (2+ messages)

Logging user actions
 2018-06-01 15:23 UTC  (4+ messages)

[PATCH 0/3] Provide more fine grained control over multipathing
 2018-06-01 15:21 UTC  (12+ messages)

[PATCH 0/3] riscv: fix sparse annotations
 2018-06-01 15:21 UTC  (8+ messages)
` [PATCH 1/3] riscv: use NULL instead of a plain 0
` [PATCH 2/3] riscv: no __user for probe_kernel_address()
` [PATCH 3/3] riscv: fix __user annotation for __copy_user()

[PATCH] perf tools: Fix hist_entry__tui_annotate declaration for !HAVE_SLANG_SUPPORT
 2018-06-01 15:21 UTC  (3+ messages)

[Qemu-devel] [RFC 0/3] nRF51 SoC: Add UART support
 2018-06-01 15:21 UTC  (4+ messages)
` [Qemu-devel] [RFC 2/3] hw/char/nrf51_uart: Implement nRF51 SoC UART

[PATCH] [net-next, wrong] make BPFILTER_UMH depend on X86
 2018-06-01 15:20 UTC  (4+ messages)

[PATCH v2 1/3] ASoC: topology: Improve backwards compatibility with v4 topology files
 2018-06-01 15:19 UTC  (4+ messages)
    ` [alsa-devel] "

[PATCH net-next v4 00/11] Modify action API for implementing lockless actions
 2018-06-01 15:19 UTC  (5+ messages)

[RFC PATCH 0/5] Hexagon remoteproc spring cleaning
 2018-06-01 15:18 UTC  (4+ messages)
` [RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling

[PATCH v2 0/2] drm/i915/perf: fix context filtering with GuC & ICL
 2018-06-01 15:18 UTC  (5+ messages)
` [PATCH v2 1/2] drm/i915: drop one bit on the hw_id when using guc
` [PATCH v2 2/2] drm/i915/perf: fix ctx_id read with GuC & ICL

[PATCH] tools: adding support for idle page tracking to tool
 2018-06-01 15:18 UTC 

[PATCH] tools: modifying page-types to include shared map counts
 2018-06-01 15:17 UTC 

[PATCH 00/15] arm: dts: Fix OPP and cooling device properties
 2018-06-01 15:17 UTC  (6+ messages)
` [PATCH 06/15] arm: dts: sun: Add missing cooling device properties for CPUs

[PATCH v2] net: dsa: b53: Add BCM5389 support
 2018-06-01 15:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/5] block: Add blklogwrites
 2018-06-01 15:15 UTC  (5+ messages)

[PATCH 1/8] openssh: upgrade 7.6p1 -> 7.7p1
 2018-06-01 15:15 UTC  (5+ messages)
` [PATCH 6/8] xserver-xorg: upgrade 1.19.6 -> 1.20.0

[CI 1/2] drm/i915: Flush all writes before suspend
 2018-06-01 15:15 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] "

[PATCH net-next v2] net: sched: split tc_ctl_tfilter into three handlers
 2018-06-01 15:14 UTC  (2+ messages)

[PATCH 1/2] hwmon: (asus_atk0110) Replace deprecated device register call
 2018-06-01 15:14 UTC  (4+ messages)
` asus_atk0110: Use non-deprecated registration and managed memory
  ` [PATCH v4 1/2] hwmon: (asus_atk0110) Replace deprecated device register call
  ` [PATCH v4 2/2] hwmon: (asus_atk0110) Make use of device managed memory

[U-Boot] [PATCH v3] board: sun50i: Add Amarula A64-Relic initial support
 2018-06-01 15:13 UTC  (6+ messages)

[PATCH v6 0/2] arm64: signal: Report signal frame size to userspace via auxv
 2018-06-01 15:11 UTC  (2+ messages)

[PATCH] x86,switch_mm: skip atomic operations for init_mm
 2018-06-01 15:11 UTC  (2+ messages)

[PATCH] fb_omap: add gpiolib dependency
 2018-06-01 15:10 UTC  (5+ messages)

[meta-oe][PATCH 1/2] libseccomp: move lib from meta-security to meta-oe
 2018-06-01 15:10 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] nmap: move recipe "

4.13..4.14 scheduling overhead regression (bisected - b956575bed91)
 2018-06-01 15:09 UTC  (3+ messages)

[PATCH V2 mlx5-next 0/2] Mellanox, mlx5 new device events
 2018-06-01 15:08 UTC  (3+ messages)

[PATCH v2 1/2] memalloc: do not leave unmapped holes in EAL virtual memory area
 2018-06-01 15:07 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] memalloc: keep in mind a failed MAP_FIXED mmap may still perform an unmap

[PATCH v2] arm64: allwinner: a64-amarula-relic: Enable AP6330 WiFi support
 2018-06-01 15:06 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: drop resource size check for GICV window
 2018-06-01 15:06 UTC 

[PATCH v1 2/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
 2018-06-01 15:04 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] Tracing patches
 2018-06-01 15:04 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] trace: Sort trace-events-subdirs

[GIT PULL v3 00/10] lightnvm updates for 4.18
 2018-06-01 15:03 UTC  (2+ messages)

[PATCH v3] vmw_balloon: fixing double free when batching mode is off
 2018-06-01 15:00 UTC  (2+ messages)
` [PATCH v3 RESEND] "

[PATCH iproute2] ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
 2018-06-01 15:02 UTC  (4+ messages)

Ext4 fiemap implementation
 2018-06-01 15:01 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-06-01 15:01 UTC  (9+ messages)

[Qemu-devel] [Bug 1774605] [NEW] PowerPC guest does not emulate L2 and L3 cache for KVM vCPUs
 2018-06-01 14:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1774605] "


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.