All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-09 14:16:06 to 2018-01-09 14:44:48 UTC [more...]

[PATCH net-next v3 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-09 14:44 UTC  (5+ messages)
` [PATCH net-next v3 4/4] net: mvpp2: 2500baseX support

[PATCH v7 00/11] Retpoline: Avoid speculative indirect calls in kernel
 2018-01-09 14:43 UTC  (9+ messages)
` [PATCH v7 01/11] x86/retpoline: Add initial retpoline support
` [PATCH v7 02/11] x86/retpoline: Temporarily disable objtool when CONFIG_RETPOLINE=y
` [PATCH v7 03/11] x86/spectre: Add boot time option to select Spectre v2 mitigation
` [PATCH v7 04/11] x86/retpoline/crypto: Convert crypto assembler indirect jumps
` [PATCH v7 06/11] x86/retpoline/ftrace: Convert ftrace "
` [PATCH v7 07/11] x86/retpoline/hyperv: Convert "
` [PATCH v7 09/11] x86/retpoline/checksum32: "
` [PATCH v7 10/11] x86/retpoline/irq32: "

soc: imx: gpcv2: removing and probing fails
 2018-01-09 14:44 UTC  (3+ messages)

[PATCH] PCI: dwc: fix enumeration end when reaching root subordinate
 2018-01-09 14:42 UTC 

BUG: KASAN: use-after-free in amdgpu_job_free_cb
 2018-01-09 14:44 UTC  (3+ messages)

[PATCH] KVM: Fix stack-out-of-bounds read in write_mmio
 2018-01-09 14:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/20] re-factor softfloat and add fp16 functions
 2018-01-09 14:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 02/20] include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES

[RFC PATCH v2 0/6] Per process PTI activation
 2018-01-09 14:36 UTC  (4+ messages)
` [RFC PATCH v2 2/6] x86/arch_prctl: add ARCH_GET_NOPTI and ARCH_SET_NOPTI to enable/disable PTI

[PATCH] drm/i915/pmu: Only enumerate available counters in sysfs
 2018-01-09 14:43 UTC  (3+ messages)
` [PATCH v2] "

[BUG] schedutil governor produces regular max freq spikes because of lockup detector watchdog threads
 2018-01-09 14:43 UTC  (8+ messages)

[PATCH v21 2/5 RESEND] virtio-balloon: VIRTIO_BALLOON_F_SG
 2018-01-09 14:42 UTC  (3+ messages)

[U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep
 2018-01-09 14:42 UTC  (3+ messages)

[PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath
 2018-01-09 14:40 UTC  (5+ messages)
` [PATCH net-next 1/4] ipv6: Calculate hash thresholds for IPv6 nexthops
` [PATCH net-next 2/4] ipv6: Use a 31-bit multipath hash
` [PATCH net-next 3/4] ipv6: Use hash-threshold instead of modulo-N
` [PATCH net-next 4/4] ipv6: Add support for non-equal-cost multipath

[PATCH v5] drm/omap: plane zpos/zorder management improvements
 2018-01-09 14:40 UTC  (4+ messages)

[PATCH v2] maintainers: claim the maintainership of a sub tree
 2018-01-09 14:40 UTC 

[PATCH] drivers: firmware: xilinx: Add ZynqMP firmware driver
 2018-01-09 14:40 UTC  (3+ messages)

[PATCH] drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masks
 2018-01-09 14:40 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: pinctrl: Add Qualcomm SDM845 TLMM binding
 2018-01-09 14:39 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: qcom: Add sdm845 pinctrl driver

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-01-09 14:39 UTC 

Headphone issues iMac 14.1 (A1418)
 2018-01-09 14:39 UTC  (4+ messages)

[PATCH] staging: pi433: align function parameters with open parenthesis
 2018-01-09 14:39 UTC  (3+ messages)
  ` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-01-09 14:39 UTC 

[Buildroot] [PATCH 1/1] board/ci20: Implement creation of a basic sdcard image for ci20
 2018-01-09 14:38 UTC  (2+ messages)

[RFC tip/locking/lockdep v4 00/17] lockdep: Support deadlock detection for recursive read locks
 2018-01-09 14:39 UTC  (18+ messages)
` [RFC tip/locking/lockdep v4 01/17] lockdep: Demagic the return value of BFS
` [RFC tip/locking/lockdep v4 02/17] lockdep: Make __bfs() visit every dependency until a match
` [RFC tip/locking/lockdep v4 03/17] lockdep: Redefine LOCK_*_STATE* bits
` [RFC tip/locking/lockdep v4 04/17] lockdep: Introduce lock_list::dep
` [RFC tip/locking/lockdep v4 05/17] lockdep: Extend __bfs() to work with multiple kinds of dependencies
` [RFC tip/locking/lockdep v4 06/17] lockdep: Support deadlock detection for recursive read in check_noncircular()
` [RFC tip/locking/lockdep v4 07/17] lockdep: Adjust check_redundant() for recursive read change
` [RFC tip/locking/lockdep v4 08/17] lockdep: Fix recursive read lock related safe->unsafe detection
` [RFC tip/locking/lockdep v4 09/17] lockdep: Add recursive read locks into dependency graph
` [RFC tip/locking/lockdep v4 10/17] lockdep/selftest: Add a R-L/L-W test case specific to chain cache behavior
` [RFC tip/locking/lockdep v4 11/17] lockdep: Take read/write status in consideration when generate chainkey
` [RFC tip/locking/lockdep v4 12/17] lockdep/selftest: Unleash irq_read_recursion2 and add more
` [RFC tip/locking/lockdep v4 13/17] lockdep/selftest: Add more recursive read related test cases
` [RFC tip/locking/lockdep v4 14/17] Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests"
` [RFC tip/locking/lockdep v4 15/17] lockdep: Reduce the size of lock_list
` [RFC tip/locking/lockdep v4 16/17] lockdep: Documention for recursive read lock detection reasoning
` [RFC tip/locking/lockdep v4 17/17] MAINTAINERS: Add myself as a LOCKING PRIMITIVES reviewer

[PATCH v7 3/3] net/virtio: support GUEST ANNOUNCE
 2018-01-09 14:38 UTC  (3+ messages)
` [PATCH v8 0/5] "

[PATCH] ARM: locomo: fix free dev incorrectly
 2018-01-09 14:37 UTC 

Uninitialized memory used to generate nqn in nvmf_host_default()
 2018-01-09 14:37 UTC  (2+ messages)

[U-Boot] mmc1 not working on Samsung snow chromebook
 2018-01-09 14:37 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S: Add capabilities for Meltdown/Spectre workarounds
 2018-01-09 14:36 UTC  (7+ messages)

[PATCH 1/2] gpio: correct docs about return value of gpiod_get_direction
 2018-01-09 14:36 UTC  (4+ messages)
` [PATCH 2/2] Documentation: gpio: correct "

[PATCH v9] net/i40e: determine number of queues per VF during run time
 2018-01-09 14:36 UTC  (3+ messages)
` [PATCH v10] "

[PATCH] net: phy: Fix phy_modify() semantic difference fallout
 2018-01-09 14:35 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] ARM: Extend qemu_arm to support ARM64
 2018-01-09 14:34 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: qemu-arm: Add support for AArch64
