All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-28 19:26:34 to 2018-06-28 20:08:17 UTC [more...]

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2018-06-28 20:08 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2018-06-28 20:08 UTC 

[PATCH 1/4] drm/i915: Reduce spinlock hold time during notify_ring() interrupt
 2018-06-28 20:06 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Only trigger missed-seqno checking next to boundary

post-receive: pub/scm/linux/kernel/git/viro/vfs
 2018-06-28 20:06 UTC 

[Qemu-devel] [PULL 00/60] Misc patches for soft freeze
 2018-06-28 20:05 UTC  (61+ messages)
` [Qemu-devel] [PULL 01/60] exec: Fix MAP_RAM for cached access
` [Qemu-devel] [PULL 02/60] move public invalidate APIs out of translate-all.{c, h}, clean up
` [Qemu-devel] [PULL 03/60] chardev: don't splatter terminal settings on exit if not previously set
` [Qemu-devel] [PULL 04/60] main-loop: document IOCanReadHandler
` [Qemu-devel] [PULL 05/60] hw/char/serial: Only retry if qemu_chr_fe_write returns 0
` [Qemu-devel] [PULL 06/60] target/i386: Fix BLSR and BLSI
` [Qemu-devel] [PULL 07/60] whpx: commit missing file
` [Qemu-devel] [PULL 08/60] memory-device: turn alignment assert into check
` [Qemu-devel] [PULL 09/60] exec: check that alignment is a power of two
` [Qemu-devel] [PULL 10/60] kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed
` [Qemu-devel] [PULL 11/60] tests/atomic_add-bench: add -m option to use mutexes
` [Qemu-devel] [PULL 12/60] qemu-thread: introduce qemu-thread-common.h
` [Qemu-devel] [PULL 13/60] QemuMutex: support --enable-debug-mutex
` [Qemu-devel] [PULL 14/60] configure: enable debug-mutex if debug enabled
` [Qemu-devel] [PULL 15/60] Replace '-enable-kvm' with '-accel kvm' in docs and help texts
` [Qemu-devel] [PULL 16/60] qemu-options: Add missing newline to -accel help text
` [Qemu-devel] [PULL 17/60] pc-dimm: remove leftover "struct pc_dimms_capacity"
` [Qemu-devel] [PULL 18/60] pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*
` [Qemu-devel] [PULL 19/60] pc-dimm: rename pc_dimm_memory_* to pc_dimm_*
` [Qemu-devel] [PULL 20/60] pc-dimm: remove pc_dimm_get_free_slot() from header
` [Qemu-devel] [PULL 21/60] pc: factor out pc specific dimm checks into pc_memory_pre_plug()
` [Qemu-devel] [PULL 22/60] nvdimm: no need to overwrite get_vmstate_memory_region()
` [Qemu-devel] [PULL 23/60] hostmem: drop error variable from host_memory_backend_get_memory()
` [Qemu-devel] [PULL 24/60] pc-dimm: merge get_(vmstate_)memory_region()
` [Qemu-devel] [PULL 25/60] nvdimm: convert "unarmed" into a static property
` [Qemu-devel] [PULL 26/60] nvdimm: convert nvdimm_mr into a pointer
` [Qemu-devel] [PULL 27/60] nvdimm: make get_memory_region() perform checks and initialization
` [Qemu-devel] [PULL 28/60] pc-dimm: get_memory_region() will not fail after realize
` [Qemu-devel] [PULL 29/60] numa: report all DIMM/NVDIMMs as plugged memory
` [Qemu-devel] [PULL 30/60] osdep: work around Coverity parsing errors
` [Qemu-devel] [PULL 31/60] Deprecate the -enable-hax option
` [Qemu-devel] [PULL 32/60] pr-helper: fix --socket-path default in help
` [Qemu-devel] [PULL 33/60] pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN
` [Qemu-devel] [PULL 34/60] pr-manager-helper: avoid SIGSEGV when writing to the socket fail
` [Qemu-devel] [PULL 35/60] pr-manager: put stubs in .c file
` [Qemu-devel] [PULL 36/60] pr-manager: add query-pr-managers QMP command
` [Qemu-devel] [PULL 37/60] pr-manager-helper: report event on connection/disconnection
` [Qemu-devel] [PULL 38/60] hw/mips/jazz: create ESP device directly via qdev
` [Qemu-devel] [PULL 39/60] esp: remove legacy esp_init() function
` [Qemu-devel] [PULL 40/60] WHPX workaround bug in OSVW handling
` [Qemu-devel] [PULL 41/60] WHPX: register for unrecognized MSR exits
` [Qemu-devel] [PULL 42/60] memory/hmp: Print owners/parents in "info mtree"
` [Qemu-devel] [PULL 43/60] target-i386: Add NMI interception to SVM
` [Qemu-devel] [PULL 44/60] target-i386: Allow interrupt injection after STGI
` [Qemu-devel] [PULL 45/60] target-i386: Mark cpu_vmexit noreturn
` [Qemu-devel] [PULL 46/60] doc: another fix to "info pic"
` [Qemu-devel] [PULL 47/60] ioapic: support "
` [Qemu-devel] [PULL 48/60] ioapic: some proper indents when dump info
` [Qemu-devel] [PULL 49/60] ioapic: support "info irq"
` [Qemu-devel] [PULL 50/60] hmp: obsolete "info ioapic"
` [Qemu-devel] [PULL 51/60] kvm: support -overcommit cpu-pm=on|off
` [Qemu-devel] [PULL 52/60] i386/cpu: make -cpu host support monitor/mwait
` [Qemu-devel] [PULL 53/60] dump: add Windows dump format to dump-guest-memory
` [Qemu-devel] [PULL 54/60] dump: use system context in Windows dump
` [Qemu-devel] [PULL 55/60] dump: add fallback KDBG using "
` [Qemu-devel] [PULL 56/60] dump: add Windows live system dump
` [Qemu-devel] [PULL 57/60] hw/scsi: cleanups before VPD BL emulation
` [Qemu-devel] [PULL 58/60] hw/scsi: centralize SG_IO calls into single function
` [Qemu-devel] [PULL 59/60] hw/scsi: add VPD Block Limits emulation
` [Qemu-devel] [PULL 60/60] tests/boot-serial: Do not delete the output file in case of errors

