All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-29 07:36:03 to 2023-07-29 09:58:02 UTC [more...]

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-07-29  9:57 UTC  (6+ messages)
` [RFC bpf-next v7 1/6] net: socket: add update_socket_protocol hook
` [RFC bpf-next v7 2/6] bpf: Register mptcp modret set
` [RFC bpf-next v7 3/6] selftests/bpf: Add mptcpify program
` [RFC bpf-next v7 4/6] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v7 5/6] selftests/bpf: add two mptcp netns helpers

[PATCH v3 1/2] powerpc/mm: Cleanup memory block size probing
 2023-07-29  9:55 UTC  (3+ messages)

[net-next PATCH v1 1/9] net: Introduce new fields for napi and queue associations
 2023-07-29  9:55 UTC  (2+ messages)

[PATCH 0/1] kconfig: port qconf to work with Qt6 in addition to Qt5
 2023-07-29  9:54 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 08/14] selftests/nolibc: string the core targets
 2023-07-29  9:54 UTC  (4+ messages)

[PATCH net-next] team: Remove NULL check before dev_{put, hold}
 2023-07-29  9:52 UTC  (2+ messages)

[PATCH] string_copying.7: tfix
 2023-07-29  9:50 UTC  (3+ messages)

[RFC PATCH] gitignore: allow gitignore to ignore most dot file
 2023-07-29  9:47 UTC 

[PATCH v1 4/8] selftests/nolibc: add extra config file customize support
 2023-07-29  9:43 UTC  (4+ messages)

[PATCH 0/5] Fixes and cleanups to compaction
 2023-07-29 17:43 UTC  (6+ messages)
` [PATCH 1/5] mm/compaction: allow blockpfn outside of pageblock for high order buddy page
` [PATCH 2/5] mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skip
` [PATCH 3/5] mm/compaction: merge end_pfn boundary check in isolate_freepages_range
` [PATCH 4/5] mm/compaction: remove unnecessary cursor page in isolate_freepages_block
` [PATCH 5/5] mm/compaction: remove unnecessary "else continue" at end of loop "

[PATCH v1 0/4] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-07-29  9:35 UTC  (3+ messages)

[sailus-media-tree:master 9/20] drivers/media/i2c/ov5693.c:1280:17: warning: incompatible integer to pointer conversion assigning to 'struct regmap *' from 'int'
 2023-07-29  9:31 UTC  (3+ messages)

[PATCH v3] irqchip: gic-v3: Extend collection table
 2023-07-29  9:31 UTC  (3+ messages)

[PATCH v2] usb: host: oxu210hp-hcd: Fix potential deadlock on &oxu->mem_lock
 2023-07-29  9:26 UTC 

[PATCH 1/4] interconnect: qcom: icc-rpm: Add AB/IB calculations coefficients
 2023-07-29  9:25 UTC  (2+ messages)

[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
 2023-07-29  9:20 UTC  (9+ messages)
` [PATCH v2 14/26] KVM: arm64: nv: Add "
` [PATCH v2 19/26] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2

[PATCH bpf 0/2] Two fixes for cpu-map
 2023-07-29  9:51 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf, cpumap: Make sure kthread is running before map update returns
` [PATCH bpf 2/2] bpf, cpumap: Handle skb as well when clean up ptr_ring

[PATCH v3 00/12] selftests/nolibc: add minimal kernel config support - part1
 2023-07-29  9:11 UTC  (11+ messages)
` [PATCH v3 06/12] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc
` [PATCH v3 08/12] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v3 12/12] selftests/nolibc: speed up some targets with multiple jobs

