linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 23:53:02 to 2023-01-17 05:46:49 UTC [more...]

[PATCH 00/41] Per-VMA locks
 2023-01-17  5:46 UTC  (8+ messages)
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[6.2][regression] after commit cd372b8c99c5a5cf6a464acebb7e4a79af7ec8ae stopping working wifi mt7921e
 2023-01-17  5:42 UTC  (2+ messages)

[PATCH] rtc: sunplus: fix printk format warning
 2023-01-17  5:42 UTC 

Kernel builds now failing
 2023-01-17  5:36 UTC  (4+ messages)

[PATCH] Revert "phy: qualcomm: usb28nm: Add MDM9607 init sequence"
 2023-01-17  5:36 UTC  (4+ messages)

[PATCH 0/4] iommu/amd: Force SNP-enabled VFIO domain to 4K page size
 2023-01-17  5:31 UTC  (6+ messages)
` [PATCH 3/4] iommu: Introduce IOMMU call-back for processing struct KVM assigned to VFIO

[PATCH net-next 0/5] Add PPS support to am65-cpts driver
 2023-01-17  5:28 UTC  (7+ messages)
` [PATCH net-next 5/5] arm64: dts: ti: k3-am625-sk: Add cpsw3g cpts PPS support

[PATCH v6 0/3] Add single core R5F IPC for AM62 SoC family
 2023-01-17  5:24 UTC  (4+ messages)
` [PATCH v6 2/3] dt-bindings: remoteproc: ti: Add new compatible "

[PATCH v2] soc: ti: k3-ringacc: remove non-fatal probe deferral log
 2023-01-17  5:20 UTC 

[PATCH v2] dmaengine: ti: k3-udma: remove non-fatal probe deferral log
 2023-01-17  5:18 UTC 

[PATCH] kernel/.gitignore: ignore temporary kheaders_data directory
 2023-01-17  5:15 UTC 

[PATCH] dax: use switch statement over chained ifs
 2023-01-17  5:07 UTC  (3+ messages)

[PATCH net-next v2] net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
 2023-01-17  5:00 UTC  (5+ messages)

[PATCH net-next v7 0/8] Add Auxiliary driver support
 2023-01-17  4:56 UTC  (5+ messages)
` [PATCH net-next v7 1/8] bnxt_en: Add auxiliary "

[PATCH 1/3] optee: add per cpu asynchronous notification
 2023-01-17  4:56 UTC  (2+ messages)

[PATCH 0/5] tracing/histograms: Pass stacktrace from synthetic start event to end event
 2023-01-17  4:45 UTC  (7+ messages)
` [PATCH 1/5] tracing: Simplify calculating entry size using struct_size()
` [PATCH 2/5] tracing: Allow stacktraces to be saved as histogram variables
` [PATCH 3/5] tracing: Allow synthetic events to pass around stacktraces
` [PATCH 4/5] tracing/histogram: Document variable stacktrace
` [PATCH 5/5] tracing/histogram: Add simple tests for stacktrace usage of synthetic events

DEMANDE DE DEVIS
 2023-01-17  4:33 UTC 

[PATCH] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
 2023-01-17  4:32 UTC  (2+ messages)

vhost-net
 2023-01-17  4:26 UTC  (2+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-17  4:24 UTC  (3+ messages)
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing

[PATCH 6.1 000/183] 6.1.7-rc1 review
 2023-01-17  4:14 UTC  (4+ messages)

[PATCH v3 00/48] VMA tree type safety and remove __vma_adjust()
 2023-01-17  2:34 UTC  (49+ messages)
` [PATCH v3 01/48] maple_tree: Add mas_init() function
` [PATCH v3 02/48] maple_tree: Fix potential rcu issue
` [PATCH v3 04/48] test_maple_tree: Test modifications while iterating
` [PATCH v3 03/48] maple_tree: Reduce user error potential
` [PATCH v3 05/48] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v3 06/48] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v3 07/48] mm: Expand vma iterator interface
` [PATCH v3 08/48] mm/mmap: convert brk to use vma iterator
` [PATCH v3 09/48] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v3 10/48] mmap: Convert vma_link() vma iterator
` [PATCH v3 12/48] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use "
` [PATCH v3 11/48] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v3 14/48] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v3 15/48] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v3 13/48] mmap: Convert vma_expand() to use vma iterator
` [PATCH v3 18/48] mlock: Convert mlock to "
` [PATCH v3 17/48] mm: Change mprotect_fixup "
` [PATCH v3 16/48] userfaultfd: Use "
` [PATCH v3 21/48] task_mmu: Convert to "
` [PATCH v3 19/48] coredump: "
` [PATCH v3 20/48] mempolicy: "
` [PATCH v3 24/48] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v3 22/48] sched: Convert to vma iterator
` [PATCH v3 23/48] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v3 25/48] mmap: Use vmi version of vma_merge()
` [PATCH v3 28/48] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v3 26/48] mm/mremap: Use vmi version of vma_merge()
` [PATCH v3 27/48] nommu: Convert nommu to using the vma iterator
` [PATCH v3 29/48] mm: Switch vma_merge(), split_vma(), and __split_vma to "
` [PATCH v3 30/48] mm/damon: Stop using vma_mas_store() for maple tree store
` [PATCH v3 31/48] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v3 35/48] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v3 32/48] mm: Pass through vma iterator "
` [PATCH v3 34/48] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v3 33/48] madvise: Use split_vma() instead of __split_vma()
` [PATCH v3 37/48] mmap: Clean up mmap_region() unrolling
` [PATCH v3 36/48] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v3 38/48] mm: Change munmap splitting order and move_vma()
` [PATCH v3 41/48] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v3 42/48] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v3 40/48] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v3 39/48] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v3 43/48] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v3 45/48] mm/mmap: Introduce dup_vma_anon() helper
` [PATCH v3 44/48] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v3 48/48] vma_merge: Set vma iterator to correct position
` [PATCH v3 47/48] mm/mmap: Remove __vma_adjust()
` [PATCH v3 46/48] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()

