All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-27 14:41:54 to 2022-09-27 15:30:00 UTC [more...]

[PATCH v7 0/5] improve error handling for module load
 2022-09-27 13:38 UTC  (4+ messages)
` [PATCH v7 1/5] module: removed unused function argument "mayfail"
` [PATCH v7 3/5] module: add Error arguments to module_load and module_load_qom
` [PATCH v7 4/5] dmg: warn when opening dmg images containing blocks of unknown type

[PATCH v4 00/54] tests/qtest: Enable running qtest on Windows
 2022-09-27 14:32 UTC  (9+ messages)
` [PATCH v4 39/54] tests/qtest: boot-serial-test: Close the serial file before starting QEMU
` [PATCH v4 40/54] tests/qtest: ide-test: Open file in binary mode
` [PATCH v4 43/54] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PATCH v4 50/54] tests/qtest: migration-test: Skip running some TLS cases for win32

[PATCH v5 0/6] Change mmsys compatible for mt8195 mediatek-drm
 2022-09-27 15:27 UTC  (8+ messages)
` [PATCH v5 1/6] dt-bindings: arm: mediatek: mmsys: change compatible for MT8195
` [PATCH v5 2/6] Revert "soc: mediatek: add mtk-mmsys support for mt8195 vdosys0"
` [PATCH v5 4/6] Revert "drm/mediatek: Add mediatek-drm of vdosys0 support for mt8195"
` [PATCH v5 5/6] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195
` [PATCH v5 6/6] soc: mediatek: remove DDP_DOMPONENT_DITHER from enum

[PATCH] MIPS: Lantiq: switch vmmc to use gpiod API
 2022-09-27 15:29 UTC  (7+ messages)

[PATCH 00/10] Add the Git Change command
 2022-09-27 15:28 UTC  (6+ messages)
` [PATCH 05/10] evolve: add the change-table structure

[PATCH] iommu/io-pgtable: Make IOMMU_IO_PGTABLE_DART invisible
 2022-09-27 15:29 UTC  (7+ messages)

[PATCH -next] i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probe
 2022-09-27 15:32 UTC 

[PATCH 00/12] Arm cache coloring
 2022-09-27 15:28 UTC  (7+ messages)
` [PATCH 12/12] xen/arm: add cache coloring support for Xen

ddd
 2022-09-27 13:11 UTC  (2+ messages)

[PATCH v2] tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
 2022-09-27 15:28 UTC  (3+ messages)
` [Resend PATCH "

Why set .suppress_bind_attrs even though .remove() implemented?
 2022-09-27 15:27 UTC  (7+ messages)

[Intel-wired-lan] [PATCH v1 0/4] Add support for DMA timestamp for non-PTP packets
 2022-09-27 15:27 UTC  (3+ messages)
`  "

[PATCH] drm/panel-edp: Add BOE NT116WHM-N4C (HW: V8.1)
 2022-09-27 15:26 UTC  (3+ messages)

[PATCH v10 00/27] Rust support
 2022-09-27 15:26 UTC  (36+ messages)
` [PATCH v10 01/27] kallsyms: use `ARRAY_SIZE` instead of hardcoded size
` [PATCH v10 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v10 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v10 04/27] kallsyms: support "big" kernel symbols
` [PATCH v10 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v10 06/27] rust: add C helpers
` [PATCH v10 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v10 11/27] rust: add `bindings` crate
` [PATCH v10 12/27] rust: add `kernel` crate
` [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v10 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v10 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v10 17/27] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v10 21/27] scripts: add `is_rust_module.sh`
` [PATCH v10 26/27] samples: add first Rust examples
` [PATCH v10 27/27] MAINTAINERS: Rust

[PATCH mptcp-next v12 0/5] BPF redundant scheduler
 2022-09-27 15:27 UTC  (6+ messages)
` [PATCH mptcp-next v12 1/5] Squash to "mptcp: add get_subflow wrappers"
` [PATCH mptcp-next v12 2/5] mptcp: redundant subflows push pending
` [PATCH mptcp-next v12 3/5] mptcp: redundant subflows retrans support
` [PATCH mptcp-next v12 4/5] selftests/bpf: Add bpf_red scheduler
` [PATCH mptcp-next v12 5/5] selftests/bpf: Add bpf_red test

locking/rwsem: RT throttling issue due to RT task hogging the cpu
 2022-09-27 15:26 UTC  (5+ messages)

[PATCH v3 0/8] pwm: lpss: Clean up and convert to a pure library
 2022-09-27 15:26 UTC  (11+ messages)
` [PATCH v3 1/8] pwm: lpss: Deduplicate board info data structures
` [PATCH v3 2/8] pwm: lpss: Move exported symbols to PWM_LPSS namespace
` [PATCH v3 3/8] pwm: lpss: Move resource mapping to the glue drivers
` [PATCH v3 4/8] pwm: lpss: Include headers we are direct user of
` [PATCH v3 5/8] pwm: lpss: Use device_get_match_data to get device data
` [PATCH v3 6/8] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH v3 7/8] pwm: lpss: Make use of bits.h macros for all masks
` [PATCH v3 8/8] pwm: lpss: Add a comment to the bypass field

[PATCH V6 0/8] libgpiod: Add Rust bindings
 2022-09-27 15:25 UTC  (7+ messages)
` [PATCH V6 3/8] libgpiod: Add rust wrapper crate

