All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-25 15:12:28 to 2020-03-25 15:41:27 UTC [more...]

[LTP] [PATCH 2/2] Use SAFE_RUNCMD()
 2020-03-25 17:07 UTC  (11+ messages)

[PATCH 2/4] SWDEV-227334 - No need support vcn decode
 2020-03-25 15:41 UTC  (8+ messages)
` [PATCH 3/4] SWDEV-227979 - Add 4k resolution for virtual display
` [PATCH 4/4] SWDEV-226663 - Ignore the not supported error from psp

[PATCH v2 00/13] Add generic MFD i.MX mix and audiomix support
 2020-03-25 15:38 UTC  (21+ messages)
` [PATCH v2 01/13] mfd: Add i.MX generic mix support
` [PATCH v2 02/13] Documentation: mfd: Add DT bindings for i.MX Audiomix
` [PATCH v2 03/13] arm64: dts: imx8mp: Add AIPS 4 and 5
` [PATCH v2 04/13] arm64: dts: imx8mp: Add audiomix node
` [PATCH v2 05/13] clk: imx: gate2: Allow single bit gating clock
` [PATCH v2 06/13] clk: imx: pll14xx: Add the device as argument when registering
` [PATCH v2 07/13] clk: imx: Add helpers for passing the device as argument
` [PATCH v2 08/13] dt-bindings: clocks: imx8mp: Add ids for audiomix clocks
` [PATCH v2 09/13] clk: imx: Add audiomix clock controller support
` [PATCH v2 10/13] arm64: dts: imx8mp: Add audiomix clock controller node
` [PATCH v2 11/13] dt-bindings: reset: imx8mp: Add ids for audiomix reset
` [PATCH v2 12/13] reset: imx: Add audiomix reset controller support
` [PATCH v2 13/13] arm64: dts: imx8mp: Add audiomix reset controller node

[PATCH v6 14/16] pidfd: Use new infrastructure to fix deadlocks in execve
 2020-03-25 15:40 UTC  (2+ messages)

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-25 15:41 UTC  (4+ messages)
` [PATCH v3 14/37] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook

[PATCH] null_blk: add 'memory_backed' module parameter
 2020-03-25 15:40 UTC 

[PATCH v4 00/15] Ram blocks with resizeable anonymous allocations under POSIX
 2020-03-25 15:34 UTC  (17+ messages)
` [PATCH v4 03/15] util: vfio-helpers: Factor out removal from qemu_vfio_undo_mapping()
` [PATCH v4 07/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v4 10/15] util/mmap-alloc: Prepare for resizeable mmaps
` [PATCH v4 11/15] util/mmap-alloc: Implement "
` [PATCH v4 12/15] util: vfio-helpers: Implement ram_block_resized()
` [PATCH v4 13/15] util: oslib: Resizeable anonymous allocations under POSIX
` [PATCH v4 14/15] numa: Introduce ram_block_notifiers_support_resize()
` [PATCH v4 15/15] exec: Ram blocks with resizeable anonymous allocations under POSIX

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-25 15:40 UTC  (4+ messages)
` [PATCH v2 01/11] block: factor out requeue handling from dispatch code

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-03-25 15:40 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix the missing braces
 2020-03-25 15:39 UTC 

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-25 15:39 UTC  (3+ messages)
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code

[PATCH V2 0/2] selinux-testsuite: Use native filesystem for tests
 2020-03-25 15:38 UTC  (3+ messages)

Bug URGENT Report with new kernel 5.5.10-5.6-rc6
 2020-03-25 15:38 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] runner: Only show the kmsg underflow/overflow message once
 2020-03-25 15:38 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for runner: Only show the kmsg underflow/overflow message once (rev2)

[PATCH] arm: dts: rockchip: rk3399-roc-pc: Enable FE1.1 USB 2.0 HUB on roc-rk3399-pc
 2020-03-25 15:37 UTC 

