All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-23 22:49:57 to 2018-02-24 00:43:37 UTC [more...]

[PATCH v3 0/6] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-24  0:43 UTC  (7+ messages)
` [PATCH v3 1/6] dax: fix vma_is_fsdax() helper
` [PATCH v3 2/6] dax: fix dax_mapping() definition in the FS_DAX=n + DEV_DAX=y case
` [PATCH v3 3/6] xfs, dax: introduce IS_FSDAX()
` [PATCH v3 4/6] dax: fix S_DAX definition
` [PATCH v3 5/6] dax: short circuit vma_is_fsdax() in the CONFIG_FS_DAX=n case

[PATCH] KVM: x86: move LAPIC initialization after VMCS creation
 2018-02-24  0:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/31] Add ARMv8.2 half-precision functions
 2018-02-24  0:42 UTC  (19+ messages)
` [Qemu-devel] [PATCH v3 03/31] target/arm/cpu.h: update comment for half-precision values
` [Qemu-devel] [PATCH v3 04/31] target/arm/cpu.h: add additional float_status flags
` [Qemu-devel] [PATCH v3 13/31] arm/translate-a64: add FP16 pairwise ops simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v3 14/31] arm/translate-a64: add FP16 FMULX/MLS/FMLA to simd_indexed
` [Qemu-devel] [PATCH v3 17/31] arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v3 19/31] arm/translate-a64: add FP16 FCMxx (zero) "
` [Qemu-devel] [PATCH v3 21/31] arm/translate-a64: add FP16 FNEG/FABS "
` [Qemu-devel] [PATCH v3 22/31] arm/helper.c: re-factor recpe and add recepe_f16
` [Qemu-devel] [PATCH v3 28/31] arm/translate-a64: add FP16 FMOV to simd_mod_imm

[PATCH 4.4 000/193] 4.4.118-stable review
 2018-02-24  0:40 UTC  (6+ messages)
` [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

[PATCH 1/5] drm/i915: Improve PSR activation timing
 2018-02-24  0:40 UTC  (12+ messages)
` [PATCH 2/5] drm/i915/psr: Kill scheduled work for Core platforms
` [PATCH 3/5] drm/i915/psr: Display WA 0884 applied broadly for more HW tracking
` [PATCH 4/5] drm/i915/psr: Display WA #1110
` [PATCH 5/5] drm/i915/psr: Display WA #1130: bxt, glk

[PATCH v2] riscv: Add install target to Makefile
 2018-02-24  0:40 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/palmer/linux
 2018-02-24  0:39 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-02-24  0:39 UTC 

[PATCH 4.15 00/45] 4.15.6-stable review
 2018-02-24  0:38 UTC  (3+ messages)

[PATCH 3.18 00/58] 3.18.96-stable review
 2018-02-24  0:37 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2018-02-24  0:37 UTC 

[PATCH 4.14 000/159] 4.14.22-stable review
 2018-02-24  0:36 UTC  (4+ messages)

[PATCH 00/10] Enabling VDSC in i915 driver for GLK
 2018-02-24  0:39 UTC  (6+ messages)
` [PATCH 01/10] drm: i915: Defining Compression Capabilities
` [PATCH 02/10] drm: i915: Get DSC capability from DP sink

[PATCH 4.9 000/145] 4.9.84-stable review
 2018-02-24  0:36 UTC  (2+ messages)

Issue in switching branches with different submodules
 2018-02-24  0:36 UTC  (2+ messages)

[rcu] 858c7b0986: BUG:KASAN:null-ptr-deref_in__lock_acquire
 2018-02-24  0:31 UTC  (2+ messages)

[PATCH v4 0/3] Kconfig: Print reverse dependencies in groups
 2018-02-24  0:31 UTC  (12+ messages)

[Qemu-devel] [RFC v4 00/21] blockjobs: add explicit job management
 2018-02-24  0:30 UTC  (23+ messages)
` [Qemu-devel] [RFC v4 01/21] blockjobs: fix set-speed kick
` [Qemu-devel] [RFC v4 02/21] blockjobs: model single jobs as transactions
` [Qemu-devel] [RFC v4 03/21] blockjobs: add manual property
` [Qemu-devel] [RFC v4 04/21] blockjobs: add status enum
` [Qemu-devel] [RFC v4 05/21] blockjobs: add state transition table
` [Qemu-devel] [RFC v4 06/21] iotests: add pause_wait
` [Qemu-devel] [RFC v4 07/21] blockjobs: add block_job_verb permission table
` [Qemu-devel] [RFC v4 08/21] blockjobs: add ABORTING state
` [Qemu-devel] [RFC v4 09/21] blockjobs: add CONCLUDED state
` [Qemu-devel] [RFC v4 10/21] blockjobs: add NULL state
` [Qemu-devel] [RFC v4 11/21] blockjobs: add block_job_dismiss
` [Qemu-devel] [RFC v4 12/21] blockjobs: ensure abort is called for cancelled jobs
` [Qemu-devel] [RFC v4 13/21] blockjobs: add commit, abort, clean helpers
` [Qemu-devel] [RFC v4 14/21] blockjobs: add block_job_txn_apply function
` [Qemu-devel] [RFC v4 15/21] blockjobs: add prepare callback
` [Qemu-devel] [RFC v4 16/21] blockjobs: add waiting status
` [Qemu-devel] [RFC v4 17/21] blockjobs: add PENDING status and event
` [Qemu-devel] [RFC v4 18/21] blockjobs: add block-job-finalize
` [Qemu-devel] [RFC v4 19/21] blockjobs: Expose manual property
` [Qemu-devel] [RFC v4 20/21] iotests: test manual job dismissal
` [Qemu-devel] [RFC v4 21/21] blockjobs: add manual_mgmt option to transactions