[PATCH v6 1/4] rcu: Make call_rcu() lazy to save power
 2022-09-27 15:25 UTC  (10+ messages)

[PATCH -next 0/4] cpufreq: Switch to use dev_err_probe() helper
 2022-09-27 15:40 UTC  (5+ messages)
` [PATCH -next 1/4] cpufreq: dt: "
` [PATCH -next 2/4] cpufreq: imx6q: "
` [PATCH -next 3/4] cpufreq: qcom-nvmem: "
` [PATCH -next 4/4] cpufreq: sun50i: "

[PATCH net] rhashtable: fix crash due to mm api change
 2022-09-27  4:44 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH] ASoC: mediatek: mt8195: update audio tuner settings
 2022-09-27 15:11 UTC  (3+ messages)

[PATCH] KVM: allow compiling out SMM support
 2022-09-27 15:22 UTC 

[PATCH v3 0/5] GPU workload hints for better performance
 2022-09-27 15:23 UTC  (20+ messages)
` [PATCH v3 2/5] drm/amdgpu: add new functions to set GPU power profile
` [PATCH v3 5/5] drm/amdgpu: switch workload context to/from compute

[dm-devel] [PATCH] kernfs: fix a crash when two processes delete the same directory
 2022-09-27 15:22 UTC  (4+ messages)

[PATCH] kprobes: Mark ftrace mcount handler functions nokprobe
 2022-09-27 15:22 UTC  (4+ messages)

[PATCH 0/4] mmc: sdhci: Tidy reset handling
 2022-09-27 15:22 UTC  (3+ messages)
` [PATCH 3/4] mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS

[Bridge] [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-27 15:19 UTC  (15+ messages)

[PATCH] zap linking-only option from EMBEDDED_EXTRA_CFLAGS
 2022-09-27 15:21 UTC  (5+ messages)

[RFC PATCH mptcp-next v11 0/4] mptcp: Fast Open: Initiator
 2022-09-27 15:22 UTC  (12+ messages)
` [RFC PATCH mptcp-next v11 1/4] mptcp: add mptcp_setsockopt_fastopen
` [RFC PATCH mptcp-next v11 3/4] mptcp: add mptcp_subflow_conn_sock()
` [RFC PATCH mptcp-next v11 4/4] mptcp: reuse tcp_sendmsg_fastopen()

[PATCH v2 00/33] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings
 2022-09-27 15:20 UTC  (6+ messages)
` [PATCH v2 01/33] arm64: dts: qcom: ipq6018-cp01-c1: correct blspi1 pins

[PATCH 0/2] enable plugging only for reads in zoned block devices
 2022-09-27 15:20 UTC  (9+ messages)
  ` [PATCH 1/2] block: modify blk_mq_plug() to allow only reads for "