[Qemu-devel] [PULL 00/32] target-arm queue
 2018-06-28 20:05 UTC  (6+ messages)
` [Qemu-devel] [PULL 23/32] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE

[PATCH v2 0/7] x86,tlb,mm: make lazy TLB mode even lazier
 2018-06-28 20:05 UTC  (4+ messages)
` [PATCH 3/6] x86,tlb: make lazy TLB mode lazier

post-receive: pub/scm/fs/xfs/xfsprogs-dev
 2018-06-28 20:04 UTC 

[Qemu-devel] [PATCH] doc: switch to modern syntx for VNC TLS setup
 2018-06-28 20:04 UTC  (6+ messages)

[PATCH 00/25] MIPS: ath79: convert target to pure OF
 2018-06-28 20:03 UTC  (4+ messages)
` [PATCH 04/25] MIPS: ath79: fix register address in ath79_ddr_wb_flush()

[PATCH bpf-next 08/14] bpf: introduce the bpf_get_local_storage() helper function
 2018-06-28 20:02 UTC  (2+ messages)

[PATCH] gpio: stp-xway: Implement get callback
 2018-06-28 19:57 UTC 

[Buildroot] [PATCH] trousers/tpm-tools: enable on ARC
 2018-06-28 20:02 UTC  (2+ messages)

[Buildroot] [PATCH 0/3] Enable packages for ARC external toolchain
 2018-06-28 20:02 UTC  (2+ messages)

[Buildroot] [git commit] trousers/tpm-tools: enable on ARC
 2018-06-28 20:00 UTC 

[Buildroot] [git commit] xterm: enable for ARC external toolchain
 2018-06-28 20:00 UTC 

[Buildroot] [git commit] mpv: enable for ARC external toolchain
 2018-06-28 20:00 UTC 

[Buildroot] [git commit] mpd: enable for ARC external toolchain
 2018-06-28 20:00 UTC 

[RFC 2/2] rcu: Remove ->dynticks_nmi_nesting from struct rcu_dynticks
 2018-06-28 20:02 UTC  (11+ messages)

[LTP] [PATCH 1/1] tst_test.sh: Fix check for $TST_DEVICE
 2018-06-28 19:59 UTC  (2+ messages)

[PATCH 0/3] blk-mq: improve IO perf in case of none io sched
 2018-06-28 19:58 UTC  (6+ messages)
` [PATCH 1/3] blk-mq: use list_splice_tail() to insert requests

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2018-06-28 19:58 UTC 

[PATCH net-next 1/1] tc-testing: initial version of tunnel_key unit tests
 2018-06-28 19:58 UTC  (5+ messages)

