All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-16 20:14:33 to 2020-12-16 21:18:21 UTC [more...]

[GIT PULL] TIF_NOTIFY_SIGNAL for all archs
 2020-12-16 21:17 UTC  (2+ messages)

[GIT PULL] Block driver changes for 5.11
 2020-12-16 21:17 UTC  (4+ messages)

[RFC PATCH] treewide: remove bzip2 compression support
 2020-12-15 19:03 UTC 

[PATCH] rtc: sd3078: add alarm function
 2020-12-16 21:16 UTC  (2+ messages)

[PATCH v3 0/4] target/arm: Implement v8.1M and Cortex-M55
 2020-12-16 21:15 UTC  (3+ messages)
` [PATCH v3 1/4] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN

[dpdk-dev] [PATCH v1 1/2] meson: update meson build for armada drivers
 2020-12-16 21:15 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "
    ` [dpdk-dev] [EXT] "

[dpdk-dev] [PATCH 0/6] net/ionic: fixes for stop and start
 2020-12-16 21:12 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 0/7] "
` [dpdk-dev] [PATCH v2 1/7] net/ionic: preserve RSS state unless RETA size changes
` [dpdk-dev] [PATCH v2 2/7] net/ionic: preserve Rx mode across LIF stop/start
` [dpdk-dev] [PATCH v2 3/7] net/ionic: remove multi-LIF support
` [dpdk-dev] [PATCH v2 4/7] net/ionic: fully implement remove-on-close
` [dpdk-dev] [PATCH v2 5/7] net/ionic: improve link state handling
` [dpdk-dev] [PATCH v2 6/7] net/ionic: improve queue "
` [dpdk-dev] [PATCH v2 7/7] net/ionic: stop queues when LIF is stopped

WARNING in percpu_ref_kill_and_confirm (2)
 2020-12-16 21:14 UTC 

Branch change for kvm tree
 2020-12-16 21:14 UTC  (2+ messages)

[PATCH 0/8] drm/doc: improve plane property docs
 2020-12-16 21:14 UTC  (11+ messages)
` [PATCH 1/8] drm/doc: rename FB_DAMAGE_CLIPS section
` [PATCH 2/8] drm/doc: move composition function docs to new section
` [PATCH 3/8] drm/doc: move damage tracking functions "
` [PATCH 4/8] drm/doc: move color management functions under CRTC section
` [PATCH 5/8] drm/doc: the KMS properties section is for user-space devs
` [PATCH 6/8] drm/doc: introduce new section for standard plane properties
` [PATCH 7/8] drm/doc: fix drm_plane_type docs
` [PATCH 8/8] drm/doc: document the type plane property

[LTP] [PATCH 1/1] Docparse: Escape | in table content
 2020-12-16 21:14 UTC  (5+ messages)

[dm-devel] [PATCH v2 0/6] Misc Multipath patches
 2020-12-16 21:13 UTC  (5+ messages)
` [dm-devel] [PATCH v2 2/6] libmultipath: add eh_deadline multipath.conf parameter
` [dm-devel] [PATCH v2 4/6] libmultipath: factor out code to get vpd page data

[Virtio-fs] [edk2 PATCH 00/48] ArmVirtPkg, OvmfPkg: virtio filesystem driver
 2020-12-16 21:11 UTC  (49+ messages)
` [Virtio-fs] [edk2 PATCH 01/48] OvmfPkg: introduce VirtioFsDxe
` [Virtio-fs] [edk2 PATCH 02/48] ArmVirtPkg: include VirtioFsDxe in the ArmVirtQemu* platforms
` [Virtio-fs] [edk2 PATCH 03/48] OvmfPkg/VirtioFsDxe: DriverBinding: open VirtioDevice, install SimpleFs
` [Virtio-fs] [edk2 PATCH 04/48] OvmfPkg/VirtioFsDxe: implement virtio device (un)initialization
` [Virtio-fs] [edk2 PATCH 05/48] OvmfPkg/VirtioFsDxe: add a scatter-gather list data type
` [Virtio-fs] [edk2 PATCH 06/48] OvmfPkg/VirtioFsDxe: introduce the basic FUSE request/response headers
` [Virtio-fs] [edk2 PATCH 07/48] OvmfPkg/VirtioFsDxe: map "errno" values to EFI_STATUS
` [Virtio-fs] [edk2 PATCH 08/48] OvmfPkg/VirtioFsDxe: submit the FUSE_INIT request to the device
` [Virtio-fs] [edk2 PATCH 09/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_OPENDIR
` [Virtio-fs] [edk2 PATCH 10/48] OvmfPkg/VirtioFsDxe: add shared wrapper for FUSE_RELEASE / FUSE_RELEASEDIR
` [Virtio-fs] [edk2 PATCH 11/48] OvmfPkg/VirtioFsDxe: implement EFI_SIMPLE_FILE_SYSTEM_PROTOCOL.OpenVolume()
` [Virtio-fs] [edk2 PATCH 12/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_FORGET
` [Virtio-fs] [edk2 PATCH 13/48] OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_FSYNC / FUSE_FSYNCDIR
` [Virtio-fs] [edk2 PATCH 14/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_FLUSH
` [Virtio-fs] [edk2 PATCH 15/48] OvmfPkg/VirtioFsDxe: flush, sync, release and forget in Close() / Delete()
` [Virtio-fs] [edk2 PATCH 16/48] OvmfPkg/VirtioFsDxe: add helper for appending and sanitizing paths
` [Virtio-fs] [edk2 PATCH 17/48] OvmfPkg/VirtioFsDxe: manage path lifecycle in OpenVolume, Close, Delete
` [Virtio-fs] [edk2 PATCH 18/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_OPEN
` [Virtio-fs] [edk2 PATCH 19/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_MKDIR
` [Virtio-fs] [edk2 PATCH 20/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_CREATE
` [Virtio-fs] [edk2 PATCH 21/48] OvmfPkg/VirtioFsDxe: convert FUSE inode attributes to EFI_FILE_INFO
` [Virtio-fs] [edk2 PATCH 22/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_LOOKUP
` [Virtio-fs] [edk2 PATCH 23/48] OvmfPkg/VirtioFsDxe: split canon. path into last parent + last component
` [Virtio-fs] [edk2 PATCH 24/48] OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_UNLINK / FUSE_RMDIR
` [Virtio-fs] [edk2 PATCH 25/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_GETATTR
` [Virtio-fs] [edk2 PATCH 26/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Open()
` [Virtio-fs] [edk2 PATCH 27/48] OvmfPkg/VirtioFsDxe: erase the dir. entry in EFI_FILE_PROTOCOL.Delete()
` [Virtio-fs] [edk2 PATCH 28/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_STATFS
` [Virtio-fs] [edk2 PATCH 29/48] OvmfPkg/VirtioFsDxe: add helper for formatting UEFI basenames
` [Virtio-fs] [edk2 PATCH 30/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetInfo()
` [Virtio-fs] [edk2 PATCH 31/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetPosition, .SetPosition
` [Virtio-fs] [edk2 PATCH 32/48] OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_READ / FUSE_READDIRPLUS
` [Virtio-fs] [edk2 PATCH 33/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read() for regular files
` [Virtio-fs] [edk2 PATCH 34/48] OvmfPkg/VirtioFsDxe: convert FUSE dirent filename to EFI_FILE_INFO
` [Virtio-fs] [edk2 PATCH 35/48] OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILE
` [Virtio-fs] [edk2 PATCH 36/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read() for directories
` [Virtio-fs] [edk2 PATCH 37/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Flush()
` [Virtio-fs] [edk2 PATCH 38/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_WRITE
` [Virtio-fs] [edk2 PATCH 39/48] OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Write()
` [Virtio-fs] [edk2 PATCH 40/48] OvmfPkg/VirtioFsDxe: handle the volume label in EFI_FILE_PROTOCOL.SetInfo
` [Virtio-fs] [edk2 PATCH 41/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_RENAME2
` [Virtio-fs] [edk2 PATCH 42/48] OvmfPkg/VirtioFsDxe: add helper for composing rename/move destination path
` [Virtio-fs] [edk2 PATCH 43/48] OvmfPkg/VirtioFsDxe: handle file rename/move in EFI_FILE_PROTOCOL.SetInfo
` [Virtio-fs] [edk2 PATCH 44/48] OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_SETATTR
` [Virtio-fs] [edk2 PATCH 45/48] OvmfPkg/VirtioFsDxe: add helper for determining file size update
` [Virtio-fs] [edk2 PATCH 46/48] OvmfPkg/VirtioFsDxe: add helper for determining access time updates
` [Virtio-fs] [edk2 PATCH 47/48] OvmfPkg/VirtioFsDxe: add helper for determining file mode bits update
` [Virtio-fs] [edk2 PATCH 48/48] OvmfPkg/VirtioFsDxe: handle attribute updates in EFI_FILE_PROTOCOL.SetInfo

[PATCH v2] ceph: implement updated ceph_mds_request_head structure
 2020-12-16 21:10 UTC  (5+ messages)

[PATCH 1/1] doc: man-page for bootefi command
 2020-12-16 21:11 UTC 

[net-next] tipc: do sanity check payload of a netlink message
 2020-12-16 21:10 UTC  (2+ messages)

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2020-12-16 20:56 UTC  (2+ messages)
` [Bug 1906193] "

[Intel-gfx] [PATCH i-g-t 1/2] intel_gpu_top: Support exiting the tool by pressing 'q'
 2020-12-16 21:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [v2,i-g-t,1/2] intel_gpu_top: Support exiting the tool by pressing 'q' (rev3)

[PATCH v2 0/2] Fix locking for btrfs direct writes
 2020-12-16 21:07 UTC  (4+ messages)
` [PATCH 2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock

[ovmf test] 157571: regressions - FAIL
 2020-12-16 21:07 UTC 

[PATCH 1/7] net/fq_impl: bulk-free packets from a flow on overmemory
 2020-12-16 21:06 UTC  (12+ messages)
` [PATCH 2/7] mac80211: force calculation of software hash for tx fair queueing
` [PATCH 3/7] net/fq_impl: drop get_default_func, move default flow to fq_tin
` [PATCH 4/7] net/fq_impl: do not maintain a backlog-sorted list of flows
` [PATCH 5/7] mac80211: fix encryption key selection for 802.3 xmit
` [PATCH 6/7] mac80211: fix fast-rx encryption check
` [PATCH 7/7] mac80211: add rx decapsulation offload support

[PATCH] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
 2020-12-16 21:05 UTC  (4+ messages)

[PATCH] conntrack: fix zone sync issue
 2020-12-16 21:03 UTC  (3+ messages)
` [ovs-dev] "

[PATCH v6 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-16 21:02 UTC  (5+ messages)

[RFC PATCH v2 00/14] CXL 2.0 Support
 2020-12-16 21:02 UTC  (9+ messages)
` [RFC PATCH 11/14] cxl/mem: Add a "RAW" send command
` [RFC PATCH 12/14] cxl: Add basic debugging

[Buildroot] [PATCH v5 1/9] package/nxp: new package directory
 2020-12-16 21:02 UTC  (3+ messages)
` [Buildroot] [PATCH v5 2/9] package/qoriq-rcw: move rcw into nxp and rename it

[PATCH 23/25] mm: Add flush_dcache_folio
 2020-12-16 20:59 UTC  (3+ messages)

[PATCH v3 0/2] firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt
 2020-12-16 20:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: Add optional interrupt to smc/hvc SCMI transport
` [PATCH v3 2/2] firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt

[PATCH 0/5] crypto: add NEON-optimized BLAKE2b
 2020-12-16 20:57 UTC  (6+ messages)
` [PATCH 5/5] crypto: arm/blake2b - add NEON-optimized BLAKE2b implementation

[PATCH net v2 0/2] fixes for vhost_net
 2020-12-16 20:56 UTC  (4+ messages)
` [PATCH net v2 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails

Cloning empty repository uses locally configured default branch name
 2020-12-16 20:56 UTC  (11+ messages)
` [PATCH] clone: in protocol v2, use remote's default branch

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-16 20:55 UTC  (3+ messages)

WARNING: suspicious RCU usage in count
 2020-12-16 20:55 UTC  (2+ messages)

[linux-next:master 13004/13311] drivers/gpio/gpio-hisi.c:257:28: warning: variable 'clr' set but not used
 2020-12-16 20:55 UTC  (3+ messages)

[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
 2020-12-16 20:54 UTC  (11+ messages)
` [PATCH v12 10/17] s390/vfio-ap: initialize the guest apcb
` [PATCH v12 11/17] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v12 14/17] s390/zcrypt: Notify driver on config changed and scan complete callbacks

linusw/devel bisection: baseline.bootrr.mediatek-mt8173-pinctrl-probed on mt8173-elm-hana
 2020-12-16 20:52 UTC  (7+ messages)

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2020-12-16 20:52 UTC  (3+ messages)
` [PATCH 5/5] i386: provide simple 'hyperv=on' option to x86 machine types

[Intel-gfx] [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded
 2020-12-16 20:52 UTC 

[dm-devel] [PATCH v3 0/4] add library to check if device is a valid path
 2020-12-16 20:52 UTC  (2+ messages)

[PATCH] fuzz: fix the generic-fuzz-floppy config
 2020-12-16 20:33 UTC 

[Intel-gfx] [CI] drm/i915: Encode fence specific waitqueue behaviour into the wait.flags
 2020-12-16 20:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] gpiolib: Allow name duplicates of "" and "NC"
 2020-12-16 20:50 UTC  (6+ messages)

[PATCH 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2020-12-16 20:48 UTC  (5+ messages)
` [PATCH 1/2] accel: kvm: Fix memory waste under mismatch page size

[PATCH net-next v2 0/3] lockless version of netdev_notify_peers
 2020-12-16 20:50 UTC  (2+ messages)

[Bug 210695] New: error: kvm run failed Invalid argument
 2020-12-16 20:49 UTC  (2+ messages)
` [Bug 210695] "

Fwd: [PATCH] mt76: mt76u: fix NULL pointer dereference in mt76u_status_worker
 2020-12-16 20:47 UTC  (3+ messages)

[GIT PULL] pin control changes for the v5.11 kernel cycle
 2020-12-16 20:47 UTC 

static_branch_enable() does not work from a __init function?
 2020-12-16 20:45 UTC  (4+ messages)

[Bug report] includeIf config is not displayed in normal directories
 2020-12-16 20:43 UTC  (4+ messages)

[PATCH] net: korina: remove busy skb free
 2020-12-16 20:43 UTC  (3+ messages)
` [PATCH v2] net: korina: fix return value

[PATCH] drm/i915: Fix mismatch between misplaced vma check and vma insert
 2020-12-16 20:44 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH v2] mm/mmap: Don't unlock VMAs in remap_file_pages()
 2020-12-16 20:42 UTC  (3+ messages)

[PATCH 0/3] merge-ort: implement recursive merges
 2020-12-16 20:41 UTC  (6+ messages)
` [PATCH 1/3] merge-ort: copy a few small helper functions from merge-recursive.c

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Try to spot unfairness
 2020-12-16 20:37 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for i915/gem_exec_schedule: Try to spot unfairness (rev14)

[net-next v4 00/15] Add mlx5 subfunction support
 2020-12-16 20:35 UTC  (11+ messages)

[dm-devel] [PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-16 20:35 UTC  (2+ messages)

[PATCH v3 0/3] merge-ort: implement recursive merges
 2020-12-16 20:35 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
  ` [PATCH v4 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
  ` [PATCH v4 3/3] merge-ort: implement merge_incore_recursive()

ethtool 5.10 released
 2020-12-16 20:35 UTC 

[dpdk-dev] 19.11.6 patches review and test
 2020-12-16 20:34 UTC  (2+ messages)

[PATCH] libtracefs: Remove Makfefile targets that reference "gui"
 2020-12-16 20:33 UTC 

[PATCH v2] trace-cmd: Re-enable the build of KernelShark v1
 2020-12-16 20:28 UTC  (3+ messages)

[GIT PULL] gcc-plugins updates for v5.11-rc1
 2020-12-16 20:28 UTC  (4+ messages)

assignment of spi to can channels
 2020-12-16 20:27 UTC  (4+ messages)
  ` AW: "

U-Boot failures on CM4 and Pi4-8Gb
 2020-12-16 20:28 UTC  (5+ messages)

[PATCH 4/5] examples: Fix arguments check in https-client-test
 2020-12-16 20:27 UTC  (2+ messages)

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2020-12-16 20:21 UTC  (16+ messages)
` [PATCH v7 1/5] clk: sifive: Extract prci core to common base
` [PATCH v7 2/5] clk: sifive: Use common name for prci configuration
` [PATCH v7 3/5] clk: sifive: Add a driver for the SiFive FU740 PRCI IP block
` [PATCH v7 4/5] clk: sifive: Fix the wrong bit field shift
` [PATCH v7 5/5] clk: sifive: Add clock enable and disable ops

[PATCH v4 net-next 0/5] net: dsa: Link aggregation support
 2020-12-16 20:21 UTC  (4+ messages)
` [PATCH v4 net-next 4/5] net: dsa: mv88e6xxx: "

[PATCH 0/2] trace-cmd: Add -rpath to trace-cmd and libtracecmd.so
 2020-12-16 20:19 UTC  (3+ messages)
` [PATCH 1/2] libtracecmd: Add -rpath to libtracecmd.so
` [PATCH 2/2] trace-cmd: Add -rpath=$(libdir) for trace-cmd to find libtracecmd.so

[PATCH 00/17] use config-based hooks (config-based hooks part
 2020-12-16 20:19 UTC  (4+ messages)
` [PATCH 08/17] git-p4: use 'git hook' to run hooks

[PATCH] hwmon: SENSORS_SBTSI should depend on X86
 2020-12-16 20:17 UTC  (3+ messages)

[GIT PULL] xen: branch for v5.11-rc1
 2020-12-16 20:16 UTC  (2+ messages)

[GIT PULL] arch/microblaze patches for 5.11-rc1
 2020-12-16 20:16 UTC  (2+ messages)

[PATCH -next] watchdog: convert comma to semicolon
 2020-12-16 20:16 UTC  (2+ messages)

[PATCH V2] scsi: ufs-debugfs: Add error counters
 2020-12-16 20:16 UTC  (2+ messages)

[GIT PULL] parisc architecture updates for kernel v5.11-rc1
 2020-12-16 20:16 UTC  (2+ messages)

[GIT PULL] MIPS changes for v5.11
 2020-12-16 20:16 UTC  (2+ messages)

Fujitsu does not respond to GPL request
 2020-12-16 20:17 UTC 

[Intel-gfx] [CI 1/7] drm/i915/gt: Track all timelines created using the HWSP
 2020-12-16 20:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/7] "

[PATCH v5 0/8] propose config-based hooks (part I)
 2020-12-16 20:16 UTC  (5+ messages)
` [PATCH v6 00/17] "

[GIT PULL] Hyper-V commits for 5.11
 2020-12-16 20:16 UTC  (2+ messages)

[RFC PATCH net-next 00/16] LAG offload for Ocelot DSA switches
 2020-12-16 20:15 UTC  (3+ messages)
` [RFC PATCH net-next 11/16] net: mscc: ocelot: set up logical port IDs centrally

[PATCH v2] Add support for 10G Base-R IP core version to xilinx_axi_enet driver
 2020-12-16 20:15 UTC  (2+ messages)
` [PATCH v3] net: xilinx: axi_emac: Add support for 10G Base-R IP

[kvm-unit-tests PATCH v1 00/12] Fix and improve the page allocator
 2020-12-16 20:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 01/12] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v1 09/12] lib/alloc: replace areas with more generic flags
` [kvm-unit-tests PATCH v1 12/12] lib/alloc_page: default flags and zero pages by default


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.