All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-23 14:33:31 to 2017-04-23 17:08:34 UTC [more...]

[PULL 00/79] KVM/ARM Changes for v4.12
 2017-04-23 17:09 UTC  (105+ messages)
` [PULL 01/79] arm64: sysreg: sort by encoding
` [PULL 02/79] arm64: sysreg: add debug system registers
` [PULL 03/79] arm64: sysreg: add performance monitor registers
` [PULL 04/79] arm64: sysreg: subsume GICv3 sysreg definitions
` [PULL 05/79] arm64: sysreg: add physical timer registers
` [PULL 06/79] arm64: sysreg: add register encodings used by KVM
` [PULL 07/79] arm64: sysreg: add Set/Way sys encodings
` [PULL 08/79] KVM: arm64: add SYS_DESC()
` [PULL 09/79] KVM: arm64: Use common debug sysreg definitions
` [PULL 10/79] KVM: arm64: Use common performance monitor "
` [PULL 11/79] KVM: arm64: Use common GICv3 "
` [PULL 12/79] KVM: arm64: Use common physical timer "
` [PULL 13/79] KVM: arm64: use common invariant "
` [PULL 14/79] KVM: arm64: Use common "
` [PULL 15/79] KVM: arm64: Use common Set/Way sys definitions
` [PULL 16/79] kvm: arm/arm64: Rework gpa callback handlers
` [PULL 17/79] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PULL 18/79] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PULL 19/79] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PULL 20/79] KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
` [PULL 21/79] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PULL 22/79] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PULL 23/79] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PULL 24/79] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PULL 25/79] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
` [PULL 26/79] KVM: arm/arm64: vgic: Improve sync_hwstate performance
` [PULL 27/79] arm64: KVM: PMU: Refactor pmu_*_el0_disabled
` [PULL 28/79] arm64: KVM: PMU: Inject UNDEF exception on illegal register access
` [PULL 29/79] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PULL 30/79] arm64: KVM: Make unexpected reads from WO registers inject an undef
` [PULL 31/79] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PULL 32/79] arm64: KVM: Treat sysreg accessors returning false as successful
` [PULL 33/79] arm64: KVM: Do not corrupt registers on failed 64bit CP read
` [PULL 34/79] arm: KVM: Make unexpected register accesses inject an undef
` [PULL 35/79] arm: KVM: Treat CP15 accessors returning false as successful
` [PULL 36/79] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PULL 37/79] arm64: KVM: Move lr save/restore to do_el2_call
` [PULL 38/79] arm64: hyp-stub: Don't save lr in the EL1 code
` [PULL 39/79] arm64: hyp-stub: Define a return value for failed stub calls
` [PULL 40/79] arm64: hyp-stub: Update documentation in asm/virt.h
` [PULL 41/79] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 42/79] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 43/79] arm64: KVM: Implement HVC_GET_VECTORS "
` [PULL 44/79] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 45/79] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 46/79] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 47/79] ARM: hyp-stub: improve ABI
` [PULL 48/79] ARM: soft-reboot into same mode that we entered the kernel
` [PULL 49/79] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PULL 50/79] ARM: Update cpu_v7_reset documentation
` [PULL 51/79] ARM: hyp-stub: Use r1 for the soft-restart address
` [PULL 52/79] ARM: Expose the VA/IDMAP offset
` [PULL 53/79] ARM: hyp-stub: Define a return value for failed stub calls
` [PULL 54/79] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 55/79] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 56/79] ARM: KVM: Implement HVC_GET_VECTORS "
` [PULL 57/79] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 58/79] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 59/79] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 60/79] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet
` [PULL 61/79] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PULL 62/79] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PULL 63/79] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PULL 64/79] ARM: decompressor: Remove __hyp_get_vectors usage
` [PULL 65/79] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PULL 66/79] arm64: "
` [PULL 67/79] arm64: hyp-stub: Zero x0 on successful stub handling
` [PULL 68/79] ARM: hyp-stub: Zero r0 "
` [PULL 69/79] arm/arm64: Add hyp-stub API documentation
` [PULL 70/79] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PULL 71/79] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PULL 72/79] KVM: arm/arm64: Support arch timers with a userspace gic
` [PULL 73/79] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PULL 74/79] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ
` [PULL 75/79] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PULL 76/79] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
` [PULL 77/79] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access
` [PULL 78/79] ARM: hyp-stub: Fix Thumb-2 compilation
` [PULL 79/79] ARM: KVM: Fix idmap stub entry when running Thumb-2 code