[patch RFC 00/29] printk: A new approach - WIP
 2022-09-27 15:19 UTC  (8+ messages)
` [patch RFC 06/29] printk: Protect [un]register_console() with a mutex
` [patch RFC 28/29] printk: Provide functions for atomic write enforcement

[PATCH 0/3] btrfs-progs: enhance error handling for metadata writeback
 2022-09-27 15:13 UTC  (2+ messages)

[PATCH] hafnium: Exclude from world builds
 2022-09-27 15:19 UTC  (3+ messages)
` [meta-arm] "

[PATCH v8 00/12] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-09-27 15:19 UTC  (6+ messages)
` [PATCH v8 01/12] dt-bindings: display/msm: split qcom,mdss bindings

[Intel-gfx] [PATCH] drm/i915: enable PS64 support for DG2
 2022-09-27 15:17 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: enable PS64 support for DG2 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] usb: dwc3: st: Fix node's child name
 2022-09-27 15:15 UTC  (3+ messages)

[PATCH printk 00/18] preparation for threaded/atomic printing
 2022-09-27 15:16 UTC  (3+ messages)
` [PATCH printk 06/18] printk: Protect [un]register_console() with a mutex

[PATCH v2 00/30] acl: add vfs posix acl api
 2022-09-27 15:16 UTC  (5+ messages)

[PATCH -next] Makefile: add implicit enum-conversion check for compile build
 2022-09-27 15:31 UTC 

[PATCH v6 0/4] rcu: call_rcu() power improvements
 2022-09-27 15:14 UTC  (11+ messages)
` [PATCH v6 1/4] rcu: Make call_rcu() lazy to save power

GPU device resource reservations with cgroups?
 2022-09-27 15:13 UTC  (5+ messages)

[PATCH v5] 9pfs: use GHashTable for fid table
 2022-09-27 14:25 UTC 

[PATCH] drm/panel-edp: Fix delays for INX N116BCA-EA2 (HW: C1)
 2022-09-27 15:12 UTC  (3+ messages)

[PATCH][RESEND] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-27 15:12 UTC 

[PATCH] drm/panel-edp: Fix delays for INX N116BCN-EA1 (HW: C4)
 2022-09-27 15:11 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/3] Remove gem_get_batch_size()
 2022-09-27 15:11 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/3] tests/prime_mmap: Use batch sizes appropriate for regions
` [igt-dev] [PATCH i-g-t 3/3] lib/intel_memory_region: Remove function which returns batch size in regions

[PATCH v2] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-09-27 15:10 UTC  (2+ messages)

[PATCH for-next] selftests/net: enable io_uring sendzc testing
 2022-09-27 15:10 UTC  (2+ messages)

[PATCH v2] drm/mediatek: Add AFBC support to Mediatek DRM driver
 2022-09-27 15:09 UTC 

[PATCH v2 net-next 00/12] Add tc-taprio support for queueMaxSDU
 2022-09-27 15:09 UTC  (4+ messages)
` [PATCH v2 net-next 01/12] net/sched: taprio: allow user input of per-tc max SDU

[dpdk-dev] [PATCH v1] ethdev: support congestion management
 2022-09-27 15:09 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2] dt-bindings: input: Convert hid-over-i2c to DT schema
 2022-09-27 15:09 UTC 

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-09-27 13:24 UTC  (5+ messages)
` [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node
` [PATCH v2 6/8] hw/arm/virt: Fix devicetree warning about the SMMU node

[PULL 0/1] xen queue 2022-09-27
 2022-09-27 13:35 UTC 

[PATCH] rockchip: rk3399: add ethaddr and serial# init, enable for R4S
 2022-09-27 15:07 UTC  (2+ messages)

[PATCH] rockchip: rk3399: add ethaddr and serial# init, enable for R4S
 2022-09-27 15:06 UTC  (5+ messages)

[PATCH mptcp-next 0/2] mptcp: add TCP_FASTOPEN_NO_COOKIE support
 2022-09-27 15:03 UTC  (3+ messages)