[PATCH v12 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-03-25 15:36 UTC  (7+ messages)
` [PATCH v12 3/5] clk / soc: mediatek: Move mt8173 MMSYS to platform driver

[PATCH V4 0/4] Add support for WLED5
 2020-03-25 15:37 UTC  (8+ messages)
` [PATCH V4 2/4] backlight: qcom-wled: Add callback functions
` [PATCH V4 3/4] backlight: qcom-wled: Add WLED5 bindings

[dpdk-dev] [PATCH] net/mlx5: fix metadata for compressed Rx CQEs
 2020-03-25 15:37 UTC  (2+ messages)

rv200 video corruption caused by what? kernel? Xserver? DDX? Mesa?
 2020-03-25 15:36 UTC 

[PATCH V3 00/13] net: smc911x: Convert to DM
 2020-03-25 15:36 UTC  (14+ messages)
` [PATCH V3 01/13] net: smc911x: Remove pkt_data_{push,pull}
` [PATCH V3 02/13] net: smc911x: Replace malloc()+memset() with calloc()
` [PATCH V3 03/13] net: smc911x: Rename smc911x_rx() to smc911x_recv()
` [PATCH V3 04/13] net: smc911x: Invert the logic in smc911x_miiphy_{read, write}()
` [PATCH V3 05/13] net: smc911x: Fix potential memleak() in init fail path
` [PATCH V3 06/13] net: smc911x: Pull MII registration into separate function
` [PATCH V3 07/13] net: smc911x: Inline all functions from header file
` [PATCH V3 08/13] net: smc911x: Drop weak alias from 32bit accessors
` [PATCH V3 09/13] net: smc911x: Convert IO accessors to {read, write}{w, l}()
` [PATCH V3 10/13] net: smc911x: Pass around driver private data
` [PATCH V3 11/13] net: smc911x: Clean up the status handling in smc911x_recv()
` [PATCH V3 12/13] net: smc911x: Split non-DM specific bits from common code
` [PATCH V3 13/13] net: smc911x: Add DM support

am335x: load a kernel with integrated initramfs
 2020-03-25 15:36 UTC  (8+ messages)

grub/head build with pre-release GCC10 ; fail @ "grub-core/disk/mdraid1x_linux.c:181:15: error: ..."
 2020-03-25 15:35 UTC  (4+ messages)
` disk/mdraid1x_linux.c:181:15: warning: array subscript

status of kvm.git
 2020-03-25 15:35 UTC  (2+ messages)

Help
 2020-03-25 15:34 UTC  (2+ messages)

[PATCH] drm/ttm: clean up the inteface which is not used
 2020-03-25 15:34 UTC  (2+ messages)

[RFC PATCH 00/11] Finer grained kernel address space randomization
 2020-03-25 15:34 UTC  (5+ messages)
` [RFC PATCH 05/11] x86: Makefile: Add build and config option for CONFIG_FG_KASLR

[PATCHv3 00/40] ata: kill ATA_DEBUG
 2020-03-25 15:34 UTC  (5+ messages)
` [PATCH 04/40] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros

[PATCH v2 0/3] scsi: qla2xxx: fixes for driver unloading
 2020-03-25 15:34 UTC  (4+ messages)
` [PATCH v2 2/3] scsi: qla2xxx: don't shut down firmware before closing sessions

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-25 15:33 UTC  (3+ messages)

[PATCH 0/4] spapr: Get rid of CAS reboot flag
 2020-03-25 15:25 UTC  (5+ messages)
` [PATCH 1/4] spapr: Don't check capabilities removed between CAS calls
` [PATCH 2/4] spapr: Simplify selection of radix/hash during CAS
` [PATCH 3/4] spapr/cas: Separate CAS handling from rebuilding the FDT
` [PATCH 4/4] spapr: Drop CAS reboot flag

[PATCH 00/12] net: smc911x: Convert to DM
 2020-03-25 15:32 UTC  (5+ messages)

linux-next: Tree for Mar 25
 2020-03-25 15:32 UTC  (3+ messages)
` linux-next: Tree for Mar 25 (arch/x86/kvm/)

[Cluster-devel] [PATCH v10 00/25] Change readahead API
 2020-03-25 15:32 UTC  (10+ messages)
` [Cluster-devel] [PATCH v10 24/25] fuse: Convert from readpages to readahead
          ` [f2fs-dev] "
          `  "
          ` [Ocfs2-devel] "

[PATCH v4 2/5] receive-pack: add new proc-receive hook
 2020-03-25 15:32 UTC  (5+ messages)
` [PATCH 2/3] send-pack: mark failure of atomic push properly
` [PATCH 3/3] transport-helper: enforce atomic in push_refs_with_push

[PATCH] clk: Pass correct arguments to __clk_hw_register_gate()
 2020-03-25 15:32 UTC  (3+ messages)

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2020-03-25 15:31 UTC  (17+ messages)
` arm-smmu-v3 high cpu usage for NVMe

[PATCH V2 00/13] net: smc911x: Convert to DM
 2020-03-25 15:31 UTC  (4+ messages)
` [PATCH V2 02/13] net: smc911x: Replace malloc()+memset() with calloc()

[oe][meta-oe][PATCH] turbostat: Fix build failure for missing kernel internal heaers and clean up
 2020-03-25 15:30 UTC  (2+ messages)

[PULL for 5.0-rc1 00/11] testing updates (+ one mttcg change)
 2020-03-25 15:15 UTC  (12+ messages)
` [PULL 01/11] tests/vm: write raw console log
` [PULL 02/11] tests/vm: move vga setup
` [PULL 03/11] tests/vm: update FreeBSD to 12.1
` [PULL 04/11] tests/vm: update NetBSD to 9.0
` [PULL 05/11] tests/vm: fix basevm config
` [PULL 06/11] configure: disable MTTCG for MIPS guests
` [PULL 07/11] tests/docker: Keep package list sorted
` [PULL 08/11] tests/docker: Install gcrypt devel package in Debian image
` [PULL 09/11] tests/docker: Use Python3 PyYAML in the Fedora image
` [PULL 10/11] tests/docker: Add libepoxy and libudev packages to "
` [PULL 11/11] .travis.yml: Add a KVM-only s390x job

[f2fs-dev] fstrim does not recognize FSVER=1.13 of F2FS partitions
 2020-03-25 15:28 UTC  (9+ messages)

[PATCH v2 0/8] hantro: set of small cleanups and fixes
 2020-03-25 15:28 UTC  (5+ messages)
` [PATCH v2 3/8] hantro: Use v4l2_m2m_buf_done_and_job_finish

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-03-25 15:16 UTC  (9+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "
` [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection

[PATCH v3 0/3] Convert thermal bindings to yaml
 2020-03-25 15:28 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: thermal: Add yaml bindings for thermal cooling-devices

[PATCH 1/2] net: phy: micrel.c: add rgmii interface delay possibility to ksz9131
 2020-03-25 15:28 UTC  (3+ messages)

[LTP] [PATCH v2] uart: add uart testcase in kernel device-drivers
 2020-03-25 15:28 UTC  (4+ messages)

[Xen-devel] [PATCH 00/17] Bunch of typesafe conversion
 2020-03-25 15:27 UTC  (3+ messages)
` [Xen-devel] [PATCH 04/17] xen: Convert virt_to_mfn() and mfn_to_virt() to use typesafe MFN

[PATCH 1/3] libmultipath: assign variable to make gcc happy
 2020-03-25 15:27 UTC  (6+ messages)
` [PATCH 2/3] libmutipath: don't close fd on dm_lib_release
` [PATCH 3/3] libmultipath: allow force reload with no active paths

[PATCH bpf-next v6 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-25 15:26 UTC  (9+ messages)
` [PATCH bpf-next v6 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v6 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v6 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v6 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v6 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v6 8/8] bpf: lsm: Add Documentation

b4 v0.3.4 released
 2020-03-25 15:26 UTC  (3+ messages)
` [kernel.org users] "

Fw: [Bug 206943] New: Forcing IP fragmentation on TCP segments maliciously
 2020-03-25 15:26 UTC 

Fw: [Bug 206945] New: downgrading IPID assignment for TCP datagrams
 2020-03-25 15:26 UTC 

4.19 LTS high /proc/diskstats io_ticks
 2020-03-25 15:24 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] PCI: sysfs: Change bus_rescan and dev_rescan to rescan
 2020-03-25 15:23 UTC  (4+ messages)

[PATCH] tools: gpio: Fix out-of-tree build regression
 2020-03-25 15:24 UTC  (2+ messages)

[PATCH 0/2] amba/platform: Initialize dma_parms at the bus level
 2020-03-25 15:24 UTC  (7+ messages)
` [PATCH 1/2] driver core: platform: Initialize dma_parms for platform devices
` [PATCH 2/2] amba: Initialize dma_parms for amba devices

[PATCH] Acceptance test: Fix to EXEC migration
 2020-03-25 15:15 UTC  (5+ messages)
` [PATCH-for-5.0 v3] "

[PATCH net] net, ip_tunnel: fix interface lookup with no key
 2020-03-25 15:22 UTC  (2+ messages)

[RFC] PM / devfreq: add busfreq governor
 2020-03-25 15:22 UTC 

[PATCH v2 net-next 00/10] Configure the MTU on DSA switches
 2020-03-25 15:22 UTC  (11+ messages)
` [PATCH v2 net-next 01/10] net: dsa: configure the MTU for switch ports
` [PATCH v2 net-next 02/10] net: phy: bcm7xx: Add jumbo frame configuration to PHY
` [PATCH v2 net-next 03/10] bgmac: Add support for Jumbo frames
` [PATCH v2 net-next 04/10] bgmac: Add MTU configuration support to the driver
` [PATCH v2 net-next 05/10] bgmac: Add DMA support to handle frames beyond 8192 bytes
` [PATCH v2 net-next 06/10] net: dsa: b53: Add MTU configuration support
` [PATCH v2 net-next 07/10] net: dsa: sja1105: Implement the port MTU callbacks
` [PATCH v2 net-next 08/10] net: dsa: vsc73xx: Make the MTU configurable
` [PATCH v2 net-next 09/10] net: dsa: felix: support changing the MTU
` [PATCH v2 net-next 10/10] net: bridge: implement auto-normalization of MTU for hardware datapath

[PATCH v5 0/2] ACPI: APEI: Add support to notify the vendor specific HW errors
 2020-03-25 15:22 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: add missing if clause guard
 2020-03-25 15:24 UTC  (2+ messages)

[PATCH] perf tools: Add missing Intel CPU events to parser
 2020-03-25 15:22 UTC  (7+ messages)

[PATCH] writeback: avoid double-writing the inode on a lazytime expiration
 2020-03-25 15:21 UTC  (5+ messages)
` [PATCH 1/2] "
    ` [f2fs-dev] "

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-25 15:15 UTC  (11+ messages)
` [PATCH v1 17/22] intel_iommu: do not pass down pasid bind for PASID #0
` [PATCH v1 19/22] intel_iommu: process PASID-based iotlb invalidation

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-25 15:05 UTC 

[PATCH v4 0/2] integrate classzone_idx and high_zoneidx
 2020-03-25 15:20 UTC  (3+ messages)
` [PATCH v4 2/2] mm/page_alloc: "

Linux kernel 5.5.13 released
 2020-03-25 15:20 UTC 

[RFC NOT PULL] Add experimental target 'noqq' (sans inline Quick Quizzes)
 2020-03-25 15:19 UTC  (3+ messages)

[PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
 2020-03-25 15:17 UTC  (2+ messages)

[PATCH v2] PCI: sysfs: Change bus_rescan and dev_rescan to rescan
 2020-03-25 15:17 UTC  (2+ messages)
` [Linux-kernel-mentees] "

Wrong Perf Backtraces
 2020-03-25 15:18 UTC  (5+ messages)
        `  "

lazytime fixes
 2020-03-25 15:01 UTC  (3+ messages)
` [PATCH 2/4] fs: avoid double-writing the inode on a lazytime expiration
  ` [f2fs-dev] "

[PATCH] cpufreq: intel_pstate: Simplify intel_pstate_cpu_init()
 2020-03-25 15:18 UTC 

[PATCH] sata_fsl: build fix
 2020-03-25 15:17 UTC  (2+ messages)

[nfs:testing 36/54] fs/nfs/direct.c:308:33: error: no member named 'commits' in 'struct pnfs_ds_commit_info'
 2020-03-25 15:15 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Return early after MISSING_CSAE for write_dp_sdp
 2020-03-25 15:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Linux-kernel-mentees] [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
 2020-03-25 15:15 UTC  (10+ messages)
` [Linux-kernel-mentees] [PATCH v3 1/4] PCI: sysfs: Define device attributes with DEVICE_ATTR*
              `  "

[PATCH 0/4] Invalidate and flush caches at the beginning of every gfx IB
 2020-03-25 15:15 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu: Add a UAPI flag for user to call mem_sync

[PATCH] nfsd: fix race between cache_clean and cache_purge
 2020-03-25 15:14 UTC  (7+ messages)

[PATCH net-next] net: use indirect call wrappers for skb_copy_datagram_iter()
 2020-03-25 15:14 UTC  (3+ messages)

mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)
 2020-03-25 15:13 UTC  (2+ messages)

[Buildroot] [PATCH] package/libnss: fix build failure on arm32 arch not armv7
 2020-03-25 15:13 UTC  (3+ messages)

[PATCH] IB/iser: Always check sig MR before putting it to the free pool
 2020-03-25 15:12 UTC 

[PATCH 0/3] Add AP isolate support and two modules parameters
 2020-03-25 15:12 UTC  (10+ messages)
` [PATCH 3/3] brcmfmac: make setting SDIO workqueue WQ_HIGHPRI a module parameter

[PATCH v2 0/2] iio: proximity: driver for vcnl3020
 2020-03-25 15:12 UTC  (2+ messages)
` [PATCH v2 1/2] iio: proximity: provide device tree binding document


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.