All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-25 17:56:28 to 2023-04-25 19:00:11 UTC [more...]

[PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
 2023-04-25 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] Binder: Add timestamp "
` [PATCH v2 2/2] Binder: Add async from "

[PATCH v12 0/8] i2c-atr and FPDLink
 2023-04-25 18:59 UTC  (3+ messages)
` [PATCH v12 1/8] dt-bindings: i2c: Add I2C Address Translator (ATR)

[PATCH 0/7] phy: qcom-qmp-combo: Support orientation switching
 2023-04-25 18:58 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Add ports and orientation-switch

+ mm-page_alloc-add-some-comments-to-explain-the-possible-hole-in-__pageblock_pfn_to_page.patch added to mm-unstable branch
 2023-04-25 18:57 UTC 

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-04-25 18:57 UTC  (15+ messages)
` [PATCH 1/3] revision: support tracking uninteresting commits
` [PATCH 2/3] pack-bitmap.c: extract `fill_in_bitmap()`
    ` [PATCH 2/3] pack-bitmap.c: extract `fill_in_bitmap()`t
` [PATCH 3/3] pack-bitmap.c: use commit boundary during bitmap traversal

[PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
 2023-04-25 18:56 UTC  (3+ messages)

[PATCH] dt-bindings: leds: Drop redundant cpus enum match
 2023-04-25 18:55 UTC  (3+ messages)

Macbook pro 7,1
 2023-04-25 17:22 UTC 

[PATCH V4 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-25 18:55 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH v2] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 18:52 UTC 

[PATCH 1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks
 2023-04-25 18:54 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: mmc: sdhci-msm: add IPQ6018 compatible

[GIT pull] core/debugobjects for 6.4-rc1
 2023-04-25 18:51 UTC  (10+ messages)
` [GIT pull] core/entry "
` [GIT pull] irq/core "
` [GIT pull] timers/core "
` [GIT pull] x86/apic "

[PATCH 0/2] send-email: add --header-cmd option
 2023-04-25 18:53 UTC  (10+ messages)
` [PATCH 2/2] "
        ` [PATCH v3 0/3] "
          ` [PATCH v3 1/3] send-email: extract execute_cmd from recipients_cmd
          ` [PATCH v3 2/3] send-email: add --header-cmd option
          ` [PATCH v3 3/3] send-email: detect empty blank lines in command output

[Intel-gfx] [PATCH 0/5] Improvements to GuC error capture list processing
 2023-04-25 18:54 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/guc: Don't capture Gen8 regs on Xe devices
` [Intel-gfx] [PATCH 2/5] drm/i915/guc: Capture list clean up - 1
` [Intel-gfx] [PATCH 3/5] drm/i915/guc: Capture list clean up - 2

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-04-25 18:53 UTC  (7+ messages)

[RFC PATCH v6 0/2] Introduce ICSSG based ethernet Driver
 2023-04-25 18:51 UTC  (4+ messages)
` [RFC PATCH v6 1/2] dt-bindings: net: Add ICSSG Ethernet

[Intel-xe] [PATCH v2 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-04-25 18:53 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 2/2] drm/xe: Set default MOCS value for copy "
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v2,1/2] drm/xe: Set default MOCS value for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[igt-dev] [PATCH i-g-t v2] tests/kms_plane: allow pixel-format tests to run on drivers without legacy LUT
 2023-04-25 18:52 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH] drm/amd/amdgpu: Fix style errors in amdgpu_display`.c
 2023-04-25 18:51 UTC 

[PATCH v2 00/13] Add Inanbo T28CP45TN89 panel support
 2023-04-25 18:49 UTC  (4+ messages)
` [PATCH v2 02/13] dt-bindings: display: st7789v: add Inanbo T28CP45TN89

[patch 00/20] posix-timers: Fixes and cleanups
 2023-04-25 18:49 UTC  (21+ messages)
