All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-27 19:44:25 to 2017-10-27 20:50:15 UTC [more...]

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:50 UTC 

[PATCH] HAX: kernel/swsusp: Show invalid swap signature
 2017-10-27 20:50 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:49 UTC 

[PATCH net-next v2 2/2] net sched act_vlan: VLAN action rewrite to use RCU lock/unlock and update
 2017-10-27 20:49 UTC 

[PATCH] usb: storage: sddr55: mark expected switch fall-through
 2017-10-27 20:49 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:49 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:48 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:48 UTC 

[PATCH net-next v2 1/2] net sched act_vlan: Change stats update to use per-core stats
 2017-10-27 20:47 UTC 

[PATCH v2 0/6] drm/i915: Last part of DDI encoder->type cleanup
 2017-10-27 20:47 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Last part of DDI encoder->type cleanup (rev2)

[PATCH net-next v2 0/2] Completed requested changes
 2017-10-27 20:46 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-27 20:46 UTC 

[RFC PATCH v10 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-27 20:45 UTC  (3+ messages)
` [RFC PATCH v10 1/7] dt-bindings: PCI: Add definition of PCIe WAKE# irq and PCI irq

[RFC PATCH 0/2] arm64: optional paranoid __{get,put}_user checks
 2017-10-27 20:44 UTC  (4+ messages)
  ` [kernel-hardening] "

[lkp-robot] [perf/x86] a5df70c354: perf-sanity-tests.Parse_event_definition_strings.fail
 2017-10-27 20:44 UTC  (3+ messages)

bug: msm8998, ecryptfs, cannot create files due to invalid keysize
 2017-10-27 20:43 UTC 

[meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}
 2017-10-27 20:42 UTC  (2+ messages)

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2017-10-27 20:42 UTC 

Setting single rate in ath10k broken by "reject/clear user rate mask if not usable"
 2017-10-27 20:41 UTC  (16+ messages)

[PATCH linux dev-4.10 v2] drivers: i2c: fsi: Add proper abort method
 2017-10-27 20:41 UTC  (6+ messages)

[PATCH i-g-t] tools/intel_vbt_decode: Fix HDMI level shifter and max data rate bitfield sizes
 2017-10-27 20:39 UTC  (2+ messages)

[PATCH] drm/i915/vbt: Fix HDMI level shifter and max data rate bitfield sizes
 2017-10-27 20:38 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: xfs-4.15-merge updated to 4eadcf9
 2017-10-27 20:39 UTC 

[PATCH net-next] tcp: add tracepoint trace_tcp_retransmit_synack()
 2017-10-27 20:38 UTC  (2+ messages)

[REGRESSION] Warning in tcp_fastretrans_alert() of net/ipv4/tcp_input.c
 2017-10-27 20:38 UTC  (8+ messages)

[PATCH] IB/mlx5: give back valid speed/width even without plugged in SFP module
 2017-10-27 20:35 UTC  (2+ messages)

[meta-raspberrypi] Rocko branch maintenance
 2017-10-27 20:34 UTC  (2+ messages)

[RFC][PATCH 1/2] ext4: dirdata feature
 2017-10-27 20:34 UTC 

[PATCH] ARC: Memory barriers for everyone!
 2017-10-27 20:33 UTC  (2+ messages)

[PATCH] IB/mlx5: give back valid speed/width even without plugged in SFP module
 2017-10-27 20:33 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/wsa/linux
 2017-10-27 20:32 UTC 

[PATCH v10 00/18] x86: Add address resolution code for UMIP and MPX
 2017-10-27 20:25 UTC  (21+ messages)
` [PATCH v10 01/18] x86/mm: Relocate page fault error codes to traps.h
` [PATCH v10 02/18] x86/boot: Relocate definition of the initial state of CR0
` [PATCH v10 03/18] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH v10 04/18] uprobes/x86: Use existing definitions for segment override prefixes
` [PATCH v10 05/18] x86/mpx: Simplify handling of errors when computing linear addresses
` [PATCH v10 06/18] x86/mpx: Use signed variables to compute effective addresses
` [PATCH v10 07/18] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
` [PATCH v10 08/18] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
` [PATCH v10 09/18] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
` [PATCH v10 10/18] x86/insn-eval: Do not BUG on invalid register type
` [PATCH v10 11/18] x86/insn-eval: Add a utility function to get register offsets
` [PATCH v10 12/18] x86/insn-eval: Add utility function to identify string instructions
` [PATCH v10 13/18] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v10 14/18] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v10 15/18] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
` [PATCH v10 16/18] x86/insn-eval: Add function to get default params of code segment
` [PATCH v10 17/18] x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 101b
` [PATCH v10 18/18] x86/insn-eval: Incorporate segment base in linear address computation

[PATCH net-next] net: qualcomm: rmnet: Support recycling frames to real device
 2017-10-27 20:30 UTC 

[Qemu-devel] [Bug 1366836] [NEW] Core2Duo and KVM may not boot Win8 properly on 3.x kernels
 2017-10-27 20:16 UTC  (2+ messages)
` [Qemu-devel] [Bug 1366836] "