[next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks
 2018-06-28 19:57 UTC  (5+ messages)
    ` Oops in kmem_cache_free() via bioset_exit() (was Re: [next-20180601][nvme][ppc] Kernel Oops is triggered when creating lvm snapshots on nvme disks)

[PATCH] MIPS: Fix restartable sequences
 2018-06-28 19:57 UTC 

[Qemu-devel] [PATCH v2 0/6] pr-manager/qemu-pr-helper patches for QEMU 3.0
 2018-06-28 19:57 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] pr-helper: fix --socket-path default in help
` [Qemu-devel] [PATCH 2/6] pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE IN
` [Qemu-devel] [PATCH 3/6] pr-manager-helper: avoid SIGSEGV when writing to the socket fail
` [Qemu-devel] [PATCH 4/6] pr-manager: put stubs in .c file
` [Qemu-devel] [PATCH 5/6] pr-manager: add query-pr-managers QMP command
` [Qemu-devel] [PATCH 6/6] pr-manager-helper: report event on connection/disconnection

[PATCH 1/6] drm: Store the calculated vrefresh in the user mode
 2018-06-28 19:57 UTC  (7+ messages)
` [PATCH 2/6] drm: Set mode->vrefresh before mode validation
` [PATCH 3/6] drm/i915/sdvo: Fix multi function encoder stuff
` [PATCH 4/6] drm/i915/sdvo: Utilize intel_panel for fixed_mode
` [PATCH 5/6] drm/i915: Make sure panel fixed_mode has vrefresh populated
` [PATCH 6/6] drm/i915: Filter out modes that don't match the fixed mode vrefresh
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm: Store the calculated vrefresh in the user mode

[Buildroot] [PATCH] toolchain: bump ARC prebuild toolchain to arc-2018.03
 2018-06-28 19:57 UTC  (2+ messages)

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!
 2018-06-28 19:56 UTC  (2+ messages)

[Bug 107066] [Regression] Tonga can't bring up > 1 display since DC enablement
 2018-06-28 19:56 UTC  (2+ messages)

[PATCH v5 0/6] clocksource: rework Atmel TCB timer driver
 2018-06-28 19:55 UTC  (6+ messages)
` [PATCH v5 1/6] ARM: at91: add TCB registers definitions

[Qemu-devel] [RFC v3 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine
 2018-06-28 19:55 UTC  (3+ messages)
` [Qemu-devel] [RFC v3 08/10] hw/m68k: add a dummy SWIM floppy controller

[Buildroot] [PATCH 1/2] toolchain-external-linaro-aarch64-be: new package
 2018-06-28 19:55 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] support/config-fragments/autobuild: add Linaro AArch64 BE support

[PATCH 0/1] nvme: Ensure forward progress during Admin passthru
 2018-06-28 19:54 UTC  (5+ messages)
` [PATCH v2 1/1] "

iscsi_trx oops in 4.18.0-rc2 and potential patch for percpu_ida.c
 2018-06-28 19:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] dm: sunxi: Move Linksprite_pcDuino3_Nano to use DM for MMC, SATA
 2018-06-28 19:53 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] dm: sunxi: Move Cubietruck "

[Qemu-devel] CPU model versioning separate from machine type versioning ?
 2018-06-28 19:52 UTC  (2+ messages)

[Bug 107065] "BUG: unable to handle kernel paging request at 0000000000002000" at amdgpu_vm_cpu_set_ptes at S3 resume
 2018-06-28 19:52 UTC  (3+ messages)

[PATCH v5 00/10] Uprobes: Support SDT markers having reference count (semaphore)
 2018-06-28 19:51 UTC  (5+ messages)
