All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-21 13:31:40 to 2023-03-21 14:12:46 UTC [more...]

[PATCH v3 0/2] x86: RTC handling adjustments
 2023-03-21 14:12 UTC  (3+ messages)
` [PATCH v4] x86: detect CMOS aliasing on ports other than 0x70/0x71

[PATCH v2 00/10] Introduce initial TI's J784S4 support
 2023-03-21 14:10 UTC  (7+ messages)
` [PATCH v2 04/10] drivers: dma: Add support for J784S4
` [PATCH v2 06/10] power: domain: ti: Add support for J784S4 SoC
` [PATCH v2 07/10] ram: k3-ddrss: "
` [PATCH v2 08/10] soc: ti: k3-socinfo: Add entry "
` [PATCH v2 09/10] board: ti: j784s4: Add board support "
` [PATCH v2 10/10] dt-bindings: ti-serdes-mux: Add defines "

[PATCH] tracing: Refuse fprobe if RCU is not watching
 2023-03-21 14:12 UTC  (2+ messages)

[PATCH v4 0/9] improvement to Python detection, preparation for dropping 3.6
 2023-03-21 14:11 UTC  (2+ messages)

renesas-drivers-2023-03-21-v6.3-rc3
 2023-03-21 14:07 UTC 

[PATCH v7 0/9] The great interconnecification fixation
 2023-03-21 14:11 UTC  (13+ messages)
` [PATCH v7 2/9] interconnect: qcom: rpm: Add support for specifying channel num
` [PATCH v7 6/9] interconnect: qcom: rpm: Handle interface clocks

[RFC PATCH 00/18] nvme: In-kernel TLS support for TCP
 2023-03-21 14:11 UTC  (14+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring
` [PATCH 03/18] nvme: add TCP TSAS definitions
` [PATCH 05/18] nvme-tcp: implement recvmsg rx flow for TLS
` [PATCH 06/18] nvme-tcp: call 'queue->data_ready()' in nvme_tcp_data_ready()
` [PATCH 07/18] nvme/tcp: allocate socket file

[PATCH v5 0/2] function_graph: Support recording and printing the return value of function
 2023-03-21 14:09 UTC  (5+ messages)
` [PATCH v5 1/2] "

[PATCH 1/2] lmb: Fix LMB_MEMORY_REGIONS flag usage
 2023-03-21 14:10 UTC  (2+ messages)

[PULL 0/7] ui/ fixes for 8.0
 2023-03-21 14:09 UTC  (3+ messages)

[PATCH v1 0/4] nfs-utils changes for RPC-with-TLS server
 2023-03-21 14:08 UTC  (4+ messages)
` [PATCH v1 4/4] exports.man: Add description of xprtsec= to exports(5)

[syzbot] [jfs?] kernel BUG in jfs_flush_journal
 2023-03-21 14:08 UTC 

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-03-21 14:08 UTC  (12+ messages)
` [RFC PATCH v2 10/11] hw/arm/smmuv3: Populate OAS based on CPU PARANGE

[PATCH][next] ext2: remove redundant assignment to pointer end
 2023-03-21 14:08 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/4] tests/i915/gem_caching: Enable XY_FAST_COPY_BLT for MTL
 2023-03-21 14:08 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/4] lib/intel_batchbuffer: Enable XY_FAST_COPY_BLT support for api_intel_bb