` [PATCH mptcp-next 1/2] mptcp: sockopt: make 'tcp_fastopen_connect' generic
` [PATCH mptcp-next 2/2] mptcp: add TCP_FASTOPEN_NO_COOKIE support

[PATCH v3] event/dlb2: fix max cq_depth/enq_depth cli override
 2022-09-27 15:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] rk3399: r4s: Derive local MAC address if EEPROM is missing
 2022-09-27 15:05 UTC 

[PATCH] ptp: Remove usage of the deprecated ida_simple_xxx API
 2022-09-27 15:05 UTC  (3+ messages)

[PATCH 1/2] powerpc: Make stack frame marker upper case
 2022-09-27 15:04 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Reverse stack frame marker on little endian

[PATCH net-next 0/2] net: sched: add helper support in act_ct for ovs offloading
 2022-09-27 15:04 UTC  (7+ messages)
` [PATCH net-next 1/2] net: sched: fix the err path of tcf_ct_init in act_ct
` [PATCH net-next 2/2] net: sched: add helper support "

[PATCH v2 0/3] Add support for the Airoha EN7523 SPI controller
 2022-09-27 15:04 UTC  (4+ messages)
` [PATCH v2 2/3] spi: Add support for the Airoha EN7523 SoC "

[PATCH] diff: introduce --restrict option
 2022-09-27 15:04 UTC  (3+ messages)

[Virtio-fs] [PULL 0/1] Block patches
 2022-09-27 15:04 UTC  (2+ messages)

[PATCH 1/4] tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar()
 2022-09-27 15:04 UTC  (5+ messages)
` [PATCH 3/4] tty: serial: unify TX space reads under altera_jtaguart_tx_space()
` [PATCH 4/4] tty: serial: do unlock on a common path in altera_jtaguart_console_putc()

[PATCH v2 0/2] Fixes for ATA device queue depth control
 2022-09-27 15:03 UTC  (10+ messages)
` [PATCH v2 2/2] ata: libata-sata: Fix "

stable-rc/queue/5.19 baseline: 176 runs, 3 regressions (v5.19.11-207-g5704e94c78ce)
 2022-09-27 15:02 UTC 

[PATCH v2] nvmet: force reconnect when number of queue changes
 2022-09-27 15:01 UTC  (2+ messages)

[PATCH v2 1/4] tools: remove xenstore entries on vchan server closure
 2022-09-27 15:00 UTC  (3+ messages)
` [PATCH v2 2/4] tools: allow vchan XenStore paths more then 64 bytes long

[PATCH v2] headers: Remove some left-over license text
 2022-09-27 15:00 UTC  (2+ messages)

[patch net-next 0/3] devlink: fix order of port and netdev register in drivers
 2022-09-27 15:00 UTC  (2+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-27 14:41 UTC  (3+ messages)
` [PATCH v9 09/10] s390x/cpu_topology: activating CPU topology

[PATCH v2 0/6] Reduce SMBDirect RDMA SGE counts and sizes
 2022-09-27 14:59 UTC  (7+ messages)
` [PATCH v2 4/6] Reduce server smbdirect max send/receive segment sizes
          `  "

[igt-dev] [PATCH] tests/kms_plane_cursor: update pipe to output for each test
 2022-09-27 14:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_cursor: update pipe to output for each test (rev2)

[PATCH net-next 0/2] Add helper functions to parse netlink msg of ip_tunnel
 2022-09-27 14:58 UTC  (2+ messages)

Multi kprobe ftrace_lookup_symbols question
 2022-09-27 14:58 UTC 

[PATCH net-next] ethernet: 8390: remove unnecessary check of mem
 2022-09-27 15:14 UTC 

[mtd:nand/next 11/31] drivers/mtd/nand/raw/cadence-nand-controller.c:1893:4: error: implicit declaration of function 'ioread64_rep' is invalid in C99
 2022-09-27 14:56 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_plane_multiple: turn off pipe if all planes are off
 2022-09-27 14:56 UTC  (2+ messages)

[PATCH RFC v2 0/2] Quickstart buttons driver and Toshiba Z830
 2022-09-27 14:54 UTC  (6+ messages)