[PATCH 0/2] Preparatory to add read_mirror mount option
 2018-02-24  0:28 UTC  (5+ messages)
` [PATCH 1/2] btrfs: drop num argument from find_live_mirror()
` [PATCH 2/2] btrfs: drop optimal "

Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest
 2018-02-24  0:27 UTC  (5+ messages)

[RFC PATCH v17 0/7] mm: security: ro protection for dynamic data
 2018-02-24  0:26 UTC  (9+ messages)
` [PATCH 4/7] Protectable Memory
` [PATCH 7/7] Documentation for Pmalloc

[ndctl PATCH] ndctl, test: fix tests that use error injection on older kernels
 2018-02-24  0:29 UTC  (2+ messages)

v4.16-rc2 nvme_rdma ib_destroy_qp() warns about MRs
 2018-02-24  0:23 UTC 

[PATCH v2 0/6] fs/dcache: avoid trylock loops
 2018-02-24  0:22 UTC  (10+ messages)
` [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list()
            ` [BUG] lock_parent() breakage when used from shrink_dentry_list() (was Re: [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list())

[PATCH v2 00/27] protocol version 2
 2018-02-24  0:19 UTC  (11+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 07/35] connect: convert get_remote_heads to use struct packet_reader
  ` [PATCH v3 13/35] ls-refs: introduce ls-refs server command

[PATCH v1 1/2] perf/core: Add API to look up PMU type by name
 2018-02-24  0:19 UTC  (4+ messages)
` [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU

[PATCH] KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE command
 2018-02-24  0:19 UTC  (2+ messages)

[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
 2018-02-24  0:17 UTC  (12+ messages)
                  ` [virtio-dev] "

[PATCH 0/4] KVM: SVM: kbuild test robot warning fixes
 2018-02-24  0:16 UTC  (2+ messages)

[PATCH] btrfs: Relax memory barrier in btrfs_tree_unlock
 2018-02-24  0:14 UTC  (2+ messages)

Removing architectures without upstream gcc support
 2018-02-24  0:15 UTC  (9+ messages)
        ` [OpenRISC] "

[Qemu-devel] [PATCH 0/7] RFC: ovmf: preliminary TPM2 support
 2018-02-24  0:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependency
  ` [Qemu-devel] [edk2] "

[PATCH 1/3] rtc: pcf85363: add .max_register in regmap_config
 2018-02-24  0:08 UTC  (4+ messages)
` [PATCH] rtc: pcf85363: set time accurately
` [PATCH 2/3] rtc: pcf85363: add alarm support
` [PATCH 3/3] rtc: pcf85363: set time accurately

[PATCH bpf-next 0/6] Few x64 jit improvements to shrink image size
 2018-02-24  0:08 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf, x64: save one byte per shl/shr/sar when imm is 1
` [PATCH bpf-next 2/6] bpf, x64: save several bytes by using mov over movabsq when possible
` [PATCH bpf-next 3/6] bpf, x64: save several bytes when mul dest is r0/r3 anyway
` [PATCH bpf-next 4/6] bpf, x64: save few bytes when mul is in alu32
` [PATCH bpf-next 5/6] bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpf
` [PATCH bpf-next 6/6] bpf: add various jit test cases

[PATCH v11 0/7] Address error and recovery for AER and DPC
 2018-02-24  0:07 UTC  (8+ messages)
` [PATCH v11 2/7] PCI/AER: factor out error reporting from AER
` [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC

[PATCH 0/3] mfd: cros_ec: add support for USBPD charger driver
 2018-02-24  0:05 UTC  (3+ messages)
` [PATCH 2/3] power: supply: add cros-ec USB PD "

[RFC PATCH] nvme-pci: Bounce buffer for interleaved metadata
 2018-02-24  0:05 UTC 

[PATCH v2 0/8] PECI device driver introduction
 2018-02-24  0:00 UTC  (11+ messages)
` [PATCH v2 7/8] [PATCH 7/8] drivers/hwmon: Add a generic PECI hwmon client driver

[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
 2018-02-23 23:59 UTC  (13+ messages)

[PATCH 0/2] audit boot parameter cleanups
 2018-02-23 23:58 UTC  (3+ messages)

[PATCH 9/9] scsi: ufs: Add clock ungating to a separate workqueue
 2018-02-23 23:57 UTC  (2+ messages)

fs was hung and sort of full
 2018-02-23 23:53 UTC  (3+ messages)

[PATCH] xfs: do not log/recover swapext extent owner changes for deleted inodes
 2018-02-23 23:49 UTC 

[PATCH 04/10] KVM: Introduce a new guest mapping API
 2018-02-23 23:48 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] target/sh4: translator loop conversion
 2018-02-23 23:44 UTC  (2+ messages)

[PATCH 2/4] Staging: gdm724x: hci: Changed camel-case to snake-case
 2018-02-23 23:46 UTC  (2+ messages)
` [PATCH] staging: gdm724x: hci: Remove unused struct sdu_header

[mmotm:master 72/152] fs/notify/group.c:41:3: error: implicit declaration of function 'mem_cgroup_put'
 2018-02-23 23:45 UTC 

[PATCH 00/10] KVM/X86: Handle guest memory that does not have a struct page
 2018-02-23 23:45 UTC  (4+ messages)
` [PATCH 05/10] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap

[PATCH] btrfs: Remove redundant memory barriers
 2018-02-23 23:42 UTC  (2+ messages)

[GSoC][PATCH v2] ref-filter: Make "--contains <id>" less chatty if <id> is invalid
 2018-02-23 23:44 UTC  (3+ messages)

IPVS trouble shooting tips in Kubernetes kube-proxy ipvs mode
 2018-02-23 23:43 UTC 

[PATCH 0/7] vulkan: Add direct display extensions
 2018-02-23 23:43 UTC  (6+ messages)
` [PATCH 1/7] vulkan: Add KHR_display extension to anv and radv using DRM

[PATCH iproute2-next v3 0/8] iplink: Improve iplink_parse()
 2018-02-23 23:41 UTC  (3+ messages)
` [PATCH iproute2-next v3 2/8] iplink: Correctly report error when network device isn't found

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-02-23 23:39 UTC  (12+ messages)
` [PATCH 01/11] t: prevent '-x' tracing from interfering with test helpers' stderr
` [PATCH 02/11] t: add means to disable '-x' tracing for individual test scripts
` [PATCH 03/11] t1507-rev-parse-upstream: don't check the stderr of a shell function
` [PATCH 04/11] t3030-merge-recursive: don't check the stderr of a subshell
` [PATCH 05/11] t5500-fetch-pack: "
` [PATCH 06/11] t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
` [PATCH 07/11] t5570-git-daemon: don't check the stderr of a subshell
` [PATCH 08/11] t9903-bash-prompt: don't check the stderr of __git_ps1()
` [PATCH 09/11] t1510-repo-setup: mark as untraceable with '-x'
` [PATCH 10/11] t/README: add a note about don't saving stderr of compound commands
` [PATCH 11/11] travis-ci: run tests with '-x' tracing

[U-Boot] Please pull u-boot-video/master
 2018-02-23 23:39 UTC 

[Bug 101475] Max Core Profile for OpenGL showing 0.0
 2018-02-23 23:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v8 00/21] add byte-based block_status driver callbacks
 2018-02-23 23:38 UTC  (6+ messages)
` [Qemu-devel] [PATCH v8 09/21] null: Switch to .bdrv_co_block_status()

[PATCH v3 0/2] KVM: MSR-based features
 2018-02-23 23:38 UTC  (2+ messages)

[PATCH v2 00/27] btrfs-progs: introduce libbtrfsutil, "btrfs-progs as a library"
 2018-02-23 23:33 UTC  (14+ messages)
` [PATCH v2 06/27] libbtrfsutil: add btrfs_util_create_subvolume()
` [PATCH v2 14/27] libbtrfsutil: add btrfs_util_deleted_subvolumes()
` [PATCH v2 23/27] btrfs-progs: use libbtrfsutil for subvol sync
` [PATCH v2 26/27] btrfs-progs: use libbtrfsutil for subvolume list

post-receive: pub/scm/virt/kvm/kvm
 2018-02-23 23:32 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS c58873dae01791e150d904891b9c265f65a54d6a
 2018-02-23 23:32 UTC 

[PATCH v2 03/10] drm/sun4i: Protect the TCON pixel clocks
 2018-02-23 23:31 UTC  (4+ messages)
` [v2,03/10] "

Invalid module format
 2018-02-23 23:29 UTC  (2+ messages)

[tpm2] [tpm2-software/tpm2-tools] 031f72: Update README.md
 2018-02-23 23:26 UTC 

[PATCH 0/3] Teach 'test_must_fail' to save the command's stderr to a file
 2018-02-23 23:26 UTC  (4+ messages)
` [PATCH 2/3] t: teach "

[v1 0/1] Allow deferred page initialization for xen pv
 2018-02-23 23:25 UTC  (6+ messages)
` [v1 1/1] xen, mm: Allow deferred page initialization for xen pv domains

[Bug 105018] Kernel panic when waking up after screen goes blank
 2018-02-23 23:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] xilinx_spips: Update CS assertion when striping
 2018-02-23 23:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] xilinx_spips: Enable only two slaves when reading/writing with stripe