` [PATCH v5 06/10] "

[Bug 103277] [bisected] Systems hangs on resume from S3 sleep due to "Match actual state during S3 resume" commit
 2018-06-28 19:51 UTC  (2+ messages)

[PATCH v5 0/5] leds: add devicetree functionality to lltc,lt3593 driver
 2018-06-28 19:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-06-28 19:50 UTC 

[UDF] BUG: KASAN: slab-out-of-bounds in iput+0x8df/0xa80
 2018-06-28 19:48 UTC 

[ndctl PATCH v2] ndctl: Add CONTRIBUTING.md
 2018-06-28 19:48 UTC 

[Qemu-devel] [PATCH 0/3] spapr: fix regression with older machine types
 2018-06-28 19:48 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] "

[U-Boot] [PATCH v3] drivers: spi: migrate cf_spi to DM
 2018-06-28 19:48 UTC  (5+ messages)

[U-Boot] [PATCH 0/5] net: phy: prevent uclass_eth device "node" field overwriting
 2018-06-28 19:47 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] net: phy: add ofnode node to struct phy_device
` [U-Boot] [PATCH 2/5] net: phy: dp83867: switch to use phy_get_ofnode()
` [U-Boot] [PATCH 3/5] net: phy: xilinx: "
` [U-Boot] [PATCH 4/5] drivers: net: cpsw: fix phy dt node setting
` [U-Boot] [PATCH 5/5] drivers: net: zynq_gem: "

[LTP] [RFC] [PATCH] tst_timer: Add tst_timer_expired_ms()
 2018-06-28 19:47 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2018-06-28 19:47 UTC 

post-receive: pub/scm/linux/kernel/git/j.anaszewski/linux-leds
 2018-06-28 19:47 UTC 

[GIT PULL] printk for 4.18-rc3
 2018-06-28 19:46 UTC  (4+ messages)

[PATCH] vmw_pvrdma: Release netdev when vmxnet3 module is removed
 2018-06-28 19:45 UTC  (3+ messages)

[PATCH] net: ethtool: fix spelling mistake: "tubale" -> "tunable"
 2018-06-28 19:31 UTC 

[PATCH v12 00/11] Early boot time stamps for x86
 2018-06-28 19:42 UTC  (11+ messages)
` [PATCH v12 09/11] x86/tsc: prepare for early sched_clock

[RFC PATCH ghak59 V1 0/6] audit: config_change normalizations and event record gathering
 2018-06-28 19:41 UTC  (3+ messages)
` [RFC PATCH ghak59 V1 1/6] audit: give a clue what CONFIG_CHANGE op was involved

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-06-28 19:40 UTC  (7+ messages)

[PATCH v3 1/3] pmem: only set QUEUE_FLAG_DAX for fsdax mode
 2018-06-28 19:40 UTC  (14+ messages)

[Buildroot] [git commit] toolchain: bump ARC prebuild toolchain to arc-2018.03
 2018-06-28 19:38 UTC 

[Buildroot] [PATCH] wampcc: new package
 2018-06-28 19:38 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] "
  ` [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for wampcc

[PATCH] arm64: dts: stratix10: Add SPI node clocks for Stratix10
 2018-06-28 19:37 UTC  (3+ messages)

[Buildroot] [git commit] DEVELOPERS: regroup entries for Sven Neumann
 2018-06-28 19:35 UTC 

[PATCH v3] target: add emulate_pr backstore attr to toggle PR support
 2018-06-28 19:34 UTC  (2+ messages)

[Buildroot] [Bug 11121] New: statfs call corrupts memory struct statfs too small
 2018-06-28 19:33 UTC  (2+ messages)
` [Buildroot] [Bug 11121] "

[PATCH V4 1/7] PCI: handle error return from pci_reset_bridge_secondary_bus()
 2018-06-28 19:31 UTC  (28+ messages)
` [PATCH V4 2/7] IB/hfi1: Use pci_try_reset_bus() for initiating pci secondary bus reset
` [PATCH V4 3/7] PCI: Hide pci_reset_bridge_secondary_bus() from drivers
` [PATCH V4 4/7] PCI: Unify try slot and bus reset API
` [PATCH V4 5/7] PCI: Deprecate pci_reset_bus() and pci_reset_slot() functions
` [PATCH V4 6/7] PCI: Rename pci_try_reset_bus() to pci_reset_bus()
` [PATCH V4 7/7] PCI: Handle link reset via hotplug if supported

[RFC] replace ->get_poll_head with a waitqueue pointer in struct file
 2018-06-28 19:31 UTC  (6+ messages)
` [PATCH 6/6] fs: replace f_ops->get_poll_head with a static ->f_poll_head pointer

[rocko/master][PATCH] ti-tisdk-setup: bump SRCREV for enhanced create-sdcard
 2018-06-28 19:19 UTC 

[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
 2018-06-28 19:30 UTC  (10+ messages)

[PATCH v3 0/2] Memory-to-memory media controller topology
 2018-06-28 19:29 UTC  (3+ messages)

[Buildroot] [git commit] wampcc: new package
 2018-06-28 19:28 UTC 

[ndctl PATCH] ndctl, test: Disable poison tests for now
 2018-06-28 19:28 UTC  (2+ messages)

post-receive: pub/scm/git/git
 2018-06-28 19:28 UTC 

[U-Boot] [PATCH 0/2] net: phy: ti: dp83867: add w/a for RX_CTRL pin strap and use ofnode API
 2018-06-28 19:26 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap
` [U-Boot] [PATCH 2/2] net: phy: dp83867: switch to use ofnode api


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.