` [igt-dev] [PATCH i-g-t 3/4] tests/i915/gem_userptr_blits: Enable COPY Command for gen12+

RTT-PROBE: lore-subspace-rtt
 2023-03-21 14:08 UTC 

[Intel-xe] [PATCH v2 0/3] Add rtp unit tests + arch=UM build fix
 2023-03-21 14:06 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 3/3] drm/xe: Add basic unit tests for rtp

[PATCH v4] acpi/processor: fix evaluating _PDC method when running as Xen dom0
 2023-03-21 14:04 UTC  (4+ messages)

[XEN v4 00/11] Add support for 32 bit physical address
 2023-03-21 14:03 UTC  (10+ messages)
` [XEN v4 01/11] xen/arm: Use the correct format specifier
` [XEN v4 02/11] xen/arm: domain_build: Track unallocated pages using the frame number
` [XEN v4 03/11] xen/arm: Typecast the DT values into paddr_t
` [XEN v4 04/11] xen/drivers: ns16550: Use paddr_t for io_base/io_size
` [XEN v4 05/11] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v4 06/11] xen/arm: smmu: Use writeq_relaxed_non_atomic() for writing to SMMU_CBn_TTBR0
` [XEN v4 07/11] xen/arm: Introduce choice to enable 64/32 bit physical addressing
` [XEN v4 08/11] xen/arm: guest_walk: LPAE specific bits should be enclosed within "ifndef CONFIG_PHYS_ADDR_T_32"
` [XEN v4 11/11] xen/arm: p2m: Enable support for 32bit IPA for ARM_32

[PATCH RFC 0/5] NFSD support for RPC-with-TLS
 2023-03-21 14:05 UTC  (7+ messages)
` [PATCH RFC 4/5] SUNRPC: Support TLS handshake in the server-side TCP socket code
` [PATCH RFC 5/5] NFSD: Handle new xprtsec= export option

[PATCH v2 0/7] Refactor ftrace direct call APIs
 2023-03-21 14:04 UTC  (8+ messages)
` [PATCH v2 1/7] ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
` [PATCH v2 2/7] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH v2 3/7] ftrace: Remove the legacy _ftrace_direct API
` [PATCH v2 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
` [PATCH v2 5/7] ftrace: Store direct called addresses in their ops
` [PATCH v2 6/7] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
` [PATCH v2 7/7] ftrace: selftest: remove broken trace_direct_tramp

[PATCH 1/1] Reduce synchronize_rcu() waiting time
 2023-03-21 14:03 UTC  (2+ messages)

[Performance regression] BCM4359/9 on S905X2
 2023-03-21 13:54 UTC  (5+ messages)
  ` Performance lower than expected with "

[PATCH v2] wireless: mt76: mt7921: Fix use-after-free in fw features query
 2023-03-21 14:01 UTC  (5+ messages)

vma-pthread unstable on aarch64 hardware
 2023-03-21 13:59 UTC 

[PATCH v2 0/5] nbd: s/handle/cookie/
 2023-03-21 13:59 UTC  (4+ messages)
` [PATCH v2 2/5] block nbd: send handle in network order

[Intel-gfx] [PATCH 00/14] drm/i915/tc: Fix a few TypeC / MST issues
 2023-03-21 14:00 UTC  (7+ messages)
` [Intel-gfx] [PATCH 01/14] drm/i915/tc: Abort DP AUX transfer on a disconnected TC port
` [Intel-gfx] [PATCH 02/14] drm/i915/tc: Fix TC port link ref init for DP MST during HW readout

[PATCH 00/24] btrfs: cleanups and small fixes mostly around block reserves
 2023-03-21 13:59 UTC  (7+ messages)
` [PATCH 11/24] btrfs: remove redundant counter check at btrfs_truncate_inode_items()
` [PATCH 12/24] btrfs: simplify btrfs_block_rsv_refill()
` [PATCH 15/24] btrfs: calculate the right space for a single delayed ref when refilling

[XEN PATCH v5] x86/monitor: Add new monitor event to catch I/O instructions
 2023-03-21 13:58 UTC 

[PATCH] media: meson: vdec: esparser: check parsing state with hardware write pointer
 2023-03-21 13:58 UTC  (5+ messages)

[PATCH v7 0/2] Another crack at a handshake upcall mechanism
 2023-03-21 13:58 UTC  (4+ messages)
` [PATCH v7 1/2] net/handshake: Create a NETLINK service for handling handshake requests

[PATCH 00/10] sched: EEVDF using latency-nice
 2023-03-21 13:58 UTC  (3+ messages)
` [PATCH 06/10] sched/fair: Add avg_vruntime

[PATCH] net/bnxt: limit max_vnics for CoS classification
 2023-03-21 13:57 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-21 13:58 UTC 

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-21 13:56 UTC  (4+ messages)
` [PATCH v3 26/38] pnp: add HAS_IOPORT dependencies

[Intel-gfx] [PATCH 5/6] drm/i915/vrr: Relocate VRR enable/disable
 2023-03-21 13:56 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2 "

[PATCH 1/1] clk: imx6ul: retain early UART clocks during kernel init
 2023-03-21 13:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lvm2: enable package with musl
 2023-03-21 13:54 UTC  (4+ messages)

[PATCH net-next 00/10] mtk: wed: move cpuboot, ilm and dlm in dedicated dts nodes
 2023-03-21 13:54 UTC  (4+ messages)
` [PATCH net-next 06/10] dt-bindings: soc: mediatek: move ilm in a dedicated dts node

[PATCH v3 0/5] GPU workload hints for better performance
 2023-03-21 13:54 UTC  (5+ messages)
` [PATCH v3 1/5] drm/amdgpu: add UAPI for workload hints to ctx ioctl

[PATCH v1 1/2] gpiolib: Replace open coded krealloc()
 2023-03-21 13:54 UTC  (2+ messages)
` [PATCH v1 2/2] gpiolib: Check array_info for NULL only once in gpiod_get_array()

[PATCH V1 0/4] soc: qcom: boot_stats: Add driver support for boot_stats
 2023-03-21 13:51 UTC  (10+ messages)
` [PATCH V1 1/4] dt-bindings: sram: qcom,imem: Add Boot Stat region within IMEM
` [PATCH V1 2/4] dt-bindings: soc: qcom,mpm-sleep-counter: Add the dtschema
` [PATCH V1 3/4] soc: qcom: boot_stat: Add Driver Support for Boot Stats
` [PATCH V1 4/4] MAINTAINERS: Add the entry for boot_stats driver support

[PATCH] .editorconfig: set max line at 70 chars for QAPI files
 2023-03-21 13:53 UTC  (3+ messages)

RO device/partition "tampered" by LVM
 2023-03-21 13:52 UTC 

[PATCH bpf V2] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
 2023-03-21 13:52 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v1 1/2] gpiolib: Move gpiochip_get_data() upper in the code
 2023-03-21 13:53 UTC  (2+ messages)