` [patch 01/20] posix-timers: Prevent RT livelock in itimer_delete()
` [patch 02/20] posix-timers: Ensure timer ID search-loop limit is valid
` [patch 03/20] posix-timers: Clarify timer_wait_running() comment
` [patch 04/20] posix-timers: Cleanup comments about timer ID tracking
` [patch 05/20] posix-timers: Add comments about timer lookup
` [patch 06/20] posix-timers: Annotate concurrent access to k_itimer::it_signal
` [patch 07/20] posix-timers: Set k_itimer::it_signal to NULL on exit()
` [patch 08/20] posix-timers: Remove pointless irqsafe from hash_lock
` [patch 09/20] posix-timers: Split release_posix_timers()
` [patch 10/20] posix-timers: Document sys_clock_getres() correctly
` [patch 11/20] posix-timers: Document common_clock_get() correctly
` [patch 12/20] posix-timers: Document sys_clock_getoverrun()
` [patch 13/20] posix-timers: Document sys_clock_settime() permissions in place
` [patch 14/20] posix-timers: Document nanosleep() details
` [patch 15/20] posix-timers: Add proper comments in do_timer_create()
` [patch 16/20] posix-timers: Comment SIGEV_THREAD_ID properly
` [patch 17/20] posix-timers: Clarify posix_timer_rearm() comment
` [patch 18/20] posix-timers: Clarify posix_timer_fn() comments
` [patch 19/20] posix-timers: Remove pointless comments
` [patch 20/20] posix-timers: Polish coding style in a few places

[GIT PULL] extcon next for 6.4
 2023-04-25 18:49 UTC  (4+ messages)

[PATCH v8 0/3] Eliminate multifd flush
 2023-04-25 18:49 UTC  (4+ messages)
` [PATCH v8 1/3] multifd: Create property multifd-flush-after-each-section

[PATCH] of:Use remote_parent instead of remote
 2023-04-25 18:48 UTC  (2+ messages)

[PATCH v3 0/9] Add barebox bootloader support (and testing)
 2023-04-25 18:47 UTC  (10+ messages)
` [PATCH v3 1/9] barebox: add initial support
` [PATCH v3 2/9] barebox-tools: add initial barebox tools support
` [PATCH v3 3/9] barebox: set default BAREBOX_CONFIG for qemu machines
` [PATCH v3 4/9] oeqa/utils/qemurunner: support ignoring vt100 escape sequences
` [PATCH v3 5/9] oeqa/utils/qemurunner: simplify output parsing and make crlf-compatible
` [PATCH v3 6/9] oeqa/utils/commands: document runqemu context manager
` [PATCH v3 7/9] oeqa: support passing custom boot patterns to runqemu
` [PATCH v3 8/9] oeqa/selftest/cases: add barebox tests
` [PATCH v3 9/9] oeqa/selftest/cases: add basic u-boot test

[PATCH v3 0/3] Add support to configure Coresight Dummy subunit
 2023-04-25 18:46 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: arm: Add Coresight Dummy Trace

[PATCH v10 00/14] HP BIOSCFG driver
 2023-04-25 18:47 UTC  (7+ messages)
