mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v6 00/13] riscv: ASID-related and UP-related TLB flush enhancements
 2024-05-14 14:00 UTC  (2+ messages)

[RFC PATCH 0/2] TPM derived keys
 2024-05-14 14:00 UTC  (7+ messages)

[syzbot] [bcachefs?] KASAN: stack-out-of-bounds Read in __bch2_encrypt_bio
 2024-05-14 13:56 UTC 

[syzbot] [bcachefs?] kernel panic: bch_dev->ref underflow, last put: bch2_get_next_dev
 2024-05-14 13:56 UTC 

[PATCH v2 0/9] A fix and some cleanups to jbd2
 2024-05-14 13:53 UTC  (11+ messages)
` [PATCH v2 1/9] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
` [PATCH v2 2/9] jbd2: remove unused return info from jbd2_journal_write_metadata_buffer
` [PATCH v2 3/9] jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer
` [PATCH v2 4/9] jbd2: jump to new copy_done tag when b_frozen_data is created concurrently
` [PATCH v2 5/9] jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer
` [PATCH v2 6/9] jbd2: use bh_in instead of jh2bh(jh_in) to simplify code
` [PATCH v2 7/9] jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2
` [PATCH v2 8/9] jbd2: remove dead check of JBD2_UNMOUNT "
` [PATCH v2 9/9] jbd2: remove unnecessary "should_sleep" "

[PATCH v2 0/2] PCI hotplug driver fixes
 2024-05-14 13:52 UTC  (3+ messages)
` [PATCH v2 1/2] pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
` [PATCH v2 2/2] powerpc: hotplug driver bridge support

[PATCH wireless-next] ath11k: Fix error path in ath11k_pcic_ext_irq_config
 2024-05-14 13:51 UTC  (3+ messages)

Fwd: [regression] [bisected] commit 6bb6fa6908ebd3cb4e14cd4f0ce272ec885d2eb0 corrupts data sent via pseudoterminal device
 2024-05-14 13:51 UTC  (8+ messages)
`  "

[PATCH 0/6] rds: rdma: Add ability to force GFP_NOIO
 2024-05-14 13:48 UTC  (9+ messages)
` [PATCH 1/6] workqueue: Inherit NOIO and NOFS alloc flags
` [PATCH 2/6] rds: Brute force GFP_NOIO

[PATCH 12/13] regulator: add pm8008 pmic regulator driver
 2024-05-14 13:43 UTC  (2+ messages)

[PATCH] mtd: rawnand: onfi: read parameter pages in one go
 2024-05-14 13:41 UTC 

[PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-14 13:37 UTC  (4+ messages)

[PATCH v2 0/7] add mTHP support for anonymous shmem
 2024-05-14 13:36 UTC  (3+ messages)
` [PATCH v2 5/7] mm: shmem: "

[PATCH] riscv: Extend sv39 linear mapping max size to 128G
 2024-05-14 13:36 UTC 

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-05-14 13:27 UTC  (3+ messages)
` [PATCH v4 5/7] iommu/dma: Make limit checks self-contained

[PATCH] arm64: dts: qcom: qdu/qru1000-idp: Fix the voltage setting
 2024-05-14 13:27 UTC  (2+ messages)

[PATCH v2] arch/powerpc: Remove unused cede related functions
 2024-05-14 13:24 UTC 

[PATCH 0/8] Add suspend and resume support for phy-cadence-torrent and phy-j721e-wiz
 2024-05-14 13:24 UTC  (2+ messages)

Kernel 6.8.4 regression: aacraid controller not initialized any more, system boot hangs
 2024-05-14 13:23 UTC  (5+ messages)

[PATCH 1/6] wifi: wilc1000: set net device registration as last step during interface creation
 2024-05-14 13:21 UTC  (4+ messages)

[PATCH v4] thermal: k3_j72xx_bandgap: implement suspend/resume support
 2024-05-14 13:20 UTC  (2+ messages)

[PATCH] genirq: Refactor the irq_chip_xxx_parent()
 2024-05-14 13:19 UTC 

[PATCH] pmdomain: arm: scmi_pm_domain: set flag GENPD_FLAG_ACTIVE_WAKEUP
 2024-05-14 13:18 UTC 

[PATCH v5] dt-bindings: PCI: altera: Convert to YAML
 2024-05-14 13:17 UTC  (3+ messages)

[regression] suspend stress test stalls within 30 minutes
 2024-05-14 13:17 UTC  (6+ messages)

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-14 13:17 UTC  (4+ messages)
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields

[RFC PATCH v2 00/30] Rust abstractions for VFS
 2024-05-14 13:17 UTC  (31+ messages)
` [RFC PATCH v2 01/30] rust: fs: add registration/unregistration of file systems
` [RFC PATCH v2 02/30] rust: fs: introduce the `module_fs` macro
` [RFC PATCH v2 03/30] samples: rust: add initial ro file system sample
` [RFC PATCH v2 04/30] rust: fs: introduce `FileSystem::fill_super`
` [RFC PATCH v2 05/30] rust: fs: introduce `INode<T>`
` [RFC PATCH v2 06/30] rust: fs: introduce `DEntry<T>`
` [RFC PATCH v2 07/30] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH v2 08/30] rust: file: move `kernel::file` to `kernel::fs::file`
` [RFC PATCH v2 09/30] rust: fs: generalise `File` for different file systems
` [RFC PATCH v2 10/30] rust: fs: add empty file operations
` [RFC PATCH v2 11/30] rust: fs: introduce `file::Operations::read_dir`
` [RFC PATCH v2 12/30] rust: fs: introduce `file::Operations::seek`
` [RFC PATCH v2 13/30] rust: fs: introduce `file::Operations::read`
` [RFC PATCH v2 14/30] rust: fs: add empty inode operations
` [RFC PATCH v2 15/30] rust: fs: introduce `inode::Operations::lookup`
` [RFC PATCH v2 16/30] rust: folio: introduce basic support for folios
` [RFC PATCH v2 17/30] rust: fs: add empty address space operations
` [RFC PATCH v2 18/30] rust: fs: introduce `address_space::Operations::read_folio`
` [RFC PATCH v2 19/30] rust: fs: introduce `FileSystem::read_xattr`
` [RFC PATCH v2 20/30] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH v2 21/30] rust: fs: introduce more inode types
` [RFC PATCH v2 22/30] rust: fs: add per-superblock data
` [RFC PATCH v2 23/30] rust: fs: allow file systems backed by a block device
` [RFC PATCH v2 24/30] rust: fs: allow per-inode data
` [RFC PATCH v2 25/30] rust: fs: export file type from mode constants
` [RFC PATCH v2 26/30] rust: fs: allow populating i_lnk
` [RFC PATCH v2 27/30] rust: fs: add `iomap` module
` [RFC PATCH v2 28/30] rust: fs: add memalloc_nofs support
` [RFC PATCH v2 29/30] tarfs: introduce tar fs
` [RFC PATCH v2 30/30] WIP: fs: ext2: add rust ro ext2 implementation

[PATCH v5 00/11] Add suspend to ram support for PCIe on J7200
 2024-05-14 13:15 UTC  (4+ messages)
` [PATCH v5 05/11] PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()

[PATCH v8 0/6] iio: adc: ad7192: Add AD7194 support
 2024-05-14 13:14 UTC  (10+ messages)
` [PATCH v8 1/6] iio: adc: ad7192: Use standard attribute
` [PATCH v8 2/6] dt-bindings: iio: adc: ad7192: Add aincom supply
` [PATCH v8 3/6] "
` [PATCH v8 4/6] dt-bindings: iio: adc: Add single-channel property
` [PATCH v8 5/6] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH v8 6/6] "

[PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()
 2024-05-14 13:12 UTC  (4+ messages)

[PATCH] genirq: Clean code for handle_edge_irq()
 2024-05-14 13:11 UTC  (2+ messages)

[PATCH -next] memcg: don't handle event_list for v2 when offlining
 2024-05-14 13:11 UTC 

[PATCH 1/2] net: phy: dp83869: Add PHY ID for chip revision 3
 2024-05-14 13:08 UTC  (6+ messages)
` [PATCH 2/2] net: phy: dp83869: Fix RGMII-SGMII and 1000BASE-X

[PATCH v2 0/1] video: Handle HAS_IOPORT dependencies
 2024-05-14 13:08 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] arm64: dts: qcom: Use 'ufshc' as the node name for UFS controller nodes
 2024-05-14 13:08 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ufs: "
` [PATCH 2/2] arm64: dts: "

[PATCH] ext4: fix infinite loop when replaying fast_commit
 2024-05-14 13:04 UTC  (3+ messages)

[PATCH] ACPI: scan: Add missing check for kstrdup()
 2024-05-14 13:03 UTC  (2+ messages)

[PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
 2024-05-14 13:03 UTC 

[Bug] staging: rtl8723bs: Bluetooth stops working after patch: serial: 8250_dw: Do not reclock if already at correct rate
 2024-05-14 12:55 UTC  (2+ messages)

[PATCH 00/17] Add support for the LAN966x PCI device using a DT overlay
 2024-05-14 12:55 UTC  (4+ messages)
` [PATCH 16/17] mfd: Add support for LAN966x PCI device

[PATCH v3] scsi: ufs: Allow RTT negotiation
 2024-05-14 12:54 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp: Enable HDMI on i.MX8MP DHCOM PDK2 and PDK3
 2024-05-14 12:53 UTC  (2+ messages)

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-05-14 12:52 UTC  (9+ messages)
` [PATCH v2 1/8] writeback: factor out wb_bg_dirty_limits to remove repeated code
` [PATCH v2 2/8] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
` [PATCH v2 3/8] writeback: factor out domain_over_bg_thresh to remove repeated code
` [PATCH v2 4/8] writeback: Factor out code of freerun "
` [PATCH v2 5/8] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
` [PATCH v2 6/8] writeback: factor out balance_domain_limits to remove repeated code
` [PATCH v2 7/8] writeback: factor out wb_dirty_exceeded "
` [PATCH v2 8/8] writeback: factor out balance_wb_limits "

[PATCH 0/6] bitmap: optimize API usage
 2024-05-14 12:51 UTC  (3+ messages)
` [PATCH 4/6] genirq: optimize irq_do_set_affinity()

CVE-2024-26821: fs: relax mount_setattr() permission checks
 2024-05-14 12:49 UTC 

[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-05-14 12:48 UTC  (8+ messages)
` [PATCH v4 02/11] riscv: add ISA extensions validation

drm: Remove driver dependencies on FB_DEVICE
 2024-05-14 12:43 UTC  (2+ messages)

[PATCH] gpio: prevent potential speculation leaks in gpio_device_get_desc()
 2024-05-14 12:42 UTC  (2+ messages)

[PATCH net] net: micrel: Fix receiving the timestamp in the frame for lan8841
 2024-05-14 12:40 UTC  (2+ messages)

[PATCH] mm: page_alloc: fix the incorrect parameter
 2024-05-14 12:40 UTC  (2+ messages)

drivers/net/dsa/dsa_loop_bdinfo.c build problems
 2024-05-14 12:32 UTC  (10+ messages)

[PATCH 0/3] ARCH_BCM2835 Kconfig changes
 2024-05-14 12:29 UTC  (3+ messages)
` [PATCH 1/3] mailbox: Make BCM2835_MBOX default to ARCH_BCM2835

[PATCH v5] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-14 12:23 UTC  (2+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-14 12:23 UTC  (10+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-14 12:20 UTC  (12+ messages)
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
          ` [PATCH net-next 14/15 v2] "

[PATCH] gpiolib: cdev: fix uninitialised kfifo
 2024-05-14 12:15 UTC  (5+ messages)

[GIT PULL] HID for 6.10
 2024-05-14 12:14 UTC 

[PATCH net-next v10 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-14 12:13 UTC  (3+ messages)
` [PATCH net-next v10 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment

[PATCH v7 2/2] PCI: keystone: Fix pci_ops for AM654x SoC
 2024-05-14 12:11 UTC  (3+ messages)

[PATCH] net/ipv6: Fix route deleting failure when metric equals 0
 2024-05-14 12:11 UTC 

[PATCH v2 00/27] context_tracking, rcu: Spring cleaning renaming
 2024-05-14 12:09 UTC  (5+ messages)
` [PATCH v2 27/27] context_tracking, rcu: Rename rcu_dyntick trace event into rcu_watching

[PATCH 0/2] PCI hotplug driver fixes
 2024-05-14 12:08 UTC  (6+ messages)
` [PATCH 2/2] arch/powerpc: hotplug driver bridge support

[Linux kernel bug] INFO: task hung in blk_mq_get_tag
 2024-05-14 12:07 UTC  (3+ messages)

[PATCH net-next] netconsole: Do not shutdown dynamic configuration if cmdline is invalid
 2024-05-14 12:06 UTC  (3+ messages)

[PATCH] Bluetooth: btusb: Add device 13d3:3606 as MT7921 device
 2024-05-14 12:04 UTC 

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-14 12:00 UTC  (6+ messages)

[net-next,v2 0/8] cn10k-ipsec: Add outbound inline ipsec support
 2024-05-14 11:45 UTC  (11+ messages)
` [net-next,v2 3/8] octeontx2-af: Disable backpressure between CPT and NIX
    ` [EXTERNAL] "
` [net-next,v2 5/8] cn10k-ipsec: Add SA add/delete support for outb inline ipsec
    ` [EXTERNAL] "

[PATCH] octeontx2-af: Add debugfs support to dump NIX TM topology
 2024-05-14 11:44 UTC  (2+ messages)

[PATCH v3] Input: goodix-berlin - Add sysfs interface for reading and writing touch IC registers
 2024-05-14 11:44 UTC 

[PATCH v2] Input: goodix-berlin - Add sysfs interface for reading and writing touch IC registers
 2024-05-14 11:41 UTC  (3+ messages)

[PATCH 1/3] mctp pcc: Implement MCTP over PCC Transport
 2024-05-14 11:36 UTC  (2+ messages)

[PATCH] f2fs: initialize last_block_in_bio variable
 2024-05-14 11:35 UTC 

[PATCH v5 0/7] PCI: Consolidate TLP Log reading and printing
 2024-05-14 11:31 UTC  (8+ messages)
` [PATCH v5 1/7] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v5 2/7] PCI: Move TLP Log handling to own file
` [PATCH v5 3/7] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v5 4/7] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v5 5/7] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v5 6/7] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

[PATCH] arch/powerpc: Remove the definition of unused cede function
 2024-05-14 11:21 UTC  (3+ messages)

[PATCH V4 0/5] qcom: x1e80100: Enable CPUFreq
 2024-05-14 11:19 UTC  (7+ messages)
` [PATCH V4 2/5] mailbox: Add support for QTI CPUCP mailbox controller

[RESEND][PATCH v3 0/1] Fix lb_imbalance reporting in /proc/schedstat
 2024-05-14 11:14 UTC  (3+ messages)
` [RESEND][PATCH v3 1/1] sched: Report the different kinds of imbalances "

[PATCH] LoongArch: Add irq_work support via self IPIs
 2024-05-14 11:14 UTC  (3+ messages)

[PATCH] tools/memory-model: Add atomic_andnot() with its variants
 2024-05-14 11:11 UTC  (2+ messages)

[PATCH] arm64: mm: force write fault for atomic RMW instructions
 2024-05-14 10:53 UTC  (4+ messages)

[PATCH] dmaengine: ioatdma: Fix missing kmem_cache_destroy()
 2024-05-14 10:52 UTC 

[PATCH] Bluetooth: btusb: Add device 13d3:3606 as MT7921 device
 2024-05-14 10:52 UTC 

[PATCH v2 0/3] Add support for GPIO based CS
 2024-05-14 10:45 UTC  (2+ messages)
` [PATCH v2 1/3] spi: dt-bindings: Add num-cs property for mpfs-spi

[PATCH 5.15 000/168] 5.15.159-rc1 review
 2024-05-14 10:21 UTC  (2+ messages)
` [PATCH 5.15 162/168] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 5.10 000/111] 5.10.217-rc1 review
 2024-05-14 10:20 UTC  (2+ messages)
` [PATCH 5.10 108/111] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 5.4 00/84] 5.4.276-rc1 review
 2024-05-14 10:20 UTC  (2+ messages)
` [PATCH 5.4 78/84] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 4.19 00/63] 4.19.314-rc1 review
 2024-05-14 10:20 UTC  (2+ messages)
` [PATCH 4.19 61/63] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 6.1 000/236] 6.1.91-rc1 review
 2024-05-14 10:19 UTC  (3+ messages)
` [PATCH 6.1 201/236] usb: typec: tcpm: unregister existing source caps before re-registration
` [PATCH 6.1 221/236] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 6.6 000/301] 6.6.31-rc1 review
 2024-05-14 10:19 UTC  (5+ messages)
` [PATCH 6.6 116/301] selftests/ftrace: Fix event filter target_func selection
` [PATCH 6.6 237/301] usb: typec: tcpm: unregister existing source caps before re-registration
` [PATCH 6.6 269/301] drm/ttm: Print the memory decryption status just once
` [PATCH 6.6 271/301] drm/vmwgfx: Fix invalid reads in fence signaled events

[PATCH 6.8 000/336] 6.8.10-rc1 review
 2024-05-14 10:18 UTC  (4+ messages)
` [PATCH 6.8 257/336] usb: typec: tcpm: unregister existing source caps before re-registration
` [PATCH 6.8 296/336] drm/ttm: Print the memory decryption status just once
` [PATCH 6.8 298/336] drm/vmwgfx: Fix invalid reads in fence signaled events

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®