linux-next: Tree for Jan 17
 2023-01-17  4:05 UTC 

arch/arm/crypto/sha512-neon-glue.c:37:3: warning: cast from 'void (*)(u64 *, const u8 *, int)' (aka 'void (*)(unsigned long long *, const unsigned char *, int)') to 'sha512_block_fn *' (aka 'void (*)(struct sha512_state *, const unsigned char *, int)') co
 2023-01-17  4:05 UTC 

linux-next: duplicate patch in the kspp tree
 2023-01-17  4:02 UTC 

[PATCH 5.15 00/86] 5.15.89-rc1 review
 2023-01-17  3:59 UTC  (3+ messages)

[PATCH 1/6] arm64: dts: qcom: sm8250: drop unused clock-frequency from rx-macro
 2023-01-17  3:56 UTC  (3+ messages)
` [PATCH 2/6] arm64: dts: qcom: sdm845: move WCD9340 codec to separate file

linux-next: build warning after merge of the mm tree
 2023-01-17  3:51 UTC 

[PATCH 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-01-17  3:49 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64/kdump: add code comments for crashkernel reservation cases

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2023-01-17  3:48 UTC  (4+ messages)
` [PATCH v3 4/4] virtio_net: disable cb aggressively

[PATCH net V3] virtio-net: correctly enable callback during start_xmit
 2023-01-17  3:47 UTC 

linux-next: build failure after merge of the crypto tree
 2023-01-17  3:47 UTC 

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-17  3:31 UTC  (9+ messages)
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v2 (repost)] locking/lockdep: add debug_show_all_lock_holders()
 2023-01-17  3:28 UTC  (4+ messages)

[PATCH 0/2] mediatek: pm-domains: Add buck isolation setting support
 2023-01-17  3:26 UTC  (3+ messages)
` [PATCH 1/2] soc: mediatek: pm-domains: Add buck isolation offset and mask to power domain data
` [PATCH 2/2] soc: mediatek: pm-domains: Add buck isolation setting in power domain

[PATCH v16 0/8] Coresight: Add support for TPDM and TPDA
 2023-01-17  3:26 UTC  (4+ messages)
