All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-20 00:11:35 to 2023-08-20 07:25:27 UTC [more...]

[PATCH] USB: add usbfs ioctl to get specific superspeedplus rates
 2023-08-20  5:29 UTC  (14+ messages)
  `  "
    `  "
            `  "
              `  "
                `  "
                  ` [PATCH v2] USB: Support 20Gbps speed for ioctl USBDEVFS_GET_SPEED
                      `  "
                  ` Re: Re: Re: [PATCH] USB: add usbfs ioctl to get specific superspeedplus rates

[RFC][PATCH] kconfig: introduce listunknownconfig
 2023-08-20  7:21 UTC  (6+ messages)

build application be link to a shared library
 2023-08-20  7:15 UTC  (2+ messages)

[PATCH v1 0/1] tegra-usb: support dts based xcvr setup
 2023-08-20  7:13 UTC  (4+ messages)
` [PATCH v1 1/1] usb: host: tegra: implement "

[PATCH v2] arm64: dts: ti: k3-j784s4-evm: Add support for MCAN interfaces
 2023-08-20  6:37 UTC  (3+ messages)

[GIT PULL] TTY/Serial driver fixes for 6.5-rc7
 2023-08-20  6:36 UTC  (2+ messages)

[PATCH] tpm_crb: Fix an error handling path in crb_acpi_add()
 2023-08-20  6:25 UTC  (3+ messages)

[PATCH] USB: add new speed value to USB debugfs
 2023-08-20  6:30 UTC  (2+ messages)
`  "

[PATCH] dt-bindings: iio: adc: Add TI TWL603X GPADC
 2023-08-20  6:29 UTC  (4+ messages)

[PATCH] firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()
 2023-08-20  6:26 UTC  (4+ messages)

[GIT PULL] Rust fixes for 6.5-rc7
 2023-08-20  6:36 UTC  (2+ messages)

[PATCH] power: supply: rt9467: Fix rt9467_run_aicl()
 2023-08-20  6:24 UTC  (3+ messages)

[PATCH v3 0/2] Add support for TPS25750
 2023-08-20  6:24 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: usb: Add ti,tps25750
` [PATCH v3 2/2] USB: typec: Add TI TPS25750 USB Type-C controller

[oe-core][PATCHv2] gtk4: upgrade 4.10.5 -> 4.12.0
 2023-08-20  6:29 UTC  (11+ messages)

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-08-20  5:19 UTC  (6+ messages)
` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH v1] tcpm: Avoid soft reset when partner does not support get_status
 2023-08-20  4:44 UTC 

[PATCH bpf-next 00/15] Add support for local percpu kptr
 2023-08-20  4:19 UTC  (17+ messages)
` [PATCH bpf-next 02/15] bpf: Add BPF_KPTR_PERCPU_REF as a field type
` [PATCH bpf-next 03/15] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next 04/15] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next 09/15] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible

[net-next Patch 0/5] octeontx2-af: misc MAC block changes
 2023-08-20  4:12 UTC  (4+ messages)
` [net-next Patch 4/5] octeontx2-af: replace generic error codes

[PATCH] dt-bindings: usb: Add ti,tps25750
 2023-08-20  4:12 UTC  (3+ messages)

[PATCH] fs: clean up usage of noop_dirty_folio
 2023-08-19 12:42 UTC 

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-19 20:27 UTC  (10+ messages)
` [RFC PATCH v2 06/11] page-pool: add device memory support

[PATCH] memcg: Removed duplication detection for mem_cgroup_uncharge_swap
 2023-08-20  5:15 UTC  (3+ messages)

[Cluster-devel] [PATCH] gfs2: Fix uaf for qda in gfs2_quota_sync
 2023-08-20  5:04 UTC  (2+ messages)

[PATCH] bsd-user: Add missing break after do_bsd_preadv
 2023-08-20  4:54 UTC 

[PATCH V2] platform: generic: allwinner: correct mhpmevent count
 2023-08-20  4:56 UTC  (3+ messages)

[PATCH 2/2] platform: generic: allwinner: fix OV process for T-HEAD c9xx pmu
 2023-08-20  4:54 UTC  (2+ messages)
` [PATCH V2] platform: generic: allwinner: correct mhpmevent count

[PATCH 0/3] bsd-user: image_info cleanups
 2023-08-20  4:53 UTC  (3+ messages)

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-08-20  4:45 UTC  (46+ messages)
` [PATCH 01/22] Implement struct target_ipc_perm
` [PATCH 02/22] Implement struct target_shmid_ds
` [PATCH 03/22] Declarations for ipc_perm and shmid_ds conversion functions
` [PATCH 04/22] Introduce freebsd/os-misc.h to the source tree
` [PATCH 05/22] Implement shm_open2(2) system call
` [PATCH 06/22] Implement shm_rename(2) "
` [PATCH 07/22] Add bsd-mem.c to meson.build
` [PATCH 08/22] Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH 09/22] Implement ipc_perm conversion between host and target
` [PATCH 10/22] Implement shmid_ds "
` [PATCH 11/22] Introduce bsd-mem.h to the source tree
` [PATCH 12/22] Implement mmap(2) and munmap(2)
` [PATCH 13/22] Implement mprotect(2)
` [PATCH 14/22] Implement msync(2)
` [PATCH 15/22] Implement mlock(2), munlock(2), mlockall(2), munlockall(2), madvise(2), minherit(2)
` [PATCH 16/22] Implement mincore(2)
` [PATCH 17/22] Implement do_obreak function
` [PATCH 18/22] Implement shm_open(2)
` [PATCH 19/22] Implement shm_unlink(2) and shmget(2)
` [PATCH 20/22] Implement shmctl(2)
` [PATCH 21/22] Implement shmat(2) and shmdt(2)
` [PATCH 22/22] Add stubs for vadvise(), sbrk() and sstk()

raw midi open fails results in verbose message to stdout
 2023-08-20  4:40 UTC 

[PATCH 00/16] Staging: rtl8192e: Rename struct rx_ts_record references
 2023-08-20  4:40 UTC  (18+ messages)