` [PATCH v1 2/2] gpiolib: Add gpiochip_set_data() helper

lastlog2 as Y2038 safe lastlog replacement
 2023-03-21 13:52 UTC 

[PATCH v1 1/1] gpiolib: Split property name from the warning message
 2023-03-21 13:53 UTC 

[PATCH] tests/amdgpu: Allow to exclude a test or a suite of tests
 2023-03-21 13:52 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Consider multi-gt at all places
 2023-03-21 13:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Consider multi-gt at all places (rev2)

[PATCH v4 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-03-21 13:51 UTC  (5+ messages)
` [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-21 13:51 UTC  (7+ messages)
  ` [RFC PATCH 1/3] filemap: "

[PATCH net-next 1/1] netfilter: ctnetlink: Support offloaded conntrack entry deletion
 2023-03-21 13:50 UTC 

[PATCH] ASoC: SOF: ipc4-control: Return on error in sof_ipc4_widget_kcontrol_setup()
 2023-03-21 13:49 UTC 

[PATCH 0/5] fix segment fault when parse args
 2023-03-21 13:50 UTC  (4+ messages)

[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21 13:48 UTC  (2+ messages)

[PATCH bpf-next V2 0/6] XDP-hints kfuncs for Intel driver igc
 2023-03-21 13:47 UTC  (14+ messages)
` [Intel-wired-lan] "
` [PATCH bpf-next V2 1/6] igc: enable and fix RX hash usage by netstack
  ` [Intel-wired-lan] "
` [PATCH bpf-next V2 2/6] selftests/bpf: xdp_hw_metadata track more timestamps
  ` [Intel-wired-lan] "
` [PATCH bpf-next V2 3/6] selftests/bpf: xdp_hw_metadata RX hash return code info
  ` [Intel-wired-lan] "
` [PATCH bpf-next V2 4/6] igc: add igc_xdp_buff wrapper for xdp_buff in driver
  ` [Intel-wired-lan] "
` [PATCH bpf-next V2 5/6] igc: add XDP hints kfuncs for RX timestamp
  ` [Intel-wired-lan] "
` [PATCH bpf-next V2 6/6] igc: add XDP hints kfuncs for RX hash
  ` [Intel-wired-lan] "

[PATCH bpf-next V1 0/7] XDP-hints kfuncs for Intel driver igc
 2023-03-21 13:48 UTC  (9+ messages)
` [PATCH bpf-next V1 1/7] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
      ` [xdp-hints] "
` [PATCH bpf-next V1 4/7] selftests/bpf: xdp_hw_metadata RX hash return code info

[PATCH RESEND] scsi: libsas: Add end eh callback
 2023-03-21 13:48 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-21 13:48 UTC 

[Cluster-devel] [PATCH] dlm_controld: set posix_lock flags to zero
 2023-03-21 13:47 UTC  (3+ messages)

[XEN PATCH v1 1/1] x86/domctl: add gva_to_gfn command
 2023-03-21 13:46 UTC  (4+ messages)

[stable:linux-5.15.y 9755/9999] arch/um/drivers/virt-pci.c:644:9: error: implicit declaration of function 'virtio_reset_device'; did you mean 'virtio_break_device'?
 2023-03-21 13:45 UTC 

[rafael-pm:bleeding-edge 52/63] kismet: WARNING: unmet direct dependencies detected for ISAPNP when selected by SND_ALS100
 2023-03-21 13:46 UTC 

[PATCH v5 00/12] soc: qcom: add UCSI function to PMIC GLINK
 2023-03-21 13:21 UTC  (3+ messages)
` [PATCH v5 11/12] arm64: dts: qcom: sm8550-mtp: add pmic glink node
` [PATCH v5 12/12] arm64: defconfig: add PMIC GLINK modules

[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 13:44 UTC 

[PATCH 0/2] hw/i2c: Reset fixes
 2023-03-21 13:43 UTC  (3+ messages)
` [PATCH 1/2] hw/i2c: smbus_slave: Reset state on reset

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-03-21 13:43 UTC  (4+ messages)

[PATCH] perf/x86/amd/core: always clear status for idx
 2023-03-21 13:43 UTC  (4+ messages)

[Buildroot] [Bug 15461] New: QtVirtualKeyboard segfaults
 2023-03-21 13:42 UTC  (2+ messages)
` [Buildroot] [Bug 15461] "

[PATCH v2] s390/vfio_ap: fix memory leak in vfio_ap device driver
 2023-03-21 13:41 UTC  (2+ messages)

[PATCH v1] s390/vfio-ap-drv: Remove redundant driver match function
 2023-03-21 13:41 UTC  (2+ messages)

cgroup2 labeling question
 2023-03-21 13:40 UTC  (16+ messages)

[lttng-dev] (no subject)
 2023-03-21 13:31 UTC  (4+ messages)
` [lttng-dev] [PATCH 1/7] Require __atomic builtins to build
` [lttng-dev] [PATCH 3/7] Use __atomic_signal_fence() for cmm_barrier()
` [lttng-dev] [PATCH 7/7] Fix: uatomic_or() need retyping to uintptr_t in rculfhash.c

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-03-21 13:39 UTC  (5+ messages)
` [RFC 1/2] media: uapi: Add VP8 stateless encoder controls

[PATCH 1/2] drm/i915: limit double GT reset to pre-MTL
 2023-03-21 13:40 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[GIT PULL] coresight: Fixes for v6.3
 2023-03-21 13:38 UTC 

[PATCH v2] target/riscv: reduce overhead of MSTATUS_SUM change
 2023-03-21 13:40 UTC 

[RFC PATCH] cpufreq: qcom-cpufreq-hw: allow work to be done on other CPU for PREEMPT_RT
 2023-03-21 13:39 UTC  (6+ messages)

[PATCH 0/5] bcachefs: journal stall fixes
 2023-03-21 13:40 UTC  (3+ messages)
` [PATCH 1/5] bcachefs: more aggressive fast path write buffer key flushing

stable-rc/linux-5.4.y build: 188 builds: 3 failed, 185 passed, 3 errors, 35 warnings (v5.4.237-58-gdc3bb2fad2c0)
 2023-03-21 13:38 UTC 

[RFC PATCH] tests/avocado: probe for multi-process support before running test
 2023-03-21 13:38 UTC  (2+ messages)

[PATCH] block/io_uring: pass in issue_flags for uring_cmd task_work handling
 2023-03-21 13:38 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-21 13:38 UTC 

[PATCH 0/3] arm64: dts: qcom: sc8280xp-pmics: fix sdam 'reg' property
 2023-03-21 13:38 UTC  (5+ messages)
` [PATCH 3/3] dt-bindings: mfd: qcom,spmi-pmic: add nvram function

[PATCH net 1/2] net: ethernet: mtk_eth_soc: fix flow block refcounting
 2023-03-21 13:37 UTC  (2+ messages)
` [PATCH net 2/2] net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offload enabled

[bug report] ASoC: SOF: ipc4-control: Add support for bytes control get and put
 2023-03-21 13:36 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v10 0/5] ice: Support 5 layer tx scheduler topology
 2023-03-21 13:36 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH net-next v10 3/5] ice: Enable switching default "