` [Qemu-devel] [PATCH v2 2/2] xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2018-02-23 23:22 UTC 

[PATCH] xfs/444: test log replay after XFS_IOC_SWAPEXT
 2018-02-23 23:21 UTC  (4+ messages)

[PATCH] drm/i915: Disable SAGV on pre plane update
 2018-02-23 23:18 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Disable SAGV on pre plane update. (rev2)
  ` [PATCH v3] drm/i915: Disable SAGV on pre plane update

[PATCHv2 00/16] Moving global state into the repository object (part 1)
 2018-02-23 23:18 UTC  (12+ messages)
` [PATCHv3 00/27] "
  ` [PATCH 15/27] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
  ` [PATCH 16/27] sha1_file: add repository argument to sha1_file_name
  ` [PATCH 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories

[igt-dev] [PATCH i-g-t v4 01/11] lib/igt_dummyload: add igt_cork
 2018-02-23 23:16 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v4 02/11] lib/igt_gt: add intel_measure_ring_size

[PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
 2018-02-23 23:16 UTC  (5+ messages)
` [PATCH 0/2] Fix initializing the_hash_algo
  ` [PATCH 2/2] Revert "repository: pre-initialize hash algo pointer"

[Qemu-devel] [Bug 1688231] [NEW] [Qemu-ppc] sendkey is not working for any of the keystrokes
 2018-02-23 23:09 UTC  (2+ messages)
` [Qemu-devel] [Bug 1688231] "

[igt-dev] [PATCH i-g-t] igt: Make LibUdev mandatory
 2018-02-23 23:14 UTC  (2+ messages)

[PATCH] Fix NULL pointer exception in find_bio_stripe()
 2018-02-23 23:09 UTC  (2+ messages)

I'd like to contribute but I don't know how
 2018-02-23 23:11 UTC  (5+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 55736dc7ac9172fbda47a81de0debf8df41d3ccd
 2018-02-23 23:01 UTC 

[PATCH 1/1] btrfs: remove assert in btrfs_init_dev_replace_tgtdev()
 2018-02-23 22:56 UTC  (2+ messages)

[PATCH 1/1] btrfs: fix NPD when target device is missing
 2018-02-23 22:55 UTC  (2+ messages)

[PATCH] sequencer: factor out strbuf_read_file_or_whine()
 2018-02-23 22:55 UTC  (6+ messages)
  ` [PATCH] strbuf_read_file(): preserve errno across close() call

post-receive: pub/scm/git/git
 2018-02-23 22:55 UTC 

[PATCH] drm/i915: Disable SAGV on pre plane update
 2018-02-23 22:52 UTC  (2+ messages)
` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-02-23 22:50 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-02-23 22:49 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.