messages from 2024-11-15 11:30:58 to 2024-11-15 14:03:14 UTC [more...]
[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
2024-11-15 14:03 UTC (10+ messages)
` [PATCH net-next v11 04/23] ovpn: add basic interface creation/destruction/management routines
[PATCH v2 0/5] Support large folios for tmpfs
2024-11-15 14:02 UTC (11+ messages)
` [PATCH v2 3/5] mm: shmem: add large folio support "
` [PATCH v2 1/5] mm: factor out the order calculation into a new helper
` [PATCH v2 4/5] mm: shmem: add a kernel command line to change the default huge policy for tmpfs
[GIT PULL] vfs file
2024-11-15 14:02 UTC
[PATCH v9 00/29] Generic `Allocator` support for Rust
2024-11-15 14:00 UTC (3+ messages)
Of fsl_mc_allocator_driver_exit
2024-11-15 14:00 UTC (2+ messages)
[GIT PULL] vfs netfs
2024-11-15 14:00 UTC
[PATCH v2 0/2] Enable sensors support for the Congatec Board Controller
2024-11-15 14:00 UTC (4+ messages)
` [PATCH v2 1/2] hwmon: Add Congatec Board Controller monitoring driver
[PATCH v4 0/3] PCI: dwc: Skip waiting for link up if vendor drivers can detect Link up event
2024-11-15 14:00 UTC (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] PCI: qcom: Set linkup_irq if global IRQ handler is present
[GIT PULL] USB-serial updates for 6.13-rc1
2024-11-15 13:59 UTC
[GIT PULL] vfs pagecache
2024-11-15 13:58 UTC
[GIT PULL] vfs rust file
2024-11-15 13:57 UTC
[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
2024-11-15 13:56 UTC (13+ messages)
` [PATCH v3 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
[PATCH v1 1/1] s390/vfio-ap: remove gmap_convert_to_secure from vfio_ap_ops
2024-11-15 13:56 UTC
[GIT PULL] vfs misc
2024-11-15 13:56 UTC
[syzbot] [scsi?] [usb?] KASAN: slab-use-after-free Read in sg_release
2024-11-15 13:56 UTC (3+ messages)
[GIT PULL] vfs mount api conversions
2024-11-15 13:54 UTC
[GIT PULL] vfs multigrain timestamps
2024-11-15 13:49 UTC
[PATCH v9 0/9] x86/resctrl: mba_MBps enhancement
2024-11-15 13:53 UTC (3+ messages)
` [PATCH v9 4/9] x86/resctrl: Compute memory bandwidth for all supported events
[PATCH v8 0/6] Implement vendor resets for PSCI SYSTEM_RESET2
2024-11-15 13:51 UTC (3+ messages)
` [PATCH v8 3/6] firmware: psci: Read and use vendor reset types
[PATCH v3 0/8] Add support for the rest of Renesas RZ/G3S serial interfaces
2024-11-15 13:44 UTC (9+ messages)
` [PATCH v3 1/8] clk: renesas: r9a08g045: Add clock, reset and power domain for the remaining SCIFs
` [PATCH v3 2/8] serial: sh-sci: Check if TX data was written to device in .tx_empty()
` [PATCH v3 3/8] serial: sh-sci: Update the suspend/resume support
` [PATCH v3 4/8] arm64: dts: renesas: r9a08g045: Add the remaining SCIF interfaces
` [PATCH v3 5/8] arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias
` [PATCH v3 6/8] arm64: dts: renesas: rzg3s-smarc-switches: Add a header to describe different switches
` [PATCH v3 7/8] arm64: dts: renesas: rzg3s-smarc: Enable SCIF3
` [PATCH v3 8/8] arm64: dts: renesas: r9a08g045s33-smarc-pmod: Add overlay for SCIF1
[PATCH] bpftool: fix potential NULL pointer dereferencing in prog_dump()
2024-11-15 13:42 UTC (2+ messages)
[PATCH v2] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()
2024-11-15 13:42 UTC (2+ messages)
[PATCH net v2 0/2] Fix 'ethtool --show-eee' during initial stage
2024-11-15 13:41 UTC (4+ messages)
` [PATCH net v2 1/2] net: phy: replace phydev->eee_enabled with eee_cfg.eee_enabled
[PATCH v5 0/4] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
2024-11-15 13:41 UTC (2+ messages)
[PATCH] selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels
2024-11-15 13:41 UTC
[PATCH v1 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header
2024-11-15 13:38 UTC
[RFC PATCH 01/22] selinux: supply missing field initializers
2024-11-15 13:35 UTC (22+ messages)
` [RFC PATCH 02/22] selinux: avoid using types indicating user space interaction
` [RFC PATCH 03/22] selinux: align and constify functions
` [RFC PATCH 04/22] selinux: rework match_ipv6_addrmask()
` [RFC PATCH 05/22] selinux: avoid nontransitive comparison
` [RFC PATCH 06/22] selinux: rename comparison functions for clarity
` [RFC PATCH 07/22] selinux: use known type instead of void pointer
` [RFC PATCH 08/22] selinux: avoid unnecessary indirection in struct level_datum
` [RFC PATCH 09/22] selinux: make use of str_read()
` [RFC PATCH 10/22] selinux: use u16 for security classes
` [RFC PATCH 11/22] selinux: more strict policy parsing
` [RFC PATCH 12/22] selinux: check length fields in policies
` [RFC PATCH 13/22] selinux: validate constraints
` [RFC PATCH 14/22] selinux: pre-validate conditional expressions
` [RFC PATCH 15/22] selinux: introduce ebitmap_highest_set_bit()
` [RFC PATCH 16/22] selinux: check type attr map overflows
` [RFC PATCH 17/22] selinux: reorder policydb_index()
` [RFC PATCH 18/22] selinux: beef up isvalid checks
` [RFC PATCH 19/22] selinux: validate symbols
` [RFC PATCH 20/22] selinux: more strict bounds check
` [RFC PATCH 21/22] selinux: check for simple types
` [RFC PATCH 22/22] selinux: restrict policy strings
[PATCH v13] iio: adc: pac1921: Add ACPI support to Microchip pac1921
2024-11-15 13:34 UTC
[PATCH 6.6 00/48] 6.6.62-rc1 review
2024-11-15 13:36 UTC (2+ messages)
[PATCH v6 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
2024-11-15 13:35 UTC (5+ messages)
` [PATCH v6 3/5] firmware: psci: Read and use vendor reset types
[PATCH 0/5] cifs: Fixes for SMB1 non-UNICODE 8-bit mode
2024-11-15 13:33 UTC (4+ messages)
` [PATCH 1/5] cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
[PATCH v7 0/7] Add ITE IT6263 LVDS to HDMI converter support
2024-11-15 12:31 UTC (3+ messages)
` [PATCH v7 2/7] Revert "clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate"
[PATCH 6.11 00/63] 6.11.9-rc1 review
2024-11-15 13:30 UTC
[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled
2024-11-15 13:29 UTC (4+ messages)
` [PATCH v3 2/3] mm/slub: Improve redzone check and zeroing for krealloc()
[PATCH v3 1/2] tracing: Add task_prctl_unknown tracepoint
2024-11-15 13:27 UTC (3+ messages)
[PATCH net-next v3] stmmac: dwmac-intel-plat: remove redundant dwmac->data check in probe
2024-11-15 13:26 UTC
[PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller
2024-11-15 13:26 UTC (11+ messages)
` [PATCH v4 01/10] memory: ti-aemif: Store timings parameter in number of cycles - 1
` [PATCH v4 02/10] memory: ti-aemif: Remove unnecessary local variables
` [PATCH v4 03/10] memory: ti-aemif: Wrap CS timings into a struct
` [PATCH v4 04/10] memory: ti-aemif: Create aemif_check_cs_timings()
` [PATCH v4 05/10] memory: ti-aemif: Create aemif_set_cs_timings()
` [PATCH v4 06/10] memory: ti-aemif: Export aemif_*_cs_timings()
` [PATCH v4 07/10] mtd: rawnand: davinci: Always depends on TI_AEMIF
` [PATCH v4 08/10] mtd: rawnand: davinci: Order headers alphabetically
` [PATCH v4 09/10] mtd: rawnand: davinci: Add clock resource
` [PATCH v4 10/10] mtd: rawnand: davinci: Implement setup_interface() operation
[PATCH] gpio: gpio-exar: replace division condition with direct comparison
2024-11-15 13:25 UTC (5+ messages)
[PATCH v1] cpuidle: Do not return from cpuidle_play_dead() on callback failures
2024-11-15 13:25 UTC (5+ messages)
riscv: include/linux/perf_event.h:1679:84: error: macro "perf_misc_flags" passed 2 arguments, but takes just 1
2024-11-15 13:25 UTC
[syzbot] [ntfs3?] general protection fault in pick_link
2024-11-15 13:24 UTC (5+ messages)
` [PATCH] fs: add check for symlink corrupted
[PATCH v2] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
2024-11-15 13:24 UTC (2+ messages)
[PATCH V1] mmc: sdhci-msm: Enable MMC_CAP_AGGRESSIVE_PM for qualcomm controllers
2024-11-15 13:23 UTC (4+ messages)
[PATCH v2] spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC families
2024-11-15 13:23 UTC (7+ messages)
[PATCH] net: stmmac: dwmac-qcom-ethqos: Enable support for XGMAC
2024-11-15 13:22 UTC (4+ messages)
USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
2024-11-15 13:20 UTC (11+ messages)
[PATCH] drm/msm/dpu: fix x1e80100 intf_6 underrun/vsync interrupt
2024-11-15 13:17 UTC (2+ messages)
[PATCH] video: fbdev: metronomefb: Fix buffer overflow in load_waveform()
2024-11-15 13:12 UTC (3+ messages)
[PATCH v5 0/3] Add support for codec of F1C100s
2024-11-15 13:10 UTC (2+ messages)
[PATCH v5 0/5] Add support for DMA of F1C100s
2024-11-15 13:10 UTC
LKFT CI: improving Networking selftests results when validating stable kernels
2024-11-15 13:07 UTC (6+ messages)
[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
2024-11-15 13:05 UTC (3+ messages)
` [PATCH 08/11] riscv: alternative: Add an ALTERNATIVE_3 macro
[PATCH v2 0/2] module: Block some modules by TUXEDO from accessing
2024-11-15 13:03 UTC (4+ messages)
` [PATCH v3 1/2] module: Put known GPL offenders in an array
` [PATCH v3 2/2] module: Block some modules by TUXEDO from accessing GPL symbols
` [PATCH v3 0/2] module: Block some modules by TUXEDO from accessing
[PATCH 1/1] PCI/PME+pciehp: Request IRQF_ONESHOT because bwctrl shares IRQ
2024-11-15 13:00 UTC (3+ messages)
[PATCH v2] drm/bridge: adv7511_audio: Update Audio InfoFrame properly
2024-11-15 12:57 UTC
next-20241114: clang: fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-11-15 12:53 UTC
tun: group check overrides user, is this intentional?
2024-11-15 12:52 UTC
[PATCH v2 0/2] module: Block some modules by TUXEDO from accessing
2024-11-15 12:49 UTC (3+ messages)
` [PATCH v2 1/2] module: Put known GPL offenders in an array
` [PATCH v2 2/2] module: Block some modules by TUXEDO from accessing GPL symbols
[RFC][PATCH 0/8] module: Strict per-modname namespaces
2024-11-15 12:49 UTC (10+ messages)
` [RFC][PATCH 1/8] module: Prepare for script
[PATCH] hwmon: (npcm750-pwm-fan) Use devm_platform_ioremap_resource_byname() in npcm7xx_pwm_fan_probe()
2024-11-15 12:45 UTC
[PATCH 6.1 00/39] 6.1.118-rc1 review
2024-11-15 12:43 UTC (2+ messages)
[PATCH 6.6.y 0/5] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 12:41 UTC (6+ messages)
` [PATCH 6.6.y 1/5] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 6.6.y 2/5] mm: unconditionally close VMAs on error
` [PATCH 6.6.y 3/5] mm: refactor map_deny_write_exec()
` [PATCH 6.6.y 4/5] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 6.6.y 5/5] mm: resolve faulty mmap_region() error path behaviour
[PATCH 6.1.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 12:40 UTC (5+ messages)
` [PATCH 6.1.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 6.1.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 6.1.y 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 6.1.y 4/4] mm: resolve faulty mmap_region() error path behaviour
[PATCH 5.15.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 12:38 UTC (5+ messages)
` [PATCH 5.15.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 5.15.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 5.15.y 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 5.15.y 4/4] mm: resolve faulty mmap_region() error path behaviour
[PATCH v1 1/1] gpio: zevio: Add missed label initialisation
2024-11-15 12:38 UTC
[PATCH 5.10.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 12:36 UTC (5+ messages)
` [PATCH 5.10.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 5.10.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 5.10.y 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 5.10.y 4/4] mm: resolve faulty mmap_region() error path behaviour
[PATCH v3 0/3] drm/etnaviv: Trivial mmu map and ummap cleanups
2024-11-15 12:32 UTC (4+ messages)
` [PATCH v3 1/3] drm/etnaviv: Drop the offset in page manipulation
` [PATCH v3 2/3] drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()
` [PATCH v3 3/3] drm/etnaviv: Improve VA, PA, SIZE alignment checking
[PATCH v1 1/1] gpio: altera: Add missed base and label initialisations
2024-11-15 12:29 UTC
[syzbot] [bcachefs?] WARNING: locking bug in rcu_pending_enqueue
2024-11-15 12:29 UTC
[PATCH v3 0/6] PCI: Enable Power and configure the QPS615 PCIe switch
2024-11-15 12:25 UTC (7+ messages)
` [PATCH v3 2/6] arm64: dts: qcom: qcs6490-rb3gen2: Add node for qps615
` [PATCH v3 5/6] PCI: qcom: Add support for host_stop_link() & host_start_link()
` [PATCH v3 6/6] PCI: pwrctl: Add power control driver for qps615
[PATCH] drm/bridge: adv7511_audio: Update Audio InfoFrame properly
2024-11-15 12:25 UTC (3+ messages)
Tinyconfig: include/linux/blkdev.h:1692:17: error: field has incomplete type 'struct rq_list'
2024-11-15 12:24 UTC (2+ messages)
[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-11-15 12:21 UTC (9+ messages)
` [PATCH v15 11/15] EDAC: Add memory repair control feature
[PATCH net-next v2 00/10] net: freescale: ucc_geth: Phylink conversion
2024-11-15 12:19 UTC (3+ messages)
` [PATCH net-next v2 01/10] net: freescale: ucc_geth: Drop support for the "interface" DT property
md-raid 6.11.8 page fault oops
2024-11-15 12:12 UTC
[syzbot] [iomap?] [erofs?] WARNING in iomap_iter (4)
2024-11-15 12:18 UTC
[PATCH] crypto: marvell/cesa: fix uninit value for struct mv_cesa_op_ctx
2024-11-15 12:13 UTC (2+ messages)
[PATCH] crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()
2024-11-15 12:13 UTC (2+ messages)
[PATCH v12] iio: adc: pac1921: Add ACPI support to Microchip pac1921
2024-11-15 12:12 UTC (2+ messages)
[PATCH] riscv: perf: Drop defining `perf_instruction_pointer()` and `perf_misc_flags()`
2024-11-15 12:11 UTC (2+ messages)
[PATCH v1] arm64: dts: qcom: sc7280: Make ADSP a secure fastrpc domain
2024-11-15 12:10 UTC (7+ messages)
[PATCHv2 5.15] udf: Allocate name buffer in directory iterator on heap
2024-11-15 12:07 UTC (2+ messages)
[PATCH] locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex
2024-11-15 12:06 UTC (2+ messages)
[PATCH 5.4 00/67] 5.4.286-rc2 review
2024-11-15 12:05 UTC
[syzbot] [kernel?] WARNING in posixtimer_send_sigqueue
2024-11-15 12:04 UTC (4+ messages)
[PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
2024-11-15 12:01 UTC (11+ messages)
[PATCH] fuse: check attributes staleness on fuse_iget()
2024-11-15 11:59 UTC (2+ messages)
[PATCH] vsock/virtio: Remove queued_replies pushback logic
2024-11-15 11:59 UTC (2+ messages)
[PATCH 2/3] crypto: Register modules as SIMD modules for ppcle64 AES/GCM algs
2024-11-15 11:58 UTC (3+ messages)
` [PATCH] aes-gcm-p10: Use the correct bit to test for P10
[PATCH] hwrng: amd - remove reference to removed PPC_MAPLE config
2024-11-15 11:58 UTC (2+ messages)
[GIT PULL] Crypto Update for 6.5
2024-11-15 11:51 UTC (11+ messages)
` [GIT PULL] Crypto Update for 6.6
` [GIT PULL] Crypto Update for 6.7
` [GIT PULL] Crypto Update for 6.8
` [GIT PULL] Crypto Fixes "
` [GIT PULL] Crypto Fixes for 6.9
` [GIT PULL] Crypto Fixes for 6.10
` [GIT PULL] Crypto Fixes for 6.12
[PATCH v3 3/6] PCI: Add new start_link() & stop_link function ops
2024-11-15 11:51 UTC (3+ messages)
[PATCH sound-next] ASoC: rockchip: i2s-tdm: Fix a useless call issue
2024-11-15 11:49 UTC
[PATCH] Use strscpy() instead of strcpy()
2024-11-15 11:38 UTC (7+ messages)
[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
2024-11-15 11:48 UTC (3+ messages)
` [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
[PATCH v3] mtd: spi-nor: atmel: add at25sf321 entry
2024-11-15 11:32 UTC (2+ messages)
[PATCH v6 00/11] printk: console: Per-console loglevels
2024-11-15 11:41 UTC (8+ messages)
` [PATCH v6 04/11] printk: Support toggling per-console loglevel via syslog() and cmdline
` Conflict with FORCE_CON: "
` syslog warning: was: "
[PATCH v10 00/22] Support more Amlogic SoC families in crypto driver
2024-11-15 11:40 UTC (3+ messages)
` [PATCH v10 11/22] crypto: amlogic - Introduce hasher
[PATCH v2 00/22] Add Intel Touch Host Controller drivers
2024-11-15 11:38 UTC (5+ messages)
` [PATCH v2 01/22] HID: THC: Add documentation
[PATCH v2] topology: Keep the cpumask unchanged when printing cpumap
2024-11-15 11:37 UTC (2+ messages)
platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
2024-11-15 11:35 UTC (7+ messages)
[PATCH v2 00/13] zswap IAA compress batching
2024-11-15 11:32 UTC (3+ messages)
` [PATCH v2 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching
[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-11-15 11:31 UTC (5+ messages)
` [PATCH v3 01/12] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
[PATCH] tools: PCI: Fix several incorrect format specifiers
2024-11-15 11:30 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox