mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[patch V2 00/40] genirq, irqchip: Convert ARM MSI handling to per device MSI domains
 2023-05-22 14:19 UTC  (7+ messages)
` [patch V2 06/40] PCI/MSI: Provide static key for parent mask/unmask

[PATCH v2 00/13] local_clock() vs noinstr
 2023-05-22 14:18 UTC  (3+ messages)
` [PATCH v2 06/13] s390/time: Provide sched_clock_noinstr()

[PATCH v9 1/2] dt-bindings: hwmon: add MAX31827
 2023-05-22 14:18 UTC  (4+ messages)
` [PATCH v9 2/2] hwmon: max31827: add MAX31827 driver

[PATCH 00/43] ep93xx device tree conversion
 2023-05-22 14:18 UTC  (5+ messages)
` [PATCH 22/43] dt-bindings: mtd: add DT bindings for ts7250 nand

[PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-22 14:17 UTC  (7+ messages)

[RESEND PATCH v3] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-05-22 14:14 UTC  (4+ messages)

[PATCH 1/2] x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
 2023-05-22 14:13 UTC  (3+ messages)

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-22 14:09 UTC  (4+ messages)

[PATCH v3] net: stmmac: compare p->des0 and p->des1 with __le32 type values
 2023-05-22 14:09 UTC  (3+ messages)

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-22 14:06 UTC  (6+ messages)
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted

[PATCH v2] md: fix duplicate filename for rdev
 2023-05-22 14:03 UTC  (2+ messages)

[PATCH net 0/3] net: phy: mscc: support VSC8501
 2023-05-22 14:00 UTC  (8+ messages)
` [PATCH net 3/3] net: phy: mscc: enable VSC8501/2 RGMII RX clock

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-22 14:00 UTC  (5+ messages)

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-22 13:57 UTC  (9+ messages)
` [PATCH v5 09/44] drm: handle HAS_IOPORT dependencies
` [PATCH v5 30/44] rtc: add "
` [PATCH v5 37/44] usb: uhci: handle "

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-22 13:56 UTC  (3+ messages)
` [PATCH v4 9/9] net: use new capable_any functionality

[PATCH 0/3] raid10 bugfix
 2023-05-22 13:54 UTC  (7+ messages)
` [PATCH 1/3] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
` [PATCH 2/3] md/raid10: fix incorrect done of recovery
` [PATCH 3/3] md/raid10: fix io loss while replacement replace rdev

[PATCH 0/5] mtd: rawnand: qcom: Implement exec_op()
 2023-05-22 13:53 UTC  (9+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] mtd: rawnand: qcom: Add support for reset, readid, status exec_op
` [PATCH v2 3/5] mtd: rawnand: qcom: Add support for param_page read exec_ops
` [PATCH v2 4/5] mtd: rawnand: qcom: Add support for read, write, erase exec_ops

[PATCH] media: camss: camss-video: Don't zero subdev format again after initialization
 2023-05-22 13:51 UTC  (2+ messages)

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-22 13:50 UTC  (11+ messages)

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-22 13:50 UTC  (32+ messages)
` [PATCH v22 01/31] splice: Fix filemap_splice_read() to use the correct inode
` [PATCH v22 02/31] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v22 03/31] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v22 04/31] splice: Clean up copy_splice_read() a bit
` [PATCH v22 05/31] splice: Make do_splice_to() generic and export it
` [PATCH v22 06/31] splice: Check for zero count in vfs_splice_read()
` [PATCH v22 07/31] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v22 08/31] splice: Make splice from a DAX file "
` [PATCH v22 09/31] shmem: Implement splice-read
` [PATCH v22 10/31] overlayfs: "
` [PATCH v22 11/31] coda: "
` [PATCH v22 12/31] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v22 13/31] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v22 14/31] 9p: Add splice_read wrapper
` [PATCH v22 15/31] afs: Provide a splice-read wrapper
` [PATCH v22 16/31] ceph: "
` [PATCH v22 17/31] ecryptfs: "
` [PATCH v22 18/31] ext4: "
` [PATCH v22 19/31] f2fs: "
` [PATCH v22 20/31] nfs: "
` [PATCH v22 21/31] ntfs3: "
` [PATCH v22 22/31] ocfs2: "
` [PATCH v22 23/31] orangefs: "
` [PATCH v22 24/31] xfs: "
` [PATCH v22 25/31] zonefs: "
` [PATCH v22 26/31] trace: Convert trace/seq to use copy_splice_read()
` [PATCH v22 27/31] cifs: Use filemap_splice_read()
` [PATCH v22 28/31] splice: Use filemap_splice_read() instead of generic_file_splice_read()
` [PATCH v22 29/31] splice: Remove generic_file_splice_read()
` [PATCH v22 30/31] iov_iter: Kill ITER_PIPE
` [PATCH v22 31/31] splice: kdoc for filemap_splice_read() and copy_splice_read()

[PATCH net-next 00/11] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-05-22 13:48 UTC  (10+ messages)
` [PATCH net-next 07/11] net: page_pool: add DMA-sync-for-CPU inline helpers
    ` [Intel-wired-lan] "

[PATCH v4 0/6] Add uprobes support for LoongArch
 2023-05-22 13:48 UTC  (2+ messages)

[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock
 2023-05-22 13:47 UTC 

[PATCH] MAINTAINERS: Orphan the OV7740 driver
 2023-05-22 13:47 UTC 

[PATCH v2] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-05-22 13:47 UTC 

[PATCH 0/2] Add support for Visionox R66451 AMOLED DSI panel
 2023-05-22 13:47 UTC  (5+ messages)
` [PATCH 2/2] drm/panel: Add driver for Visionox r66451 panel

[PATCH net] lan966x: Fix unloading/loading of the driver
 2023-05-22 13:46 UTC  (2+ messages)

[PATCH v14 0/6] add Amlogic A1 clock controller drivers
 2023-05-22 13:44 UTC  (9+ messages)
` [PATCH v14 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

r8169: disable ASPM during NAPI poll locking changes --> BUG: Invalid wait context --> PREEMPT_RT pain
 2023-05-22 13:43 UTC  (5+ messages)

[PATCH v2 0/3] Add basic tracing for uclamp and schedutil
 2023-05-22 13:38 UTC  (2+ messages)

[PATCH v2 00/20] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-05-22 13:35 UTC  (8+ messages)
` [PATCH v2 17/20] x86: efistub: Check SEV/SNP support while running in the firmware

[PATCH v15 0/6] add Amlogic A1 clock controller drivers
 2023-05-22 13:32 UTC  (7+ messages)
` [PATCH v15 5/6] dt-bindings: clock: meson: add A1 Peripherals clock controller bindings
` [PATCH v15 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[PATCH] scsi: Let scsi_execute_cmd() mark args->sshdr as invalid
 2023-05-22 13:31 UTC  (13+ messages)

[PATCH V2 1/9] ASoC: amd: ps: create platform devices based on acp config
 2023-05-22 13:31 UTC  (9+ messages)
` [PATCH V2 2/9] ASoC: amd: ps: handle SoundWire interrupts in acp pci driver
` [PATCH V2 3/9] ASoC: amd: ps: add SoundWire dma driver
` [PATCH V2 4/9] ASoC: amd: ps: add SoundWire dma driver dma ops
` [PATCH V2 5/9] ASoC: amd: ps: add support for SoundWire DMA interrupts
` [PATCH V2 6/9] ASoC: amd: ps: add pm ops support for SoundWire dma driver
` [PATCH V2 7/9] ASoC: amd: ps: enable SoundWire dma driver build
` [PATCH V2 8/9] ASoC: amd: update comments in Kconfig file
` [PATCH V2 9/9] ASoC: amd: ps: Add SoundWire specific checks in pci driver in pm ops

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-22 13:30 UTC  (9+ messages)
` [RFC PATCH 1/8] signal: Dequeue SIGKILL even if SIGNAL_GROUP_EXIT/group_exec_task is set

[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
 2023-05-22 13:29 UTC  (5+ messages)
` [PATCH v2 2/2] drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec

[PATCH v3 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-05-22 13:27 UTC  (4+ messages)
` [PATCH v3 6/6] drm/shmem-helper: Switch to reservation lock

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-05-22 13:25 UTC 

[PATCH net-next v6 0/3] Add SCM_PIDFD and SO_PEERPIDFD
 2023-05-22 13:24 UTC  (4+ messages)
` [PATCH net-next v6 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
` [PATCH net-next v6 2/3] net: core: add getsockopt SO_PEERPIDFD
` [PATCH net-next v6 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test

[PATCH bpf-next v2] bpftool: specify XDP Hints ifname when loading program
 2023-05-22 13:24 UTC  (2+ messages)

dmaengine: at_hdmac: Regression regarding rs485 via dma in v5.4
 2023-05-22 13:24 UTC  (3+ messages)

[syzbot] [fs?] [usb?] INFO: rcu detected stall in vfs_readlink
 2023-05-22 13:22 UTC  (3+ messages)

[PATCH] ocfs2: fix use-after-free when unmounting read-only filesystem
 2023-05-22 13:22 UTC  (5+ messages)

[PATCH net-next v5 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD
 2023-05-22 13:19 UTC  (4+ messages)

[PATCH v3 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-05-22 13:15 UTC  (17+ messages)
` [PATCH v3 02/18] x86/reboot: Harden virtualization hooks for emergency reboot
` [PATCH v3 03/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH v3 04/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM "
` [PATCH v3 05/18] x86/reboot: Disable virtualization during reboot iff callback is registered
` [PATCH v3 06/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization
` [PATCH v3 07/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
` [PATCH v3 08/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled
` [PATCH v3 10/18] x86/virt: KVM: Move VMXOFF helpers into KVM VMX

[RFC PATCH v3 00/17] vsock: MSG_ZEROCOPY flag support
 2023-05-22 13:15 UTC  (7+ messages)
` [RFC PATCH v3 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v3 05/17] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH v14 0/2] drm: add kms driver for loongson display controller
 2023-05-22 13:13 UTC  (10+ messages)
` [PATCH v14 1/2] "

[PATCH] x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed
 2023-05-22 13:12 UTC  (2+ messages)

[PATCH v4 0/3] Add JH7110 MIPI DPHY RX support
 2023-05-22 13:11 UTC  (3+ messages)

[PATCH v11 0/2] spi: loongson: add bus driver for the loongson spi
 2023-05-22 13:10 UTC  (6+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-22 13:04 UTC  (7+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl

[PATCH v5 0/5] dt-bindings: clocks: at91: convert to yaml
 2023-05-22 13:04 UTC  (2+ messages)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-22 13:03 UTC  (3+ messages)

[PATCH v2 1/3] docs: sound: add 'pcmtest' driver documentation
 2023-05-22 13:01 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove unused variable mmhub_v1_8_mmea_cgtt_clk_cntl_reg
 2023-05-22 13:00 UTC 

[PATCH v2 0/8] PCI: qcom: Do not advertise hotplug capability
 2023-05-22 13:00 UTC  (3+ messages)
` [PATCH v2 2/8] PCI: qcom: Disable write access to read only registers for IP v2.9.0

[PATCH RFC] x86/tsc: Make recalibration default on for TSC_KNOWN_FREQ cases
 2023-05-22 13:00 UTC  (5+ messages)

[PATCH RFC 00/10] drm/panel: Drivers for four Sony CMD-mode (and DSC) panels
 2023-05-22 12:58 UTC  (9+ messages)
` [PATCH RFC 03/10] drm/panel: Add LGD panel driver for Sony Xperia XZ3
` [PATCH RFC 08/10] drm/panel/samsung-sofef03: Add panel driver for Sony Xperia 5 II

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir
 2023-05-22 12:57 UTC  (2+ messages)

[PATCH net-next v2 0/6] microchip_t1s: Update on Microchip 10BASE-T1S PHY driver
 2023-05-22 12:56 UTC  (13+ messages)
` [PATCH net-next v2 1/6] net: phy: microchip_t1s: modify driver description to be more generic
` [PATCH net-next v2 2/6] net: phy: microchip_t1s: replace read-modify-write code with phy_modify_mmd
` [PATCH net-next v2 3/6] net: phy: microchip_t1s: update LAN867x PHY supported revision number
` [PATCH net-next v2 4/6] net: phy: microchip_t1s: fix reset complete status handling
` [PATCH net-next v2 5/6] net: phy: microchip_t1s: remove unnecessary interrupts disabling code
` [PATCH net-next v2 6/6] net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs

[PATCH v16 0/1] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2023-05-22 12:56 UTC  (4+ messages)
` [PATCH v16 1/1] clk: npcm8xx: add clock controller

[PATCH] debugobject: don't wake up kswapd from fill_pool()
 2023-05-22 12:56 UTC  (2+ messages)
` [tip: core/debugobjects] debugobjects: Don't "

[PATCH v2 0/4] sock: Improve condition on sockmem pressure
 2023-05-22 12:54 UTC  (7+ messages)
` [PATCH v2 2/4] sock: Fix misuse of sk_under_memory_pressure()
` [PATCH v2 3/4] sock: Consider memcg pressure when raising sockmem
` [PATCH v2 4/4] sock: Remove redundant cond of memcg pressure

[PATCH] drm/drm_vblank.c: avoid unsigned int to signed int cast
 2023-05-22 12:53 UTC  (7+ messages)

[PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
 2023-05-22 12:53 UTC  (5+ messages)
` [PATCH v21 00/30] splice: Kill ITER_PIPE

[PATCH] irqchip: gic-v3: Collection table support muti pages
 2023-05-22 12:52 UTC  (5+ messages)

Break doesn't work on a CP2105
 2023-05-22 12:52 UTC  (3+ messages)

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22 12:52 UTC  (6+ messages)
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 29/31] mm/memory: handle_pte_fault() use pte_offset_map_nolock()

[PATCH] ARM: dts: at91: sama5d2: remove extra line
 2023-05-22 12:48 UTC 

[PATCH 0/1] media: camss: fix VFE bpl_alignment for sdm845 and sm8250
 2023-05-22 12:47 UTC  (4+ messages)
` [PATCH 1/1] media: camss: set VFE bpl_alignment to 16 "

[PATCH v2 0/3] soc: loongson2_pm: add power management support
 2023-05-22 12:47 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: soc: add loongson-2 pm

A null-ptr-deref bug in f2fs_write_end_io
 2023-05-22 12:44 UTC  (4+ messages)

[RESEND PATCH v7 0/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2023-05-22 12:42 UTC  (4+ messages)
` [RESEND PATCH v7 2/2] "

[PATCH] f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
 2023-05-22 12:42 UTC 

[regression] Since kernel 6.3.1 logitech unify receiver not working properly
 2023-05-22 12:38 UTC  (5+ messages)

[PATCH net] 3c589_cs: Fix an error handling path in tc589_probe()
 2023-05-22 12:34 UTC  (2+ messages)

[PATCH 0/3] vhost: Fix freezer/ps regressions
 2023-05-22 12:30 UTC  (3+ messages)
` [PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression

[PATCH locking/atomics 0/19] Add kernel-doc for more atomic operations
 2023-05-22 12:30 UTC  (5+ messages)
` [PATCH locking/atomic 19/19] docs: Add atomic operations to the driver basic API documentation

[PATCH] drm/amdgpu: remove unused variable num_xcc
 2023-05-22 12:30 UTC 

[PATCH net-next v4 0/2] Add support for VSC85xx DT RGMII delays
 2023-05-22 12:28 UTC  (3+ messages)
` [PATCH net-next v4 1/2] phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
` [PATCH net-next v4 2/2] phy: mscc: Add support for RGMII delay configuration

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-05-22 12:27 UTC  (4+ messages)
` [PATCH 09/24] workqueue: Make unbound workqueues to use per-cpu pool_workqueues

[PATCH net-next v2 0/7] net: dsa: mv88e6xxx: add 88E6361 support
 2023-05-22 12:26 UTC  (6+ messages)
` [PATCH net-next v2 7/7] net: dsa: mv88e6xxx: enable support for 88E6361 switch

[PATCH v2 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-05-22 12:26 UTC  (6+ messages)
` [PATCH v2 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC

[PATCH v4 00/11] MediaTek DDP GAMMA - 12-bit LUT support
 2023-05-22 12:25 UTC  (4+ messages)
` [PATCH v4 05/11] drm/mediatek: gamma: Enable the Gamma LUT table only after programming

[PATCH 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-22 12:24 UTC  (27+ messages)
` [PATCH 01/26] locking/atomic: arm: fix sync ops
` [PATCH 02/26] locking/atomic: remove fallback comments
` [PATCH 03/26] locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg
` [PATCH 04/26] locking/atomic: make atomic*_{cmp,}xchg optional
` [PATCH 05/26] locking/atomic: arc: add preprocessor symbols
` [PATCH 06/26] locking/atomic: arm: "
` [PATCH 07/26] locking/atomic: hexagon: "
` [PATCH 08/26] locking/atomic: m68k: "
` [PATCH 09/26] locking/atomic: parisc: "
` [PATCH 10/26] locking/atomic: sh: "
` [PATCH 11/26] locking/atomic: sparc: "
` [PATCH 12/26] locking/atomic: x86: "
` [PATCH 13/26] locking/atomic: xtensa: "
` [PATCH 14/26] locking/atomic: scripts: remove bogus order parameter
` [PATCH 15/26] locking/atomic: scripts: remove leftover "${mult}"
` [PATCH 16/26] locking/atomic: scripts: factor out order template generation
` [PATCH 17/26] locking/atomic: scripts: add trivial raw_atomic*_<op>()
` [PATCH 18/26] locking/atomic: treewide: use raw_atomic*_<op>()
` [PATCH 19/26] locking/atomic: scripts: build raw_atomic_long*() directly
` [PATCH 20/26] locking/atomic: scripts: restructure fallback ifdeffery
` [PATCH 21/26] locking/atomic: scripts: split pfx/name/sfx/order
` [PATCH 22/26] locking/atomic: scripts: simplify raw_atomic_long*() definitions
` [PATCH 23/26] locking/atomic: scripts: simplify raw_atomic*() definitions
` [PATCH 24/26] locking/atomic: scripts: generate kerneldoc comments
` [PATCH 25/26] locking/atomic: docs: Add atomic operations to the driver basic API documentation
` [PATCH 26/26] locking/atomic: treewide: delete arch_atomic_*() kerneldoc

[PATCH RESEND] blk-wbt: fix that wbt can't be disabled by default
 2023-05-22 12:18 UTC 

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®