All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-16 15:26:18 to 2023-03-16 16:11:38 UTC [more...]

[kirkstone] mesa compilation failures when setting PREFERRED_PROVIDER for virtual/gpudriver = "ti-sgx-ddk-km"
 2023-03-16 16:11 UTC 

[PATCH] net: macb: Set MDIO clock divisor for pclk higher than 160MHz
 2023-03-16 16:11 UTC  (2+ messages)

[Intel-xe] [PATCH v2 0/7] Cpu page-table updates and fixes
 2023-03-16 16:09 UTC  (3+ messages)
` [Intel-xe] [PATCH v2 1/7] drm/xe: Use a define to set initial seqno for fences

[PATCH v2] Staging: octeon: Fix line ending with '('
 2023-03-16 16:10 UTC  (2+ messages)

cargo, git dependencies and devtool
 2023-03-16 16:09 UTC  (4+ messages)
` [OE-core] "

[PATCH] usb: gadget: net2280: fix NULL pointer dereference
 2023-03-16 15:53 UTC 

[PATCH] lsfd: error if extraneous argument given
 2023-03-16 16:08 UTC 

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-16 16:08 UTC  (3+ messages)
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-16 16:07 UTC  (5+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb

[PATCH for 8.0 v2] igb: Save the entire Tx context descriptor
 2023-03-16 16:07 UTC  (2+ messages)

[PATCH 00/18] target: TMF and recovery fixes
 2023-03-16 16:07 UTC  (9+ messages)
` [PATCH 13/18] scsi: target: Fix multiple LUN_RESET handling

[PATCH v3] drm/bridge: adv7511: fix race condition bug in adv7511_remove due to unfinished work
 2023-03-16 16:05 UTC  (2+ messages)

[PATCH v2] drm/bridge: adv7511: fix race condition bug in adv7511_remove due to unfinished work
 2023-03-16 16:04 UTC  (2+ messages)

[PATCH] perf: Fix indentation errors by removing extra spaces
 2023-03-16 16:06 UTC  (3+ messages)

[PATCH] kfence, kcsan: avoid passing -g for tests
 2023-03-16 16:05 UTC  (2+ messages)

[PATCH v14 0/6] Add RZ/G2L MTU3a Core, Counter and pwm driver
 2023-03-16 16:04 UTC  (4+ messages)
` [PATCH v14 2/6] mfd: Add Renesas RZ/G2L MTU3a core driver

[RFC PATCH 0/2] Add DPU DSC helper module
 2023-03-16 16:03 UTC  (20+ messages)
` [RFC PATCH 1/2] drm/msm/dpu: add dsc helper functions
              ` [Intel-gfx] "
                              ` [Intel-gfx] [Freedreno] "
                                  `  "

[PATCH v2] platform: olpc: use SPI device ID data to bind device
 2023-03-16 16:03 UTC 

[PATCH v2 0/9] selftests/resctrl: Fixes to error handling logic and cleanups
 2023-03-16 16:01 UTC  (4+ messages)
` [PATCH v2 8/9] selftests/resctrl: Use remount_resctrlfs() consistently with boolean

[PATCH v2] xen/console: Skip switching serial input to non existing domains
 2023-03-16 16:02 UTC  (4+ messages)

[PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler
 2023-03-16 16:01 UTC 

[PATCH v2] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-03-16 16:00 UTC  (6+ messages)

[Bug 1179] lib/mldev build failure on aarch64 with gcc 4.8
 2023-03-16 16:00 UTC  (2+ messages)

[PATCH 1/2] mfd: atmel-smc: Mark OF related data as maybe unused
 2023-03-16 15:59 UTC  (6+ messages)
` [PATCH 2/2] mfd: atc260x-i2c: drop of_match_ptr for ID table

[PATCH v3 0/3] Do basic initialization things
 2023-03-09 10:48 UTC  (8+ messages)
` [PATCH v3 1/3] xen/riscv: disable fpu
` [PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader
` [PATCH v3 3/3] xen/riscv: initialize .bss section

[help] Xen 4.14.5 on Devuan 4.0 Chimaera, regression from Xen 4.0.1
 2023-03-16 15:59 UTC  (9+ messages)
        ` Aw: "
            ` Aw: "

[PATCH 1/2] soundwire: bus: Remove now outdated comments on no_pm IO
 2023-03-16 15:57 UTC  (3+ messages)
` [PATCH 2/2] soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries

[PATCH 1/2] soundwire: bus: Remove now outdated comments on no_pm IO
 2023-03-16 15:57 UTC 

[RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-16 15:57 UTC  (35+ messages)
` [RFC PATCH 01/28] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
` [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH 04/28] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH 06/28] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH 07/28] tls: "
` [RFC PATCH 08/28] siw: "
` [RFC PATCH 09/28] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH 10/28] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH 11/28] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 12/28] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH 13/28] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH 14/28] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH 15/28] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 16/28] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH 17/28] Remove file->f_op->sendpage
` [RFC PATCH 18/28] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 20/28] iscsi: "
` [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH 22/28] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH 23/28] algif: Remove hash_sendpage*()
` [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH 25/28] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 26/28] dlm: "
` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH v5] usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
 2023-03-16 15:56 UTC 