` [PATCH RFC v2 1/2] platform/x86: quickstart: Add ACPI quickstart button (PNP0C32) driver

[PATCH 1/2] .templateconf: Mark "meta/conf" as an invalid path for templates
 2022-09-27 14:56 UTC  (7+ messages)
` [PATCH 2/2] oe-setup-builddir: Do not hardcode invalid paths "
  ` [OE-core] "

[PATCH] sethostname: dump new hostname into RNG
 2022-09-27 14:53 UTC  (4+ messages)
` [PATCH v2] utsname: contribute changes to RNG

[PATCH -next] net: i82596: Add __init/__exit annotations to module init/exit funcs
 2022-09-27 14:52 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2 0/8] Add hwmon energy support for dgfx
 2022-09-27 14:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Add hwmon energy support for dgfx (rev3)

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-27 14:52 UTC  (7+ messages)
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update

[PATCH v2 0/2] Add support for Renesas ProXO XP oscillator
 2022-09-27 14:51 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add bindings for Renesas ProXO

[PATCH] x86/NUMA: correct memnode_shift calculation for single node system
 2022-09-27 14:52 UTC  (3+ messages)

Yocto Project Status 27 September 2022 (WW39)
 2022-09-27 14:52 UTC 

[PATCH] NFC: hci: Split memcpy() of struct hcp_message flexible array
 2022-09-27 14:50 UTC  (2+ messages)

[PATCH 0/2] Add Support for Dell 5811e with usb-id 0x413c:0x81c2
 2022-09-27 14:50 UTC  (2+ messages)

[PATCH 0/2 v4] Init the hashed pointer from a worker
 2022-09-27 14:49 UTC  (3+ messages)
` [PATCH v4 1/2] lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval()

[PATCH v1] ASoC: cs42l42: Fallback to headphones for type detect
 2022-09-27 14:48 UTC  (3+ messages)

[PATCH 1/2] net: ethernet: mtk_eth_soc: fix wrong use of new helper function
 2022-09-27 14:50 UTC  (2+ messages)

[PATCH 1/3] ASoC: apple: mca: Trigger, not deassert, the peripheral reset
 2022-09-27 14:48 UTC  (3+ messages)

[PATCH] update Linux headers to 6.0
 2022-09-27 13:13 UTC 

stable-rc/queue/5.4 build: 145 builds: 1 failed, 144 passed, 22 warnings (v5.4.214-115-g16b4c9cfc300c)
 2022-09-27 14:42 UTC 

[PATCH v12 0/2] Introduce block device LED trigger
 2022-09-27 14:41 UTC  (3+ messages)
` [PATCH v12 2/2] leds: trigger: Add "

[PATCH v3 1/3] MAINTAINERS: add maintainer for thermal driver for loongson2 SoCs
 2022-09-27 14:39 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: thermal: add loongson2 thermal binding

[PATCHv3 1/3] dt-bindings: mmc: synopsys-dw-mshc: document "altr,sysmgr-syscon"
 2022-09-27 14:39 UTC  (2+ messages)

[PATCH net-next v5 0/9] [RFT] net: dpaa: Convert to phylink
 2022-09-27 14:39 UTC  (3+ messages)
` [PATCH net-next v5 1/9] dt-bindings: net: Expand pcs-handle to an array

[PATCH 1/1] 9pfs: avoid iterator invalidation in v9fs_mark_fids_unreclaim
 2022-09-27 13:05 UTC  (3+ messages)

[PATCH v1 0/4] Kill the time spent in patch_instruction()
 2022-09-27 14:38 UTC  (2+ messages)

[PATCH blktests v4] nvme/046: test queue count changes on reconnect
 2022-09-27 14:37 UTC 

[PATCH v3 0/9] Add ARM Cortex-R52 cpu
 2022-09-27 13:01 UTC  (3+ messages)
` [PATCH v3 3/9] target/arm: Make RVBAR available for all ARMv8 CPUs

[GIT PULL] sound fixes for 6.0-rc8 or final
 2022-09-27 14:37 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.