` [PATCH v10 03/14] HP BIOSCFG driver - bioscfg

[PATCH v3 00/19] Migration to using binman for bootloader
 2023-04-25 18:46 UTC  (13+ messages)
` [PATCH v3 01/19] binman: ti-board-config: Add support for TI board config binaries
` [PATCH v3 09/19] am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v3 11/19] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img

[PATCH 5.10 00/68] 5.10.179-rc1 review
 2023-04-25 18:43 UTC  (2+ messages)

[PATCH net-next v4 0/4] Add SCM_PIDFD and SO_PEERPIDFD
 2023-04-25 18:42 UTC  (10+ messages)
` [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
          ` handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook)

[PATCH v2 1/3] wifi: mt76: mt7915: rework tx packets counting when WED is active
 2023-04-25 18:32 UTC  (3+ messages)
` [PATCH v2 2/3] wifi: mt76: mt7915: rework tx bytes "
` [PATCH v2 3/3] wifi: mt76: report non-binding skb tx rate "

[PATCH v10 0/5] io_uring: add napi busy polling support
 2023-04-25 18:18 UTC  (6+ messages)
` [PATCH v10 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v10 2/5] io-uring: add napi busy poll support
` [PATCH v10 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v10 4/5] io_uring: add register/unregister napi function
` [PATCH v10 5/5] io_uring: add prefer busy poll to register and unregister napi api

[PATCH 00/20] Graph locking, part 3 (more block drivers)
 2023-04-25 18:39 UTC  (5+ messages)
` [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns
` [PATCH 02/20] block: Consistently call bdrv_activate() outside coroutine

[igt-dev] [PATCH i-g-t] tests/xe/xe_query: Add subtest query-invalid-extension
 2023-04-25 18:41 UTC 

[BISECTED REGRESSION] OMAP1 GPIO breakage
 2023-04-25 18:38 UTC  (3+ messages)

[PATCH v9 0/8] Enable IPQ9754 USB
 2023-04-25 18:38 UTC  (7+ messages)
` [PATCH v9 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY
` [PATCH v9 3/8] dt-bindings: usb: dwc3: Add IPQ9574 compatible

[igt-dev] [PATCH] tests/xe/xe_query: Add subtest query-invalid-extension
 2023-04-25 18:40 UTC 

[igt-dev] [PATCH v2 i-g-t] runner: check disk limit at dumping kmsg
 2023-04-25 18:37 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for runner: check disk limit at dumping kmsg (rev5)

[PATCH] CodeSamples/defer: Make hazard partition consistent with hazptr_thread_exit
 2023-04-25 18:36 UTC  (4+ messages)

[f2fs-dev] [GIT PULL] f2fs update for 6.4
 2023-04-25 18:36 UTC  (2+ messages)
`  "

[PATCH bpf-next] bpf: Make bpf_helper_defs.h c++ friendly
 2023-04-25 18:35 UTC  (7+ messages)

[PATCH 00/31] Allow building sandbox with MSYS2
 2023-04-25 18:11 UTC  (8+ messages)
` [PATCH 10/31] sandbox: Provide a linker script for MSYS2

[PATCH v2] common/Kconfig: fix comments syntax error
 2023-04-25 18:34 UTC 

[PATCH] common/Kconfig: fix comments syntax error
 2023-04-25 18:34 UTC  (3+ messages)

Kernel developer proccess
 2023-04-25 18:32 UTC  (2+ messages)

Question on why ieee80211_prep_channel clears the IEEE80211_CONN_DISABLE_160MHZ flag
 2023-04-25 18:32 UTC  (4+ messages)

[PATCH bpf-next 0/6] bpf: handle another corner case in getsockopt
 2023-04-25 18:31 UTC  (7+ messages)
` [PATCH bpf-next 3/6] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen

[Intel-gfx] [PATCH v1.1] drm/i915/mtl: Implement Wa_14019141245
 2023-04-25 18:30 UTC 

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-04-25 18:31 UTC  (2+ messages)

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-04-25 18:31 UTC  (5+ messages)
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI

[morimoto:sound-dai-ops-2023-04-25-v1 59/59] sound/soc/pxa/mmp-sspa.c:353:10: error: 'struct snd_soc_dai_driver' has no member named 'probe'
 2023-04-25 18:29 UTC 

[PATCH] lscpu: Decouple cputype and topology
 2023-04-25 18:29 UTC  (4+ messages)

[meta-oe][PATCH 2/2] lcov: Upgrade 1.14 -> 1.16
 2023-04-25 18:28 UTC 

[meta-oe][PATCH 1/2] lcov: Fix Perl Path
 2023-04-25 18:27 UTC 

[igt-dev] [PATCH i-g-t v6 00/15] Integrate intel-bb with Xe
 2023-04-25 18:27 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v6 08/15] lib/intel_batchbuffer: Add Xe support in intel-bb

[PATCH RESEND v4 1/1] test_firmware: fix some memory leaks and racing conditions
 2023-04-25 18:27 UTC  (2+ messages)

xen cache colors in ARM
 2023-04-25 18:20 UTC  (16+ messages)

[PATCH v9 0/4] liburing: add api for napi busy poll
 2023-04-25 18:20 UTC  (5+ messages)
` [PATCH v9 1/4] liburing: add api to set napi busy poll settings
` [PATCH v9 2/4] liburing: add documentation for new napi busy polling
` [PATCH v9 3/4] liburing: add example programs for napi busy poll
` [PATCH v9 4/4] liburing: update changelog with new feature

USB sound card freezes USB after resume from suspend
 2023-04-25 18:19 UTC 

[Intel-gfx] [PATCH 0/8] drm/i915/mtl: Define MOCS and PAT tables for MTL
 2023-04-25 18:19 UTC  (10+ messages)
` [Intel-gfx] [PATCH 8/8] drm/i915: Allow user to set cache at BO creation
                ` [Intel-gfx] IOCTL feature detection (Was: Re: [PATCH 8/8] drm/i915: Allow user to set cache at BO creation)
                  ` IOCTL feature detection (Was: Re: [Intel-gfx] "

[RFC PATCH v3] average: change non-init state and add check for added values
 2023-04-25 18:18 UTC  (2+ messages)

[PATCH v4] PCI: dwc: Wait for link up only if link is started
 2023-04-25 18:14 UTC  (3+ messages)

[geert-renesas-drivers:master 32/48] drivers/dma/dw-edma/dw-edma-core.c:231:13: error: redefinition of 'dw_edma_device_caps'
 2023-04-25 18:14 UTC  (2+ messages)

question about struct ieee80211_iface_combination
 2023-04-25 18:14 UTC  (2+ messages)

[PATCHSET wq/for-6.5] workqueue: Ordered workqueue creation cleanup
 2023-04-25 18:14 UTC  (3+ messages)
` [PATCH 10/22] wifi: mwifiex: Use alloc_ordered_workqueue() to create ordered workqueues

[PATCH] arm64: Fix label placement in record_mmu_state()
 2023-04-25 18:11 UTC  (3+ messages)

[RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
 2023-04-25 18:10 UTC  (6+ messages)

[PATCH 0/7] add displays support for bsh-smm-s2/pro boards
 2023-04-25 18:11 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: display: panel: Add synaptics r63353 panel controller
` [PATCH 4/7] dt-bindings: display: panel: Add Ilitek ili9805 "

CMD_REMAIN_ON_CHANNEL vs CMD_FRAME (offchannel)
 2023-04-25 18:10 UTC  (5+ messages)

Does v5.4 need CVE-2022-3566 and CVE-2022-3567 patches
 2023-04-25 18:08 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/mtl: Implement Wa_14019141245
 2023-04-25 18:07 UTC 

[PATCH] kbuild: deb-pkg: specify targets in debian/rules as .PHONY
 2023-04-25 18:08 UTC  (2+ messages)

[PATCH 0/2] vmstate-static-checker: Fix VMS_ARRAY comparisons
 2023-04-25 18:05 UTC  (3+ messages)
` [PATCH 1/2] migration/vmstate-dump: Dump array size too as "num"
` [PATCH 2/2] vmstate-static-checker: Recognize "num" field

Subject: [PATCH v1 0/7] Add mt7986 thermal and pwm
 2023-04-25 18:06 UTC  (5+ messages)
` [PATCH v1 1/7] dt-bindings: nvmem: mediatek: efuse: add support for mt7986

[PATCH v1 0/6] arm64: qcom: sa8775p: add support for USB
 2023-04-25 18:03 UTC  (5+ messages)

[PATCH] mfd: wm831x: Use maple tree register cache
 2023-04-25 18:03 UTC 

[PATCH] f2fs: introduce mount_errors related api
 2023-04-25 18:02 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 0/2] Add support to fetch baudrate from dtb
 2023-04-25 18:01 UTC  (3+ messages)
` [PATCH v3 1/2] serial: zynqmp: Fetch baudrate from dtb and update

[PATCH] doc:fix typo in 'mmc write' example
 2023-04-25 18:00 UTC  (3+ messages)
` [PATCH v2] cosmetic:fix "

[PATCH v3 0/6] Add video drivers for endeavoru and p880/p895
 2023-04-25 18:01 UTC  (3+ messages)
` [PATCH v3 6/6] video: panel: add generic endeavoru panel

[PATCH] spi: bcm63xx: remove PM_SLEEP based conditional compilation
 2023-04-25 18:00 UTC  (6+ messages)

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-04-25 17:55 UTC  (3+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[GIT PULL] x86/sev updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/cpu updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[PATCH] event: fix comments syntax error
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/paravirt updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] RAS updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/misc updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/acpi update for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] EDAC updates for v6.4
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] m68k updates for v6.4
 2023-04-25 18:00 UTC  (2+ messages)

[PATCH v11 0/5] Convert NFS with fscache to the netfs API
 2023-04-25 17:58 UTC  (4+ messages)
` [Linux-cachefs] "

[Intel-xe] [PATCH 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-04-25 17:58 UTC  (4+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Set default MOCS value for copy "

stable-rc/queue/4.14 baseline: 93 runs, 16 regressions (v4.14.311-133-g8ab185ca6e0d)
 2023-04-25 17:58 UTC 

[PATCHv3] seq_buf: add seq_buf_do_printk() helper
 2023-04-25 17:56 UTC  (4+ messages)

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-25 17:56 UTC  (7+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime


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.