messages from 2024-11-07 16:51:17 to 2024-11-07 17:50:13 UTC [more...]
[PATCH 0/4] mm: fix checkpatch.pl warnings in memcg v1 code
2024-11-07 17:49 UTC (4+ messages)
` [PATCH 4/4] mm: Replace simple_strtoul() with kstrtoul()
[PATCH] Input: i8042: Fix typo dublicate to duplicate
2024-11-07 17:49 UTC
[PATCH V3 01/16] machine: anon-alloc option
2024-11-07 17:48 UTC (11+ messages)
[PATCH net-next 0/7] net: freescale: ucc_geth: Phylink conversion
2024-11-07 17:49 UTC (12+ messages)
` [PATCH net-next 1/7] net: freescale: ucc_geth: Drop support for the "interface" DT property
` [PATCH net-next 2/7] net: freescale: ucc_geth: split adjust_link for phylink conversion
` [PATCH net-next 3/7] net: freescale: ucc_geth: Use netdev->phydev to access the PHY
` [PATCH net-next 4/7] net: freescale: ucc_geth: Fix WOL configuration
` [PATCH net-next 5/7] net: freescale: ucc_geth: Simplify frame length check
` [PATCH net-next 6/7] net: freescale: ucc_geth: Hardcode the preamble length to 7 bytes
` [PATCH net-next 7/7] net: freescale: ucc_geth: phylink conversion
[PATCH i-g-t] igt-runner fact checking
2024-11-07 17:48 UTC (9+ messages)
` [PATCH i-g-t v2] "
[PATCH net-next 0/4] net: phy: remove genphy_config_eee_advert
2024-11-07 17:48 UTC (9+ messages)
` [PATCH net-next 1/4] net: phy: make genphy_c45_write_eee_adv() static
` [PATCH net-next 2/4] net: phy: export genphy_c45_an_config_eee_aneg
` [PATCH net-next 3/4] net: phy: broadcom: use genphy_c45_an_config_eee_aneg in bcm_config_lre_aneg
` [PATCH net-next 4/4] net: phy: remove genphy_config_eee_advert
[PATCH 0/8] multipath fixes to tableless device handling
2024-11-07 17:48 UTC (10+ messages)
` [PATCH 6/8] libmultipath: signal multipath UUID device with no table
[PATCH] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
2024-11-07 17:47 UTC (2+ messages)
[PATCH nf-next v4 0/5] netfilter: nf_tables: reduce set element transaction size
2024-11-07 17:44 UTC (6+ messages)
` [PATCH nf-next v4 1/5] netfilter: nf_tables: add nft_trans_commit_list_add_elem helper
` [PATCH nf-next v4 2/5] netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure
` [PATCH nf-next v4 3/5] netfilter: nf_tables: preemptive fix for audit selftest failure
` [PATCH nf-next v4 4/5] netfilter: nf_tables: switch trans_elem to real flex array
` [PATCH nf-next v4 5/5] netfilter: nf_tables: allocate element update information dynamically
[PATCH 2/5] migration/postcopy: magic value for postcopy channel
2024-11-07 17:45 UTC (11+ messages)
[PATCH net 5/6] net/diag: Limit TCP-MD5-diag array by max attribute length
2024-11-07 17:46 UTC (3+ messages)
[conor:gpio-irq-regmap 17/18] drivers/gpio/gpio-mpfs.c:142 mpfs_gpio_irq_set_type() error: uninitialized symbol 'interrupt_type'
2024-11-07 17:46 UTC
[PATCH v3 0/4] Add Qualcomm SA8255p based firmware managed PCIe root complex
2024-11-07 17:45 UTC (7+ messages)
` [PATCH v3 3/4] dt-bindings: PCI: qcom,pcie-sa8255p: Document ECAM compliant "
` [PATCH v3 4/4] PCI: qcom: Add Qualcomm SA8255p based PCIe root complex functionality
[PATCH 2/9] drm/xe/display: Add intel_plane_initial_vblank_wait
2024-11-07 17:45 UTC (4+ messages)
` [PATCH] "
[Bug 218795] New: USB4 / Thunderbolt + AMD: unstable and slow link (many uncorrectable errors)
2024-11-07 17:45 UTC (3+ messages)
` [Bug 218795] "
[PATCH v2] sched/topology: improve topology_span_sane speed
2024-11-07 17:43 UTC (3+ messages)
[PATCH v4] block: get wp_offset by bdev_offset_from_zone_start
2024-11-07 17:44 UTC (2+ messages)
[GIT PULL] pwm: Fix period setting in imx-tpm driver and a maintainer update
2024-11-07 17:44 UTC (2+ messages)
[PATCH v2 0/6] imx8(m): add optee node to binman FIT image
2024-11-07 17:42 UTC (3+ messages)
` [PATCH v2 1/6] arm: imx8m: add OP-TEE node
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
2024-11-07 17:04 UTC (17+ messages)
` [PATCH RFC v5 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v5 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v5 03/16] fuse: Move request bits
` [PATCH RFC v5 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v5 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v5 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v5 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v5 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v5 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v5 11/16] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v5 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v5 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v5 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v5 16/16] fuse: enable fuse-over-io-uring
[PATCH i-g-t v3] igt-runner fact checking
2024-11-07 17:39 UTC (3+ messages)
[PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
2024-11-07 17:37 UTC (4+ messages)
[PATCH] nvme-pci: Remove O2 Queue Depth quirk
2024-11-07 17:35 UTC (4+ messages)
` [PATCH] nvme-pci: 512 byte dma pool segment quirk
[RFC PATCH v3 0/5] wifi: ath12k: Add wifi device node with WSI for QCN9274 in RDP433
2024-11-07 17:36 UTC (3+ messages)
` [RFC PATCH v3 1/5] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
[PATCH net v2] net: phy: dp83869: fix status reporting for 1000base-x autonegotiation
2024-11-07 17:36 UTC (2+ messages)
[PATCH net 4/6] net/diag: Always pre-allocate tcp_ulp info
2024-11-07 17:35 UTC (3+ messages)
next/master baseline: 132 runs, 15 regressions (next-20241107)
2024-11-07 17:35 UTC
[PATCH v3 4/4] firmware: imx: secvio: Add support for SNVS secvio and tamper via SCFW
2024-11-07 17:35 UTC (2+ messages)
[PATCH v7 0/7] Stage-Ordered API and other extensions for ring library
2024-11-07 18:24 UTC (9+ messages)
` [PATCH v8 "
` [PATCH v8 1/7] test/ring: fix failure with custom number of lcores
` [PATCH v8 2/7] ring: common functions for 'move head' ops
` [PATCH v8 3/7] ring: make copying functions generic
` [PATCH v8 4/7] ring: make dump function more verbose
` [PATCH v8 5/7] ring/soring: introduce Staged Ordered Ring
` [PATCH v8 6/7] app/test: add unit tests for soring API
` [PATCH v8 7/7] test: add stress test suite
[PULL 00/43] target/loongarch: Initial system support
2024-11-07 17:33 UTC (3+ messages)
` [PULL 27/43] target/loongarch: Add TLB instruction support
[PATCH v3 00/13] zswap IAA compress batching
2024-11-07 17:34 UTC (7+ messages)
` [PATCH v3 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs
` [PATCH v3 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool
` [PATCH v3 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout
[nft PATCH] tests: monitor: Become $PWD agnostic
2024-11-07 17:33 UTC (2+ messages)
[PATCH V2 1/3] phy: freescale: fsl-samsung-hdmi: Expand Integer divider range
2024-11-07 17:33 UTC (3+ messages)
[PATCH net-next v2 0/9] lib: packing: introduce and use (un)pack_fields
2024-11-07 17:32 UTC (9+ messages)
` [PATCH net-next v2 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
[PATCH] mm: Fix __wp_page_copy_user fallback path for remote mm
2024-11-07 17:32 UTC (5+ messages)
[PATCH 0/2] tests/xe_spin_batch: Add spin-timestamp-check
2024-11-07 17:32 UTC (5+ messages)
` [PATCH 1/2] lib/xe/xe_spin: move the spinner related functions to lib
` ✓ Fi.CI.BAT: success for tests/xe_spin_batch: Add spin-timestamp-check (rev2)
` ✓ CI.xeBAT: "
[PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides
2024-11-07 17:31 UTC (13+ messages)
[PATCH i-g-t] lib/igt_core: Free log_buffer entries on exit
2024-11-07 17:31 UTC (2+ messages)
[PATCH RFC] l2tp: fix warning in l2tp_exit_net found by syzbot
2024-11-07 17:31 UTC
[isar-cip-core][PATCH 0/9] Enable early Debian trixie support, drop sid
2024-11-07 17:31 UTC (2+ messages)
` [isar-cip-core][PATCH 10/9] swupdate: Perform checks for supported configurations
[PATCH i-g-t] lib: sync PCI ID macros with kernel
2024-11-07 17:31 UTC (4+ messages)
[PATCH 0/4] staging: Remove contact information from TODO files
2024-11-07 17:31 UTC (5+ messages)
` [PATCH 1/4] staging: iio: Remove TODO file
` [PATCH 2/4] staging: sm750fb: Remove TODO contact information
` [PATCH 3/4] staging: rtl8723bs: "
` [PATCH 4/4] staging: most: "
[PATCH v5 00/10] Read/Write with meta/integrity
2024-11-07 17:30 UTC (4+ messages)
` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH] xtensa: annotate dtb_start variable as static __initdata
2024-11-07 17:29 UTC (3+ messages)
[PATCH][meta-python 1/7] python3-systemd: switch to python_setuptools_build_meta
2024-11-07 17:29 UTC (7+ messages)
` [PATCH][meta-python 2/7] python3-gevent: inherit cython class
` [PATCH][meta-python 3/7] python3-pandas: "
` [PATCH][meta-python 4/7] python3-h5py: "
` [PATCH][meta-python 5/7] python3-kivy: "
` [PATCH][meta-python 6/7] python3-pycocotools: "
` [PATCH][meta-python 7/7] python3-pyproj: "
[ath:master-pending] BUILD SUCCESS ee6fd63563605832983a5c1ca228445d424aef50
2024-11-07 17:24 UTC
[PATCH v2] wifi: brcmfmac: Fix oops due to NULL pointer dereference in 'brcmf_sdiod_sglist_rw'
2024-11-07 17:24 UTC (4+ messages)
[RESEND PATCH] apparmor: Remove unnecessary NULL check before kvfree()
2024-11-07 17:24 UTC (3+ messages)
[PATCH v3 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties
2024-11-07 17:24 UTC (2+ messages)
[PATCH v7 0/4] Support SMT control on arm64
2024-11-07 17:20 UTC (7+ messages)
` [PATCH v7 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v7 3/4] arm64: topology: Support SMT control on ACPI based system
[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
2024-11-07 17:20 UTC (4+ messages)
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
[PATCH v2 1/8] python3-setuptools: add more comments to a patch
2024-11-07 17:24 UTC (8+ messages)
` [PATCH v2 2/8] classes/setuptools: do parallel builds in a clean directory
` [PATCH v2 3/8] python3-numpy: don't do out-of-tree builds
` [PATCH v2 4/8] recipes/python: remove obsolete CLEANBROKEN
` [PATCH v2 5/8] python3-cython: add patch to prefix map source paths in generated files
` [PATCH v2 6/8] classes-recipe: add cython class
` [PATCH v2 7/8] python3-*: inherit cython
` [PATCH v2 8/8] python_mesonpy: remove cython-specific INSANE_SKIPs
[PATCH] x86/boot: Remove unused function 'atou'
2024-11-07 17:23 UTC (2+ messages)
` [tip: x86/cleanups] x86/boot: Remove unused function atou()
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-11-07 17:23 UTC (6+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH net-next v3 0/3] SO_PRIORITY cmsg patch summary
2024-11-07 17:22 UTC (3+ messages)
` [PATCH net-next v3 3/3] selftest: net: test SO_PRIORITY ancillary data with cmsg_sender
[lustre-devel] Lustre switching to loop back lnet interface when it is not desired
2024-11-07 17:21 UTC (4+ messages)
` [lustre-devel] [lustre-discuss] "
[PATCH v3 0/4] Support SEV firmware hotloading
2024-11-07 17:20 UTC (7+ messages)
` [PATCH v3 3/4] crypto: ccp: Add SNP firmware hotload support
[PATCH] range-diff: optionally include merge commits' diffs in the analysis
2024-11-07 17:20 UTC
[PATCH v2 0/4] x86/mm: miscellaneous fixes
2024-11-07 17:19 UTC (5+ messages)
` [PATCH v2 1/4] x86/mm: introduce helpers to detect super page alignment
[PATCH v4 00/22] Python generated Intel metrics
2024-11-07 17:19 UTC (7+ messages)
` [PATCH v4 07/22] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v4 09/22] perf jevents: Add ports metric group giving utilization "
[lustre-devel] Ldiskfs: kernel version triplet policy
2024-11-07 17:18 UTC
Question about merge & cherry pick
2024-11-07 17:18 UTC (4+ messages)
[PATCH] drivers: core: Clarify EPROBE_DEFER retry mechanism
2024-11-07 17:18 UTC (2+ messages)
[PATCH] uboot-sign: fix concat_dtb arguments
2024-11-07 17:10 UTC
[RESEND PATCH] ext4: Use str_yes_no() helper function
2024-11-07 17:17 UTC (2+ messages)
[PATCH 0/4] Add iomem helpers for use from debugfs
2024-11-07 17:17 UTC (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
[PATCH net-next v2 0/8] net: Improve netns handling in RTNL and ip_tunnel
2024-11-07 17:16 UTC (9+ messages)
` [PATCH net-next v2 5/8] net: ip_gre: Add netns_atomic module parameter
` [PATCH net-next v2 7/8] tools/net/ynl: Add retry limit for async notification
[PATCH] uprobes: get RCU trace lock before list iteration
2024-11-07 17:14 UTC
[PATCH 00/24] spi-nand/spi-mem DTR support
2024-11-07 17:15 UTC (6+ messages)
` [PATCH 02/24] spi: spi-mem: Add a new controller capability
[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
2024-11-07 17:14 UTC (3+ messages)
[PATCH] i2c: dev: Fix memory leak when underlying adapter does not support I2C
2024-11-07 17:14 UTC (2+ messages)
[PATCH] iommufd: modify iommufd_fault_iopf_enable limitation
2024-11-07 17:12 UTC (3+ messages)
` [PATCH v2] "
[PATCH v21 00/33] Automatic Disk Unlock with TPM2
2024-11-07 17:11 UTC (4+ messages)
` [PATCH v21 33/33] docs: Document TPM2 key protector
[PATCH 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
2024-11-07 17:09 UTC (3+ messages)
[PATCH v3 0/1] rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
2024-11-07 17:09 UTC (3+ messages)
[PATCH bpf-next v2] docs/bpf: Document some special sdiv/smod operations
2024-11-07 17:09 UTC
Conditionally set SYSTEMD_SERVICE_${PN} based on version of another package
2024-11-07 17:07 UTC (5+ messages)
` [yocto] "
[PATCH] cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap()
2024-11-07 17:07 UTC
[RFC][PATCH] x86/cpu/bugs: Consider having old Intel microcode to be a vulnerability
2024-11-07 17:06 UTC
[PATCH] test/fib: clarify FIB RCU negative tests
2024-11-07 17:04 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3 00/14] Add MSM8917/PM8937/Redmi 5A
2024-11-07 17:02 UTC (15+ messages)
` [PATCH v3 01/14] dt-bindings: pinctrl: qcom,pmic-gpio: Add PM8937
` [PATCH v3 02/14] pinctrl: qcom-pmic-gpio: Add support for PM8937
` [PATCH v3 03/14] dt-bindings: pinctrl: qcom,pmic-mpp: Add PM8937
` [PATCH v3 04/14] pinctrl: qcom: spmi-mpp: Add PM8937 compatible
` [PATCH v3 05/14] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v3 06/14] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v3 07/14] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v3 08/14] dt-bindings: thermal: tsens: Add MSM8937
` [PATCH v3 09/14] thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
` [PATCH v3 10/14] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v3 11/14] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v3 12/14] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v3 13/14] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v3 14/14] arm64: dts: "
[PATCH v7 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-11-07 17:02 UTC (2+ messages)
[PATCH] mtd: spi-nor: core: replace dummy buswidth from addr to data
2024-11-07 17:00 UTC (2+ messages)
[PATCH v3 00/19] unwind, perf: sframe user space unwinding
2024-11-07 16:59 UTC (3+ messages)
` [PATCH v3 09/19] unwind: Introduce "
[PATCH 0/4] python: update linting for new mypy/pylint releases
2024-11-07 16:58 UTC (3+ messages)
[PATCH] selftests/mm: Define PKEY_UNRESTRICTED for pkey_sighandler_tests
2024-11-07 16:50 UTC (2+ messages)
[PATCH v6 0/2] PCI: microchip: support using either instance 1 or 2
2024-11-07 16:54 UTC (4+ messages)
[PATCH v9 00/13] Arm cache coloring
2024-11-07 16:57 UTC (6+ messages)
` [PATCH v9 01/13] xen/common: add cache coloring common code
[PATCH v2] PCI: dwc: Fix resume failure if no EP is connected at some platforms
2024-11-07 16:57 UTC (8+ messages)
[PATCH 0/3] Fixes CPUs AML & acpi-bios-tables to be x86 backward compatible
2024-11-07 16:57 UTC (7+ messages)
` [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
[PATCH v2 1/2] selftests/resctrl: fastcat for benchmarking counter reads
2024-11-07 16:57 UTC (6+ messages)
` [PATCH v2 2/2] x86/resctrl: Don't workqueue local event "
[PATCH 0/3] Add i.MX91 platform support
2024-11-08 2:27 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board
[PATCH v1 0/1] drm/xe/vf: Post-migration recovery, remove MMIO assert
2024-11-07 16:56 UTC (3+ messages)
` [PATCH v1 1/1] drm/xe/guc: Do not assert CTB state while sending MMIO
[PATCH v4 4/4] PCI: mediatek-gen3: Add Airoha EN7581 support
2024-11-07 16:46 UTC (2+ messages)
[net-next 0/3] Add Aspeed G7 FTGMAC100 support
2024-11-07 16:54 UTC (3+ messages)
` [net-next 1/3] dt-bindings: net: ftgmac100: support for AST2700
[PATCH net-next v9 0/6] Improve neigh_flush_dev performance
2024-11-07 16:53 UTC (3+ messages)
` [PATCH net-next v9 6/6] neighbour: Create netdev->neighbour association
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS d8ec134a885b32f6a0290c6f4fbd364afdb52fc5
2024-11-07 16:52 UTC
[PATCH v2] rust: Fix build error
2024-11-07 16:52 UTC (5+ messages)
[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
2024-11-07 16:22 UTC (16+ 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.