` [PATCH v16 6/8] Coresight: Add TPDA link driver

[PATCH] Fixed typo in comments
 2023-01-17  3:23 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17  3:21 UTC  (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-17  3:20 UTC  (5+ messages)
` [PATCH -next V6 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-17  3:14 UTC  (11+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "
      ` 答复: "
          ` 答复: "

[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
 2023-01-17  3:08 UTC  (4+ messages)
` [PATCH v11 7/7] "

Coverity: console_prepend_dropped(): Memory - corruptions
 2023-01-17  3:07 UTC  (4+ messages)

Reg the next LTS kernel (6.1?)
 2023-01-17  3:07 UTC  (11+ messages)

[PATCH net-next] r8152: avoid to change cfg for all devices
 2023-01-17  3:03 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH v2 0/4] soc: qcom: Introduce PMIC GLINK
 2023-01-17  2:58 UTC  (10+ messages)
` [PATCH v2 3/4] soc: qcom: pmic_glink: Introduce altmode support

[syzbot] [f2fs?] possible deadlock in __f2fs_ioctl (2)
 2023-01-17  2:57 UTC 

[PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
 2023-01-17  2:55 UTC  (2+ messages)

[RFC PATCH v4 0/2] sched/fair: Choose the CPU where short task is running during wake up
 2023-01-17  2:53 UTC  (2+ messages)

[PATCH 00/10] Adjust the dma-ranges for MTK IOMMU
 2023-01-17  2:53 UTC  (4+ messages)
` [PATCH 07/10] iommu/mediatek: Add a gap for the iova regions

[PATCH] scsi: fix iscsi rescan fails to create block
 2023-01-17  3:01 UTC 

[PATCH v2] tools/iio/iio_utils:fix memory leak
 2023-01-17  2:51 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] Input: i8042: Disable wake from keyboard by default on several AMD systems
 2023-01-17  2:51 UTC  (2+ messages)

[PATCH] drm/msm: Initialize mode_config earlier
 2023-01-17  2:51 UTC  (4+ messages)

[PATCH v3 0/8] Add MSM8939 SoC support with two devices
 2023-01-17  2:48 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: arm: qcom: Document MSM8939 SoC binding
` [PATCH v3 2/8] dt-bindings: soc: qcom: smd-rpm: Exclude MSM8936 from glink-channels
` [PATCH v3 3/8] dt-bindings: interconnect: Exclude all non msm8939 from snoc-mm
` [PATCH v3 4/8] clk: qcom: smd-rpm: msm8936: Add PMIC gated RPM_SMD_XO_*
` [PATCH v3 5/8] arm64: dts: qcom: Add msm8939 SoC
` [PATCH v3 6/8] arm64: dts: qcom: Add msm8939-pm8916.dtsi include
` [PATCH v3 7/8] arm64: dts: qcom: Add Square apq8039-t2 board
` [PATCH v3 8/8] arm64: dts: qcom: Add msm8939 Sony Xperia M4 Aqua

[PATCH] thermal: Convert to use sysfs_emit_at() API
 2023-01-17  2:40 UTC 

[PATCH] thermal/int340x_thermal: Convert to use sysfs_emit_at() API
 2023-01-17  2:42 UTC 

[PATCH v3] arm64: dts: qcom: sc7280: add display port audio
 2023-01-17  2:42 UTC 

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-01-17  2:38 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in snd_pcm_post_stop
 2023-01-17  2:39 UTC 

[PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
 2023-01-17  2:38 UTC  (6+ messages)

[PATCH v4 0/2] media: amphion: decoder add support to RealVideo
 2023-01-17  2:31 UTC  (3+ messages)
` [PATCH v4 1/2] media: add RealVideo format RV30 and RV40
` [PATCH v4 2/2] media: amphion: support to decode RealVideo video

[syzbot] possible deadlock in lapb_disconnect_request
 2023-01-17  2:25 UTC 

[PATCH 0/3] optee: async notif with PPI + interrupt provider
 2023-01-17  2:19 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: arm: optee: add interrupt controller properties
` [PATCH 3/3] optee core: add irq chip using optee async notification

[PATCH v5 net] tcp: avoid the lookup process failing to get sk in ehash table
 2023-01-17  2:15 UTC  (3+ messages)

[syzbot] possible deadlock in br_multicast_rcv (3)
 2023-01-17  2:12 UTC 

[PATCH v3 0/4] Per CPU idle injection
 2023-01-17  2:07 UTC  (5+ messages)
` [PATCH v3 1/4] powercap: idle_inject: Export symbols
` [PATCH v3 2/4] powercap: idle_inject: Add update callback
` [PATCH v3 3/4] thermal/drivers/intel_powerclamp: Use powercap idle-inject framework
` [PATCH v3 4/4] thermal/drivers/intel_cpu_idle_cooling: Introduce Intel cpu idle cooling driver

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-17  2:04 UTC  (3+ messages)

[PATCH] mm: Functions used internally should not be put into slub_def.h
 2023-01-17  2:01 UTC  (2+ messages)
` [PATCH] mm: Functions used internally should not be put into

[PATCH] arm64: dts: qcom: sc8280xp: Define CMA region for CRD and X13s
 2023-01-17  1:57 UTC  (3+ messages)

[PATCH v5 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-17  1:54 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v5 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v5 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v3 0/2] media: amphion: decoder add support to RealVideo
 2023-01-17  1:51 UTC  (4+ messages)
` [PATCH v3 1/2] media: add RealVideo format RV30 and RV40
    ` [EXT] "

[PATCH v1 00/20] ARM: imx: make Ethernet refclock configurable
 2023-01-17  1:45 UTC  (5+ messages)
` [PATCH v1 05/20] ARM: dts: imx6qdl: use enet_clk_ref instead of enet_out for the FEC node

[PATCH v3 0/2] mtk-wdt: Add reset-by-toprgu support
 2023-01-17  1:40 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: watchdog: "
` [PATCH v3 2/2] watchdog: mtk_wdt: Add reset_by_toprgu support

[PATCH 0/4] LoongArch: Add kernel relocation and KASLR support
 2023-01-17  1:38 UTC  (6+ messages)
` [PATCH 1/4] LoongArch: Use trampoline for exception handlers and kill la.abs

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-17  1:36 UTC  (5+ messages)
` [PATCH 4/3] locking/lockdep: Improve the deadlock scenario print for sync and read lock

[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
 2023-01-17  1:27 UTC  (2+ messages)

linux-next: manual merge of the iio tree with the arm-soc tree
 2023-01-17  1:25 UTC 

[PATCH 0/4] Device tree support for Hyper-V VMBus driver
 2023-01-17  1:17 UTC  (3+ messages)
` [PATCH 4/4] dt-bindings: hv: Add dt-bindings for VMBus

[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-17  1:01 UTC  (8+ messages)
` [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits

linux-next: duplicate patch in the nfsd tree
 2023-01-17  0:52 UTC  (4+ messages)

[GIT PULL] hotfixes for 6.2-rc5
 2023-01-17  0:48 UTC  (2+ messages)

[ BUG: Invalid wait context ], BUG: scheduling while atomic: swapper/0/1/0x00000002 on kernel 6.2.0-rc4
 2023-01-17  0:37 UTC 

[PATCH net-next 1/1] ethtool/plca: fix potential NULL pointer access
 2023-01-17  0:34 UTC  (2+ messages)

[PATCH rdma-next 00/13] Add RDMA inline crypto support
 2023-01-17  0:32 UTC  (5+ messages)
` [PATCH rdma-next 11/13] nvme: Introduce a local variable
` [PATCH rdma-next 12/13] nvme: Add crypto profile at nvme controller

[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-17  0:12 UTC  (8+ messages)

linux-next: build failure after merge of the crypto tree
 2023-01-17  0:02 UTC  (3+ messages)
` [PATCH] crypto: p10-aes-gcm - Use _GLOBAL instead of .global

[PATCH 4.19 000/521] 4.19.270-rc1 review
 2023-01-17  0:01 UTC  (2+ messages)

[PATCH 5.4 000/658] 5.4.229-rc1 review
 2023-01-17  0:00 UTC  (2+ messages)

[PATCH 5.10 00/64] 5.10.164-rc1 review
 2023-01-16 23:58 UTC  (2+ messages)

[PATCH net-next 00/12] net: mdio: Continue separating C22 and C45
 2023-01-16 23:52 UTC  (12+ messages)
` [PATCH net-next 02/12] net: sxgbe: Separate C22 and C45 transactions
` [PATCH net-next 03/12] net: nixge: "
` [PATCH net-next 04/12] net: macb: "
` [PATCH net-next 05/12] ixgbe: "
` [PATCH net-next 06/12] ixgbe: Use C45 mdiobus accessors
` [PATCH net-next 07/12] net: hns: Separate C22 and C45 transactions
` [PATCH net-next 08/12] amd-xgbe: "
` [PATCH net-next 09/12] amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45
` [PATCH net-next 10/12] net: dsa: sja1105: C45 only transactions for PCS
` [PATCH net-next 11/12] net: dsa: sja1105: Separate C22 and C45 transactions for T1 MDIO bus
` [PATCH net-next 12/12] net: ethernet: renesas: rswitch: C45 only transactions


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).