All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-17 17:15:59 to 2018-05-17 18:03:54 UTC [more...]

[PATCH 1/2] drm/amdgpu: Take uvd encode rings into account in idle work
 2018-05-17 18:03 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: Take vcn "

[PATCH v1 00/11] Clean up Tegra20 cpufreq driver
 2018-05-17 18:00 UTC  (11+ messages)
` [PATCH v1 02/11] cpufreq: tegra20: Clean up whitespaces in the code
` [PATCH v1 03/11] cpufreq: tegra20: Remove EMC clock usage
` [PATCH v1 04/11] cpufreq: tegra20: Release clocks properly
` [PATCH v1 05/11] cpufreq: tegra20: Clean up included headers
` [PATCH v1 06/11] cpufreq: tegra20: Remove unneeded check in tegra_cpu_init
` [PATCH v1 07/11] cpufreq: tegra20: Check if this is Tegra20 machine
` [PATCH v1 08/11] cpufreq: tegra20: Remove unneeded variable initialization
` [PATCH v1 09/11] cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
` [PATCH v1 10/11] cpufreq: tegra20: Wrap cpufreq into platform driver
` [PATCH v1 11/11] ARM: tegra: Create platform device for tegra20-cpufreq driver

linux-next: Tree for May 17
 2018-05-17 18:03 UTC  (2+ messages)

INTMS/INTMC not being used in NVME interrupt handling
 2018-05-17 18:04 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] vfio-ccw: loosen orb flags checks
 2018-05-17 18:02 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] vfio-ccw: add force unlimited prefetch property
            ` [Qemu-devel] [qemu-s390x] "

ghes_edac: enable HIP08 platform edac driver
 2018-05-17 18:02 UTC  (2+ messages)
` [PATCH] "

post-receive: pub/scm/linux/kernel/git/clk/linux
 2018-05-17 18:02 UTC 

[Qemu-devel] [PATCH v3 00/38] target-microblaze: Add support for Extended Addressing
 2018-05-17 18:00 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 09/38] target-microblaze: Conditionalize setting of PVR11_USE_MMU
` [Qemu-devel] [PATCH v3 35/38] target-microblaze: Convert env_btarget to i64
` [Qemu-devel] [PATCH v3 36/38] target-microblaze: Use tcg_gen_movcond in eval_cond_jmp
` [Qemu-devel] [PATCH v3 37/38] target-microblaze: cpu_mmu_index: Fixup indentation
` [Qemu-devel] [PATCH v3 38/38] target-microblaze: Consolidate MMU enabled checks

Test for osstest, features used in Qubes OS
 2018-05-17 18:00 UTC  (5+ messages)

[PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
 2018-05-17 17:58 UTC  (4+ messages)

[PATCH i-g-t 1/3] igt/gem_cpu_reloc: Check HW exists before attempting to use it
 2018-05-17 17:58 UTC  (3+ messages)
` [PATCH i-g-t 2/3] igt/gem_blits: Check for blitter support before use

[PATCH] usbip: vhci_sysfs: fix potential Spectre v1
 2018-05-17 17:57 UTC  (4+ messages)
    `  "

[Qemu-devel] [PATCH] xen_pt: Present the size of 64 bit BARs correctly
 2018-05-17 17:57 UTC  (3+ messages)
`  "

[PATCH -V2 -mm] mm, hugetlbfs: Pass fault address to no page handler
 2018-05-17 17:56 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc: Keep guc submission permanently engaged
 2018-05-17 17:57 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` ✓ Fi.CI.BAT: success "

[Qemu-devel] [PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-05-17 17:57 UTC  (13+ messages)
                `  "

KASAN: use-after-free Read in timer_is_static_object
 2018-05-17 17:57 UTC  (2+ messages)

[patch net-next] nfp: flower: fix error path during representor creation
 2018-05-17 17:56 UTC  (2+ messages)

[PATCH V2 00/20] perf tools and x86 PTI entry trampolines
 2018-05-17 17:54 UTC  (5+ messages)
` [PATCH V2 03/20] x86: Add entry trampolines to kcore
` [PATCH V2 04/20] x86: kcore: Give entry trampolines all the same offset in kcore

[Qemu-devel] [PATCH v4 00/49] fix building of tests/tcg
 2018-05-17 17:47 UTC  (40+ messages)
` [Qemu-devel] [PATCH v4 01/49] docker: add "probe" command for configure
` [Qemu-devel] [PATCH v4 02/49] configure: add test for docker availability
` [Qemu-devel] [PATCH v4 03/49] configure: add support for --cross-cc-FOO
` [Qemu-devel] [PATCH v4 04/49] configure: move i386_cc to cross_cc_i386
` [Qemu-devel] [PATCH v4 05/49] configure: allow user to specify --cross-cc-cflags-foo=
` [Qemu-devel] [PATCH v4 06/49] configure: set cross_cc_FOO for host compiler
` [Qemu-devel] [PATCH v4 07/49] Makefile: Rename TARGET_DIRS to TARGET_LIST
` [Qemu-devel] [PATCH v4 08/49] docker: Add "cc" subcommand
` [Qemu-devel] [PATCH v4 09/49] docker: extend "cc" command to accept compiler
` [Qemu-devel] [PATCH v4 10/49] docker: allow "cc" command to run in user context
` [Qemu-devel] [PATCH v4 11/49] docker: Makefile.include introduce DOCKER_SCRIPT
` [Qemu-devel] [PATCH v4 12/49] tests/tcg: move architecture independent tests into subdir
` [Qemu-devel] [PATCH v4 14/49] tests/tcg/multiarch: enable additional linux-test tests
` [Qemu-devel] [PATCH v4 15/49] tests/tcg/multiarch: move most output to stdout
` [Qemu-devel] [PATCH v4 16/49] tests/tcg: move i386 specific tests into subdir
` [Qemu-devel] [PATCH v4 17/49] docker: Add fedora-i386-cross image
` [Qemu-devel] [PATCH v4 19/49] tests/tcg/i386: Build fix for hello-i386
` [Qemu-devel] [PATCH v4 20/49] tests/tcg/i386: fix test-i386
` [Qemu-devel] [PATCH v4 21/49] tests/tcg/i386: add runner for test-i386-fprem
` [Qemu-devel] [PATCH v4 22/49] tests/tcg/i386: disable i386 version of test-i386-ssse
` [Qemu-devel] [PATCH v4 23/49] tests/tcg/x86_64: add Makefile.target
` [Qemu-devel] [PATCH v4 24/49] tests/tcg/i386/test-i386: use modern vector_size attributes
` [Qemu-devel] [PATCH v4 26/49] tests/tcg: move ARM specific tests into subdir
` [Qemu-devel] [PATCH v4 28/49] tests/tcg/arm: fix up test-arm-iwmmxt test
` [Qemu-devel] [PATCH v4 29/49] tests/tcg/arm: disable -p 32768 mmap test
` [Qemu-devel] [PATCH v4 30/49] tests/tcg: enable building for AArch64
` [Qemu-devel] [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target
` [Qemu-devel] [PATCH v4 34/49] tests/tcg: enable building for MIPS
` [Qemu-devel] [PATCH v4 35/49] tests/tcg/mips: include common mips hello-mips
` [Qemu-devel] [PATCH v4 37/49] tests/tcg: enable building for ppc64
` [Qemu-devel] [PATCH v4 38/49] tests/tcg: enable building for Alpha
` [Qemu-devel] [PATCH v4 39/49] tests/tcg/alpha: add Alpha specific tests
` [Qemu-devel] [PATCH v4 40/49] tests/tcg: enable building for HPPA
` [Qemu-devel] [PATCH v4 41/49] tests/tcg: enable building for m68k
` [Qemu-devel] [PATCH v4 42/49] tests/tcg: enable building for sh4
` [Qemu-devel] [PATCH v4 43/49] tests/tcg: enable building for sparc64
` [Qemu-devel] [PATCH v4 44/49] tests/tcg: enable building for mips64
` [Qemu-devel] [PATCH v4 46/49] tests/tcg/Makefile: update to be called from Makefile.target
` [Qemu-devel] [PATCH v4 48/49] tests/Makefile.include: add [build|clean|check]-tcg targets

[PATCH] drm/dp: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT
 2018-05-17 17:53 UTC  (5+ messages)

[PATCH v8 00/24] ASoC: qcom: Add support to QDSP based Audio
 2018-05-17 17:53 UTC  (9+ messages)
` [PATCH v8 09/24] ASoC: qdsp6: q6afe: Add q6afe driver

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-17 17:53 UTC  (11+ messages)

[PATCH bpf-next 0/7] bpf: implement BPF_PERF_EVENT_QUERY for perf event query
 2018-05-17 17:50 UTC  (6+ messages)
` [PATCH bpf-next 2/7] bpf: introduce bpf subcommand BPF_PERF_EVENT_QUERY

[patch net-next] nfp: flower: set sysfs link to device for representors
 2018-05-17 17:51 UTC  (4+ messages)

[PATCH 1/5] drm/i915: Use intel_ddi_dp_voltage_max() for HSW/BDW too
 2018-05-17 17:50 UTC  (11+ messages)
` [PATCH 2/5] drm/i915: Use the same vswing->max_preemph mapping on HSW/BDW as on SKL+
` [PATCH 3/5] drm/i915: Check for IVB instead of gen7 when we think about IVB CPU eDP
` [PATCH 4/5] drm/i915: Rename SNB/IVB CPU eDP signal level funcs
` [PATCH 5/5] drm/i915: Rename the remaining gen4 references to g4x in the DP code

[PATCH v2 net-next 0/6] tcp: implement SACK compression
 2018-05-17 17:47 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()
` [PATCH v2 net-next 2/6] tcp: do not force quickack when receiving out-of-order packets
` [PATCH v2 net-next 3/6] tcp: add SACK compression
` [PATCH v2 net-next 4/6] tcp: add TCPAckCompressed SNMP counter
` [PATCH v2 net-next 5/6] tcp: add tcp_comp_sack_delay_ns sysctl
` [PATCH v2 net-next 6/6] tcp: add tcp_comp_sack_nr sysctl

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-05-17 17:50 UTC 

[PATCH 2/2] KVM: PPC: Book3S HV: send kvmppc_bad_interrupt NMIs to Linux handlers
 2018-05-17 17:49 UTC 

[PATCH 1/2] KVM: PPC: Book3S: HV: Fix kvmppc_bad_host_intr for real mode interrupts
 2018-05-17 17:49 UTC 

[PATCH 0/2] kvmppc bad host interrupt improvements
 2018-05-17 17:49 UTC 

[PATCH] net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
 2018-05-17 17:48 UTC  (3+ messages)

[PATCH 1/2] net/mlx4: fix inadequate default in RSS converter
 2018-05-17 17:46 UTC  (3+ messages)
` [PATCH 2/2] net/mlx4: refactor RSS conversion functions

[PATCH v4] *** PCI: kirin: MSI patch discription ***
 2018-05-17 17:46 UTC  (3+ messages)
` [PATCH v4] PCI: kirin: Add MSI support

[PATCH] net/sfc: fix errno value if flow API RSS action parse fails
 2018-05-17 17:45 UTC  (2+ messages)
` [dpdk-stable] "

post-receive: pub/scm/docs/kernel/website
 2018-05-17 17:45 UTC 

[PATCH v3 0/2] PVH GDT fixes
 2018-05-17 17:47 UTC  (5+ messages)
` [PATCH v3 1/2] xen/PVH: Set up GS segment for stack canary

[PATCH] vfs: change iterate_supers callback to take an int arg instead of a void *
 2018-05-17 17:43 UTC  (2+ messages)
` [PATCH v2] vfs: avoid dereferencing pointers in iterate_supers callbacks

[PATCHv3] xen: Add EFI_LOAD_OPTION support
 2018-05-17 17:42 UTC  (7+ messages)

linux-next: a new pending-fixes branch
 2018-05-17 17:42 UTC  (3+ messages)

Request for -stable inclusion: time stamping fix for nfp
 2018-05-17 17:41 UTC  (3+ messages)

[PATCH] selftests/bpf: check return value of fopen in test_verifier.c
 2018-05-17 17:39 UTC 

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-05-17 17:39 UTC  (10+ messages)
` [patch net-next RFC 04/12] dsa: set devlink port attrs for dsa ports

[PATCH 1/2] Revert "drm/amdgpu/vg20:Restruct uvd.idle_work to support multiple instance (v2)"
 2018-05-17 17:38 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: count fences from all uvd instances in idle handler

[PATCH v7 0/3] drm: Introduce writeback connectors
 2018-05-17 16:43 UTC  (9+ messages)
` [PATCH v7 1/3] drm: Add writeback connector type
` [PATCH v7 2/3] drm: writeback: Add out-fences for writeback connectors
` [PATCH v7 3/3] drm: writeback: Add client capability for exposing "

post-receive: pub/scm/linux/kernel/git/jlayton/linux
 2018-05-17 17:37 UTC 

[PATCH] mm/dmapool: localize page allocations
 2018-05-17 17:36 UTC  (3+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-05-17 17:34 UTC  (5+ messages)
` [PATCH v11 01/26] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT

[ANNOUNCE] xfs-linux: for-next updated to 19e129618d47
 2018-05-17 17:32 UTC 

[RFC] mm, THP: Map read-only text segments using large THP pages
 2018-05-17 17:31 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/frederic/linux-dynticks
 2018-05-17 17:31 UTC 

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2018-05-17 17:30 UTC 

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2018-05-17 17:30 UTC 

[PATCH v4 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig
 2018-05-17 17:28 UTC  (3+ messages)

[xen-4.10-testing test] 122837: tolerable FAIL - PUSHED
 2018-05-17 17:28 UTC 

[PATCH 0/2] bpf: sockmap, fix uninitialized variable and double-free
 2018-05-17 17:27 UTC  (5+ messages)
` [PATCH 1/2] bpf: sockmap, fix uninitialized variable
` [PATCH 2/2] bpf: sockmap, fix double-free

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2018-05-17 17:27 UTC 

[PATCH v3] arm64: signal: Report signal frame size to userspace via auxv
 2018-05-17 17:27 UTC  (3+ messages)

post-receive: pub/scm/fs/xfs/xfs-linux
 2018-05-17 17:25 UTC 

post-receive: pub/scm/fs/xfs/xfs-linux
 2018-05-17 17:25 UTC 

[PATCH RFC 0/6] hwmon: Add support for Raspberry Pi voltage sensor
 2018-05-17 17:25 UTC  (8+ messages)
` [PATCH RFC 3/6] hwmon: Add support for RPi "

[PATCH v3 0/2] iomap: swapfile tweaks
 2018-05-17 17:23 UTC  (2+ messages)

[PATCH v10 0/8] vsp1: TLB optimisation and DL caching
 2018-05-17 17:24 UTC  (9+ messages)
` [PATCH v10 1/8] media: vsp1: Reword uses of 'fragment' as 'body'
` [PATCH v10 2/8] media: vsp1: Protect bodies against overflow
` [PATCH v10 3/8] media: vsp1: Provide a body pool
` [PATCH v10 4/8] media: vsp1: Convert display lists to use new "
` [PATCH v10 5/8] media: vsp1: Use reference counting for bodies
` [PATCH v10 6/8] media: vsp1: Refactor display list configure operations
` [PATCH v10 7/8] media: vsp1: Adapt entities to configure into a body
` [PATCH v10 8/8] media: vsp1: Move video configuration to a cached dlb

[PATCH INTERNAL 0/3] Add Broadcom PAXC related quirks
 2018-05-17 17:23 UTC  (5+ messages)
` [PATCH INTERNAL 1/3] PCI: iproc: Activate PAXC bridge quirk for more devices
` [PATCH INTERNAL 2/3] PCI: iproc: Fix up corrupted PAXC root complex config registers
` [PATCH INTERNAL 3/3] PCI: iproc: Disable MSI parsing in certain PAXC blocks

[Qemu-devel] [PATCH v2 00/10] intel-iommu: nested vIOMMU, cleanups, bug fixes
 2018-05-17 17:23 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 09/10] intel-iommu: don't unmap all for shadow page table

post-receive: pub/scm/linux/kernel/git/kbingham/rcar
 2018-05-17 17:23 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-05-17 17:23 UTC 

Revert "dmaengine: pl330: add DMA_PAUSE feature"
 2018-05-17 17:22 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 4.17-rc6
 2018-05-17 17:21 UTC 

[Intel-wired-lan] [jkirsher-next-queue:10GbE] BUILD SUCCESS 43c89b16427f97607cdc9a64fe2a84935568af64
 2018-05-17 17:22 UTC 

[PATCH] grep: handle corrupt index files early
 2018-05-17 17:21 UTC  (6+ messages)

[PATCH v4 00/12] Btrfs: orphan and truncate fixes
 2018-05-17 17:18 UTC  (3+ messages)
` [PATCH v4 03/12] Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()

[PATCH ghak81 V3a] fixup! audit: collect audit task parameters
 2018-05-17 17:20 UTC 

[PATCH] arm64/sve: Write ZCR_EL1 on context switch only if changed
 2018-05-17 17:20 UTC  (2+ messages)

[PATCH v3 0/2] IR decoding using BPF
 2018-05-17 17:17 UTC  (3+ messages)
` [PATCH v3 2/2] bpf: add selftest for rawir_event type program

[PATCH net v2] net: test tailroom before appending to linear skb
 2018-05-17 17:18 UTC  (2+ messages)

[PATCH v4] media: Remove depends on HAS_DMA in case of platform dependency
 2018-05-17 17:18 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-05-17 17:17 UTC 

[PATCH 03/25] zfcp: fix misleading REC trigger trace where erp_action setup failed
 2018-05-17 17:14 UTC  (2+ messages)
` [PATCH 04/25] zfcp: fix missing REC trigger trace on terminate_rport_io early return

post-receive: pub/scm/linux/kernel/git/kbingham/rcar
 2018-05-17 17:16 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-05-17 17:16 UTC 

post-receive: pub/scm/virt/kvm/kvm
 2018-05-17 17:15 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.