[PATCH 00/15] Introduce Nuvoton ma35d1 SoC
 2023-03-16 15:56 UTC  (3+ messages)
` [PATCH 12/15] clk: nuvoton: Add clock driver for ma35d1 clock controller

[PATCH] app/test: fix data length of each packet segment
 2023-03-16 15:56 UTC  (3+ messages)

[PATCH] reorder: fix registration of dynamic field in mbuf
 2023-03-16 15:55 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4] usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
 2023-03-16 15:55 UTC 

[PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-16 (iavf)
 2023-03-16 15:53 UTC  (4+ messages)
` [PATCH net v2 1/3] iavf: fix inverted Rx hash condition leading to disabled hash
` [PATCH net v2 2/3] iavf: fix non-tunneled IPv6 UDP packet type and hashing
` [PATCH net v2 3/3] iavf: do not track VLAN 0 filters

[PATCH] nvdimm: nvdimm_bus_register: Avoid adding device to the unregistered bus
 2023-03-16 15:54 UTC  (2+ messages)

[PATCH] mfd: Use of_property_present() for testing DT property presence
 2023-03-16 15:53 UTC  (4+ messages)

[PATCH] mfd: Use of_property_read_bool() for boolean properties
 2023-03-16 15:54 UTC  (2+ messages)

[kirkstone][oe-core][PATCH 1/1] python3: fix CVE-2023-24329
 2023-03-16 15:54 UTC 

[PATCH] btrfs-progs: balance: fix some cases wrongly parsed as old syntax
 2023-03-16 15:47 UTC  (2+ messages)

[PATCH v18 0/3] Add MediaTek MT6370 PMIC support
 2023-03-16 15:51 UTC  (4+ messages)
` [PATCH v18 3/3] docs: leds: Add MT6370 RGB LED pattern document

[PATCH 21.11] ring: squash gcc 12.2.1 warnings
 2023-03-16 15:52 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-16 15:41 UTC  (9+ messages)

mv88e6xxx / MV88E6176 + VLAN-aware unusable in 5.15.98 (ok in 5.10.168) (resend)
 2023-03-16 15:40 UTC  (5+ messages)

[meta-python][PATCH 1/4] python_setuptools_build_meta_mesonpy.bbclass: New class
 2023-03-16 15:51 UTC  (2+ messages)
` [oe] "

[PATCH 00/30] clk: Convert to platform remove callback returning void
 2023-03-16 15:48 UTC  (5+ messages)
` [PATCH 15/30] clk: scpi: "

[groeck-staging:hwmon] BUILD SUCCESS ab00709310eedcd8dae0df1f66d332f9bc64c99e
 2023-03-16 15:47 UTC 

[PATCH] feat: Add 'hold-in-reset-in-suspend' property to goodix touchscreen binding
 2023-03-16 15:47 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: input: touchscreen: Add 'hold-in-reset-in-suspend' property to goodix
  ` [PATCH v3 1/2] dt-bindings: input: touchscreen: Add 'goodix-hold-in-reset' property to Goodix

