All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-21 11:57:57 to 2021-04-21 13:01:43 UTC [more...]

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-21 12:58 UTC  (4+ messages)
` [PATCH 001/190] Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"
` [PATCH 003/190] Revert "media: sti: Fix reference count leaks"
` [PATCH 012/190] Revert "media: rockchip/rga: Fix a reference count leak."

[Intel-gfx] [PATCH 0/8] drm/i915: FBC cleanups
 2021-04-21 13:01 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/8] drm/i915: Add frontbuffer tracking tracepoints
` [Intel-gfx] [PATCH 2/8] drm/i915: Rewrite the FBC tiling check a bit
` [Intel-gfx] [PATCH 3/8] drm/i915: Extract intel_fbc_update()

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-21 12:59 UTC  (6+ messages)
` [RFC Part2 PATCH 07/30] mm: add support to split the large THP based on RMP violation

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.267-27-gbfd90512e028)
 2021-04-21 12:59 UTC 

[linux-next:master 2524/14231] drivers/net/ethernet/mellanox/mlx5/core/main.c:1245 mlx5_init_one() warn: missing error code 'err'
 2021-04-21 12:59 UTC 

[RFC PATCH v4 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-04-21 12:58 UTC  (4+ messages)
` [RFC PATCH v4 4/4] vfio-ccw: Reset FSM state to IDLE before io_mutex

[PATCH v2 0/2] Add support for ECDSA-signed kernel modules
 2021-04-21 12:58 UTC  (7+ messages)
` [PATCH v2 2/2] certs: Add support for using elliptic curve keys for signing modules

[dpdk-dev] [PATCH 1/2] pipeline: modularize the instruction optimizer
 2021-04-21 12:57 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/2] pipeline: autodetect endianness of action args

[PATCH 0/8] x86/EFI: build adjustments
 2021-04-21 12:57 UTC  (8+ messages)
` [PATCH 2/8] x86/EFI: sections may not live at VA 0 in PE binaries
` [PATCH 6/8] x86/EFI: avoid use of GNU ld's --disable-reloc-section when possible

[PATCH v5 00/24] v4l: subdev internal routing
 2021-04-21 12:57 UTC  (3+ messages)

[GIT PULL] MMC fixes for v5.12-rc9
 2021-04-21 12:56 UTC 

[PATCH] arm64: dts: amlogic: misc DT schema fixups
 2021-04-21 12:55 UTC  (7+ messages)

[PATCH v3 0/8] Add managed version of delayed work init
 2021-04-21 12:54 UTC  (11+ messages)
