linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 14:36:58 to 2023-04-11 16:18:04 UTC [more...]

[REGRESSION] CPUIDLE_FLAG_RCU_IDLE, blk_mq_freeze_queue_wait() and slow-stuck reboots
 2023-04-11 16:16 UTC  (6+ messages)

[PATCH v4 0/6] Support TDX guests on Hyper-V
 2023-04-11 16:15 UTC  (3+ messages)
` [PATCH v4 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed

[PATCH v5 00/18] timer: Move from a push remote at enqueue to a pull at expiry model
 2023-04-11 16:10 UTC  (4+ messages)
` [PATCH v5 02/18] timer: Add comment to get_next_timer_interrupt() description

[PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-11 16:09 UTC  (19+ messages)
` [PATCH net-next v6 01/18] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v6 02/18] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v6 03/18] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v6 04/18] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v6 05/18] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v6 06/18] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v6 07/18] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 08/18] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 09/18] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v6 10/18] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v6 11/18] tls: "
` [PATCH net-next v6 12/18] siw: "
` [PATCH net-next v6 13/18] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v6 14/18] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 15/18] ip6, udp6: "
` [PATCH net-next v6 16/18] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 17/18] ip: Remove ip_append_page()
` [PATCH net-next v6 18/18] af_unix: Support MSG_SPLICE_PAGES

[PATCH v3 4/5] x86/mce: Move storm handling to core
 2023-04-11 16:06 UTC  (6+ messages)
` [PATCH v4 0/5] Handle corrected machine check interrupt storms
  ` [PATCH v4 2/5] x86/mce: Add per-bank CMCI storm mitigation

[PATCH] KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
 2023-04-11 16:07 UTC  (3+ messages)

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-11 16:05 UTC  (12+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 2/3][RESEND] shmem: mark for high-res timestamps on next update after getattr
` [RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr

[PATCH v8 00/11] LSM: Three basic syscalls
 2023-04-11 15:59 UTC  (12+ messages)
  ` [PATCH v8 01/11] LSM: Identify modules by more than name
  ` [PATCH v8 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v8 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v8 04/11] LSM: syscalls for current process attributes
  ` [PATCH v8 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v8 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v8 07/11] LSM: Helpers for attribute names and filling an lsm_ctx
  ` [PATCH v8 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v8 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v8 10/11] SELinux: "
  ` [PATCH v8 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-04-11 16:02 UTC  (6+ messages)

[PATCH net-next v3 0/4] Add SCM_PIDFD and SO_PEERPIDFD
 2023-04-11 16:02 UTC  (8+ messages)
` [PATCH net-next v3 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD
` [PATCH net-next v3 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
` [PATCH net-next v3 3/4] net: core: add getsockopt SO_PEERPIDFD

[PATCH v4] PCI: Fix up L1SS capability for Intel Apollo Lake Root Port
 2023-04-11 16:02 UTC 

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-04-11 16:01 UTC  (22+ messages)
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 04/13] media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV12_10LE40_4L4
` [PATCH v5 06/13] media: verisilicon: Check AV1 bitstreams bit depth
` [PATCH v5 07/13] media: verisilicon: Compute motion vectors size for AV1 frames
` [PATCH v5 08/13] media: verisilicon: Add AV1 entropy helpers
` [PATCH v5 09/13] media: verisilicon: Add Rockchip AV1 decoder
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v5 12/13] media: verisilicon: Conditionally ignore native formats
` [PATCH v5 13/13] media: AV1: Make sure that bit depth in correctly initialize

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-11 15:58 UTC  (5+ messages)
` [PATCH v1 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq

[PATCH v3 0/2] ATH10K YAML conversion
 2023-04-11 15:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

[PATCH] f2fs: fix to check readonly condition correctly
 2023-04-11 15:58 UTC  (4+ messages)
    ` [f2fs-dev] "

[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
 2023-04-11 15:57 UTC  (7+ messages)
` [PATCH v5 04/15] x86/mtrr: support setting MTRR state for software defined MTRRs

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-11 15:56 UTC  (2+ messages)

[PATCH v3] rust: xarray: Add an abstraction for XArray
 2023-04-11 15:55 UTC  (3+ messages)

[PATCH 0/2] cpufreq/schedutil: Fix null pointer dereference in sugov_update_single_freq
 2023-04-11 15:55 UTC  (3+ messages)
` [PATCH 1/2] cpufreq/schedutil: Add fast_switch callback check

[PATCH] ubi: fastmap: Reserve PEBs and init fm_work when fastmap is used
 2023-04-11 15:46 UTC 

[RESEND PATCH 4.14 v3 1/5] iio: counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
 2023-04-11 15:52 UTC  (5+ messages)
` [RESEND PATCH 4.19 v3 2/5] "
` [RESEND PATCH 5.4 v3 3/5] "
` [RESEND PATCH 5.10 v3 4/5] "
` [RESEND PATCH 5.15 v3 5/5] "

[PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd
 2023-04-11 15:50 UTC  (2+ messages)

[PATCH v3] PCI: Fix up L1SS capability for Intel Apollo Lake PCIe bridge
 2023-04-11 15:48 UTC  (3+ messages)

[PATCH v2 0/1] Switchtec Switch DMA Engine Driver
 2023-04-11 15:47 UTC  (4+ messages)
` [PATCH v2 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH v1 0/2] swiotlb: Cleanup and alignment fix
 2023-04-11 15:46 UTC  (12+ messages)
` [PATCH v1 2/2] swiotlb: Fix slot alignment checks

[PATCH -next v5 0/6] md: fix uaf for sync_thread
 2023-04-11 15:46 UTC  (6+ messages)
` [PATCH -next v5 1/6] md: pass a md_thread pointer to md_register_thread()

[PATCH] bpf: lirc program type should not require SYS_CAP_ADMIN
 2023-04-11 15:44 UTC 

[PATCH net-next] net: dsa: mt7530: fix support for MT7531BE
 2023-04-11 15:44 UTC  (2+ messages)

[PATCH 00/17] Introduce runtime modifiable Energy Model
 2023-04-11 15:43 UTC  (10+ messages)
` [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
` [PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency
` [PATCH 05/17] trace: energy_model: Add trace event for EM runtime modifications
` [PATCH 10/17] PM: EM: Add runtime update interface to modify EM power

[PATCH v1 1/1] mlxbf-bootctl: Add sysfs file for BlueField boot fifo
 2023-04-11 15:39 UTC 

[PATCH] net: ti/cpsw: Add explicit platform_device.h and of_platform.h includes
 2023-04-11 15:38 UTC  (2+ messages)

[PATCH 0/6] Initial Rust V4L2 support
 2023-04-11 15:33 UTC  (10+ messages)

[PATCH net] net: bridge: switchdev: don't notify FDB entries with "master dynamic"
 2023-04-11 15:30 UTC  (2+ messages)

[PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support
 2023-04-11 15:30 UTC  (3+ messages)
` [PATCH 2/9] media: v4l2: Add NV12_16L16 pixel format to v4l2 format info

linux-next: build failure after merge of the driver-core tree
 2023-04-11 15:29 UTC  (8+ messages)

[gustavoars:testing/fsfa3 17/22] arch/sparc/mm/init_64.c:3057:31: error: array subscript -1 is outside array bounds of 'char[]'
 2023-04-11 15:28 UTC 

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-11 15:29 UTC  (18+ messages)

RFC for new feature to move pages from one vma to another without split
 2023-04-11 15:14 UTC  (4+ messages)

[PATCH 0/6] ASoC: cs35l56: Add system suspend handling
 2023-04-11 15:25 UTC  (7+ messages)
` [PATCH 1/6] ASoC: cs35l56: Remove quick-cancelling of dsp_work()
` [PATCH 2/6] ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSE
` [PATCH 3/6] ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_done
` [PATCH 4/6] ASoC: cs35l56: Always wait for firmware boot in runtime-resume
` [PATCH 5/6] ASoC: cs35l56: Add basic system suspend handling
` [PATCH 6/6] ASoC: cs35l56: Re-patch firmware after system suspend

[PATCH 0/2] Add phy tuning support for imx8mq-usb
 2023-04-11 15:22 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: phy: imx8mq-usb: add phy tuning properties

[PATCH v3 0/3] regulator: da9063: disable unused voltage monitors
 2023-04-11 15:21 UTC 

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 15:17 UTC  (3+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections

[PATCH v5 0/2] spi: dw: DW SPI DMA Driver updates
 2023-04-11 15:18 UTC  (19+ messages)
` [PATCH v5 1/2] spi: dw: Add 32 bpw support to DW DMA Controller
` [PATCH v5 2/2] spi: dw: Add dma controller capability checks

[PATCH] soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS
 2023-04-11 15:16 UTC  (2+ messages)

[PATCH AUTOSEL 6.2 01/30] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
 2023-04-11 15:14 UTC  (7+ messages)
` [PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer

[PATCH v3] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-11 15:14 UTC  (8+ messages)

[PATCH v2 0/3] tools/nolibc: Support vprintf() so we can use kselftest.h with nolibc
 2023-04-11 15:13 UTC  (8+ messages)
` [PATCH v2 1/3] tools/nolibc/stdio: Implement vprintf()

[NXP ELE-MUAP Driver 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver ***
 2023-04-11 16:25 UTC  (8+ messages)
` [NXP ELE-MUAP 1/7] doc: device tree binding addition for ele MU
` [NXP ELE-MUAP 2/7] arm64: dts: imx93-11x11-evk: added ele-mu
` [NXP ELE-MUAP 3/7] arm64: dts: imx93-11x11-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 4/7] arm64: dts: imx8ulp-evk: added ele-mu
` [NXP ELE-MUAP 5/7] arm64: dts: imx8ulp-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 6/7] firmware: imx: add ELE MU driver support
` [NXP ELE-MUAP 7/7] MAINTAINERS: Added maintainer details

[PATCH 6.1 00/14] Backport of maple tree fixes for 6.1/6.2
 2023-04-11 15:10 UTC  (15+ messages)
` [PATCH 6.1 01/14] maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
` [PATCH 6.1 02/14] maple_tree: fix potential rcu issue
` [PATCH 6.1 03/14] maple_tree: reduce user error potential
` [PATCH 6.1 04/14] maple_tree: fix handle of invalidated state in mas_wr_store_setup()
` [PATCH 6.1 05/14] maple_tree: fix mas_prev() and mas_find() state handling
` [PATCH 6.1 06/14] maple_tree: fix mas_skip_node() end slot detection
` [PATCH 6.1 07/14] maple_tree: be more cautious about dead nodes
` [PATCH 6.1 08/14] maple_tree: refine ma_state init from mas_start()
` [PATCH 6.1 09/14] maple_tree: detect dead nodes in mas_start()
` [PATCH 6.1 10/14] maple_tree: fix freeing of nodes in rcu mode
` [PATCH 6.1 11/14] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 6.1 12/14] maple_tree: add smp_rmb() to dead node detection
` [PATCH 6.1 13/14] maple_tree: add RCU lock checking to rcu callback functions
` [PATCH 6.1 14/14] mm: enable maple tree RCU mode by default

[PATCH v2 0/2] drm: fdinfo memory stats
 2023-04-11 15:10 UTC  (5+ messages)
` [PATCH v2 1/2] drm: Add "

[PATCH v3 0/8] Support ACPI PSP on Hyper-V
 2023-04-11 15:10 UTC  (13+ messages)

kmemleaks on ac3b43283923 ("module: replace module_layout with module_memory")
 2023-04-11 15:10 UTC  (5+ messages)

[PATCH v3 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-04-11 15:09 UTC  (5+ messages)
` [PATCH v3 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH v4] mm: oom: introduce cpuset oom
 2023-04-11 15:08 UTC  (5+ messages)
  `  "

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-11 15:06 UTC  (7+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH 2/5] drm/amd/display: Move three variable assignments behind condition checks in trigger_hotplug()
 2023-04-11 15:04 UTC 

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-11 15:00 UTC  (3+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[RFC PATCH v2 net-next 00/12] net: dsa: mt7530: fix port 5 phylink, port 6, and MT7988
 2023-04-11 15:00 UTC  (5+ messages)
` [RFC PATCH v2 net-next 02/14] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [RFC PATCH v2 net-next 06/14] net: dsa: mt7530: do not set CPU port interfaces to PHY_INTERFACE_MODE_NA

[PATCH v2 0/4] nvmet-fcloop: unblock module removal
 2023-04-11 15:00 UTC  (2+ messages)

Interger overflow when calculating imbalance for CFS scheduler
 2023-04-11 14:59 UTC 

[PATCH v2 0/3] Fix SA8155P RPMPDs
 2023-04-11 14:58 UTC  (2+ messages)

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-11 14:58 UTC  (7+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH v3 0/3] Refactor 104-quad-8 to match device operations
 2023-04-11 14:58 UTC  (6+ messages)
` [PATCH v3 3/3] counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-11 14:56 UTC  (2+ messages)

[PATCH] drm/fbdev-generic: fix potential out-of-bounds access
 2023-04-11 14:53 UTC  (2+ messages)

[PATCH 0/2] Allow parameter in smc/hvc calls
 2023-04-11 14:46 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dt-bindings: firmware: arm,scmi: support parameter passing in smc/hvc

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-04-11 14:47 UTC  (6+ messages)
` [PATCH v2 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

[PATCH] drm/amd/pm: remove unused num_of_active_display variable
 2023-04-11 14:46 UTC  (3+ messages)

[PATCH] drm/drm_plane.h: fix grammar of the comment
 2023-04-11 14:43 UTC  (2+ messages)

[PATCH v3 0/7] arm64: dts: qcom: sa8775p: add more IOMMUs
 2023-04-11 14:41 UTC  (4+ messages)
` [PATCH v3 7/7] arm64: dts: qcom: sa8775p: add the GPU IOMMU node

[PATCH V4 0/5] Add regulator support for IPQ9574 SoC
 2023-04-11 14:40 UTC  (2+ messages)
` (subset) "

[PATCHv2] seq_buf: add seq_buf_do_printk() helper
 2023-04-11 14:38 UTC 

[-net-next v11 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-11 14:37 UTC  (8+ messages)
` [-net-next v11 5/6] net: stmmac: Add glue layer "

[PATCH] counter: 104-quad-8: Migrate to the regmap API
 2023-04-11 14:37 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).