[Intel-wired-lan] NFS over NAT causes e1000e transmit hangs
 2017-04-23 17:08 UTC  (8+ messages)

[ANNOUNCE] fstests: master branch updated to 3501b86c9db5
 2017-04-23 17:07 UTC 

[PATCH 1/4] drm/i915: Differentiate between sw write location into ring and last hw read
 2017-04-23 17:06 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Poison the request before emitting commands
` [PATCH 3/4] drm/i915: Compute the ring->space slightly less pessimistically
` [PATCH 4/4] drm/i915: Include interesting seqno in the missed breadcrumb debug

[kernel-hardening] [PATCH v2 1/2] tiocsti-restrict : Add owner user namespace to tty_struct
 2017-04-23 17:02 UTC  (4+ messages)
`  "
  ` [kernel-hardening] "

[PATCH] usb: core: Warn if an URB's transfer_buffer is on stack
 2017-04-23 16:54 UTC  (3+ messages)

[PATCH] doc: git-pull.txt use US spelling, fix minor typo
 2017-04-23 16:45 UTC 

[PATCH 1/1] iw_cxgb4: check return value of alloc_skb
 2017-04-23 16:51 UTC  (3+ messages)

grub2-common: grub.cfg gains wrong root settings for multi-OS system
 2017-04-23 16:50 UTC  (2+ messages)

Re:研发经 理的领 导力 与 执行 力
 2017-04-23 16:48 UTC 

[PATCH] crypto: tcrypt: Zero iv before freeing it
 2017-04-23 16:12 UTC 

[libvirt test] 107613: tolerable all pass - PUSHED
 2017-04-23 16:42 UTC 

Recover array after I panicked
 2017-04-23 16:29 UTC  (15+ messages)

[PATCH] debugging: Add reference to heisenbug discussion section
 2017-04-23 16:25 UTC  (2+ messages)

minor typos in documentation
 2017-04-23 16:22 UTC  (4+ messages)

[rcu:rcu/next 59/91] tree.c:(.text+0x4248): multiple definition of `srcu_online_cpu'
 2017-04-23 16:22 UTC  (2+ messages)

[PATCH] doc: update SubmittingPatches
 2017-04-23 16:17 UTC 

[PATCH iproute2] iplink: Expose IFLA_*_FWMARK attributes for supported link types
 2017-04-23 16:16 UTC  (2+ messages)

[PATCH iproute2] gre6: fix copy/paste bugs in GREv6 attribute manipulation
 2017-04-23 16:15 UTC  (2+ messages)

tools/testing/selftests/bpf/Makefile
 2017-04-23 16:13 UTC  (2+ messages)

[PATCH iproute2 1/1] actions: Add support for user cookies
 2017-04-23 16:11 UTC  (2+ messages)

[PATCH 1/2] drm: Make fbdev inherit the crtc's initial rotation
 2017-04-23 16:11 UTC  (3+ messages)
` [PATCH 1/2] drm/fb-helper: Make fbdev inherit the crtc's rotation
` [PATCH 2/2] drm/i915: Make get_initial_plane_config also get the initial rotation config

[Qemu-devel] [PATCH] s390x/misc_helper.c: wrap s390_virtio_hypercall in BQL
 2017-04-23 16:08 UTC 

[Cocci] Q: question on disjunction of sub-expression patterns
 2017-04-23 16:03 UTC  (4+ messages)

Logical inconsistency in git reset
 2017-04-23 16:01 UTC 

[PATCH net-next] bpf, doc: update list of architectures that do eBPF JIT
 2017-04-23 16:01 UTC 

Spontaneous reboots seem to have been fixed
 2017-04-23 15:57 UTC 

[PATCH] watchdog: f71808e_wdt: Add F71868 support
 2017-04-23 15:57 UTC  (2+ messages)
`  "

[PATCH 04/13] watchdog: lantiq: access boot cause register through regmap
 2017-04-23 15:48 UTC  (3+ messages)
` [04/13] "

[PATCH v3 0/7] powerpc: a few kprobe fixes and refactoring
 2017-04-23 15:44 UTC  (7+ messages)
` [PATCH v3 3/7] kprobes: validate the symbol name length

[PATCH] hwmon: tmp103: use SIMPLE_DEV_PM_OPS helper macro
 2017-04-23 15:43 UTC  (2+ messages)