` [Intel-wired-lan] [PATCH net-next v10 4/5] ice: Add txbalancing devlink param
` [Intel-wired-lan] [PATCH net-next v10 5/5] ice: Document txbalancing parameter

[PATCH net-next 1/2] net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devices
 2023-03-21 13:36 UTC  (2+ messages)
` [PATCH net-next 2/2] net: ethernet: mediatek: mtk_ppe: prefer newly added l2 flows over existing ones

[PATCH net-next 0/4] Add CPSWxG SGMII support for J7200 and J721E
 2023-03-21 13:34 UTC  (5+ messages)
` [PATCH net-next 2/4] net: ethernet: ti: am65-cpsw: Add support for SGMII mode

[alibaba-cloud:linux-next 6511/9999] versioncheck: ./drivers/pci/iohub-sriov/iohub-sriov.c: 16 linux/version.h not needed
 2023-03-21 13:35 UTC 

[PATCH RFC v6 0/6] Create common DPLL/clock configuration API
 2023-03-21 13:34 UTC  (4+ messages)
` [PATCH RFC v6 2/6] dpll: Add DPLL framework base functions

[igt-dev] [PATCH] correct validating config on enconder mask. Then mode setting can be run through with multiple displays
 2023-03-21 13:36 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v3 0/3] xen-ucode: print information about currently loaded ucode
 2023-03-21 13:35 UTC  (5+ messages)
` [PATCH v3 2/3] x86/platform: introduce XENPF_get_ucode_version
` [PATCH v3 3/3] tools/xen-ucode: print information about currently loaded ucode

[PATCH v8 0/5] introduce generic implementation of macros from bug.h
 2023-03-21 13:35 UTC  (8+ messages)
` [PATCH v8 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

[PATCH v5] ASoC: tas2781: Add tas2781 driver
 2023-03-21 13:21 UTC  (2+ messages)

[PATCH] ksmbd: don't terminate inactive sessions after a few seconds
 2023-03-21 13:33 UTC  (3+ messages)
` [PATCH] ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
` [PATCH] ksmbd: return unsupported error on smb1 mount

[PATCH] drm/meson: fix missing component unbind on bind errors
 2023-03-21 13:33 UTC  (8+ messages)

[PATCH] ieee1275 : extended support in options vector5
 2023-03-21 13:32 UTC  (2+ messages)

[PATCH] fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
 2023-03-21 13:22 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.