messages from 2024-06-01 20:41:20 to 2024-06-02 03:36:01 UTC [more...]
[PATCH] drm/nouveau/i2c: rename aux.c and aux.h to nvkm_i2c_aux.c and nvkm_i2c_aux.h
2024-06-01 22:12 UTC (2+ messages)
[PATCH v3 1/2] drm/rockchip: vop: clear DMA stop bit upon vblank on RK3066
2024-06-02 3:35 UTC (2+ messages)
[wireless-next:main] BUILD SUCCESS 5bcd9a0a59953b5ff55ac226f903397319bf7f40
2024-06-02 3:33 UTC
file system failure after hard reboot support request
2024-06-02 3:29 UTC (2+ messages)
[PATCH v1 0/6] intel_pstate: Turbo disabled handling rework
2024-06-02 3:21 UTC (3+ messages)
` [PATCH v1 2/6] cpufreq: intel_pstate: Do not update global.turbo_disabled after initialization
[syzbot] [media?] [usb?] WARNING in usb_free_urb
2024-06-02 3:20 UTC (2+ messages)
[PATCH] KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-02 3:15 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/python3: miscellaneous fixups
2024-06-02 3:14 UTC
[syzbot] Monthly trace report (May 2024)
2024-06-02 3:09 UTC (2+ messages)
[PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro
2024-06-02 3:04 UTC (2+ messages)
[wireless:for-next] BUILD SUCCESS 819bda58e77bb67974f94dc1aa11b0556b6f6889
2024-06-02 3:03 UTC
[PATCH 0/6] kernel: Avoid memcpy of task comm
2024-06-02 2:46 UTC (7+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH 2/6] tracing: Replace memcpy() with __get_task_comm()
` [PATCH 3/6] auditsc: "
` [PATCH 4/6] security: "
` [PATCH 5/6] bpftool: Make task comm always be NUL-terminated
` [PATCH 6/6] selftests/bpf: Replace memcpy() with __get_task_comm()
[RFC 0/2] Add support for link speed lanes
2024-06-02 2:45 UTC (6+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib
` [PATCH v2 2/4] testpmd: Add speed lanes to testpmd config and show command
` [PATCH v2 3/4] lib/ethdev: add support for displaying lanes capability
` [PATCH v2 4/4] testpmd: "
[PATCH] maple_tree: add mas_node_count() before going to slow_path in mas_wr_modify()
2024-06-02 2:41 UTC (2+ messages)
[PATCH v6 1/2] hwmon: Add PEC attribute support to hardware monitoring core
2024-06-02 2:40 UTC (3+ messages)
[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
2024-06-02 2:40 UTC (8+ messages)
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
[RFC 0/2] leds: trigger: input-events: Fix locking issues of input_lock vs led-trigger locks
2024-06-02 2:30 UTC (3+ messages)
` [RFC 2/2] "
[PATCH] samples: kprobes: add missing MODULE_DESCRIPTION() macros
2024-06-02 2:30 UTC (2+ messages)
[PATCH net] inet: bring NLM_DONE out to a separate recv() in inet_dump_ifaddr()
2024-06-02 2:23 UTC (4+ messages)
[PATCH] phy: cadence-torrent: Add SGMII + QSGMII multilink configuration for 100MHz refclk
2024-06-02 2:16 UTC (3+ messages)
[PATCH net-next 0/3] tcp: refactor skb_cmp_decrypted() checks
2024-06-02 1:35 UTC (5+ messages)
` [PATCH net-next 2/3] tcp: add a helper for setting EOR on tail skb
[PATCH] expand: Check d_type in expmeta before recursing
2024-06-02 1:34 UTC
[PATCH v2] dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()
2024-06-02 1:33 UTC (2+ messages)
[PATCH] expand: Rewrite expmeta meta detection
2024-06-02 1:32 UTC
[v3 PATCH 0/3] Improve performance when reading stdin
2024-06-02 1:31 UTC (4+ messages)
` [v3 PATCH 1/3] input: Move newline loop into preadbuffer
` [v3 PATCH 2/3] input: Use lseek on stdin when possible
` [v3 PATCH 3/3] input: Use tee(2) for stdin pipe
[PATCH i-g-t v3 0/2] check drmModeGetConnector() return value in some missing places
2024-06-02 1:30 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for check drmModeGetConnector() return value in some missing places (rev4)
[PATCH 0/3] mm: zswap: trivial folio conversions
2024-06-02 1:30 UTC (6+ messages)
[jlayton:kdevops 4/13] include/linux/fs.h:1547:17: error: unknown type name 'u128'
2024-06-02 1:28 UTC
[v5 PATCH 00/13] Add multi-byte supportAdd multi-byte support
2024-06-02 1:29 UTC (14+ messages)
` [v5 PATCH 01/13] shell: Call setlocale
` [v5 PATCH 02/13] shell: Use strcoll instead of strcmp where applicable
` [v5 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH
` [v5 PATCH 04/13] expand: Process multi-byte characters in subevalvar
` [v5 PATCH 05/13] expand: Process multi-byte characters in expmeta
` [v5 PATCH 06/13] expand: Support multi-byte characters during field splitting
` [v5 PATCH 07/13] expand: Add multi-byte support to pmatch
` [v5 PATCH 08/13] input: Allow MB_LEN_MAX calls to pungetc
` [v5 PATCH 09/13] input: Add pgetc_eoa
` [v5 PATCH 10/13] parser: Add support for multi-byte characters
` [v5 PATCH 11/13] input: Always push in setinputfile
` [v5 PATCH 12/13] builtin: Use pgetc in read(1)
` [v5 PATCH 13/13] builtin: Process multi-byte characters "
[PATCH] samples/kobject: add missing MODULE_DESCRIPTION() macros
2024-06-02 1:18 UTC
[f2fs-dev] [syzbot] [f2fs?] kernel BUG in f2fs_write_inline_data
2024-06-02 1:16 UTC (3+ messages)
` "
[PATCH] fprobe: add missing MODULE_DESCRIPTION() macro
2024-06-02 1:06 UTC (2+ messages)
[PATCH] kmemleak-test: add missing MODULE_DESCRIPTION() macro
2024-06-02 1:05 UTC
[PATCH 0/9] refs: ref storage format migrations
2024-06-02 1:03 UTC (5+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 12/12] builtin/refs: new command to migrate ref storage formats
[PATCH] mm: increase totalram_pages on freeing to buddy system
2024-06-02 0:58 UTC (2+ messages)
[PATCH] kfifo: add missing MODULE_DESCRIPTION() macros
2024-06-02 0:50 UTC
[PATCH] readdir: Add missing quote in macro comment
2024-06-02 0:47 UTC
[PATCH v2] mm: swap: reuse exclusive folio directly instead of wp page faults
2024-06-02 0:45 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-2 tag
2024-06-02 0:44 UTC (4+ messages)
[GIT PULL] firewire fixes for v6.10-rc1
2024-06-02 0:44 UTC (2+ messages)
[PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver
2024-06-02 0:24 UTC (6+ messages)
` [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h
[PATCH i-g-t v2] man: Add --decode to intel_reg.rst
2024-06-02 0:23 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for man: Add --decode to intel_reg.rst (rev2)
[PATCH 1/1] Added arm64 assembly for examples/api crt0
2024-06-02 0:16 UTC (12+ messages)
[PATCH] samples: configfs: add missing MODULE_DESCRIPTION() macro
2024-06-02 0:12 UTC
[PATCH] perf hisi-ptt: remove unused struct 'hisi_ptt_queue'
2024-06-02 0:07 UTC
[PATCH] perf genelf: remove unused struct 'options'
2024-06-02 0:05 UTC
[PATCH V2] net: qrtr: ns: Ignore ENODEV failures in ns
2024-06-01 23:56 UTC (2+ messages)
Please add powerpc topic/kdump-hotplug branch to linux-next
2024-06-01 23:53 UTC (5+ messages)
[linux-linus test] 186221: FAIL
2024-06-01 23:47 UTC
[PATCH 1/2] i2c: keba: Add KEBA I2C controller support
2024-06-01 23:45 UTC (3+ messages)
[PATCH V3] ext4: check hash version and filesystem casefolded consistent
2024-06-01 23:45 UTC
[linus:master] [mm] cc92eba1c8: WARNING:at_kernel/rcu/tree_plugin.h:#__rcu_read_unlock
2024-06-01 23:42 UTC (2+ messages)
[pci:next] BUILD SUCCESS 3f7563262863c29368bd17ddeb44e3a95b5195bc
2024-06-01 23:40 UTC
ld.lld: error: undefined symbol: proc_do_static_key
2024-06-01 23:41 UTC (2+ messages)
[PATCH v3 net] net/ncsi: Fix the multi thread manner of NCSI driver
2024-06-01 23:40 UTC (2+ messages)
[PATCH v1 net-next] af_unix: Remove dead code in unix_stream_read_generic()
2024-06-01 23:40 UTC (2+ messages)
[PATCH net] net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
2024-06-01 23:40 UTC (2+ messages)
[PATCH net] net: rps: fix error when CONFIG_RFS_ACCEL is off
2024-06-01 23:40 UTC (2+ messages)
[PATCH 1/1] lib/alloc_tag: fix RCU imbalance in pgalloc_tag_get()
2024-06-01 23:38 UTC
[PATCH 1/1] lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=n
2024-06-01 23:38 UTC
[PATCH v5] ax25: Fix refcount imbalance on inbound connections
2024-06-01 23:37 UTC (3+ messages)
[PATCH] KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
2024-06-01 23:33 UTC
[PATCH net-next v3 0/2] lan78xx: Enable 125 MHz CLK and Auto Speed configuration for LAN7801 if NO EEPROM is detected
2024-06-01 23:30 UTC (3+ messages)
[PATCH] ALSA: xen-front: remove unused struct 'alsa_sndif_hw_param'
2024-06-01 23:26 UTC
[PATCH v3][next] tty: sunsu: Simplify device_node cleanup by using __free
2024-06-01 23:23 UTC (2+ messages)
[PATCH net-next v2] bnxt_en: add timestamping statistics support
2024-06-01 23:20 UTC (2+ messages)
[PATCH net-next v2 0/2] net: visibility of memory limits in netns
2024-06-01 23:20 UTC (2+ messages)
[PATCH net-next v4 0/3] net: ethernet: cortina: Use phylib for RX and TX pause
2024-06-01 23:20 UTC (2+ messages)
[paulmck-rcu:non-rcu/next] BUILD SUCCESS aa451ad3bd81d0ab60f5df42e77261aea3410d4f
2024-06-01 23:12 UTC
[PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products
2024-06-01 23:10 UTC (2+ messages)
[PATCH] lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
2024-06-01 23:09 UTC
[PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl
2024-06-01 21:45 UTC (12+ messages)
[PATCH v2 net-next 0/4] vmxnet3: upgrade to version 9
2024-06-01 23:05 UTC (2+ messages)
[Buildroot] [PATCH 1/1] support/testing: add mosquitto runtime test
2024-06-01 23:03 UTC
[PATCH net] ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
2024-06-01 23:00 UTC (2+ messages)
[PATCH 0/2] arm64: dts: qcom: x1e80100: Fix the supplies to the USB1 SS[0-2] PHYs
2024-06-01 22:58 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: x1e80100-qcp: Fix USB PHYs regulators
[PATCH net-next v4 0/3] net: A lightweight zero-copy notification
2024-06-01 22:52 UTC (4+ messages)
` [PATCH net-next v4 2/3] sock: add MSG_ZEROCOPY notification mechanism based on msg_control
` [External] "
[PATCH net-next v2] net: validate SO_TXTIME clockid coming from userspace
2024-06-01 22:50 UTC (2+ messages)
[RFC PATCH] arm64: dts: rockchip: Make preparations for per-RK3588-variant OPPs
2024-05-31 23:32 UTC (10+ messages)
[Buildroot] [PATCH v5 01/14] package/qt6: bump version to 6.7.1
2024-06-01 22:48 UTC (4+ messages)
` [Buildroot] [PATCH v5 06/14] package/qt6/qt6shadertools: new package
[PATCH] btrfs: qgroup: use xarray to track dirty extents in transaction
2024-06-01 22:47 UTC (2+ messages)
[PATCH net-next v2] net: smc91x: Refactor SMC_* macros
2024-06-01 22:42 UTC (3+ messages)
[PATCH v5] sched: Consolidate cpufreq updates
2024-06-01 22:40 UTC (2+ messages)
[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
2024-06-01 22:36 UTC (4+ messages)
[Buildroot] [PATCH 1/2] package/tpm2-tss: create tss user and group for tpm /dev nodes
2024-06-01 22:31 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] package/systemd: add optional tpm2 dependency
[PATCH v2] sched/rt: Clean up usage of rt_task()
2024-06-01 22:31 UTC (9+ messages)
[PATCH net-next v3 0/3] doc: mptcp: new general doc and fixes
2024-06-01 22:30 UTC (2+ messages)
[PATCH 0/7] MIPS: clocksource cumulative enhancements
2024-06-01 22:30 UTC (5+ messages)
` [PATCH 1/7] MIPS: csrc-r4k: Refine rating computation
` [PATCH 3/7] MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if 64BIT
initramfs-tools 0.143 release
2024-06-01 22:09 UTC
[RESEND PATCH net-next v3] net: smc91x: Fix pointer types
2024-06-01 22:20 UTC (2+ messages)
[PATCH net-next] net: qstat: extend kdoc about get_base_stats
2024-06-01 22:20 UTC (2+ messages)
[PATCH net v3 0/2] virtio_net: fix lock warning and unrecoverable state
2024-06-01 22:20 UTC (2+ messages)
[PATCH] MAINTAINERS: remove Peter Geis
2024-06-01 22:20 UTC (2+ messages)
[PATCH net v2] virtio_net: fix missing lock protection on control_buf access
2024-06-01 22:20 UTC (2+ messages)
[PATCH net] ethtool: init tsinfo stats if requested
2024-06-01 22:20 UTC (2+ messages)
[PATCH 0/1] cdrom: patch for inclusion
2024-06-01 22:18 UTC (2+ messages)
` [PATCH 1/1] cdrom: Add missing MODULE_DESCRIPTION()
Realtek RTL8822CE PCIe Frequent Disconnection Issues on Linux
2024-06-01 22:01 UTC
[PATCH] cdrom: Add missing MODULE_DESCRIPTION()
2024-06-01 21:59 UTC (2+ messages)
USB-Audio: Add support for MOTU Ultralite mk5
2024-06-01 21:55 UTC
[PATCH v3] mmc: core: allow detection of locked cards
2024-06-01 21:43 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2024-06-01 21:40 UTC (2+ messages)
USB-PD protocol
2024-06-01 21:36 UTC
[PATCH v4 0/2] Clean up usage of rt_task()
2024-06-01 21:33 UTC (3+ messages)
` [PATCH v4 1/2] sched/rt: "
` [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool
[PATCH v4 0/7] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
2024-06-01 21:17 UTC (10+ messages)
` [PATCH v4 2/7] iommu/arm-smmu-v3: Factor out a common arm_smmu_domain_alloc()
` [PATCH v4 3/7] iommu/arm-smmu-v3: Add support for domain_alloc_user fn
` [PATCH v4 5/7] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
[linux-nvme:nvme-6.10] BUILD SUCCESS b1a1fdd7096dd2d67911b07f8118ff113d815db4
2024-06-01 21:22 UTC
[groeck-staging:testing] BUILD SUCCESS 9e288f49cb2b3d2250b5c178d5eb482ffb8abe07
2024-06-01 21:21 UTC
[regresion] Dell's OMSA Systems Management Data Engine stuck after update from 6.8.y to 6.9.y (with bisecting)
2024-06-01 21:25 UTC (6+ messages)
[xen-unstable test] 186220: tolerable FAIL - PUSHED
2024-06-01 21:24 UTC
[PATCH 01/12] smb: client: fix potential UAF in cifs_debug_files_proc_show()
2024-06-01 21:14 UTC (3+ messages)
Add Realtek RTL8812AU chipset to project rtw88
2024-06-01 21:06 UTC
[PATCH] kunit/fortify: Remove __kmalloc_node() test
2024-06-01 21:05 UTC (2+ messages)
[Buildroot] [git commit branch/next] package/mosquitto: build mosquitto_{ctrl, passwd} if the broker is enabled
2024-06-01 21:01 UTC
[Buildroot] [PATCH] package/mosquitto: add target mosquitto_passwd
2024-06-01 21:01 UTC (2+ messages)
[Buildroot] [git commit] package/gcc: update to 13.3.0
2024-06-01 21:00 UTC
[Buildroot] [PATCH] package/gcc: update to 13.3.0
2024-06-01 21:01 UTC (2+ messages)
[Buildroot] [PATCH 1/1] support/testing: add bcc runtime test
2024-06-01 21:01 UTC
[pci:for-linus] BUILD SUCCESS e6d1cd96b33c40a10cec434193897a2cbc8ac09c
2024-06-01 20:52 UTC
[Buildroot] [PATCH v2 0/2] Add option to ban textrels
2024-06-01 20:59 UTC (5+ messages)
` [Buildroot] [PATCH v2 1/2] Config.in: ban textrels on musl toolchains
` [Buildroot] [PATCH v2 2/2] micropython: Add patch to avoid textrel on arm/thumb
[PATCH 1/1] mm: fix xyz_noprof functions calling profiled functions
2024-06-01 20:58 UTC (2+ messages)
[PATCH RFC 0/4] static key support for error injection functions
2024-06-01 20:57 UTC (8+ messages)
` [PATCH RFC 3/4] mm, slab: add static key for should_failslab()
[Buildroot] [git commit] micropython: Add patch to avoid textrel on arm/thumb
2024-06-01 20:51 UTC
[conor:pcie-fix-series 2/10] drivers/pci/controller/pcie-microchip-host.c:1003:39: warning: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 4294967296 to 0
2024-06-01 20:47 UTC
[PATCH v2] staging: iio: adt7316: remove unused struct 'adt7316_limit_regs'
2024-06-01 20:07 UTC (4+ messages)
[ANNOUNCE] Git Rev News edition 111
2024-06-01 20:44 UTC
[PATCH v5 0/3] novatek-nvt-ts: add support for NT36672A touchscreen
2024-06-01 20:44 UTC (8+ messages)
` [PATCH v5 1/3] Input: novatek-nvt-ts: replace generic i2c device id with specific IC variant
` [PATCH v5 2/3] dt-bindings: input: document Novatek NVT touchscreen controller
` [PATCH v5 3/3] Input: novatek-nvt-ts: add support for NT36672A touchscreen
[v2] Support for Arm CCA VMs on Linux
2024-06-01 20:40 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.