` [PATCH v3 2/8] MAINTAINERS: Add entry for devm helpers

[PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-04-21 12:53 UTC  (4+ messages)
` [PATCH v3 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h

[PATCH 1/2] powerpc/fadump: Fix sparse warnings
 2021-04-21 12:54 UTC  (2+ messages)
` [PATCH 2/2] powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argument

[PATCH 0/2] Allwinner H6 USB3 device tree updates
 2021-04-21 12:51 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: usb: Document the Allwinner H6 DWC3 glue

[PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
 2021-04-21 12:51 UTC  (2+ messages)

[PATCH v3] MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACE
 2021-04-21 12:01 UTC  (2+ messages)

[PATCH] mips/bootinfo:correct some comments of fw_arg
 2021-04-21 12:00 UTC  (2+ messages)

[PATCH v2 8/8] MIPS: pci-legacy: use generic pci_enable_resources
 2021-04-21 12:02 UTC  (3+ messages)
` [PATCH] MIPS: pci-legacy: revert "use generic pci_enable_resources"

[PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
 2021-04-21 12:01 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: convert Broadcom Northstar to the json-schema
 2021-04-21 12:51 UTC  (2+ messages)

[PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-04-21 12:37 UTC  (19+ messages)
` [PATCH v6 01/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v6 02/15] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v6 03/15] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v6 04/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PATCH v6 05/15] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PATCH v6 06/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PATCH v6 07/15] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PATCH v6 08/15] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v6 09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PATCH v6 10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PATCH v6 11/15] qmp: Clarify memory backend properties returned via query-memdev
` [PATCH v6 12/15] qmp: Include "share" property of memory backends
` [PATCH v6 13/15] hmp: Print "share" property of memory backends with "info memdev"
` [PATCH v6 14/15] qmp: Include "reserve" property of memory backends
` [PATCH v6 15/15] hmp: Print "reserve" property of memory backends with "info memdev"

[PATCH v2 1/2] irqchip: Add support for IDT 79rc3243x interrupt controller
 2021-04-21 12:51 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: interrupt-controller: Add IDT 79RC3243x Interrupt Controller

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-21 12:51 UTC  (11+ messages)

[xen-4.14-testing test] 161324: tolerable FAIL - PUSHED
 2021-04-21 12:50 UTC 

[PATCH v2 0/1] dmaengine: idxd: IDXD pmu support
 2021-04-21 12:50 UTC  (6+ messages)
` [PATCH v2 1/1] dmaengine: idxd: Add IDXD performance monitor support

stable/linux-5.4.y build: 200 builds: 0 failed, 200 passed, 121 warnings (v5.4.114)
 2021-04-21 12:49 UTC 

[PATCH V5] watchdog: mtk: support dual mode when the bark irq is available
 2021-04-21 12:45 UTC  (9+ messages)

[dpdk-dev] [PATCH] examples/l3fwd: fib skip tx queue drain on first iteration
 2021-04-21 12:48 UTC 

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-21 12:47 UTC  (7+ messages)

[RFC] tcp: Delay sending non-probes for RFC4821 mtu probing
 2021-04-21 12:47 UTC  (2+ messages)

[PATCH 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-21 12:47 UTC  (4+ messages)

Race between SIGIO and epoll from SMP host
 2021-04-21 12:45 UTC  (3+ messages)

How to toggle physical link via ethtool
 2021-04-21 12:42 UTC 

[PATCH v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-21 12:37 UTC  (2+ messages)

[dpdk-dev] [PATCH v8] ethdev: add sanity checks in control APIs
 2021-04-21 12:38 UTC  (5+ messages)
` [dpdk-dev] [PATCH v9] "

[PATCH v2] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-04-21 12:38 UTC  (3+ messages)

[PATCH] media: dt-bindings: media: renesas,csi2: Node port@0 is not mandatory
 2021-04-21 12:38 UTC  (6+ messages)

Random GitHub Actions added to git/git???
 2021-04-21 12:38 UTC  (4+ messages)

[PATCH v3] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-21 12:37 UTC 

[dpdk-dev] [PATCH] ethdev: add sanity checks in control APIs
 2021-04-21 12:36 UTC  (2+ messages)
` [dpdk-dev] [PATCH v10] "

INFO: task hung in perf_event_free_task
 2021-04-21 12:35 UTC  (5+ messages)
` [syzbot] "

[LTP] [PATCH] syscalls/sendfile: Delete unnecessary loop logic in do_child()
 2021-04-21 12:35 UTC  (2+ messages)

[PATCH] xen/arm: Ensure the vCPU context is seen before clearing the _VPF_down
 2021-04-21 12:33 UTC  (11+ messages)

[PATCH 0/5] scsi: fnic: use blk_mq_tagset_busy_iter() to walk scsi commands
 2021-04-21 12:33 UTC  (4+ messages)

[RFC PATCH] vfio-ccw: Permit missing IRQs
 2021-04-21 12:28 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2 00/15] Introduce PXP Test
 2021-04-21 12:30 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 05/15] Add MI_SET_APPID instruction definition

[PATCH v2] media: ccs: Fix the op_pll_multiplier address
 2021-04-21 12:30 UTC  (2+ messages)

[PATCH 0/7] diffcore-rename improvements
 2021-04-21 12:29 UTC  (4+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 6/9] t4058: explore duplicate tree entry handling in a bit more detail

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-04-21 12:29 UTC  (3+ messages)
` [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH v2 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-21 12:28 UTC  (4+ messages)
` [PATCH v2 1/5] scsi: BusLogic: Fix missing `pr_cont' use

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-21 12:28 UTC  (2+ messages)
` [PATCH v2 2/2] selftests: kvm: Allows "

[PATCH V2] regulator: da9121: automotive variants identity fix
 2021-04-21 12:28 UTC  (3+ messages)

[PATCH net-next 0/3] net: dsa: mv88e6xxx: Tiny fixes/improvements
 2021-04-21 12:28 UTC  (7+ messages)
` [PATCH net-next 1/3] net: dsa: mv88e6xxx: Correct spelling of define "ADRR" -> "ADDR"
` [PATCH net-next 2/3] net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region size
` [PATCH net-next 3/3] net: dsa: mv88e6xxx: Export cross-chip PVT as devlink region

[PATCH 0/2] Misc doc changes
 2021-04-21 12:27 UTC  (11+ messages)
  ` GRUB 2.06

[PATCH] mm/readahead: Handle ractl nr_pages being modified
 2021-04-21 12:27 UTC  (5+ messages)

[PATCH v2 0/8] Block layer thread-safety, continued
 2021-04-21 12:25 UTC  (4+ messages)
` [PATCH v2 8/8] block: do not take AioContext around reopen

[PATCH V4] regulator: da9121: automotive variants identity fix
 2021-04-21 12:27 UTC 

stable/linux-5.10.y build: 195 builds: 0 failed, 195 passed, 16 warnings (v5.10.32)
 2021-04-21 12:27 UTC 

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-21 12:24 UTC  (11+ messages)
` [PATCH v2 3/4] arm64: decouple check whether pfn is in linear map from pfn_valid()
` [PATCH v2 4/4] arm64: drop pfn_valid_within() and simplify pfn_valid()

[linux-next:master 11414/14048] drivers/net/ethernet/renesas/ravb_main.c:2086:6: warning: variable 'priv' is used uninitialized whenever 'if' condition is true
 2021-04-21 12:25 UTC  (2+ messages)

Now have make distcheck passing with doxygen enabled
 2021-04-21 12:25 UTC  (6+ messages)
` [PATCH libnetfilter_queue 1/1] build: doc: `make distcheck` passes "

Help with verifier failure
 2021-04-21 12:23 UTC 

drivers/infiniband/hw/mlx5/qp.c:4306 mlx5_ib_modify_qp() error: we previously assumed 'udata' could be null (see line 4200)
 2021-04-21 12:23 UTC 

[ti:ti-rt-linux-5.10.y 3637/3763] drivers/pci/endpoint/pci-epf-core.c:169 pci_epf_add_vepf() warn: inconsistent returns '&epf_pf->lock'
 2021-04-21 12:22 UTC 

[PATCH v2] mpt3sas: Added support for shared host tagset for cpuhotplug
 2021-04-21 12:21 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Simplify CCS and UV plane alignment handling
 2021-04-21 12:19 UTC 

[Buildroot] sshd reports error in libcrypto while trying to read host key
 2021-04-21 12:20 UTC  (7+ messages)

[PATCH v3 0/9] KVM: Fix tick-based accounting for x86 guests
 2021-04-21 12:19 UTC  (5+ messages)
` [PATCH v3 3/9] KVM: x86: Defer tick-based accounting 'til after IRQ handling

[PATCH v2] yavta: Fix usage documentation for --field option
 2021-04-21 12:18 UTC 

[Intel-gfx] [PATCH] drm/i915/dmc: Let's abstract the dmc path
 2021-04-21 12:18 UTC  (3+ messages)

Linux NFS4.1 client's "server trunking" seems to do the opposite of what the name implies
 2021-04-21 12:18 UTC  (3+ messages)

'ls /mnt/scratch/' freeze(deadlock?) when run xfstest(btrfs/232)
 2021-04-21 12:17 UTC  (2+ messages)

[PATCH] Staging: rtl8723bs: rtw_xmit: fixed tabbing issue
 2021-04-21 12:07 UTC 

[PATCH v3 00/13] btrfs: support read-write for subpage metadata
 2021-04-21 12:15 UTC  (11+ messages)

[PATCH] ovl: restore vma->vm_file to old file
 2021-04-21 12:15 UTC  (6+ messages)

[RFC PATCH 0/3] block-copy: lock tasks and calls list
 2021-04-21 12:13 UTC  (5+ messages)

[LTP] [PATCH] syscalls/setgid: Update to new API
 2021-04-21 12:14 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/11] drm/i915/adl_p: Add support for Display Page Tables
 2021-04-21 12:12 UTC  (5+ messages)

[dpdk-dev] [PATCH] common/dpaax: fix possible null pointer access
 2021-04-21 12:12 UTC  (2+ messages)

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-21 12:12 UTC  (5+ messages)
` [PATCH v13 09/12] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH] drm/i915: Fix docbook descriptions for i915_cmd_parser
 2021-04-21 12:03 UTC  (3+ messages)
` [Intel-gfx] "

[gfs2:extents 5/5] fs/gfs2/extents.c:109:23-27: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)
 2021-04-21 12:11 UTC 

[PATCH] drm/i915: Fix docbook descriptions for i915_gem_shrinker
 2021-04-21 12:09 UTC  (3+ messages)
` [Intel-gfx] "

[virtio-dev] Reserve device id for Bluetooth device
 2021-04-21 12:09 UTC 

[dpdk-dev] [RFC PATCH 00/14] Build file update proposals
 2021-04-21 12:08 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 00/16] Build file updates

[PATCH v2 0/5] ASoC: clock provider clean-up
 2021-04-21 12:05 UTC  (12+ messages)
` [PATCH v2 1/5] ASoC: stm32: properly get clk from the provider
` [PATCH v2 2/5] ASoC: wcd934x: use the clock provider API
` [PATCH v2 3/5] ASoC: rt5682: clock driver must "
` [PATCH v2 4/5] ASoC: lpass: "
` [PATCH v2 5/5] ASoC: da7219: properly get clk from the provider

[dpdk-dev] [PATCH] app/testpmd: support display queue state
 2021-04-21 12:08 UTC  (2+ messages)

[PATCH] media: omap3isp: drop graph mutex on error path
 2021-04-21 12:08 UTC  (2+ messages)

[PATCH net-next 00/18] devlink: rate objects API
 2021-04-21 12:08 UTC  (2+ messages)

[PATCH 0/4] coresight: Add ETR-PERF polling
 2021-04-21 12:04 UTC  (5+ messages)
` [PATCH 1/4] coresight: tmc-etr: Advance buffer pointer in sync buffer
` [PATCH 2/4] coresight: tmc-etr: Track perf handler
` [PATCH 3/4] coresight: etm-perf: Export etm_event_cpu_path
` [PATCH 4/4] coresight: Add ETR-PERF polling

[PATCH] mailinfo: strip CR from base64/quoted-printable email
 2021-04-21 12:07 UTC  (3+ messages)

[PATCH] [PING] perf ftrace: Command fails on s390
 2021-04-21 12:04 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1040b90b8c834022954533bfa7a6a1a92cb6164b
 2021-04-21 12:03 UTC 

[PATCH 0/3] KVM: x86: guest interface for SEV live migration
 2021-04-21 12:03 UTC  (9+ messages)

[sched/fair] 38ac256d1c: stress-ng.vm-segv.ops_per_sec -13.8% regression
 2021-04-21 12:03 UTC  (6+ messages)

[PATCH V3] regulator: da9121: automotive variants identity fix
 2021-04-21 12:03 UTC 

[dpdk-dev] [PATCH] bpf: delete meaningless code
 2021-04-21 12:02 UTC  (3+ messages)

[PATCH] KVM: arm64: Correctly handle the mmio faulting
 2021-04-21 11:59 UTC  (7+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-21 11:28 UTC  (2+ messages)

[PATCH] powerpc/64s: Add load address to plt branch targets before moved to linked location for non-relocatable kernels
 2021-04-21 11:59 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/3] Fix PF reset causes VF memory request failure
 2021-04-21 11:59 UTC  (2+ messages)

[LTP] [PATCH v3] syscalls/chown: Rewrite chown/chown03.c with the new api
 2021-04-21 11:58 UTC  (3+ messages)
` [LTP] [PATCH v4] "

[PATCH v3 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
 2021-04-21 11:57 UTC  (6+ messages)
` [PATCH v3 3/3] "

Linux 5.11.16
 2021-04-21 11:57 UTC  (2+ messages)


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.