All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-19 17:48:04 to 2018-12-19 18:32:29 UTC [more...]

[GIT PULL] KVM/arm updates for 4.21
 2018-12-19 18:03 UTC  (56+ messages)
` [PATCH 01/28] arm64: KVM: Skip MMIO insn after emulation
` [PATCH 02/28] arm64: KVM: Consistently advance singlestep when emulating instructions
` [PATCH 03/28] KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
` [PATCH 04/28] KVM: arm/arm64: Log PSTATE for unhandled sysregs
` [PATCH 05/28] KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
` [PATCH 06/28] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH 07/28] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH 08/28] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH 09/28] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH 10/28] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH 11/28] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH 12/28] KVM: arm64: Update age handlers to support "
` [PATCH 13/28] KVM: arm64: Add support for creating PUD hugepages at stage 2
` [PATCH 14/28] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH 15/28] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
` [PATCH 16/28] KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
` [PATCH 17/28] KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
` [PATCH 18/28] KVM: arm/arm64: vgic: Consider priority and active state for pending irq
` [PATCH 19/28] KVM: arm/arm64: Fixup the kvm_exit tracepoint
` [PATCH 20/28] KVM: arm/arm64: Remove arch timer workqueue
` [PATCH 21/28] KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate
` [PATCH 22/28] KVM: arm64: Make vcpu const in vcpu_read_sys_reg
` [PATCH 23/28] arm64: KVM: Add trapped system register access tracepoint
` [PATCH 24/28] arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
` [PATCH 25/28] KVM: arm/arm64: Fix unintended stage 2 PMD mappings
` [PATCH 26/28] arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
` [PATCH 27/28] arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
` [PATCH 28/28] arm: KVM: Add S2_PMD_{MASK,SIZE} constants

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2018-12-19 18:32 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2018-12-19 18:32 UTC 

[PATCH 0/2] System-wide mute of hotplug lockdep during init
 2018-12-19 18:31 UTC  (7+ messages)
` [PATCH 1/2] cpu/hotplug: Mute "
` [PATCH 2/2] Revert "sched/core: Take the hotplug lock in sched_init_smp()"

[PATCH V1] mtd: core: Micron SLC NAND filling block
 2018-12-19 18:31 UTC  (7+ messages)
` [EXT] "

[Bug 201067] New: [bisected] [4.19-rc2 regression] Display corruption with Vega 64 in 4.19-rc2
 2018-12-19 18:31 UTC  (3+ messages)
` [Bug 201067] "

[PATCH 00/21] glibc port to ARC processors
 2018-12-19 18:30 UTC  (9+ messages)
` [PATCH 08/21] ARC: Linux Syscall Interface
      ` ARC vs. generic sigaction (was Re: [PATCH 08/21] ARC: Linux Syscall Interface)
` [PATCH 21/21] NEWS: mention ARC port

[PATCH rds linux-next v4 0/2] WARNING in rds_message_alloc_sgs
 2018-12-19 18:30 UTC  (8+ messages)

Linux kernel 4.19.11 released
 2018-12-19 18:30 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2018-12-19 18:30 UTC 

[PATCH bpf-next 00/19] bpf: JSET tests and dead code elimination
 2018-12-19 18:29 UTC  (20+ messages)
` [PATCH bpf-next 01/19] selftests: bpf: add trivial JSET tests
` [PATCH bpf-next 02/19] bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
` [PATCH bpf-next 03/19] selftests: bpf: verifier: add tests for JSET interpretation
` [PATCH bpf-next 04/19] bpf: verifier: reorder stack size check with dead code sanitization
` [PATCH bpf-next 05/19] bpf: change parameters of call/branch offset adjustment
` [PATCH bpf-next 06/19] bpf: verifier: hard wire branches to dead code
` [PATCH bpf-next 07/19] bpf: verifier: remove "
` [PATCH bpf-next 08/19] bpf: verifier: remove unconditional branches by 0
` [PATCH bpf-next 09/19] selftests: bpf: add tests for dead code removal
` [PATCH bpf-next 10/19] selftests: bpf: add missing executables to .gitignore
` [PATCH bpf-next 11/19] bpf: verifier: record original instruction index
` [PATCH bpf-next 12/19] bpf: notify offload JITs about optimizations
` [PATCH bpf-next 13/19] nfp: bpf: don't use instruction number for jump target
` [PATCH bpf-next 14/19] nfp: bpf: split up the skip flag
` [PATCH bpf-next 15/19] nfp: bpf: remove the trivial JSET optimization
` [PATCH bpf-next 16/19] nfp: bpf: optimize codegen for JSET with a constant
` [PATCH bpf-next 17/19] nfp: bpf: save original program length
` [PATCH bpf-next 18/19] nfp: bpf: support optimizing dead branches
` [PATCH bpf-next 19/19] nfp: bpf: support removing dead code

Powerplay clock information missing on Polaris 12 (msi RX550 LP OC) on armhf
 2018-12-19 18:29 UTC  (3+ messages)

[PATCH v3] irqchip/mmp: only touch the PJ4 & FIQ bits on enable/disable
 2018-12-19 18:29 UTC  (2+ messages)

[PATCH v2 0/3] un-deprecate nfsdcld
 2018-12-19 18:28 UTC  (3+ messages)
` [PATCH v2 3/3] nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld

[PATCH v2] bbdev: add missing APIs to map file and tag all experimental
 2018-12-19 18:28 UTC  (2+ messages)
` [dpdk-stable] "

[PATCH 4/7] drm: i915: Delete base.id prints
 2018-12-19 18:27 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2018-12-19 18:27 UTC 

[PATCH v3 2/2] dt-bindings: net: dsa: ksz9477: add sample of switch bindings managed in i2c mode
 2018-12-19 18:26 UTC  (5+ messages)

Cobalt Preemption of kernel update_fast_timekeeper can cause deadlocks
 2018-12-19 18:26 UTC  (4+ messages)

[RFC 0/4] drm/i915/perf: add OA interrupt support
 2018-12-19 18:26 UTC  (6+ messages)
` [RFC 3/4] drm/i915/perf: handle interrupts from the OA unit
` ✓ Fi.CI.IGT: success for drm/i915/perf: add OA interrupt support

[PATCH net-next 0/2] neigh get support
 2018-12-19 18:26 UTC  (4+ messages)
` [PATCH net-next 2/2] selftests: rtnetlink.sh: add testcase for neigh get

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2018-12-19 18:25 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2018-12-19 18:25 UTC 

[PATCH] gcc-runtime: Drop building libmpx
 2018-12-19 18:25 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-12-19 18:24 UTC 

[PATCH 0/7] drm: KMS cleanup remove drm_mode_object dependency
 2018-12-19 18:23 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-12-19 18:22 UTC 