[meta-raspberrypi][morty][PATCH 1/2] xserver-xf86-config: remove evdev configuration
 2017-04-23 15:40 UTC  (2+ messages)
` [meta-raspberrypi][morty][PATCH 2/2] xserver-xorg: add xf86-input-libinput to XSERVER_RRECOMMENDS

[tip:smp/hotplug 42/44] include/linux/jump_label.h:260:20: error: inlining failed in call to always_inline 'static_key_disable_cpuslocked.constprop.99': recursive inlining
 2017-04-23 15:37 UTC 

[PATCH] drm/etnaviv: add thermal dependency
 2017-04-23 15:36 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] i2c: Remove old I2C support
 2017-04-23 15:35 UTC  (12+ messages)
` [U-Boot] [PATCH 01/11] i2c: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH 02/11] i2c: powerpc: Remove use of CONFIG_HARD_I2C
` [U-Boot] [PATCH 03/11] i2c: cm5200: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH 04/11] i2c: pdm360ng: "
` [U-Boot] [PATCH 05/11] i2c: keymile: "
` [U-Boot] [PATCH 06/11] i2c: mxc_i2c: "
` [U-Boot] [PATCH 07/11] i2c: "
` [U-Boot] [PATCH 08/11] i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX
` [U-Boot] [PATCH 09/11] i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
` [U-Boot] [PATCH 10/11] Drop CONFIG_I2CFAST
` [U-Boot] [PATCH 11/11] Drop use of CONFIG_I2C_SOFT

sparse fixes for nvme/fc
 2017-04-23 15:32 UTC  (5+ messages)
` [PATCH 2/7] nvme/fc: don't byte swap command_id

Performance of low-cpu utilisation benchmark regressed severely since 4.6
 2017-04-23 15:31 UTC  (4+ messages)

[PATCH 0/3] nvme_fc: changes for controller reset support
 2017-04-23 15:30 UTC  (4+ messages)
` [PATCH 1/3] nvme_fc: fix command id check
` [PATCH 2/3] nvme_fc: add aen abort to teardown
` [PATCH 3/3] nvme_fc: add controller reset support

[Buildroot] [PATCH v5 00/34] kodi: bump to version 17.1-Krypton
 2017-04-23 15:26 UTC  (4+ messages)
` [Buildroot] [PATCH v5 08/34] package/kodi: "

[PATCH 0/2] Lattice MachXO2 Passive SPI FPGA Manager support
 2017-04-23 15:20 UTC  (6+ messages)
` [PATCH 1/2] dt: bindings: fpga: add lattice machxo2 slave spi binding description
` [PATCH 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support

[GIT PULL] UBI/UBIFS fixes for 4.11
 2017-04-23 15:20 UTC 

[PATCH] nvme: change cq_vector to a bool and set to true after request_irq
 2017-04-23 15:16 UTC  (3+ messages)

[PATCH] nvme-cli/list-ns: fix for identifying active or allocated namespaces list
 2017-04-23 15:16 UTC  (2+ messages)

Problem with mesa and nvidia
 2017-04-23 15:11 UTC  (2+ messages)

[patch 0/6] hwmon/coretemp: Hotplug fixes, cleanups and state machine conversion
 2017-04-23 15:01 UTC  (11+ messages)

[linux-4.9 test] 107612: regressions - FAIL
 2017-04-23 15:02 UTC 

[PATCH] archive-zip: Add zip64 headers when file size is too large for 32 bits
 2017-04-23 14:51 UTC  (4+ messages)
` [PATCH v2] "

Issue, WireGuard on a PaX kernel
 2017-04-23 14:53 UTC 

git v2.13.0-rc0 test failures on cygwin
 2017-04-23 14:44 UTC 

9540 linux-ext4
 2017-04-23 14:44 UTC 

[Bug 100762] New: Nouveau powersave/suspend for discrete card stopped working
 2017-04-23 14:40 UTC  (2+ messages)
  ` [Bug 100762] "

nftables: response of nft is rising
 2017-04-23 14:36 UTC  (2+ messages)

[PATCH v2 0/4] arbitrary sg lists support
 2017-04-23 14:35 UTC  (10+ messages)

[Qemu-devel] [PATCH 1/2] qemu-img: make sure contain the consecutive number of zero bytes
 2017-04-23 14:33 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] qemu-img: fix some spelling errors


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.