All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-15 10:33:16 to 2023-07-15 14:06:30 UTC [more...]

[PATCHSET 0/5] Add io_uring support for waitid
 2023-07-15 14:06 UTC  (10+ messages)
` [PATCH 5/5] io_uring: add IORING_OP_WAITID support

[PATCH v3 0/5] Add IPQ5332 TSENS support
 2023-07-15 14:05 UTC  (3+ messages)
` [PATCH v3 1/5] thermal/drivers/tsens: Add TSENS enable and calibration support for V2

[PULL 00/47] tcg + linux-user patch queue
 2023-07-15 13:53 UTC  (48+ messages)
` [PULL 01/47] linux-user: Reformat syscall_defs.h
` [PULL 02/47] linux-user: Remove #if 0 block in syscall_defs.h
` [PULL 03/47] linux-user: Use abi_uint not uint32_t "
` [PULL 04/47] linux-user: Use abi_int not int32_t "
` [PULL 05/47] linux-user: Use abi_ullong not uint64_t "
` [PULL 06/47] linux-user: Use abi_llong not int64_t "
` [PULL 07/47] linux-user: Use abi_uint not unsigned int "
` [PULL 08/47] linux-user: Use abi_ullong not unsigned long long "
` [PULL 09/47] linux-user: Use abi_llong not "
` [PULL 10/47] linux-user: Use abi_int not int "
` [PULL 11/47] linux-user: Use abi_ushort not unsigned short "
` [PULL 12/47] linux-user: Use abi_short not "
` [PULL 13/47] linux-user: Use abi_uint not unsigned "
` [PULL 14/47] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
` [PULL 15/47] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
` [PULL 16/47] linux-user/syscall: Implement execve without execveat
` [PULL 17/47] linux-user: Fix do_shmat type errors
` [PULL 18/47] accel/tcg: Split out cpu_exec_longjmp_cleanup
` [PULL 19/47] tcg: Fix info_in_idx increment in layout_arg_by_ref
` [PULL 20/47] linux-user: Make sure initial brk(0) is page-aligned
` [PULL 21/47] linux-user: Fix formatting of mmap.c
` [PULL 22/47] linux-user/strace: Expand struct flags to hold a mask
` [PULL 23/47] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PULL 24/47] linux-user: Split TARGET_PROT_* "
` [PULL 25/47] linux-user: Populate more bits in mmap_flags_tbl
` [PULL 26/47] accel/tcg: Introduce page_check_range_empty
` [PULL 27/47] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PULL 28/47] linux-user: Implement MAP_FIXED_NOREPLACE
` [PULL 29/47] linux-user: Split out target_to_host_prot
` [PULL 30/47] linux-user: Widen target_mmap offset argument to off_t
` [PULL 31/47] linux-user: Rewrite target_mprotect
` [PULL 32/47] linux-user: Rewrite mmap_frag
` [PULL 33/47] accel/tcg: Introduce page_find_range_empty
` [PULL 34/47] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PULL 35/47] linux-user: "
` [PULL 36/47] linux-user: Use 'last' instead of 'end' in target_mmap
` [PULL 37/47] linux-user: Rewrite mmap_reserve
` [PULL 38/47] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PULL 39/47] linux-user: Simplify target_munmap
` [PULL 40/47] accel/tcg: Accept more page flags in page_check_range
` [PULL 41/47] accel/tcg: Return bool from page_check_range
` [PULL 42/47] linux-user: Remove can_passthrough_madvise
` [PULL 43/47] linux-user: Simplify target_madvise
` [PULL 44/47] linux-user: Drop uint and ulong
` [PULL 45/47] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
` [PULL 46/47] accel/tcg: Always lock pages before translation
` [PULL 47/47] tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128

[PATCH V2 0/2] Add common RDP dtsi file for ipq9574
 2023-07-15 13:58 UTC  (3+ messages)
` [PATCH V2 1/2] arm64: dts: qcom: ipq9574: Add common RDP dtsi file

[broonie-ci:arm64-gcs 37/46] arch/arm64/mm/gcs.c:137:5: warning: no previous prototype for function 'arch_set_shadow_stack_status'
 2023-07-15 13:56 UTC 

[PATCH 0/2] tracing: Clean up how iter is freed
 2023-07-15 13:54 UTC  (5+ messages)