[PATCH v4 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_insert_range
 2018-12-19 18:25 UTC  (12+ messages)

[PATCH] stripspace: allow -s/-c outside git repository
 2018-12-19 18:22 UTC  (3+ messages)
` Referring to commits in commit messages

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-12-19 18:20 UTC  (4+ messages)
` [PATCH v7 00/49] x86emul: remaining "
  ` [PATCH v7 03/49] x86emul: support AVX512{F, BW, DQ} extract insns

post-receive: pub/scm/linux/kernel/git/stable/linux
 2018-12-19 18:20 UTC 

[PATCH V3] net/mlx4: Get rid of page operation after dma_alloc_coherent
 2018-12-19 18:20 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux
 2018-12-19 18:20 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux
 2018-12-19 18:20 UTC 

[PATCH net-next v2] selftests: net: refactor reuseport_addr_any test
 2018-12-19 18:20 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-12-19 18:20 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2018-12-19 18:20 UTC 

tracing multithread user program and API support for enabling/disabling events and for adding/removing context fields
 2018-12-19 18:19 UTC 

[Qemu-devel] [PATCH v2 for-4.0 0/7] vhost-user-blk: Add support for backend reconnecting
 2018-12-19 18:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 for-4.0 1/7] chardev: Add disconnected option for chardev socket

[PATCH] ARC: adjust memblock_reserve of kernel memory
 2018-12-19 18:18 UTC  (2+ messages)

[PATCH] tty: serial: qcom_geni_serial: Fix wrap around of TX buffer
 2018-12-19 18:17 UTC 

[PATCH] clk: mediatek: Mark bus and DRAM related clocks as critical
 2018-12-19 18:16 UTC  (2+ messages)

EVM: Permission denied with overlayfs
 2018-12-19 18:15 UTC  (5+ messages)

[PATCH v5 1/2] meter: add new rte color definition
 2018-12-19 18:14 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] mbuf: implement generic format for sched field

[Qemu-devel] [Bug 1809144] [NEW] SVM instructions fail with SVME bit enabled
 2018-12-19 18:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] ui/cocoa: Include less of the generated modular QAPI headers
 2018-12-19 18:14 UTC  (3+ messages)

[PATCH 1/5] musl: Move away from gcc-initial dependency
 2018-12-19 18:13 UTC  (5+ messages)
` [PATCH 2/5] newlib: "
` [PATCH 3/5] libssp: Remove dependency on gcc-initial
` [PATCH 4/5] tcmode-default: Drop pinnings for gcc-initial based recipes
` [PATCH 5/5] base.bbclass, classextend.py: Drop catering to gcc-initial

[Qemu-devel] Monitor and serial output window broken with SDL2
 2018-12-19 18:11 UTC  (11+ messages)

[linux-4.19 test] 131425: regressions - FAIL
 2018-12-19 18:11 UTC 

[SPDK] Content for v18.10.x
 2018-12-19 18:11 UTC 

Regression in next-20181219 with iommu
 2018-12-19 18:09 UTC  (2+ messages)

[PATCH v3 0/5] Add Tegra194 Dual ARM SMMU driver
 2018-12-19 18:07 UTC  (4+ messages)
` [PATCH v3 2/6] iommu/arm-smmu: Add support to program multiple ARM SMMU's identically

[PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
 2018-12-19 18:10 UTC  (5+ messages)

[PATCH 0/3] x86/mm-locks: add a bias to current domain lock levels
 2018-12-19 18:10 UTC  (9+ messages)
` [PATCH 3/3] x86/mm-locks: apply a bias to lock levels for current domain

Git hooks don't run while commiting in worktree via git-gui
 2018-12-19 18:09 UTC  (3+ messages)

[PATCH] staging: android: ion: add buffer flag update ioctl
 2018-12-19 18:09 UTC  (3+ messages)

[Qemu-devel] how to get the "intermediate tcg" string output to debug qemu?
 2018-12-19 18:08 UTC  (2+ messages)

[PATCH net-next] selftests: net: refactor reuseport_addr_any test
 2018-12-19 18:08 UTC 

[PATCH 0/2] Add 'try' semantics for RD and WR locking
 2018-12-19 18:07 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] rwlock: introduce "
` [PATCH v2 2/2] test: add new test-cases for rwlock autotest

[ANNOUNCE v2]: Broadcom (Emulex) FC Target driver - efct
 2018-12-19 18:04 UTC  (2+ messages)
` Aw: "

[Intel-wired-lan] [PATCH S10 00/15] Feature updates for ice
 2018-12-19 18:03 UTC  (16+ messages)
` [Intel-wired-lan] [PATCH S10 01/15] ice: Fix unused variable build warning
` [Intel-wired-lan] [PATCH S10 02/15] ice: Refactor a few Tx scheduler functions
` [Intel-wired-lan] [PATCH S10 03/15] ice: Configure RSS LUT and HASH KEY in rebuild path
` [Intel-wired-lan] [PATCH S10 04/15] ice: Add ethtool set_phys_id handler
` [Intel-wired-lan] [PATCH S10 05/15] ice: Implement support for normal get_eeprom[_len] ethtool ops
` [Intel-wired-lan] [PATCH S10 06/15] ice: Set physical link up/down when an interface is set up/down
` [Intel-wired-lan] [PATCH S10 07/15] ice: Add ethtool private flag to make forcing link down optional
` [Intel-wired-lan] [PATCH S10 08/15] ice: Rework queue manangement code for reuse
` [Intel-wired-lan] [PATCH S10 09/15] ice: Move aggregator list into ice_hw instance
` [Intel-wired-lan] [PATCH S10 10/15] ice: Add support for adaptive interrupt moderation
` [Intel-wired-lan] [PATCH S10 11/15] ice: Implement getting and setting ethtool coalesce
` [Intel-wired-lan] [PATCH S10 12/15] ice: Allow for software timestamping
` [Intel-wired-lan] [PATCH S10 13/15] ice: Offload SCTP checksum
` [Intel-wired-lan] [PATCH S10 14/15] ice: Add support for new PHY types
` [Intel-wired-lan] [PATCH S10 15/15] ice: add const qualifier to mac_addr parameter

[LTP] [PATCH] cgroup_regression_test.sh ported to newlib
 2018-12-19 18:03 UTC 

[Buildroot] [Bug 11556] New: Can not build qt5base 5.11.2 with weston 3.0.0 and vivante GPU. error: invalid conversion from ‘void*’ to ‘EGLNativeDisplayType {aka wl_display*}’ [-fpermissive]
 2018-12-19 18:01 UTC  (2+ messages)
` [Buildroot] [Bug 11556] "

iOS app available in Test Flight is still 0.0.20181104-6
 2018-12-19 18:00 UTC  (2+ messages)

[PATCH 1/1] ALSA: virtuoso: add de-emphasis control
 2018-12-19 18:00 UTC  (3+ messages)

[PATCH i-g-t] i915/gem_workarounds: adding 0xe420 register to WO list
 2018-12-19 17:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH v4 0/5] bitmaps: remove x- prefix from QMP api Part2
 2018-12-19 17:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/5] iotests: add qmp recursive sorting function

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2018-12-19 17:55 UTC 

[PATCH 0/2] reverts to un-regress v3d
 2018-12-19 17:53 UTC  (3+ messages)
` [PATCH 2/2] drm: Revert syncobj timeline changes

[PATCH v3] regmap: regmap-irq/gpio-max77620: add level-irq support
 2018-12-19 17:52 UTC  (4+ messages)

[PATCH] drivers/regulator: fix a missing check of return value
 2018-12-19 17:51 UTC  (3+ messages)
` [PATCH v2] regulator: palmas: "

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2018-12-19 17:51 UTC 

[PATCH] [RFC] go.bbclass: install dependencies under $GOPATH instead of $GOROOT
 2018-12-19 17:50 UTC 

[PATCHv2] gpio: add simple get/set helpers for GPIO lines
 2018-12-19 17:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2018-12-19 17:49 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2018-12-19 17:48 UTC 

Applied "drivers/regulator: fix a missing check of return value" to the regulator tree
 2018-12-19 17:48 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2018-12-19 17:48 UTC 

[PATCH] ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field
 2018-12-19 17:48 UTC  (2+ messages)
` Applied "ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field" to the asoc tree

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2018-12-19 17:48 UTC 

[PATCH trivial] ASoC: xlnx: Grammar s/the the/the/
 2018-12-19 17:47 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.