` [U-Boot] [PATCH 2/4] ARM: Document AArch64 version of qemu-arm
` [U-Boot] [PATCH 3/4] Travis-CI: Download ARM64 version of GRUB as well
` [U-Boot] [PATCH 4/4] Travis-CI: Add job for running test.py on qemu_arm64

[PATCH] PM / runtime: Rework pm_runtime_force_suspend/resume()
 2018-01-09 14:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V4 00/45] block: support multipage bvec
 2018-01-09 14:33 UTC  (7+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size

[PATCH v2 0/5] constify struct imx_pinctrl_soc_info
 2018-01-09 14:33 UTC  (12+ messages)
` [PATCH v2 1/5] pinctrl: imx: use struct imx_pinctrl_soc_info as a const
` [PATCH v2 5/5] pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL

[PATCH 0/2] AVX2 Vectorized Rx/Tx functions for i40e
 2018-01-09 14:32 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] net/i40e: add AVX2 Tx function
  ` [PATCH v2 2/2] net/i40e: add AVX2 Rx function

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-01-09 14:33 UTC 

[PATCH for-next 0/6] Add CM support to hip08
 2018-01-09 14:33 UTC  (3+ messages)
` [PATCH for-next 3/6] RDMA/hns: Fill sq wqe context of ud type in hip08

[PATCH 0/4] "Fast-"track Git GUI changes
 2018-01-09 14:33 UTC  (5+ messages)
` [PATCH 1/4] git gui: fix staging a second line to a 1-line file
` [PATCH 2/4] git-gui: avoid exception upon Ctrl+T in an empty list
` [PATCH 3/4] git-gui: fix exception when trying to stage with empty file list
` [PATCH 4/4] git-gui: allow Ctrl+T to toggle multiple paths

[PATCH] pinctrl: sh-pfc: Use seq_puts() in sh_pfc_pin_dbg_show()
 2018-01-09 14:32 UTC  (5+ messages)

[PATCH v2] pinctrl: qcom: Add msm8998 pinctrl driver
 2018-01-09 14:32 UTC  (3+ messages)

master - format_text: Use vgsummary callbacks
 2018-01-09 14:32 UTC 

[PATCH] staging: pi433: remove unnecessary parentheses
 2018-01-09 14:31 UTC  (2+ messages)

[PATCH RFC v1 00/74] Run PV guest in PVH container
 2018-01-09 14:30 UTC  (3+ messages)
` [PATCH RFC v1 32/74] x86: don't swallow the first command line item in pvh mode

