All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-15 13:44:05 to 2024-03-15 14:45:02 UTC [more...]

[PATCH 00/13] ASoC: ti: davinci-i2s: Add features to McBSP driver
 2024-03-15 14:40 UTC  (9+ messages)
` [PATCH 04/13] ASoC: ti: davinci-i2s: Replace dev_err with dev_err_probe
` [PATCH 09/13] ASoC: ti: davinci-i2s: Enable unexpected frame pulses detection
` [PATCH 10/13] ASoC: ti: davinci-i2s: Make free-running mode optional

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-15 14:44 UTC  (7+ messages)
` [PATCH v4 1/7] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH v4 3/7] selftests/hid: add KASAN to the VM tests
` [PATCH v4 4/7] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH v4 5/7] HID: bpf: allow to inject HID event from BPF
` [PATCH v4 6/7] selftests/hid: add tests for hid_bpf_input_report

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-15 14:44 UTC  (15+ messages)
` [RFC v4 linux-next 01/19] block: move two helpers into bdev.c
` [RFC v4 linux-next 02/19] block: remove sync_blockdev_nowait()
` [RFC v4 linux-next 03/19] block: remove sync_blockdev_range()
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 05/19] bcachefs: remove dead function bdev_sectors()
` [RFC v4 linux-next 06/19] cramfs: prevent direct access of bd_inode

[PATCH 6.1 00/71] 6.1.82-rc1 review
 2024-03-15 14:42 UTC  (9+ messages)

[PATCH v1] doc: board: colibri-imx8x: Update and improve documentation
 2024-03-15 14:39 UTC 

[PATCH v2 0/7] PCI: Solve two bridge window sizing issues
 2024-03-15 14:39 UTC  (3+ messages)

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-03-15 14:38 UTC  (12+ messages)
` [PATCH 12/18] ASoC: codecs: mt6357: add MT6357 codec

[PATCH 1/3] python3_pip517: just count wheels in the directory, not subdirectories
 2024-03-15 14:37 UTC  (3+ messages)
` [PATCH 2/3] python-*: don't set PYPI_ARCHIVE_NAME and S when PYPI_PACKAGE is sufficient
` [PATCH 3/3] classes/pypi: don't expose PYPI_ARCHIVE_NAME

[PATCH 1/3] curl: improve run-ptest
 2024-03-15 14:37 UTC  (3+ messages)
` [PATCH 2/3] curl: increase test timeouts
` [PATCH 3/3] gstreamer1.0: improve test reliability

[PATCH 0/3] mm: random cleanups
 2024-03-15 14:36 UTC  (3+ messages)
` [PATCH 3/3] mm/vmstat: simplfy extfrag_show_print with fragmentation_index()

[PATCH v19 0/4] Add support for RZ/G2L GPT
 2024-03-15 14:35 UTC  (5+ messages)
` [PATCH v19 1/4] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v19 2/4] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v19 3/4] pwm: Add support for RZ/G2L GPT
` [PATCH v19 4/4] pwm: rzg2l-gpt: Add support for gpt linking with poeg

[net/netlink] Question about potential memleak in netlink_proto_init()
 2024-03-15 14:36 UTC  (2+ messages)

[Bug Report] nvme-cli fails re-formatting NVMe namespace
 2024-03-15 14:31 UTC 

[PATCH net v2] ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
 2024-03-15 14:35 UTC 

[PATCH] KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
 2024-03-15 14:35 UTC 

[PATCH bpf-next v2] bpf: Check return from set_memory_rox() and friends
 2024-03-15 14:34 UTC  (2+ messages)

[PATCH] x86/shstk: Enable shadow stack for x32
 2024-03-15 14:34 UTC  (3+ messages)

[syzbot] possible deadlock in j1939_session_activate
 2024-03-15 14:34 UTC  (3+ messages)
` [syzbot] [can?] "

[PATCH] arm64: dts: ti: k3-j721e-sk: Add support for multiple CAN instances
 2024-03-15 12:47 UTC 

[PATCH] drm/sched: fix null-ptr-deref in init entity
 2024-03-15 14:32 UTC  (4+ messages)

[PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()
 2024-03-15 14:31 UTC  (17+ messages)

[PATCH v2 3/3] arm64: dts: qcom: apq8016: Add Schneider HMIBSC board DTS
 2024-03-15 14:31 UTC  (11+ messages)

[PATCH net] ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
 2024-03-15 14:31 UTC  (3+ messages)

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-15 14:29 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v4 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v4 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

[PATCH] Revert "ext4: apply umask if ACL support is disabled"
 2024-03-15 14:29 UTC 

[PATCH] nfsd: Make NFS client_id increment atomic to avoid race condition
 2024-03-15 14:29 UTC  (2+ messages)

[PATCH 1/2] expat: Upgrade 2.6.1 -> 2.6.2
 2024-03-15 14:29 UTC  (2+ messages)
` [PATCH 2/2] uninative: Add pthread linking workaround

linux-next: Fixes tag needs some work in the tip tree
 2024-03-15 14:29 UTC  (2+ messages)

[PATCH v3 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-15 14:27 UTC  (4+ messages)
` [PATCH v3 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-root' field

[ovmf test] 185049: all pass - PUSHED
 2024-03-15 14:27 UTC 

[PATCH v2 01/34] bdev: open block device as files
 2024-03-15 14:28 UTC  (3+ messages)
` [PATCH] fs,block: get holder during claim

Pantum M7300FDW
 2024-03-15 14:27 UTC 

MGLRU premature memcg OOM on slow writes
 2024-03-15 14:27 UTC  (11+ messages)

BUG: unable to handle kernel paging request in ext4_ext_remove_space
 2024-03-15 14:26 UTC  (2+ messages)

Prebuilt LLVM 18.1.1 uploaded
 2024-03-15 14:26 UTC 

[REGRESSION] linux 6.6.18 and later fails to boot with "initramfs unpacking failed: invalid magic at start of compressed archive"
 2024-03-15 14:25 UTC  (6+ messages)

[PATCH v1] arm64: dts: ti: verdin-am62: dahlia: fix audio clock
 2024-03-15 14:25 UTC  (3+ messages)

[PATCH V2 0/3] tools/tracing: Use tools/build makefiles like perf
 2024-03-15 14:25 UTC  (4+ messages)
` [PATCH V2 1/3] tools/tracing: Use tools/build makefiles on latency-collector
` [PATCH V2 2/3] tools/rtla: Use tools/build makefiles to build rtla
` [PATCH V2 3/3] tools/verification: Use tools/build makefiles on rv

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 14:24 UTC  (3+ messages)
` [PATCH v5 14/37] lib: introduce support for page allocation tagging

[RFT] fstests: add support to dynamically skip tests
 2024-03-15 14:24 UTC  (2+ messages)

[PATCH v2] orangefs: move debug only code into debugfs.c file
 2024-03-15 14:23 UTC 

ipp-usb 0.9.25 announce
 2024-03-15 14:23 UTC 

[PATCH bpf-next 0/6] Enhancing selftests/xsk Framework: Maximum and Minimum Ring Configurations
 2024-03-15 14:07 UTC  (7+ messages)
` [PATCH bpf-next 1/6] tools/include: add ethtool_ringparam definition to UAPI header
` [PATCH bpf-next 2/6] selftests/xsk: make batch size variable
` [PATCH bpf-next 3/6] selftests/xsk: implement get_hw_ring_size function to retrieve current and max interface size
` [PATCH bpf-next 4/6] selftests/xsk: implement set_hw_ring_size function to configure interface ring size
` [PATCH bpf-next 5/6] selftests/xsk: test AF_XDP functionality under minimal ring configurations
` [PATCH bpf-next 6/6] selftests/xsk: enhance framework with a new test case for AF_XDP under max ring sizes

[PATCH 0/3] Add Forlinx OK3588-C
 2024-03-15 14:18 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: arm: rockchip: add Forlinx FET3588-C
` [PATCH 2/3] arm64: dts: "
` [PATCH 3/3] arm64: dts: rockchip: add Forlinx OK3588-C

[PATCH 1/3] drm/xe: Introduce a simple busted state
 2024-03-15 14:23 UTC  (13+ messages)
` [PATCH 2/3] drm/xe: declare busted upon GuC load failure
` [PATCH 3/3] drm/xe: Force busted state and block GT reset upon any GPU hang

[PATCH 0/3] remoteproc: introduce Arm remoteproc support
 2024-03-15 14:22 UTC  (7+ messages)
` [PATCH 3/3] dt-bindings: remoteproc: Add Arm remoteproc

[PATCH 1/6] drm/xe: Introduce a simple busted state
 2024-03-15 14:22 UTC  (12+ messages)
` [PATCH 2/6] drm/xe: declare busted upon GuC load failure
` [PATCH 3/6] drm/xe: Add extra busted protection for the no GuC reset
` [PATCH 4/6] drm/xe: Force busted state and block GT reset upon any GPU hang
` [PATCH 5/6] drm/xe: Introduce the busted_mode debugfs
` [PATCH 6/6] "
` ✓ CI.Patch_applied: success for series starting with [1/6] drm/xe: Introduce a simple busted state
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v4] usb: udc: remove warning when queue disabled ep
 2024-03-15 14:22 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update email address for Quentin Monnet
 2024-03-15 13:49 UTC  (2+ messages)

[PATCH 03/12] uefi-test-tools: Add support for python based build script
 2024-03-15 14:17 UTC  (2+ messages)

[PATCH 0/7] xen/bitops: Reduce the mess, starting with ffs()
 2024-03-15 14:16 UTC  (6+ messages)
` [PATCH 7/7] xen/bitops: Delete find_first_set_bit()

[PATCH 00/12] Add support for RISC-V ACPI tests
 2024-03-15 14:14 UTC  (5+ messages)
` [PATCH 01/12] roms/edk2-build.py: Add --module support
` [PATCH 02/12] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support

[PATCH] devtools: download scripts from linux if not found
 2024-03-15 14:14 UTC 

[PATCH] do_multicall and MISRA Rule 8.3
 2024-03-15 14:13 UTC  (13+ messages)
        ` [PATCH] do_multicall and MISRA Rule 8.3\

[RFC PATCH v3 0/2] rust: crates in other kernel directories
 2024-03-15 13:44 UTC  (2+ messages)

[PATCH net 1/2] net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
 2024-03-15 14:11 UTC  (3+ messages)

No module named pkgconfig
 2024-03-15 14:09 UTC  (7+ messages)
` [yocto] "

[PATCH v2] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-15 14:09 UTC  (4+ messages)

[PATCH] mm: Increase folio batch size
 2024-03-15 14:08 UTC 

Please add j.granados@samsung.com to the kernel key ring
 2024-03-15 14:06 UTC 

Uneccesary flushes waking up suspended disks
 2024-03-15 14:05 UTC  (3+ messages)

[PATCH v4 00/23] qapi: statically type schema.py
 2024-03-15 14:03 UTC  (3+ messages)
` [PATCH v4 21/23] qapi/schema: add type hints

[PATCH for-9.0 v2] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-03-15 14:03 UTC 

[PATCH] firmware: arm_scmi: Make raw debugfs entries non-seekable
 2024-03-15 14:03 UTC  (2+ messages)

[BUG] Panic in ipv6 on old NFS sockets from destroyed network namespace
 2024-03-15 14:03 UTC  (4+ messages)

[PATCH -v4 00/10] sched/balancing: Misc updates & cleanups
 2024-03-15 14:03 UTC  (10+ messages)
` [PATCH 04/10] sched/debug: Increase SCHEDSTAT_VERSION to 16

[PATCH v3 00/14] mci: add HS200 support for eMMCs
 2024-03-15 14:00 UTC  (15+ messages)
` [PATCH v3 01/14] ARM: zynqmp: add sd_dll_reset call
` [PATCH v3 02/14] zynqmp: firmware: add functions to set tap delay
` [PATCH v3 03/14] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v3 04/14] include: mci: sync mci_timing with linux
` [PATCH v3 05/14] mci: arasan: read clk phases from DT
` [PATCH v3 06/14] mci: core: save the set clock as actual_clock
` [PATCH v3 07/14] mci: arasan: register sdcard/sampleclk
` [PATCH v3 08/14] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v3 09/14] mci: core: parse more host capabilities from DT
` [PATCH v3 10/14] mci: mci-core: add HS200 support
` [PATCH v3 11/14] mci: mci-core: replace value with define
` [PATCH v3 12/14] mci: sdhci: add tuning support
` [PATCH v3 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v3 14/14] mci: sdhci: replace sdhci_wait_idle

[PATCH 00/15] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-03-15 14:02 UTC  (3+ messages)

[opencloudos:linux-5.4/next 26801/27507] mm/unevictable.c:595:37: warning: 'del_fops' defined but not used
 2024-03-15 14:01 UTC 

[opencloudos:linux-5.4/next 26594/27507] kernel/sched/batch.c:727:12: warning: 'balance_bt' defined but not used
 2024-03-15 14:01 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-15 14:01 UTC  (5+ messages)
` [PATCH v19 120/130] KVM: TDX: Add a method to ignore dirty logging

[PATCH] cxgb4: unnecessary check for 0 in the free_sge_txq_uld() function
 2024-03-15 14:00 UTC  (2+ messages)

[PATCH][next] selftests/bpf: Remove second semicolon
 2024-03-15 14:00 UTC  (2+ messages)

[GIT PULL FOR 6.9] Various Mediatek VCodec fixes
 2024-03-15 13:56 UTC  (2+ messages)
` [GIT PULL FOR 6.9] Various Mediatek VCodec fixes (#99936)

Possible ofono patches
 2024-03-15 13:56 UTC  (2+ messages)

[PATCH v2 0/1] Fix lb_imbalance reporting in /proc/schedstat
 2024-03-15 13:55 UTC  (2+ messages)
` [PATCH v2 1/1] sched: Report the different kinds of imbalances "

[PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
 2024-03-15 13:52 UTC  (11+ messages)

[PATCH v5 0/4] platform: arm64: Acer Aspire 1 embedded controller
 2024-03-15 13:51 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: platform: Add Acer Aspire 1 EC
` [PATCH v5 2/4] platform: Add ARM64 platform directory
` [PATCH v5 3/4] platform: arm64: Add Acer Aspire 1 embedded controller driver
` [PATCH v5 4/4] arm64: dts: qcom: acer-aspire1: Add embedded controller

[PATCH v6 1/2] drm/amdgpu: implement TLB flush fence
 2024-03-15 13:51 UTC  (2+ messages)

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2024-03-15 13:51 UTC  (4+ messages)

[PATCH bpf] bpf_doc: use silent mode when exec make cmd
 2024-03-15 13:50 UTC  (2+ messages)

[PATCH] wiphy: include libgen.h to fix implicit def. with musl libc
 2024-03-15 13:49 UTC  (11+ messages)

[PATCH v3] blockcommit: Reopen base image as RO after abort
 2024-03-15 13:48 UTC  (5+ messages)

[PATCH v2 0/4] Add RIIC support for Renesas RZ/V2H SoC
 2024-03-15 13:48 UTC  (4+ messages)
` [PATCH v2 2/4] i2c: riic: Introduce helper functions for I2C read/write operations

Name for initial branch is ignored when repository is cloned with SSH
 2024-03-15 13:49 UTC  (3+ messages)
  ` sshd support for Git protocol v2 (was: Re: Name for initial branch is ignored when repository is cloned with SSH)

[PATCH] drm/i915/dp: Fix DSC state HW readout for SST connectors
 2024-03-15 13:48 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "
` ✓ Fi.CI.IGT: success "

[BUG] RTL8821CS panic on entering power-save mode
 2024-03-15 13:47 UTC  (4+ messages)

[PATCH] statx.2: Document STATX_SUBVOL
 2024-03-15 13:47 UTC  (3+ messages)

[PATCH] iwmon: fix incorrect mask printing HE capabilities
 2024-03-15 13:47 UTC  (2+ messages)

[PATCH v1] i3c: master: Enable runtime PM for master controller
 2024-03-15 13:46 UTC  (5+ messages)

Flowtable race condition error
 2024-03-15 13:46 UTC  (7+ messages)

Unexplained long boot delays [Was Re: [GIT PULL] RCU changes for v6.9]
 2024-03-15 13:44 UTC  (12+ messages)
                  ` [PATCH] timer/migration: Remove buggy early return on deactivation [was Re: Unexplained long boot delays [Was Re: [GIT PULL] RCU changes for v6.9]]

[syzbot] [sound?] possible deadlock in snd_pcm_period_elapsed (4)
 2024-03-15 13:44 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.