[RESEND PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-07-29  9:17 UTC 

[PATCH V3 0/5] ASoC: codecs: Add awinic AW88261 audio amplifier driver
 2023-07-29  9:12 UTC  (6+ messages)
` [PATCH V3 1/5] ASoC: dt-bindings: Add schema for "awinic,aw88261"
` [PATCH V3 2/5] ASoC: codecs: Add code for bin parsing compatible with aw88261
` [PATCH V3 3/5] ASoC: codecs: Add aw88261 amplifier driver
` [PATCH V3 4/5] ASoC: codecs: aw88261 device related operation functions
` [PATCH V3 5/5] ASoC: codecs: aw88261 chip register file, Kconfig and Makefile

[PATCH 1/6] man.7: srcfix
 2023-07-29  9:11 UTC  (3+ messages)

[PATCH v3 00/13] Quality of life improvements for pin-init
 2023-07-29  9:10 UTC  (14+ messages)
` [PATCH v3 01/13] rust: init: consolidate init macros
` [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
` [PATCH v3 03/13] rust: add derive macro for `Zeroable`
` [PATCH v3 04/13] rust: init: make guards in the init macros hygienic
` [PATCH v3 05/13] rust: init: wrap type checking struct initializers in a closure
` [PATCH v3 06/13] rust: init: make initializer values inaccessible after initializing
` [PATCH v3 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH v3 08/13] rust: init: Add functions to create array initializers
` [PATCH v3 09/13] rust: init: add support for arbitrary paths in init macros
` [PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
` [PATCH v3 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
` [PATCH v3 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
` [PATCH v3 13/13] rust: init: update expanded macro explanation

[PATCH v10] drm: Add initial ci/ subdirectory
 2023-07-29  9:08 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/gobject-introspection: bump version to 1.76.1
 2023-07-29  9:04 UTC  (2+ messages)

[Buildroot] [git commit] configs/nitrogen*: bump kernel rev to 42598e4b
 2023-07-29  9:03 UTC 

[Buildroot] [git commit] package/sshpass: bump to version 1.10
 2023-07-29  9:03 UTC 

[Buildroot] [PATCH] configs/nitrogen*: bump kernel rev to 42598e4b
 2023-07-29  9:03 UTC  (2+ messages)

[Buildroot] [PATCH] package/sshpass: bump to version 1.10
 2023-07-29  9:03 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/vuejs: bump to version 3.3.2
 2023-07-29  9:03 UTC  (2+ messages)

[akpm-mm:mm-unstable 197/338] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p'
 2023-07-29  8:59 UTC  (3+ messages)

[Buildroot] [git commit] package/vuejs: bump to version 3.3.2
 2023-07-29  9:02 UTC 

[PATCH v1] cpuidle: teo: Update idle duration estimate when choosing shallower state
 2023-07-29  9:02 UTC  (3+ messages)

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-29  7:38 UTC  (6+ messages)
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv

[Buildroot] [PATCH] support/testing: Override the EDK2 CPU hotplug bug check
 2023-07-29  9:02 UTC  (2+ messages)

[PATCH v2] scripts: kconfig: nconf: Add search jump feature
 2023-07-29  9:00 UTC  (2+ messages)

[Buildroot] [git commit] support/testing: override the EDK2 CPU hotplug bug check
 2023-07-29  9:00 UTC 

[PATCH v5 0/6] add loongson mips ls1c300 initial support
 2023-07-29  9:02 UTC  (6+ messages)
` [PATCH v5 3/6] mips: add a ls1c300 based board

[Buildroot] [PATCH 1/1] package/weston: don't select seatd daemon if we have logind
 2023-07-29  8:59 UTC  (2+ messages)

[Buildroot] [git commit] package/weston: don't select seatd daemon if we have logind
 2023-07-29  8:59 UTC 

[Buildroot] [PATCH 1/1] package/systemd: bump to version 254
 2023-07-29  8:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dbus: bump to version 1.14.8
 2023-07-29  8:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/linux-pam: bump to version 1.5.3
 2023-07-29  8:59 UTC  (2+ messages)

[Buildroot] [git commit] package/systemd: bump to version 254
 2023-07-29  8:58 UTC 

[Buildroot] [git commit] package/dbus: bump to version 1.14.8
 2023-07-29  8:57 UTC 

[Buildroot] [git commit] package/linux-pam: bump to version 1.5.3
 2023-07-29  8:55 UTC 

[PATCH] mm: disable kernelcore=mirror when no mirror memory
 2023-07-29  8:57 UTC  (3+ messages)

[PATCH RESEND v4 1/1] test_firmware: fix some memory leaks and racing conditions
 2023-07-29  8:56 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-net-queue:1GbE] BUILD SUCCESS 70bfe4ebaf9fe3963391891bdce8cb7a1dad9f1c
 2023-07-29  8:54 UTC 

[Buildroot] [PATCH 1/1] package/libubootenv: backport fix for NOR flashes
 2023-07-29  8:55 UTC  (2+ messages)

[Buildroot] [git commit] package/libubootenv: backport fix for NOR flashes
 2023-07-29  8:54 UTC 

[PATCH v3] rpm: Allow setting platform macro settings externally
 2023-07-29  8:54 UTC  (4+ messages)
` [OE-core] "

[PATCH v3 01/12] selftests/nolibc: allow report with existing test log
 2023-07-29  8:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package: mono: allow building for aarch64 targets
 2023-07-29  8:53 UTC  (2+ messages)

[Buildroot] [git commit] package/mono: allow building for aarch64 targets
 2023-07-29  8:51 UTC 

[Cluster-devel] [PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-29  8:47 UTC  (10+ messages)
` [Cluster-devel] [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
    `  "
      ` [f2fs-dev] "

[PATCH] target/s390x: Move trans_exc_code update to do_program_interrupt
 2023-07-29  8:43 UTC  (2+ messages)

[RFC][PATCH 0/3] cpuidle,teo: Improve TEO tick decisions
 2023-07-29  8:46 UTC  (7+ messages)
` [RFC][PATCH 1/3] cpuidle: Inject tick boundary state
` [RFC][PATCH 3/3] cpuidle,teo: Improve state selection

[PATCH] tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7
 2023-07-29  8:45 UTC  (4+ messages)

[PATCH v2 2/2] man.7: ffix
 2023-07-28 17:28 UTC 

[PATCH v2 1/2] time.1: ffix
 2023-07-28 17:02 UTC 

[PATCH] usb: dwc3: gadget: let pm runtime get/put paired
 2023-07-29  8:43 UTC  (3+ messages)

[PATCH 0/4] drm/bridge-connector: simplify handling of USB-C DP
 2023-07-29  0:49 UTC  (5+ messages)
` [PATCH 1/4] drm: allow specifying default subtype for the DP subconnector property
` [PATCH 2/4] drm/bridge-connector: handle subconnector types
` [PATCH 3/4] drm/uapi: document the USB subconnector type
` [PATCH 4/4] soc: qcom: pmic_glink: properly describe the DP connector

Kernel Crypto exposing asymmetric operations to userland via libkcapi
 2023-07-29  8:40 UTC  (2+ messages)

[PATCH 1/2] drm: rcar-du: Add more formats to DRM_MODE_BLEND_PIXEL_NONE support
 2023-07-28 20:07 UTC  (2+ messages)
` [PATCH 2/2] drm:rcar-du: Enable ABGR and XBGR formats

[Intel-gfx] [PATCH v6 0/3] drm/bridge_connector: implement OOB HPD handling
 2023-07-28 19:44 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 3/3] drm/bridge_connector: implement oob_hotplug_event
  `  "

[RFC PATCH 0/4] Improve RT performance & latency w/ local_lock_t()
 2023-07-29  8:37 UTC  (5+ messages)
` [RFC PATCH 1/4] Introducing local_lock_n() and local queue & flush
` [RFC PATCH 2/4] swap: apply new local_schedule_work_on() interface
` [RFC PATCH 3/4] memcontrol: "
` [RFC PATCH 4/4] slub: "

[xen-unstable test] 182060: regressions - FAIL
 2023-07-29  8:38 UTC 

[PATCH v4 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-29  7:34 UTC  (20+ messages)
` [PATCH v4 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH v4 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH v4 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH v4 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH v4 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH v4 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH v4 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH v4 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH v4 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH v4 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file

[PATCH] gitignore: add VSCode workspace dir
 2023-07-29  8:37 UTC  (2+ messages)

[PATCH 1/2] tools/nolibc: add pipe() support
 2023-07-29  8:37 UTC  (2+ messages)

[PATCH 0/6] scsi: mpt3sas: Use flexible arrays and do a few cleanups
 2023-07-29  8:35 UTC  (7+ messages)
` [PATCH 2/6] scsi: mpt3sas: Use flexible arrays when less obviously possible
` [PATCH 6/6] scsi: mpt3sas: Replace a dynamic allocation with a local variable

[linux-next:master 2386/5284] ERROR: modpost: "iounmap" [drivers/net/ethernet/smsc/smc91c92_cs.ko] undefined!
 2023-07-29  8:33 UTC 

[PATCH] soc: hisilicon: Support HCCS driver on Kunpeng SoC
 2023-07-29  8:26 UTC  (7+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] "
  ` [PATCH v5 2/2] doc: soc: hisilicon: Add Kunpeng HCCS driver documentation

GCC and binutils support for BPF V4 instructions
 2023-07-29  8:29 UTC  (6+ messages)

[OE-Core][PATCH 1/2] base-passwd: Add the sgx group
 2023-07-29  8:24 UTC  (4+ messages)

[PATCH v2 05/14] selftests/nolibc: add menuconfig for development
 2023-07-29  8:22 UTC  (3+ messages)

[PATCH v3 0/2] fix at803x wol setting
 2023-07-29  8:14 UTC  (3+ messages)
` [PATCH v3 1/2] net: phy: at803x: fix the wol setting functions

[PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
 2023-07-29  8:14 UTC  (4+ messages)

[PATCH v2] selinux: introduce an initial SID for early boot processes
 2023-07-29  8:10 UTC  (5+ messages)
` Login broken with old userspace (was Re: [PATCH v2] selinux: introduce an initial SID for early boot processes)

[PATCH] csky: fix old style declaration in module.c
 2023-07-29  8:04 UTC  (4+ messages)

[PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
 2023-07-29  8:04 UTC  (3+ messages)

[PATCH] oeqa/ssh: Further improve process exit handling
 2023-07-29  8:03 UTC 

[martin-lau-bpf-next:tcx_warn_dbg 1/1] include/linux/kern_levels.h:5:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'int'
 2023-07-29  8:02 UTC 

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-29  7:59 UTC  (10+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[Intel-wired-lan] PROBLEM: igc driver - Ethernet NIC speed not changing
 2023-07-29  8:02 UTC  (5+ messages)

[PATCH net 0/6] There are some bugfix for the HNS3 ethernet driver
 2023-07-29  7:57 UTC  (5+ messages)
` [PATCH net 5/6] net: hns3: fix wrong print link down up

[PATCH 00/10] staging: rtl8192e: Remove unused variables starting with p_intb
 2023-07-29  7:53 UTC  (11+ messages)
` [PATCH 01/10] staging: rtl8192e: Remove unused variable p_intb
` [PATCH 02/10] staging: rtl8192e: Remove unused variable intb in _rtl92e_irq()
` [PATCH 03/10] staging: rtl8192e: Remove empty function rtllib_rx_Master()
` [PATCH 04/10] staging: rtl8192e: Remove empty function rtllib_rx_Mesh()
` [PATCH 05/10] staging: rtl8192e: Remove unused variable is_mesh from rtllib_send_probe
` [PATCH 06/10] staging: rtl8192e: Remove is_mesh from rtllib_send_probe_requests
` [PATCH 08/10] staging: rtl8192e: Remove is_mesh from rtllib_softmac_scan_syncro
` [PATCH 07/10] staging: rtl8192e: Remove is_mesh from rtllib_start_scan_syncro
` [PATCH 09/10] staging: rtl8192e: Remove is_mesh from rtl92e_set_swcam
` [PATCH 10/10] staging: rtl8192e: Remove DefaultKey "

[PATCH v3 0/9] kunit: Add test attributes API
 2023-07-29  7:53 UTC  (3+ messages)

[Buildroot] [PATCH V1] core: add kconfig option to archive an un-stripped filesystem
 2023-07-29  7:49 UTC  (2+ messages)

[PATCH] powerpc/ftrace: Create a dummy stackframe to fix stack unwind
 2023-07-29  7:48 UTC  (2+ messages)

[PATCH] powerpc/mm/altmap: Fix altmap boundary check
 2023-07-29  7:48 UTC  (2+ messages)

[tiwai-sound:test/pcm-sockptr 18/26] drivers/media/pci/solo6x10/solo6x10-g723.c:242:11: error: use of undeclared identifier 'snd_solo_pcm_copy_user'; did you mean 'snd_solo_pcm_copy'?
 2023-07-29  7:41 UTC 

[PATCH] alpha: remove __init annotation from exported page_is_ram()
 2023-07-29  7:42 UTC 

[PATCH 1/1] perf tests task_analyzer: Check perf build options for libtraceevent support
 2023-07-29  7:39 UTC  (4+ messages)

[PATCH v3 0/3] don't change mempool if in-flight r1bio exists
 2023-07-29  7:37 UTC  (12+ messages)
` [PATCH v3 3/3] md/raid1: check array size before reshape


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.