[PATCH resend v4] Input: silead - Add support for capactive home button
 2018-01-09 14:30 UTC  (2+ messages)
` [PATCH resend v4] Input: silead - Add support for capactive home button found on some x86 tablets

[PATCH] ethdev: increase flow type limit from 32 to 64
 2018-01-09 14:30 UTC  (2+ messages)

[PATCH 6/7] x86/svm: Set IBPB when running a different VCPU
 2018-01-09 14:30 UTC  (3+ messages)

[PATCH] staging: wilc1000: removed typedef from enum BSSTYPE_T
 2018-01-09 14:29 UTC  (2+ messages)

[PATCH] mbuf:using sanity checks do not panic on null mbuf
 2018-01-09 14:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/4] Add --no-ahead-behind to status
 2018-01-09 14:29 UTC  (6+ messages)

[ANNOUNCE] v4.14.12-rt10
 2018-01-09 14:29 UTC  (2+ messages)

[PATCH 0/2] drm blend/omap: normalized zpos handling
 2018-01-09 14:29 UTC  (5+ messages)
` [PATCH 1/2] drm/blend: Account also the primary plane of the crtc for normalized_zpos

[PATCH v6.5 00/26] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
 2018-01-09 14:29 UTC  (5+ messages)
` [PATCH v6.5 20/26] x86: Protect unaware domains from meddling hyperthreads

post-receive: pub/scm/linux/kernel/git/andrea/aa
 2018-01-09 14:29 UTC 

[PATCH v2 00/23] Overlayfs consistency verification with full index
 2018-01-09 14:28 UTC  (5+ messages)
` [PATCH v2 08/23] ovl: unbless lower st_ino of files under unverified redirected dir

[PATCH 00/19] drm/sun4i: Support more planes, zpos and plane-wide alpha
 2018-01-09 14:28 UTC  (7+ messages)
` [PATCH 06/19] drm/blend: Add a generic alpha property

A cry for help, please don't ignore!
 2018-01-09 14:19 UTC 

[PATCH v6 00/11] Intel SGX Driver
 2018-01-09 14:27 UTC  (4+ messages)

[PATCH RFC 0/4] xen/x86: use per-vcpu stacks for 64 bit pv domains
 2018-01-09 14:27 UTC  (5+ messages)
` [PATCH RFC 1/4] xen/x86: use dedicated function for tss initialization
` [PATCH RFC 2/4] xen/x86: add helper for stack guard
` [PATCH RFC 3/4] xen/x86: split context_switch()
` [PATCH RFC 4/4] xen: use per-vcpu TSS and stacks for pv domains

[Qemu-devel] [PATCH 0/4] Reset SD cards attached to legacy-API controllers
 2018-01-09 14:01 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/4] hw/sd/pl181: Reset SD card on controller reset

[PATCH 1/1] media: entity: Add a nop variant of media_entity_cleanupr
 2018-01-09 14:26 UTC  (2+ messages)

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-09 14:26 UTC  (4+ messages)
` [PATCH 07/18] [media] uvcvideo: "

[PATCH v6 00/11] Intel SGX Driver
 2018-01-09 14:25 UTC  (3+ messages)

[Qemu-devel] [RFC v6 00/27] QMP: out-of-band (OOB) execution support
 2018-01-09 14:24 UTC  (5+ messages)
` [Qemu-devel] [RFC v6 22/27] qmp: isolate responses into io thread
` [Qemu-devel] [RFC v6 23/27] monitor: enable IO thread for (qmp & !mux) typed

[U-Boot] [GIT] Pull request: u-boot-dfu (09.01.2018)
 2018-01-09 14:24 UTC 

[Qemu-devel] [PATCH 0/2] GICv2 & GICv3: RAZ/WI reserved addresses rather than aborting
 2018-01-09 14:24 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-09 14:23 UTC  (5+ messages)
` [PATCH 6/8] kvm: svm: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down "
` [PATCH 7/8] x86/svm: Set IBPB when running a different VCPU

[PATCH 0/4] x86/xen/efi: Initialize UEFI secure boot state during dom0 boot
 2018-01-09 14:22 UTC  (9+ messages)
` [PATCH 1/4] efi/stub: Extract efi_get_secureboot() to separate file
` [PATCH 2/4] x86/xen/efi: Initialize boot_params.secure_boot in xen_efi_init()
` [PATCH 3/4] efi: Tweak efi_get_secureboot() and its data section assignment
` [PATCH 4/4] efi: Rename efi_get_secureboot() to __efi_get_secureboot() and make it static