[PATCH v19 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-03-16 15:47 UTC  (6+ messages)
` [PATCH v19 2/7] crash: add generic infrastructure for crash hotplug support

[groeck-staging:hwmon-next] BUILD SUCCESS fe6a3acdf3640f57c99367f3fa86aff2e77e9976
 2023-03-16 15:47 UTC 

[Intel-gfx] [PATCH] drm/i915: Simplify vcs/bsc engine selection
 2023-03-16 15:48 UTC  (3+ messages)
  `  "

[PATCH] KVM: Add the missing stub function for kvm_dirty_ring_check_request()
 2023-03-16 15:45 UTC 

[PATCH v2 net-next 0/8] inet: better const qualifier awareness
 2023-03-16 15:32 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] inet: preserve const qualifier in inet_sk()
` [PATCH v2 net-next 2/8] ipv4: constify ip_mc_sf_allow() socket argument
` [PATCH v2 net-next 3/8] udp: constify __udp_is_mcast_sock() "
` [PATCH v2 net-next 4/8] ipv6: constify inet6_mc_check()
` [PATCH v2 net-next 5/8] udp6: constify __udp_v6_is_mcast_sock() socket argument
` [PATCH v2 net-next 6/8] ipv6: raw: constify raw_v6_match() "
` [PATCH v2 net-next 7/8] ipv4: raw: constify raw_v4_match() "
` [PATCH v2 net-next 8/8] inet_diag: constify raw_lookup() "

[PATCH v2 00/10] Add ftrace direct call for arm64
 2023-03-16 15:45 UTC  (15+ messages)
` [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
` [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp

[PATCH 1/1] io_uring/rsrc: fix folly accounting
 2023-03-16 15:34 UTC  (4+ messages)

[PATCH v4] test: add cryptodev crosscheck suite
 2023-03-16 15:46 UTC  (4+ messages)
` [PATCH v5] "

[PATCH V2 0/3] arm64: dts/defconfig/binding: Add support for BeaglePlay
 2023-03-16 15:43 UTC  (3+ messages)
` [PATCH V2 2/3] arm64: dts: ti: Add k3-am625-beagleplay

[PATCH 01/18] mfd: da903x: remove MODULE_LICENSE in non-modules
 2023-03-16 15:42 UTC  (2+ messages)

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-16 14:20 UTC  (11+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh

[PATCH v3 0/6] drm/amd/display: Pass proper parent for DM backlight device v3
 2023-03-16 15:02 UTC  (3+ messages)

[PATCH 0/15] powercap/intel_rapl: Introduce RAPL TPMI support
 2023-03-16 15:38 UTC  (16+ messages)
` [PATCH 01/15] powercap/intel_rapl: Remove unused field in struct rapl_if_priv
` [PATCH 02/15] powercap/intel_rapl: Allow probing without CPUID match
` [PATCH 03/15] powercap/intel_rapl: Support per Interface rapl_defaults
` [PATCH 04/15] powercap/intel_rapl: Support per Interface primitive information
` [PATCH 05/15] powercap/intel_rapl: Support per domain energy/power/time unit
` [PATCH 06/15] powercap/intel_rapl: Use index to initialize primitive information
` [PATCH 07/15] powercap/intel_rapl: Change primitive order
` [PATCH 08/15] powercap/intel_rapl: Use bitmap for Power Limits
` [PATCH 09/15] powercap/intel_rapl: Cleanup Power Limits support
` [PATCH 10/15] powercap/intel_rapl: Introduce per Power Limit lock
` [PATCH 11/15] powercap/intel_rapl: Remove redundant cpu parameter
` [PATCH 12/15] powercap/intel_rapl: Make cpu optional for rapl_package
` [PATCH 13/15] powercap/intel_rapl: Introduce RAPL I/F type
` [PATCH 14/15] powercap/intel_rapl: Introduce core support for TPMI interface
` [PATCH 15/15] powercap/intel_rapl_tpmi: Introduce RAPL TPMI interface driver

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-16 15:41 UTC  (3+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-16 15:41 UTC  (7+ messages)
` [PATCH v13 005/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v13 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs

[Outreachy Info] Ask for help finding cleanups
 2023-03-16 15:41 UTC  (5+ messages)

[PATCH net-next 0/3] Add SCM_PIDFD and SO_PEERPIDFD
 2023-03-16 15:32 UTC  (4+ messages)
` [PATCH net-next 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD

[PATCH] btrfs-progs: restore of xattrs fixed
 2023-03-16 15:32 UTC  (3+ messages)
` [PATCH v2 1/2] Fixed issue with restore of xattrs not working on directories

[PATCH v1] linux-firmware: add firmware files for NXP BT chipsets
 2023-03-16 15:37 UTC 

[ardb:for-kernelci 5/5] arch/arm/kernel/entry-armv.S:672: undefined reference to `vfp_entry'
 2023-03-16 15:39 UTC 

[dhowells-fs:pipe-list 48/48] kernel/trace/trace.c:8284:10: error: 'const struct pipe_buf_operations' has no member named 'get'
 2023-03-16 15:39 UTC 

[PATCH 00/11] Intel pmc_core: Enable telemetry
 2023-03-16 15:36 UTC  (3+ messages)

[PULL] drm-misc-next
 2023-03-16 15:39 UTC  (2+ messages)
` [Intel-gfx] "

dropping 32-bit host support
 2023-03-16 15:39 UTC  (15+ messages)

stable-rc/linux-4.19.y baseline: 144 runs, 22 regressions (v4.19.276-32-g0233a363477c)
 2023-03-16 15:36 UTC 

[PATCH] block: remove obsolete config BLOCK_COMPAT
 2023-03-16 15:35 UTC  (2+ messages)

[PATCH v3 0/6] Fix blk-crypto keyslot race condition
 2023-03-16 15:35 UTC  (2+ messages)

[tip: x86/cleanups] x86/uaccess: Remove memcpy_page_flushcache()
 2023-03-16 15:35 UTC 

[PATCH v2 0/3] vhost: memslot handling improvements
 2023-03-16 15:36 UTC  (4+ messages)
` [PATCH v2 1/3] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v2 2/3] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v2 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation

[PATCH net-next 0/9] net/packet: KCSAN awareness
 2023-03-16 15:34 UTC  (4+ messages)
` [PATCH net-next 1/9] net/packet: annotate accesses to po->xmit

[PATCH] mm/thp: Rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
 2023-03-16 15:37 UTC  (4+ messages)

[PATCH 0/3] btrfs-progs: fix btrfs/249 failure
 2023-03-16 15:27 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: filesystem-usage: handle missing seed device properly
` [PATCH 2/3] btrfs-progs: sync ioctl from kernel

[PATCH V2 REBASED] dt-bindings: leds: add "usbport" trigger
 2023-03-16 15:33 UTC  (2+ messages)

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-16 15:31 UTC  (3+ messages)
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[PATCH] firmware: turris-mox-rwtm: make kobj_type structure constant
 2023-03-16 15:30 UTC  (2+ messages)

[PATCH] arm64/idreg: Don't disable SME when disabling SME
 2023-03-16 15:32 UTC  (2+ messages)

[yocto] Minutes: Yocto Project Weekly Triage Meeting 16/03/2023
 2023-03-16 15:32 UTC 

[RFT] test-pmd: go back to using cmdline_interact
 2023-03-16 15:31 UTC  (4+ messages)
` [PATCH v4 0/2] Fix testpmd interrupt regression

[igt-dev] [PATCH i-g-t v2] tests/xe/xe_noexec_ping_pong: Add a test to expose unnecessary rebinds
 2023-03-16 15:29 UTC  (3+ messages)
` [Intel-xe] "

[PATCH] Using MAP_SHARE_VALIDATE in mmap without fd
 2023-03-16 15:28 UTC  (2+ messages)

[PATCH v2 00/16] PCI endpoint fixes and improvements
 2023-03-16 15:25 UTC  (4+ messages)
` [PATCH v2 09/16] PCI: epf-test: Improve handling of command and status registers


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.