Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2023-04-04 22:25:20 to 2023-04-12 08:36:33 UTC [more...]

[PATCH 5.15 00/93] 5.15.107-rc1 review
 2023-04-12  8:33 UTC  (29+ messages)
` [PATCH 5.15 01/93] soc: sifive: ccache: Rename SiFive L2 cache to Composable cache
` [PATCH 5.15 02/93] soc: sifive: ccache: determine the cache level from dts
` [PATCH 5.15 03/93] soc: sifive: ccache: reduce printing on init
` [PATCH 5.15 04/93] soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes
` [PATCH 5.15 05/93] soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()
` [PATCH 5.15 06/93] soc: sifive: ccache: fix missing free_irq() "
` [PATCH 5.15 07/93] soc: sifive: ccache: fix missing of_node_put() "
` [PATCH 5.15 08/93] ocfs2: ocfs2_mount_volume does cleanup job before return error
` [PATCH 5.15 09/93] ocfs2: rewrite error handling of ocfs2_fill_super
` [PATCH 5.15 10/93] ocfs2: fix memory leak in ocfs2_mount_volume()
` [PATCH 5.15 11/93] NFSD: Fix sparse warning
` [PATCH 5.15 12/93] NFSD: pass range end to vfs_fsync_range() instead of count
` [PATCH 5.15 13/93] RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
` [PATCH 5.15 14/93] platform/x86: int3472: Split into 2 drivers
` [PATCH 5.15 15/93] platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode
` [PATCH 5.15 16/93] iavf: return errno code instead of status code
` [PATCH 5.15 17/93] iavf/iavf_main: actually log ->src mask when talking about it
` [PATCH 5.15 19/93] serial: exar: Add support for Sealevel 7xxxC serial cards
` [PATCH 5.15 28/93] wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
` [PATCH 5.15 29/93] net: qrtr: combine nameservice into main module
` [PATCH 5.15 30/93] net: qrtr: Fix a refcount bug in qrtr_recvmsg()
` [PATCH 5.15 31/93] NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
` [PATCH 5.15 32/93] icmp: guard against too small mtu
` [PATCH 5.15 33/93] net: dont let netpoll invoke NAPI if in xmit context
` [PATCH 5.15 34/93] net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit
` [PATCH 5.15 35/93] sctp: check send stream number after wait_for_sndbuf
` [PATCH 5.15 36/93] net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
` [PATCH 5.15 37/93] ipv6: Fix an uninit variable access bug in __ip6_make_skb()

[PATCH v2 0/2] kmod: simplify with a semaphore
 2023-04-12  4:05 UTC  (10+ messages)
` [PATCH v2 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v2 2/2] modules/kmod: replace implementation with a sempahore

[PATCH v3 4/5] x86/mce: Move storm handling to core
 2023-04-11 17:38 UTC  (13+ messages)
` [PATCH v4 0/5] Handle corrected machine check interrupt storms
  ` [PATCH v4 2/5] x86/mce: Add per-bank CMCI storm mitigation
  ` [PATCH v5 0/5] Handle corrected machine check interrupt storms
    ` [PATCH v5 1/5] x86/mce: Remove old CMCI storm mitigation code
    ` [PATCH v5 2/5] x86/mce: Add per-bank CMCI storm mitigation
    ` [PATCH v5 3/5] x86/mce: Introduce mce_handle_storm() to deal with begin/end of storms
    ` [PATCH v5 4/5] x86/mce: Move storm handling to core
    ` [PATCH v5 5/5] x86/mce: Handle AMD threshold interrupt storms

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 17:06 UTC  (23+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections
` [PATCH v2 2/6] module: move finished_loading()
` [PATCH v2 3/6] module: extract patient module check into helper
` [PATCH v2 4/6] module: avoid allocation if module is already present and ready
` [PATCH v2 5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH v2 6/6] module: add debug stats to help identify memory pressure

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

[PATCH 5.10,v2] media: ti: cal: revert "media: ti: cal: fix possible memory leak in cal_ctx_create()"
 2023-04-11 14:17 UTC  (2+ messages)
` Patch "Revert "media: ti: cal: fix possible memory leak in cal_ctx_create()"" has been added to the 5.10-stable tree

[PATCH 5.4] net_sched: prevent NULL dereference if default qdisc setup failed
 2023-04-11 13:14 UTC  (2+ messages)
` Patch "net_sched: prevent NULL dereference if default qdisc setup failed" has been added to the 5.4-stable tree

[PATCH v7 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-11  8:12 UTC  (19+ messages)
` [PATCH v7 01/15] rust: enable the `pin_macro` feature
` [PATCH v7 02/15] rust: macros: add `quote!` macro
` [PATCH v7 03/15] rust: sync: change error type of constructor functions
` [PATCH v7 04/15] rust: sync: add `assume_init` to `UniqueArc`
` [PATCH v7 05/15] rust: types: add `Opaque::raw_get`
` [PATCH v7 06/15] rust: add pin-init API core
` [PATCH v7 07/15] rust: init: add initialization macros
` [PATCH v7 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v7 09/15] rust: init: add `PinnedDrop` trait and macros
` [PATCH v7 10/15] rust: init: add `stack_pin_init!` macro
` [PATCH v7 11/15] rust: init: add `Zeroable` trait and `init::zeroed` function
` [PATCH v7 12/15] rust: prelude: add `pin-init` API items to prelude
` [PATCH v7 13/15] rust: types: add `Opaque::ffi_init`
` [PATCH v7 14/15] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
` [PATCH v7 15/15] rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`

[PATCH v3 00/11] clk: Add kunit tests for fixed rate and parent data
 2023-04-10 20:12 UTC  (15+ messages)
` [PATCH v3 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v3 03/11] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v3 04/11] dt-bindings: test: Add KUnit empty node binding
` [PATCH v3 05/11] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v3 07/11] dt-bindings: kunit: Add fixed rate clk consumer test
` [PATCH v3 10/11] dt-bindings: clk: Add KUnit clk_parent_data test

[PATCH] powerpc/32: Include thread_info.h in head_booke.h
 2023-04-10 12:25 UTC  (3+ messages)

[PATCH v2] Documentation/llvm: Add a note about prebuilt kernel.org toolchains
 2023-04-08 13:49 UTC  (2+ messages)

[PATCH] Documentation/llvm: Add a note about prebuilt kernel.org toolchains
 2023-04-07 20:05 UTC  (4+ messages)

[PATCH 6.2 000/185] 6.2.10-rc2 review
 2023-04-07  2:16 UTC  (10+ messages)

[PATCH 6.1 000/177] 6.1.23-rc3 review
 2023-04-07  2:10 UTC  (12+ messages)

[PATCH v3 0/8] Add Array BIST test support to IFS
 2023-04-07  1:49 UTC  (4+ messages)
` [PATCH v4 0/9] "

[PATCH] MIPS: generic: Do not select CPUs that are unsupported in clang
 2023-04-06 21:39 UTC  (6+ messages)

[PATCH 5.4] smb3: fix problem with null cifs super block with previous patch
 2023-04-06  8:48 UTC  (5+ messages)

[PATCH v6 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-06  6:56 UTC  (30+ messages)
` [PATCH v6 01/15] rust: enable the `pin_macro` feature
` [PATCH v6 02/15] rust: macros: add `quote!` macro
` [PATCH v6 03/15] rust: sync: change error type of constructor functions
` [PATCH v6 04/15] rust: sync: add `assume_init` to `UniqueArc`
` [PATCH v6 05/15] rust: types: add `Opaque::raw_get`
` [PATCH v6 06/15] rust: add pin-init API core
` [PATCH v6 07/15] rust: init: add initialization macros
` [PATCH v6 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v6 09/15] rust: init: add `PinnedDrop` trait and macros
` [PATCH v6 10/15] rust: init: add `stack_pin_init!` macro
` [PATCH v6 11/15] rust: init: add `Zeroable` trait and `init::zeroed` function
` [PATCH v6 12/15] rust: prelude: add `pin-init` API items to prelude
` [PATCH v6 13/15] rust: types: add common init-helper functions for `Opaque`
  ` [PATCH v6.1] rust: types: add `Opaque::pin_init`
` [PATCH v6 14/15] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
` [PATCH v6 15/15] rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`

[PATCH 5.4 000/357] 5.4.235-rc1 review
 2023-04-06  0:44 UTC  (7+ messages)
` [PATCH 5.4 084/357] treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()

[PATCH 5.4 000/104] 5.4.240-rc1 review
 2023-04-05 19:50 UTC  (5+ messages)

[PATCH] riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selection
 2023-04-05 17:56 UTC  (2+ messages)

[PATCH] mm, page_alloc: use check_pages_enabled static key to check tail pages
 2023-04-05 14:50 UTC  (2+ messages)

[PATCH 6.2 000/187] 6.2.10-rc1 review
 2023-04-05 14:34 UTC  (2+ messages)

[PATCH 5.15 00/99] 5.15.106-rc1 review
 2023-04-05 14:34 UTC  (4+ messages)

[PATCH] mm, page_alloc: reduce page alloc/free sanity checks
 2023-04-05 14:18 UTC  (3+ messages)

[PATCH 5.4] cifs/smb3: Fix NULL pointer dereference in smb2_query_info_compound()
 2023-04-05 11:42 UTC 

[PATCH 6.1 000/179] 6.1.23-rc2 review
 2023-04-05  9:46 UTC  (9+ messages)

[PATCH] MIPS: Drop unused positional parameter in local_irq_{dis,en}able
 2023-04-05  8:26 UTC  (2+ messages)

[PATCH 4.14 00/66] 4.14.312-rc1 review
 2023-04-05  6:06 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