` [PATCH v3 01/16] Staging: rtl8192e: Rename variable pRxTs in function rx_ts_delete_ba()
` [PATCH v3 02/16] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_ADDBAReq()
` [PATCH v3 03/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_DELBA()
` [PATCH v3 04/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_ts_init_del_ba()
` [PATCH v3 05/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_ba_inact_timeout()
` [PATCH v3 06/16] Staging: rtl8192e: Rename variable pRxTs in function RxPktPendingTimeout()
` [PATCH v2 07/16] Staging: rtl8192e: Rename variable pTS in function ResetRxTsEntry()
` [PATCH v2 08/16] Staging: rtl8192e: Rename variable pRxTS in function TSInitialize()
` [PATCH 09/16] Staging: rtl8192e: Rename variable tmp in function GetTs()
` [PATCH 10/16] Staging: rtl8192e: Rename variable pRxTS in function RemoveTsEntry()
` [PATCH 11/16] Staging: rtl8192e: Rename variable pTS in function prototype rtllib_FlushRxTsPendingPkts()
` [PATCH 12/16] Staging: rtl8192e: Rename variable pTS in function AddReorderEntry()
` [PATCH 13/16] Staging: rtl8192e: Rename variable pTS in function rtllib_FlushRxTsPendingPkts()
` [PATCH 14/16] Staging: rtl8192e: Rename variable pTS in function RxReorderIndicatePacket()
` [PATCH 15/16] Staging: rtl8192e: Rename variable pRxTS in function rtllib_rx_check_duplicate()
` [PATCH 16/16] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_InfraAdhoc()

[Intel-xe] [PATCH 0/4] drm/xe: Support optional pinning of userptr pages
 2023-08-20  4:06 UTC  (10+ messages)
` [Intel-xe] [PATCH 2/4] drm/xe/vm: Implement userptr page pinning
  `  "
` [Intel-xe] [PATCH 3/4] drm/xe/vm: Perform accounting of userptr pinned pages
  `  "
` [Intel-xe] [PATCH 4/4] drm/xe/uapi: Support pinning of userptr vmas
    `  "

[PATCH v3 00/32] Implement the stat system calls for FreeBSD
 2023-08-20  4:03 UTC  (2+ messages)

[PATCH] generic/471: Remove this broken case
 2023-08-20  3:59 UTC  (6+ messages)

[PATCH] dt-bindings: usb: Add binding for ti,tps25750
 2023-08-20  3:55 UTC  (5+ messages)

[PATCH] rcu: Update jiffies locally in rcu_cpu_stall_reset()
 2023-08-20  3:24 UTC  (8+ messages)

[PATCH v3 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-08-20  3:34 UTC  (16+ messages)
` [PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()
` [PATCH v3 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v3 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v3 6/8] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
` [PATCH v3 8/8] vdpa: Send cvq state load commands in parallel

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2023-08-20  3:15 UTC 

[PATCH] kconfig: add dependency warning print about invalid values in verbose mode
 2023-08-20  2:40 UTC  (3+ messages)

[PATCH 0/9] Kbuild: warning options cleanup and more warnings
 2023-08-20  1:45 UTC  (14+ messages)
` [PATCH 2/9] Kbuild: consolidate warning flags in scripts/Makefile.extrawarn
` [PATCH 3/9] Kbuild: avoid duplicate warning options
` [PATCH 5/9] extrawarn: enable format and stringop overflow warnings in W=1
` [PATCH 6/9] extrawarn: move -Wrestrict into W=1 warnings

[hid-logitech-dj] Inaccurate Mouse Wheel Behaviour using G502 with Logitech Lightspeed Receiver (USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_LIGHTSPEED_1)
 2023-08-19 18:42 UTC  (2+ messages)

kconfig: list unknown symbols in the old .config
 2023-08-20  2:30 UTC  (3+ messages)

[PATCH -next v2 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-20  2:19 UTC  (16+ messages)
` [PATCH -next v2 2/7] md: factor out a helper to choose sync direction from md_check_recovery()
` [PATCH -next v2 3/7] md: delay choosing sync direction to md_start_sync()
` [PATCH -next v2 7/7] md: delay remove_and_add_spares() for read only array "

[RFC PATCH] erofs-utils: mkfs: introduce multi-thread compression
 2023-08-20  2:44 UTC  (3+ messages)

bpf: Request to add -mcpu=v4 support for ARM/MIPS/NFP/POWERPC/RISCV/S390/SPARC/X86_32
 2023-08-20  1:41 UTC 

[PATCH] MAINTAINERS: Add usr/ (initramfs generation) to KBUILD
 2023-08-20  1:26 UTC  (2+ messages)

[PATCH 00/17] x86/boot: Rework PE header generation
 2023-08-20  1:03 UTC  (5+ messages)
` [PATCH 04/17] x86/boot: Remove the 'bugger off' message
` [PATCH 17/17] x86/boot: Drop CRC-32 checksum and the build tool that generates it

[PATCH] fstests: fsstress: wait interrupted aio to finish
 2023-08-20  1:02 UTC 

[PATCH 16/20] ARC: entry: Add more common chores to EXCEPTION_PROLOGUE
 2023-08-19 23:14 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
 2023-08-19 23:12 UTC  (3+ messages)

[Bug 217809] New: Core frequencies do not float correctly on AMD Ryzen 7 5700U when running on battery
 2023-08-19 22:38 UTC  (2+ messages)
` [Bug 217809] "

[PATCH v2 0/6] regulator: core: locking fixes and cleanups
 2023-08-19 22:46 UTC  (7+ messages)
` [PATCH 1/6] regulator: core: simplify regulator_lock_nested()
` [PATCH 2/6] regulator: core: skip nesting lock for -EDEADLK
` [PATCH 3/6] regulator: core: simplify nested locking
` [PATCH 4/6] regulator: core: remove `goto`s from resolve_supply()
` [PATCH 5/6] regulator: core: propagate error out ouf regulator_lock_two()
` [PATCH 6/6] regulator: core: simplify lock_two()

[PATCH 0/2] Fix documentation issues reported by Olaf
 2023-08-20  2:14 UTC  (5+ messages)
` [PATCH 1/2] docs: Use @pxref instead of @xref inside parenthesis
` [PATCH 2/2] docs: Add menu to prevent older makeinfo versions from failing

[PULL] u-boot-sh/master
 2023-08-20  1:43 UTC 

MLX5 PMD access ring library private data
 2023-08-20  1:41 UTC  (7+ messages)

Extending an IPv4 filter to IPv6, Extending an IPv4 filter to IPv6
 2023-08-20  1:09 UTC  (4+ messages)
`  "
  ` Extending an IPv4 filter to IPv6, "

Possible io_uring related race leads to btrfs data csum mismatch
 2023-08-20  0:22 UTC  (12+ messages)

[PATCH 0/4] Improve mm documentation
 2023-08-20  0:52 UTC  (7+ messages)
` [PATCH 1/4] mm: Fix kernel-doc warning from tlb_flush_rmaps()
` [PATCH 2/4] mm: Fix get_mctgt_type() kernel-doc
` [PATCH 3/4] mm: Fix clean_record_shared_mapping_range kernel-doc

[PATCH v3] net: sfp: handle 100G/25G active optical cables in sfp_parse_support
 2023-08-19 18:34 UTC  (2+ messages)

[PATCH net] net: phy: Fix deadlocking in phy_error() invocation
 2023-08-19 18:34 UTC  (2+ messages)

What's cooking in git.git (Aug 2023, #06; Fri, 18)
 2023-08-20  0:03 UTC  (2+ messages)

[PATCH 0/2] fixing a few function pointer mismatches
 2023-08-19 23:55 UTC  (3+ messages)
` [PATCH 1/2] fsck: use enum object_type for fsck_walk callback
` [PATCH 2/2] hashmap: use expected signatures for comparison functions

[PATCH 1/6] sparc: replace #include <asm/export.h> with #include <linux/export.h>
 2023-08-19 23:33 UTC  (4+ messages)
` [PATCH 2/6] sparc: remove <asm/export.h>
` [PATCH 3/6] ia64: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 4/6] ia64: remove <asm/export.h>

dwc2: calls disconnect instead of reset on port reset
 2023-08-19 23:06 UTC 

[PATCH v2 1/2] UML: hard-code the result of 'uname -s'
 2023-08-19 23:03 UTC  (3+ messages)

[PATCH] doc: Always check kernel-doc
 2023-08-19 22:48 UTC  (4+ messages)

[Bridge] [syzbot] [net?] unregister_netdevice: waiting for DEV to become free (8)
 2023-08-19 22:50 UTC  (4+ messages)
` [Bridge] [PATCH] net: bridge: Fix refcnt issues in dev_ioctl
    `  "

[xen-unstable test] 182397: regressions - trouble: broken/fail/pass
 2023-08-20  0:23 UTC 

[PATCH] parisc: unaligned: Simplify 32-bit assembly in emulate_std()
 2023-08-19 21:43 UTC 

[PATCH v2 0/5] Improve failover times for pNFS mirroring
 2023-08-19 21:32 UTC  (6+ messages)
` [PATCH v2 1/5] SUNRPC: Set the TCP_SYNCNT to match the socket timeout
  ` [PATCH v2 2/5] SUNRPC: Refactor and simplify connect timeout
    ` [PATCH v2 3/5] SUNRPC: Allow specification of TCP client connect timeout at setup
      ` [PATCH v2 4/5] SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()
        ` [PATCH v2 5/5] NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver

[PATCH v2 0/2] Returning FIS on success for CDL
 2023-08-19 21:30 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: libsas: Add return_fis_on_success to sas_ata_task
` [PATCH v2 2/2] scsi: pm80xx: Set RETFIS when requested by libsas

[PATCH v2] NFS: Fix a potential data corruption
 2023-08-19 21:22 UTC 

[BUG next-20230818] error: 'prepare_elf_headers' defined but not used
 2023-08-19 21:01 UTC  (6+ messages)
` [BUG resend "

[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
 2023-08-19 21:01 UTC  (2+ messages)

[RFC PATCH 0/1] Attempt to add Sponsored-by tag
 2023-08-19 20:44 UTC  (6+ messages)
` [RFC PATCH 1/1] docs: submitting-patches: Add Sponsored-by tag to give credits to who sponsored the patch

[PATCH] netlink: Fix the netlink socket malfunction due to concurrency
 2023-08-19 20:17 UTC  (2+ messages)

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-08-19 20:34 UTC  (3+ messages)
` [PATCH 2/2] git-rebase.txt: Add deprecation notice to the --fork-point options

[PATCH v5] perf: arm_cspmu: Separate Arm and vendor module
 2023-08-19 20:11 UTC  (3+ messages)

[PATCH 0/3] Q40 IDE fixes
 2023-08-19 20:29 UTC  (3+ messages)
` [PATCH 1/3] m68k/q40: fix IO base selection for Q40 in pata_falcon.c

[syzbot] [ntfs?] WARNING in do_open_execat
 2023-08-19 20:03 UTC  (6+ messages)

[PATCH for-next v2 1/2] RDMA/bnxt_re: Initialize mutex dbq_lock
 2023-08-19 20:09 UTC  (2+ messages)
` [PATCH for-next v2 2/2] RDMA/bnxt_re: Protect the PD table bitmap

[PATCH 1/2] regulator: core: simplify regulator_lock_nested()
 2023-08-19 20:15 UTC  (2+ messages)
` [PATCH 2/2] regulator: core: skip nesting lock for -EDEADLK

[PATCH] auxdisplay: hd44780: move cursor home after clear display command
 2023-08-19 19:56 UTC  (9+ 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.