[PATCH] IB/hfi1: Prevent a NULL dereference
 2018-01-09 14:23 UTC  (5+ messages)

[PATCH 0/4] x86/xen/efi: Initialize UEFI secure boot state during dom0 boot
 2018-01-09 14:22 UTC 

[Qemu-devel] [PATCH] target/arm: Make disas_thumb2_insn() generate its own UNDEF exceptions
 2018-01-09 14:22 UTC  (3+ messages)

[PATCH RESEND v3 0/6] preparatory work to add device forget
 2018-01-09 14:13 UTC  (5+ messages)
` [PATCH 1/6] btrfs: cleanup btrfs_free_stale_device() usage
` [PATCH 3/6] btrfs: make btrfs_free_stale_device() to iterate all stales
` [PATCH 4/6] btrfs: make btrfs_free_stale_device() argument optional
` [PATCH 5/6] btrfs: make btrfs_free_stale_device() to match the path

[PATCH v2 0/6] ARM branch predictor hardening
 2018-01-09 14:22 UTC  (5+ messages)
` [PATCH v2 1/6] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17

[Cluster-devel] [PATCH 00/12] gfs2: punch hole
 2018-01-09 14:21 UTC  (4+ messages)
` [Cluster-devel] [PATCH 05/12] gfs2: Remove minor gfs2_journaled_truncate inefficiencies

[Qemu-devel] [PATCH] get_phys_addr_pmsav7: Support AP=0b111 for v7M
 2018-01-09 14:21 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/intc/armv7m: Support byte and halfword accesses to CFSR
 2018-01-09 14:20 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[PATCH bpf 0/5] Couple of BPF JIT fixes
 2018-01-09 14:20 UTC  (3+ messages)
` [PATCH bpf 1/5] bpf, s390x: do not reload skb pointers in non-skb context

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-09 14:10 UTC  (7+ messages)
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 04/19] affs: convert to new i_version API
` [PATCH v5 05/19] afs: "
` [PATCH v5 07/19] exofs: switch "
` [PATCH v5 09/19] ext4: convert "
` [PATCH v5 10/19] nfs: "

rebase preserve-merges: incorrect merge commits
 2018-01-09 14:19 UTC  (10+ messages)

[RFC v5 PATCH 00/12] event: eventdev OPDL PMD
 2018-01-09 14:19 UTC  (14+ messages)
` [RFC v6 "
  ` [PATCH v6 01/12] event/opdl: add the opdl ring infrastructure library
  ` [PATCH v6 02/12] event/opdl: add opdl PMD main body and helper function
  ` [PATCH v6 03/12] event/opdl: add event queue config get/set support
  ` [PATCH v6 04/12] event/opdl: add event port "
  ` [PATCH v6 05/12] event/opdl: add eventdev enqueue/dequeue support
  ` [PATCH v6 06/12] event/opdl: opdl eventdev PMD unit test function
  ` [PATCH v6 07/12] event/opdl: extend the eventdev capability flags
  ` [PATCH v6 08/12] event/dpaa2: apply the three new "
  ` [PATCH v6 09/12] event/octeontx: "
  ` [PATCH v6 10/12] event/sw: "
  ` [PATCH v6 11/12] doc: update 18.02 release notes and maintainers info
  ` [PATCH v6 12/12] doc: add eventdev opdl PMD guide

[patch net-next v7 00/13] net: sched: allow qdiscs to share filter block instances
 2018-01-09 14:19 UTC  (4+ messages)
` [patch iproute2 net-next v7 1/3] include: update rtnetlink header according to kernel
` [patch iproute2 net-next v7 2/3] tc: introduce support for block-handle for filter operations
` [patch iproute2 net-next v7 3/3] tc: implement filter block sharing to ingress and clsact qdiscs

[Qemu-devel] [PATCH] linux-user/arm/nwfpe: Check coprocessor number for FPA emulation
 2018-01-09 14:18 UTC  (3+ messages)

[PATCH 0/5] annotations
 2018-01-09 14:19 UTC  (5+ messages)
` [PATCH 2/5] annotations: Add position information to various calls

[for-next 0/5] Enable features in Broadcom's RoCE driver
 2018-01-09 14:18 UTC  (3+ messages)
` [for-next 2/5] RDMA/bnxt_re: Add support for query firmware version

Radical proposal: ship not-fully-tidied shim as 4.10.1
 2018-01-09 14:16 UTC  (7+ messages)

Recommendations for balancing as part of regular maintenance?
 2018-01-09 14:16 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jirislaby/linux
 2018-01-09 14:16 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.