` [PATCH 2/2] tracing: Add free_trace_iter_content() helper function

[PATCH] checkpatch: ignore /dev/null being added for file path checks
 2023-07-15 13:53 UTC  (2+ messages)

SPDX license review requests
 2023-07-15 13:50 UTC  (10+ messages)

[PATCH v4 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-15 13:45 UTC  (13+ messages)
` [PATCH v4 01/12] binman: bintool: Build a tool from a list of commands
` [PATCH v4 02/12] nuvoton: npcm845-evb: Add a newline at the end of file
` [PATCH v4 03/12] capsule: authenticate: Add capsule public key in platform's dtb
` [PATCH v4 04/12] doc: capsule: Document the new mechanism to embed ESL file into dtb
` [PATCH v4 05/12] tools: mkeficapsule: Add support for parsing capsule params from config file
` [PATCH v4 06/12] binman: capsule: Add support for generating capsules
` [PATCH v4 07/12] doc: Add documentation to highlight capsule generation related updates
` [PATCH v4 08/12] CI: capsule: Setup the files needed for capsule update testing
` [PATCH v4 09/12] test: py: Setup capsule files for testing
` [PATCH v4 10/12] test: capsule: Remove public key embed logic from capsule update test
` [PATCH v4 11/12] sandbox: capsule: Add a config file for generating capsules
` [PATCH v4 12/12] sandbox: capsule: Generate capsule related files through binman

[PATCH 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-15 13:46 UTC  (7+ messages)
` [PATCH 1/2] riscv: stack: Fixup independent irq "
` [PATCH 2/2] riscv: stack: Fixup independent softirq "

[PATCH v4] wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()
 2023-07-15 13:42 UTC 

[PATCH v2 2/2] statvfs.3: note f_favail = f_ffree on Linux
 2023-07-15 13:41 UTC  (3+ messages)
` [PATCH v3 "

[OE-Core][RFC] update-layers: Update layers managed by setup-layers
 2023-07-15 13:40 UTC  (4+ messages)

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-15 13:38 UTC  (6+ messages)
` [PATCH 12/12] drm/msm/adreno: Switch to chip-id for identifying GPU

[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
 2023-07-15 13:38 UTC  (2+ messages)

[PATCH v2] grantpt.3: no-op on modern glibc and other UNIXes
 2023-07-15 13:32 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] For curses display, recognize a few more control keys
 2023-07-15  3:27 UTC 

[PATCH] epoll_create.2: HISTORYise "max_user_instances" EMFILE
 2023-07-15 13:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] fs: inode: return proper error code in bmap()
 2023-07-15 13:20 UTC  (2+ messages)

[PATCH 1/1] mmc: fix potential memleaks in mmc_omap_new_slot
 2023-07-15 13:24 UTC 

[PATCH] RTW88 firmware download issues - improvement, but not perfect
 2023-07-15 13:23 UTC 

❌ FAIL (SKIPPED 45 of 328): Test report for master (6.5.0-rc1, mainline.kernel.org-clang, b6e6cc1f)
 2023-07-15 13:21 UTC 

[PATCH v2 0/8] MDSS reg bus interconnect
 2023-07-15 13:19 UTC  (4+ messages)
` [PATCH v2 7/8] drm/msm/mdss: Handle the reg bus ICC path

[PATCH V3 0/6] Update GCC clocks for QDU1000 and QRU1000 SoCs
 2023-07-15 13:20 UTC  (3+ messages)
` [PATCH V3 4/6] clk: qcom: gcc-qdu1000: Update GCC clocks as per the latest hw version

[PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups
 2023-07-15 13:15 UTC  (3+ messages)

[PATCH 00/14] UFS: Add OPP and interconnect support
 2023-07-15 13:14 UTC  (9+ messages)
` [PATCH 11/13] arm64: dts: qcom: sdm845: Add interconnect paths to UFSHC
` [PATCH 12/14] "
` [PATCH 12/13] arm64: dts: qcom: sm8250: "
` [PATCH 13/14] "

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-15 13:11 UTC  (5+ messages)

[Intel-xe] [PATCH 0/5] More VM cleanups
 2023-07-15 13:11 UTC  (3+ messages)
` [Intel-xe] [PATCH 2/5] drm/xe: Reduce the number list links in xe_vma

[Intel-gfx] [PATCH v14 00/26] Add vfio_device cdev for iommufd support
 2023-07-15 13:04 UTC  (6+ messages)
` [Intel-gfx] [PATCH v14 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
        `  "

[cxl:fixes] BUILD SUCCESS WITH WARNING 0e99e96b85fc2c608a65d05063f40c671214b2da
 2023-07-15 13:00 UTC 

[PATCH 1/2] u-boot: Switch to nobranch=1
 2023-07-15 13:00 UTC  (6+ messages)
` [OE-core] "

[iptables PATCH 0/3] Follow-up on dangling set fix
 2023-07-15 12:59 UTC  (4+ messages)
` [iptables PATCH 1/3] extensions: libebt_among: Fix for false positive match comparison
` [iptables PATCH 2/3] nft: Do not pass nft_rule_ctx to add_nft_among()
` [iptables PATCH 3/3] nft: Include sets in debug output

[PATCH v3] wifi: rtw89: debug: fix error code in
 2023-07-15 12:51 UTC 

[PATCH 0/3] Load ASMedia XHCI controller firmware
 2023-07-15 12:51 UTC  (10+ messages)
` [PATCH 1/3] apple: Set up file system firmware loader
` [PATCH 2/3] iopoll: Add readb_poll_sleep_timeout
` [PATCH 3/3] usb: xhci-pci: Load ASMedia XHCI controller firmware

[PATCH 00/16] arm_scmi/opp/dvfs: Add generic performance scaling support
 2023-07-15 12:35 UTC  (7+ messages)
` [PATCH 09/16] dt-bindings: firmware: arm,scmi: Extend bindings for protocol@13

[PATCH v4 0/6] Enable IPQ5332 USB2
 2023-07-15 12:36 UTC  (5+ messages)
` [PATCH v4 4/6] arm64: dts: qcom: ipq5332: Add USB related nodes

[hansg:media-atomisp 21/21] drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.c:24:20: warning: no previous prototype for 'ia_css_isys_2400_init'
 2023-07-15 12:35 UTC 

[PATCH v2 0/8] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-15 12:30 UTC  (4+ messages)
` [PATCH v2 5/8] tools: mkeficapsule: Add support for parsing capsule params from config file

[linux-linus test] 181807: regressions - FAIL
 2023-07-15 12:15 UTC 

[PATCH v5] pwm: atmel: Enable clk when pwm already enabled in bootloader
 2023-07-15 12:12 UTC  (3+ messages)

[PATCH] nfs: fix redundant readdir request after get eof
 2023-07-15 12:06 UTC  (4+ messages)

[intel-lts:4.19/android_t 3704/30000] security/security.c:1969:21: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-07-15 12:03 UTC 

[PATCH v2 00/27] locking/atomic: restructuring + kerneldoc
 2023-07-15 12:03 UTC  (7+ messages)
` [PATCH v2 04/27] locking/atomic: make atomic*_{cmp,}xchg optional

❌ FAIL (SKIPPED 53 of 328): Test report for master (6.5.0-rc1, mainline.kernel.org-clang, be522ac7)
 2023-07-15 12:01 UTC 

Recent changes (master)
 2023-07-15 12:00 UTC 

[PATCH 0/3] wifi: mt76: move mib_stats structure in mt76.h
 2023-07-15 11:54 UTC  (4+ messages)
` [PATCH 1/3] wifi: mt76: mt7915: "

[sashal-stable:pending-6.1 476/494] block/blk-cgroup.c:1258 blkcg_css_alloc() error: uninitialized symbol 'ret'
 2023-07-15 11:53 UTC 

[GIT PULL] SPI fixes for v6.5-rc1
 2023-07-15 11:53 UTC 

[GIT PULL] regmap fixes for v6.5-rc1
 2023-07-15 11:53 UTC 

[PATCH 0/2] regmap: Redo fixes for raw I/O length restrictions
 2023-07-12 11:16 UTC  (3+ messages)
` [PATCH 1/2] regmap: Drop initial version of maximum transfer length fixes
` [PATCH 2/2] regmap: Account for register length in SMBus I/O limits

[PATCH v3 01/11] tools/nolibc: remove the old sys_stat support
 2023-07-15 11:45 UTC  (3+ messages)

[broonie-ci:arm64-gcs 34/48] arch/arm64/kernel/signal.c:1263:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-07-15 11:43 UTC 

[PATCH 1/2] qcom: sc8280xp: LENOVO: Remove execute bits
 2023-07-15 11:40 UTC  (2+ messages)
` [PATCH 2/2] qcom: sc8280xp: LENOVO: remove directory sym link

[PATCH 0/4] Add support for Allwinner D1 CAN controllers
 2023-07-15 11:25 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: net: can: Add support for Allwinner D1 CAN controller
` [PATCH 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
` [PATCH 3/4] can: sun4i_can: Add send support for the Allwinner D1
` [PATCH 4/4] can: sun4i_can: Correctly set acceptance registers on the D1

Bugbot for all kernel bugs?
 2023-07-15 11:30 UTC  (5+ messages)

[paulmck-rcu:dev.2023.07.14a] BUILD SUCCESS 79ae51e115c5fe3cea30472fa1f7766de57f9384
 2023-07-15 11:28 UTC 

[PATCH v3 0/8] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-15 11:08 UTC  (9+ messages)
` [PATCH v3 1/8] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH v3 2/8] btrfs: tests: add self tests for extent buffer memory operations
` [PATCH v3 3/8] btrfs: refactor extent buffer bitmaps operations
` [PATCH v3 4/8] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH v3 5/8] btrfs: refactor main loop in copy_extent_buffer_full()
` [PATCH v3 6/8] btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
` [PATCH v3 7/8] btrfs: refactor main loop in memcpy_extent_buffer()
` [PATCH v3 8/8] btrfs: refactor main loop in memmove_extent_buffer()

[PATCH v1 0/3] iio: adc: meson: tune init sequence
 2023-07-15 11:06 UTC  (16+ messages)
` [PATCH v1 1/3] iio: adc: meson: init channels 0,1 input muxes
` [PATCH v1 2/3] iio: adc: meson: init internal continuous ring counter
` [PATCH v1 3/3] iio: adc: meson: init voltage control bits

Fwd: dwc3: regression in USB DWC3 driver in kernel 5.15 branch
 2023-07-15 11:03 UTC  (2+ messages)

[PATCH v2 net] net: dsa: microchip: correct KSZ8795 static MAC table access
 2023-07-15 10:54 UTC  (2+ messages)

[PATCH v3 0/3] board: toradex: add verdin am62 support
 2023-07-15  7:40 UTC  (2+ messages)
` [PATCH v3 3/3] "

Fwd: 6.4 and higher causes audio distortion
 2023-07-15 10:56 UTC 

[PATCH net-next v3] net: txgbe: change LAN reset mode
 2023-07-15 10:57 UTC  (4+ messages)

[srcres258-doc:next 1/1] mm/memory-failure.c:1845:17: error: call to undeclared function 'raw_hwp_list_head'; ISO C99 and later do not support implicit function declarations
 2023-07-15 10:52 UTC 

[PATCH v1 1/2] dt-bindings: mtd: nand-controller: add nand-skip-bbtscan and nand-no-bbm-quirk DT options
 2023-07-15 10:49 UTC  (4+ messages)
` [PATCH v1 2/2] mtd: rawnand: "

[PATCH v1] drivers/net: marvell: mvpp2: fix debugfs_create_dir() return check in three functions
 2023-07-15 10:48 UTC  (2+ messages)

[PATCH] sbus: Explicitly include correct DT includes
 2023-07-15 10:47 UTC  (2+ messages)

[PATCH] sparc: Explicitly include correct DT includes
 2023-07-15 10:47 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v3 1/2] i40e: Add helper for VF inited state check with timeout
 2023-07-15 10:43 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next v3 2/2] i40e: Wait for pending VF reset in VF set callbacks
  `  "
  ` [PATCH net-next v3 1/2] i40e: Add helper for VF inited state check with timeout

[PATCH v4 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU
 2023-07-15 10:40 UTC  (3+ messages)

[PATCH v3] docs/RCU: Bring back smp_wmb()
 2023-07-15 10:39 UTC 

[PATCH] pretty: add %(decorate[:<options>]) format
 2023-07-15 10:37 UTC 

[PATCH v12 00/26] nvme-tcp receive offloads
 2023-07-15 10:32 UTC  (3+ messages)
` [PATCH v12 13/26] Documentation: add ULP DDP offload documentation


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.