All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-20 17:11:20 to 2022-10-20 18:07:27 UTC [more...]

[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
 2022-10-20 18:07 UTC 

[PATCH v3 00/17] Add Multi Circular Queue Support
 2022-10-20 18:03 UTC  (12+ messages)
` [PATCH v3 02/17] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v3 03/17] ufs: core: Introduce Multi-circular queue capability
` [PATCH v3 04/17] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v3 06/17] ufs: core: mcq: Configure resource regions
` [PATCH v3 07/17] ufs: core: mcq: Calculate queue depth
` [PATCH v3 08/17] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v3 09/17] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v3 10/17] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v3 11/17] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v3 12/17] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v3 13/17] ufs: core: Prepare for completion in mcq

[Intel-gfx] [PATCH v2 0/4] drm/i915/tgl+: Fix race conditions during DKL PHY accesses
 2022-10-20 18:07 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Update15.x/kcfi to LLVM 15.0.3 (ZSTD + DWARFv5)
 2022-10-20 18:06 UTC  (5+ messages)

git-send-email with GPG signed commits?
 2022-10-20 18:03 UTC  (6+ messages)

[PULL V2]: qcom: SC7180 and SC7280 venus firmware updates
 2022-10-20 18:02 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
 2022-10-20 18:01 UTC  (3+ messages)
` [kvm-unit-tests PATCH 01/16] x86: make irq_enable avoid the interrupt shadow

[PATCH bpf] bpf: Support for setting numa node in bpf memory allocator
 2022-10-20 18:01 UTC  (2+ messages)

[PATCH v4 00/10] Driver of Intel(R) Gaussian & Neural Accelerator
 2022-10-20 18:00 UTC  (8+ messages)
` [PATCH v4 01/10] gna: add PCI driver module

[PULL]: qcom: SC7180 and SC7280 venus firmware updates
 2022-10-20 18:00 UTC  (6+ messages)