Detecting page cache trashing state
 2017-10-27 20:29 UTC  (11+ messages)

[PATCH] can: Use common error handling code in vxcan_newlink()
 2017-10-27 20:30 UTC  (2+ messages)

4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another
 2017-10-27 20:27 UTC  (7+ messages)
      ` Backlight on Nokia N900 was "

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-27 20:28 UTC  (8+ messages)
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()

[Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-27 20:27 UTC  (14+ messages)

[PATCH] platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
 2017-10-27 20:26 UTC  (6+ messages)

[PATCH 1/6] quota: clear speculative delalloc when checking quota usage
 2017-10-27 20:25 UTC  (10+ messages)
` [PATCH 2/6] common/xfs: refactor xfs_scrub presence testing
  ` [PATCH v2 "
` [PATCH 5/6] misc: add module reloading helpers
  ` [PATCH v3 "
` [PATCH 8/6] xfs/333: fix errors with new inode pointer verifiers
  ` [PATCH v2 "
` [PATCH 9/6] generic/459: fix test running errors
  ` [PATCH v2 "
` [PATCH 10/6] common/xfs: remove inode-paths cruft

[PATCH v2] genalloc: Make the avail variable an atomic_long_t
 2017-10-27 20:25 UTC  (2+ messages)

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-10-27 20:25 UTC  (17+ messages)
` [Part2 PATCH v6 23/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v6 24/38] KVM: Define SEV key management command id
` [Part2 PATCH v6 25/38] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v6 28/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
` [Part2 PATCH v6 29/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command
` [Part2 PATCH v6 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [Part2 PATCH v6 31/38] KVM: SVM: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v6 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command

[Qemu-devel] [PATCH v4] s390-ccw: print carriage return with new lines
 2017-10-27 20:25 UTC  (2+ messages)

[PATCH] nfsd: On CLOSE, the state change needs to be atomic with the seqid bump
 2017-10-27 20:25 UTC 

[PATCH] i2c: mpc: remove useless variable initialization
 2017-10-27 20:24 UTC 

[PATCH 0/2] GPIO support for Socionext Synquacer
 2017-10-27 20:21 UTC  (3+ messages)
` [PATCH 1/2] gpio: mb86s7x: share with other SoCs as module
` [PATCH 2/2] gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"

[PATCH] fpga: fpga-bridge: remove unnecessary null check in of_fpga_bridge_get
 2017-10-27 20:19 UTC 

[Qemu-devel] Key signing party at KVM Forum 2017
 2017-10-27 20:19 UTC  (3+ messages)

[PATCH v7 0/6] vfs: Use dlock list for SB's s_inodes list
 2017-10-27 20:19 UTC  (5+ messages)
` [PATCH v7 10/10] lib/dlock-list: Fix use-after-unlock problem in dlist_for_each_entry_safe()

[PATCH 1/2] drm/i915/fbc: intel_fbc.crtc and intel_fbc.enabled are synonymous
 2017-10-27 20:18 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/fbc: Deactivate fbc when switching pipes

[PATCH v3 0/2] Fix OPEN/CLOSE races
 2017-10-27 20:18 UTC  (3+ messages)
` [PATCH v3 1/2] NFSv4: Fix OPEN / CLOSE race
  ` [PATCH v3 2/2] NFSv4: Add a tracepoint to document open stateid updates

[PATCH 1/2 V2] systemd: Fix build on musl
 2017-10-27 20:18 UTC  (2+ messages)
` [PATCH 2/2] systemd: Fix build with musl/mips64

[GIT PULL] PCI fixes for v4.14
 2017-10-27 20:17 UTC 

[Bug 103486] Tonga DC vblank_mode=0 not working as expected fullscreen
 2017-10-27 20:17 UTC  (2+ messages)

[RFC PATCH 00/12] AubCrash
 2017-10-27 20:17 UTC  (4+ messages)

[BUG] win2008 guest cannot get ip through sriov
 2017-10-27 20:16 UTC  (16+ messages)

[PATCH 04/11] i2c: mpc: use of_property_read_bool
 2017-10-27 20:15 UTC  (3+ messages)
` [04/11] "

[PATCH] kbuild: fix linker feature test macros when cross compiling with Clang
 2017-10-27 20:13 UTC  (5+ messages)
  ` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-10-27 20:13 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-10-27 20:13 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-10-27 20:13 UTC 

[PATCH v4] nvmet: Fix fatal_err_work deadlock
 2017-10-27 20:12 UTC 

[Qemu-devel] [PATCH] hw/display/xenfb: Simulate auto-repeat key events
 2017-10-27 20:12 UTC  (2+ messages)
`  "

[PATCH 00/18] Pile o' entry/exit/sp0 changes
 2017-10-27 20:12 UTC  (15+ messages)
` [PATCH 02/18] x86/asm/64: Split the iret-to-user and iret-to-kernel paths
` [PATCH 05/18] x86/asm/64: Shrink paranoid_exit_restore and make labels local
` [PATCH 06/18] x86/asm/64: Use pop instead of movq in syscall_return_via_sysret
` [PATCH 07/18] x86/asm/64: Merge the fast and slow SYSRET paths
` [PATCH 09/18] x86/asm/64: De-Xen-ify our NMI code
` [PATCH 10/18] x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
` [PATCH 11/18] x86/asm/64: Pass sp0 directly to load_sp0()

Data and metadata extent allocators [1/2]: Recap: The data story
 2017-10-27 20:10 UTC  (2+ messages)

Commit 0711d638 breaks mwifiex
 2017-10-27 20:10 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Clean up the mess around hdmi_12bpc_possible()
 2017-10-27 20:10 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "

[PATCH v3 0/2] refactor code and mark expected switch fall-throughs
 2017-10-27 19:48 UTC  (3+ messages)

[PATCH 0/3] centralize transport not ready request check
 2017-10-27 20:09 UTC  (3+ messages)
` [PATCH 2/3] nvme-fc: Check if queue is ready in queue_rq

[PATCH] i2c: imx: Remove a useless test in 'i2c_imx_init_recovery_info()'
 2017-10-27 20:08 UTC  (6+ messages)

[RFC 0/4] TEE mediator framework + OP-TEE mediator
 2017-10-27 20:06 UTC  (13+ messages)

[RESEND v12 0/6] cgroup-aware OOM killer
 2017-10-27 20:05 UTC  (7+ messages)

[PATCH] drm/amd/powerplay: change ASIC temperature reading on Vega10
 2017-10-27 20:06 UTC  (2+ messages)

[xen-unstable-smoke test] 115303: tolerable all pass - PUSHED
 2017-10-27 20:05 UTC 

[PATCH v16 Part II 1/8] bisect--helper: `bisect_reset` shell function in C
 2017-10-27 20:04 UTC  (3+ messages)
` [PATCH v16 Part II 6/8] bisect--helper: `get_terms` & `bisect_terms` "

[PATCH] i2c: img-scb: Add runtime PM
 2017-10-27 20:04 UTC  (2+ messages)

[PATCH linux dev-4.10 v3] drivers: i2c: fsi: Add proper abort method
 2017-10-27 20:01 UTC 

[PATCHv4] bcache: only permit to recovery read error when cache device is clean
 2017-10-27 20:00 UTC  (3+ messages)

[PATCH net-next] tcp: add tracepoint trace_tcp_retransmit_synack()
 2017-10-27 19:57 UTC  (5+ messages)

[PATCH net-next 0/7] net: dsa: add port parsing functions
 2017-10-27 19:55 UTC  (8+ messages)
` [PATCH net-next 1/7] net: dsa: get ports within parsing code
` [PATCH net-next 2/7] net: dsa: add port parse functions
` [PATCH net-next 3/7] net: dsa: get port type at parse time
` [PATCH net-next 4/7] net: dsa: check master device before put
` [PATCH net-next 5/7] net: dsa: get master device at port parsing time
` [PATCH net-next 6/7] net: dsa: get port name at parse time
` [PATCH net-next 7/7] net: dsa: remove name arg from slave create

[MPTCP] [PATCH 1/2] skbuff: Add shared control buffer
 2017-10-27 19:57 UTC 

[RFC] xfs_repair: clear file / directory attribute on symlinks
 2017-10-27 19:56 UTC  (7+ messages)

[git pull] drm fixes for v4.14-rc7
 2017-10-27 19:55 UTC  (2+ messages)

[PATCH v7 usb-next 4/4] dt-bindings: usb: xhci: include the roothub and a device in the example
 2017-10-27 19:55 UTC  (3+ messages)

[PATCH] fpga: fpga-mgr: remove unnecessary code in __fpga_mgr_get
 2017-10-27 19:55 UTC  (5+ messages)

[PATCH] drm/i915: Fix BXT lane latenccy optimal setting with MST
 2017-10-27 19:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH urgent-4.14] nvme: Fix setting logical block format when revalidating
 2017-10-27 19:51 UTC 

[GIT PULL 0/2] perf/urgent fixes
 2017-10-27 19:50 UTC  (3+ messages)
` [PATCH 1/2] perf symbols: Fix memory corruption because of zero length symbols
` [PATCH 2/2] perf tools: Unwind properly location after REJECT

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2017-10-27 19:46 UTC 

wg-quick add_route
 2017-10-27 19:48 UTC  (3+ messages)
` Fwd: "

[PATCH v2 00/13] iio: health: Add MAX30105 support to max30102 driver
 2017-10-27 19:45 UTC  (14+ messages)
` [PATCH v2 01/13] iio: health: max30102: Temperature should be in milli Celsius
` [PATCH v2 02/13] iio: health: max30102: Fix missing newline in dev_err
` [PATCH v2 03/13] iio: health: max30102: Remove inconsistent full stop in error message
` [PATCH v2 04/13] iio: health: max30102: Fix mode config values
` [PATCH v2 05/13] iio: health: max30102: Check retval of powermode function
` [PATCH v2 06/13] iio: health: max30102: Add check for part ID
` [PATCH v2 07/13] iio: health: max30102: Introduce intensity channel macro
` [PATCH v2 08/13] iio: health: max30102: Add power enable parameter to get_temp function
` [PATCH v2 09/13] iio: health: max30102: Introduce indices for LED channels
` [PATCH v2 10/13] iio: health: max30102: Move mode setting to buffer_postenable
` [PATCH v2 11/13] iio: health: max30102: Prepare for copying varying number of measurements
` [PATCH v2 12/13] iio: health: max30102: Add MAX30105 support
` [PATCH v2 13/13] dt-bindings: iio: health: Add MAX30105 support to max30102.txt

[PULL] bcache fixes and updates for-4.13
 2017-10-27 19:45 UTC  (9+ messages)
` [PATCH 01/19] bcache: Fix leak of bdev reference
  ` [PATCH 12/19] bcache: update bucket_in_use periodically

[PATCH] IB/mlx4: Use common error handling code in __mlx4_ib_create_flow()
 2017-10-27 19:44 UTC  (5+ messages)

[net PATCH 0/2] sockmap fixes
 2017-10-27 19:44 UTC  (3+ messages)
` [net PATCH 2/2] bpf: rename sk_actions to align with bpf infrastructure


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.