[PATCH v2 0/3] Add base device tree files for QDU1000/QRU1000
 2022-10-20 17:59 UTC  (9+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs

[PATCH] xen/virtio: Handle PCI devices which Host controller is described in DT
 2022-10-20 18:01 UTC  (9+ messages)

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-10-20 17:57 UTC  (13+ messages)
` [PATCH 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH 04/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH 07/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH 08/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH 10/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH 11/12] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH] ARM: dts: espressobin-ultra: Fix wifi not working, enable USB3, and change SPI frequency
 2022-10-20 17:49 UTC 

[isar-cip-core][PATCH 1/7] add recipe for optee qemu arm64
 2022-10-20 17:59 UTC  (6+ messages)
` [isar-cip-core][PATCH 2/7] add recipe for for edk2
    ` AW: "

Patch set versioning
 2022-10-20 17:59 UTC  (6+ messages)

[PATCH v5 00/10] Driver of Intel(R) Gaussian & Neural Accelerator
 2022-10-20 17:53 UTC  (11+ messages)
` [PATCH v5 01/10] gna: add PCI driver module
` [PATCH v5 02/10] gna: add GNA DRM device
` [PATCH v5 03/10] gna: read hardware info
` [PATCH v5 04/10] gna: initialize MMU
` [PATCH v5 05/10] gna: add GNA_GET_PARAMETER ioctl
` [PATCH v5 06/10] gna: add GNA_GEM_NEW and GNA_GEM_FREE ioctls
` [PATCH v5 07/10] gna: add GNA_COMPUTE ioctl
` [PATCH v5 08/10] gna: add GNA_WAIT ioctl
` [PATCH v5 09/10] gna: add power management
` [PATCH v5 10/10] gna: add open and close operations on GNA device

[PATCH 0/5] powerpc/kprobes: preempt related changes and cleanups
 2022-10-20 17:29 UTC  (6+ messages)
` [PATCH 1/5] powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_prepare_kprobe()
` [PATCH 2/5] powerpc/kprobes: Have optimized_callback() use preempt_enable()
` [PATCH 3/5] powerpc/kprobes: Use preempt_enable() rather than the no_resched variant
` [PATCH 4/5] powerpc/kprobes: Setup consistent pt_regs across kprobes, optprobes and KPROBES_ON_FTRACE
` [PATCH 5/5] powerpc/kprobes: Remove unnecessary headers from kprobes

[PATCH] Makefile.debug: support for -gz=zstd
 2022-10-20 17:56 UTC 

stable-rc/queue/4.14 baseline: 117 runs, 24 regressions (v4.14.295-210-g89e8c6865efc8)
 2022-10-20 17:56 UTC 

[PATCH net] MAINTAINERS: add keyword match on PTP
 2022-10-20 17:56 UTC  (4+ messages)

[PATCH] mm/kmemleak: Prevent soft lockup in kmemleak_scan()'s object iteration loops
 2022-10-20 17:56 UTC 

[PATCH v1 3/6] spi: pxa2xx: Remove no more needed PCI ID table
 2022-10-20 17:55 UTC  (18+ messages)

[PATCH] tracing: Add trace_trigger kernel command line option
 2022-10-20 17:55 UTC  (7+ messages)

[PATCH 00/12] fsmonitor: Implement fsmonitor for Linux
 2022-10-20 17:54 UTC  (8+ messages)
` [PATCH v2 "

upgrade the orphan section warning to a hard link error
 2022-10-20 17:53 UTC  (5+ messages)

[PATCH 7/8] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
 2022-10-20 16:56 UTC  (3+ messages)

[PATCH] cxl: identify CXL3.0 cache/mem register capability IDs
 2022-10-20 17:52 UTC 

[PATCH RFC v2 0/9] cxl/pci: Add fundamental error handling
 2022-10-20 17:52 UTC  (5+ messages)
` [PATCH RFC v2 8/9] cxl/pci: add tracepoint events for CXL RAS

[PATCH bpf 0/2] Wait for busy refill_work when destorying bpf memory allocator
 2022-10-20 17:52 UTC  (9+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] bpf: Use __llist_del_all() whenever possbile during memory draining

[PATCH v4 00/36] Allow scsi_execute users to control retries
 2022-10-20 17:52 UTC  (5+ messages)
` [PATCH v4 06/36] hwmon: drivetemp: Convert to scsi_exec_req

[PATCH v1] event/dlb2: fix port COS range allocation
 2022-10-20 17:50 UTC  (2+ messages)
` [PATCH v4] "

[PATCH bpf-next v3 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-10-20 17:49 UTC  (3+ messages)
` [PATCH bpf-next v3 6/8] "

[PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-20 17:47 UTC  (11+ messages)
` [PATCH v6 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v6 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime
` [PATCH v6 07/10] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PATCH v6 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v6 09/10] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test

[PATCH net-next v2 0/2] udp: avoid false sharing on receive
 2022-10-20 17:48 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: introduce and use custom sockopt socket flag
` [PATCH net-next v2 2/2] udp: track the forward memory release threshold in an hot cacheline

[xen-unstable-smoke test] 174139: tolerable all pass - PUSHED
 2022-10-20 17:48 UTC 

[PATCH v2] ASoC: core: clarify the driver name initialization
 2022-10-20 17:46 UTC  (5+ messages)

[PATCH] ufs: core: Disable auto h8 before ssu
 2022-10-20 17:47 UTC  (9+ messages)

[PATCH v1] drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
 2022-10-20 17:47 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 46/51] net/rxrpc/local_object.c:405:28: error: no member named 'rx_delay_queue' in 'struct rxrpc_local'
 2022-10-20 17:45 UTC 

[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
 2022-10-20 17:45 UTC  (4+ messages)

[GIT PULL] intel-pinctrl for 6.1-1
 2022-10-20 17:44 UTC  (4+ messages)

[BUG] Unicode filenames handling in `git log --stat`
 2022-10-20 17:43 UTC  (7+ messages)
` [PATCH v5 1/1] diff.c: When appropriate, use utf8_strwidth()

+ kbuild-treat-char-as-always-unsigned.patch added to mm-nonmm-unstable branch
 2022-10-20 17:42 UTC  (6+ messages)
` [PATCH -mm] -funsigned-char, x86: make struct p4_event_bind::cntr signed array

[Buildroot] [PATCH] package/harfbuzz: bump version to 5.3.0
 2022-10-20 17:41 UTC  (2+ messages)

[lib/cpumask] 6f9c07be9d: WARNING:at_include/linux/cpumask.h:#prefill_possible_map
 2022-10-20 17:39 UTC  (4+ messages)

[Buildroot] [PATCH] package/harfbuzz: bump version to 5.3.1
 2022-10-20 17:40 UTC 

kselftest/next kselftest-seccomp: 7 runs, 6 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 4 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

kselftest/next kselftest-lib: 7 runs, 6 regressions (v6.1-rc1-1-gde3ee3f63400a)
 2022-10-20 17:39 UTC 

[PATCH] afs: remove variable nr_servers
 2022-10-20 17:39 UTC 

[PATCH v3 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-20 17:38 UTC  (2+ messages)

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2022-10-20 17:37 UTC  (2+ messages)

[PATCH] of: fix repeated words in comments
 2022-10-20 17:36 UTC  (4+ messages)

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-20 17:35 UTC  (10+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH 0/9] integrity: Move hooks into LSM
 2022-10-20 17:36 UTC  (4+ messages)
` [PATCH 6/9] fs: Introduce file_to_perms() helper

[PATCH 1/3] create-spdx: Remove ";name=..." for downloadLocation
 2022-10-20 17:36 UTC  (4+ messages)
` [PATCH 2/3] create-spdx: Fix "licenseDeclared" shows weird value
  ` [OE-core] "

[PATCH v3 0/3] efi: consume random seed provided by loader
 2022-10-20 17:35 UTC  (10+ messages)
` [PATCH v3 3/3] efi: random: combine bootloader provided RNG seed with RNG protocol output

[PATCH kvmtool v2] pci: Disable writes to Status register
 2022-10-20 17:34 UTC 

Adding --set to videoinfo to retrieve current video resolution
 2022-10-20 17:36 UTC  (2+ messages)

[Outreachy Info] Track patches in staging tree
 2022-10-20 17:35 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: use i915_sg_dma_sizes() for internal backend
 2022-10-20 17:35 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] Add rumble support to latest xbox controllers
 2022-10-20 17:33 UTC  (2+ messages)

[PATCH v3 net 0/5] amd-xgbe: Miscellaneous fixes
 2022-10-20 17:33 UTC  (2+ messages)

[Outreachy Info] Recording Contributions
 2022-10-20 17:33 UTC 

[PATCH 1/1] nvme-pci: disable write zeros support on WD SSDs
 2022-10-20 17:33 UTC  (3+ messages)

[PATCH v13 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 16:25 UTC  (4+ messages)
` [PATCH v13 05/17] net: introduce qemu_set_info_str() function
` [PATCH v13 12/17] net: dgram: add unix socket
` [PATCH v13 17/17] net: stream: add QAPI events to report connection state

[PULL 00/24] target-arm queue
 2022-10-20 12:21 UTC  (2+ messages)
` [PULL 17/24] target/arm: Change gen_*set_pc_im to gen_*update_pc

[PATCH v3] event/dlb2: fix port COS range allocation
 2022-10-20 17:31 UTC 

NVMe write protection support
 2022-10-20 17:31 UTC  (12+ messages)

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-20 16:03 UTC  (7+ messages)
` [PATCH v3 09/26] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v3 22/26] tests/tcg: re-enable threadcount for sh4
` [PATCH v3 24/26] target/s390x: don't probe next pc for EXecuted insns

[LTP] [PATCH v3] tst_test.sh: Normalize the locale
 2022-10-20 17:30 UTC  (2+ messages)

Error during linux booting
 2022-10-20 17:29 UTC  (4+ messages)
` [yocto] "

[PATCH clocksource] Reject bogus watchdog clocksource measurements
 2022-10-20 17:29 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Stop using kthread_stop()
 2022-10-20 17:29 UTC  (4+ messages)
  `  "

[PATCH] dumpcap: fix pathname for output file
 2022-10-20 17:28 UTC  (2+ messages)
` [PATCH v3] "

per-tagset SRCU struct and quiesce
 2022-10-20 17:26 UTC  (3+ messages)
` [PATCH 3/8] blk-mq: move the srcu_struct used for quiescing to the tagset

[PATCHSET 0/8] perf test: Improve perf record tests (v2)
 2022-10-20 17:26 UTC  (9+ messages)
` [PATCH 1/8] perf test: Do not use instructions:u explicitly
` [PATCH 2/8] perf test: Fix shellcheck issues in the record test
` [PATCH 3/8] perf test: Use a test program in perf record tests
` [PATCH 4/8] perf test: Wait for a new thread when testing --per-thread record
` [PATCH 5/8] perf test: Add system-wide mode in perf record tests
` [PATCH 6/8] perf test: Add target workload test "
` [PATCH 7/8] perf test: Test record with --threads option
` [PATCH 8/8] perf test: Do not set TEST_SKIP for record subtests

Cloning remotely under git for Windows not working
 2022-10-20 17:24 UTC  (2+ messages)

[PATCH v4 00/10] Fix a deadlock in the UFS driver
 2022-10-20 17:22 UTC  (11+ messages)
` [PATCH v4 02/10] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v4 03/10] scsi: core: Support failing requests while recovering
` [PATCH v4 09/10] scsi: ufs: Introduce the function ufshcd_execute_start_stop()

[PATCH v2 0/4] vDPA: dev config export via "vdpa dev show" command
 2022-10-20 17:19 UTC  (4+ messages)
` [PATCH v2 1/4] vdpa: save vdpa_dev_set_config in struct vdpa_device

[PATCH v5] staging: most: dim2: correct misleading struct type name
 2022-10-20 17:20 UTC 

Invalid free() in blkmapd, core dump
 2022-10-20 17:19 UTC  (2+ messages)

[PATCH v2] Add hardcoded crystal clock for KabyLake
 2022-10-20 17:18 UTC  (3+ messages)

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-20 17:17 UTC  (7+ messages)

[PATCH] mfd: mt6370: Add the overbound check to prevent the null pointer
 2022-10-20 17:16 UTC  (3+ messages)

[PATCH net 0/2] openvswitch: syzbot splat fix and introduce selftest
 2022-10-20 17:17 UTC  (6+ messages)
` [PATCH net 2/2] selftests: add openvswitch selftest suite

[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
 2022-10-20 17:16 UTC  (7+ messages)

Regarding "xfrm: Add compat layer" when running arm/arm64
 2022-10-20 17:14 UTC 

[BUG] infiniband: sw: rdmavt: possible ABBA deadlocks in rvt_ruc_loopback()
 2022-10-20 17:13 UTC  (2+ messages)

[Buildroot] [Bug 15061] New: Node.js Package fails to build against musl i386
 2022-10-20 17:14 UTC  (3+ messages)
` [Buildroot] [Bug 15061] "

[EXT] Re: [PATCH v2] PCI: aardvark: Implement workaround for PCIe Completion Timeout
 2022-10-20 17:12 UTC  (3+ messages)

[PATCH] arm: mach-omap2: Move common image process functions out of board files
 2022-10-20 17:12 UTC 

[PATCH v4 0/6] crypto/uadk: introduce uadk crypto driver
 2022-10-20 17:09 UTC  (4+ messages)
` [EXT] "

add --wildcards to tar options in README
 2022-10-20 17:10 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.