patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 14:25:02 to 2023-03-19 20:47:52 UTC [more...]

[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
 2023-03-19 20:47 UTC  (6+ messages)
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-03-19 20:32 UTC  (3+ messages)

[PATCH 4.19 000/252] 4.19.276-rc1 review
 2023-03-18  1:49 UTC  (3+ messages)
` [PATCH 4.19 161/252] x86/microcode/amd: Remove load_microcode_amd()s bsp parameter

[PATCH v2] stress-module: stress finit_module() and delete_module()
 2023-03-18  0:08 UTC 

mod->klp set on copy ok ?
 2023-03-17 23:31 UTC  (4+ messages)

[PATCH] clk: mediatek: Ensure fhctl code is available for COMMON_CLK_MT6795
 2023-03-17 19:13 UTC  (2+ messages)

[PATCH 5.4 000/357] 5.4.235-rc1 review
 2023-03-17 18:28 UTC  (3+ messages)
` [PATCH 5.4 084/357] treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()

[PATCH v2 00/11] clk: Add kunit tests for fixed rate and parent data
 2023-03-17 18:13 UTC  (15+ messages)
` [PATCH v2 01/11] of: Load KUnit DTB from of_core_init()
` [PATCH v2 02/11] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v2 03/11] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v2 04/11] dt-bindings: test: Add KUnit empty node binding
` [PATCH v2 05/11] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v2 06/11] platform: Add test managed platform_device/driver APIs
` [PATCH v2 07/11] dt-bindings: kunit: Add fixed rate clk consumer test
` [PATCH v2 08/11] clk: Add test managed clk provider/consumer APIs
` [PATCH v2 09/11] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH v2 10/11] dt-bindings: clk: Add KUnit clk_parent_data test
` [PATCH v2 11/11] clk: Add KUnit tests for clks registered with struct clk_parent_data

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

[PATCH 4.19 00/27] 4.19.278-rc3 review
 2023-03-17 13:21 UTC  (7+ messages)

[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-17 11:52 UTC  (13+ messages)
` [PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
` [PATCH v2 2/6] mm, page_flags: remove PG_slob_free
` [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH v2 5/6] mm/slob: remove slob.c
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

[PATCH 5.4 00/55] 5.4.237-rc2 review
 2023-03-17 10:20 UTC  (8+ messages)

[PATCH 5.10 00/91] 5.10.175-rc2 review
 2023-03-17 10:16 UTC  (7+ messages)

[PATCH 5.15 000/137] 5.15.103-rc2 review
 2023-03-17 10:14 UTC  (11+ messages)

[PATCH 6.1 000/140] 6.1.20-rc2 review
 2023-03-17 10:12 UTC  (8+ messages)

[PATCH 6.2 000/137] 6.2.7-rc2 review
 2023-03-17 10:11 UTC  (7+ messages)

[PATCH] crypto: simplify one-level sysctl registration for crypto_sysctl_table
 2023-03-17  3:29 UTC  (2+ messages)

[PATCH 4.14 00/20] 4.14.310-rc2 review
 2023-03-17  2:48 UTC  (12+ messages)

[PATCH v1 2/3] rust: add pin-init API
 2023-03-16 23:08 UTC  (5+ messages)

[PATCH] ACPI: APEI: EINJ: Add CXL error types
 2023-03-16 20:26 UTC  (3+ messages)

[PATCH v2 0/7] Add Array BIST test support to IFS
 2023-03-16 19:44 UTC  (20+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] platform/x86/intel/ifs: Reorganize driver data
  ` [PATCH v3 4/8] platform/x86/intel/ifs: Introduce Array Scan test to IFS
  ` [PATCH v3 6/8] platform/x86/intel/ifs: Implement Array BIST test

[PATCH] ring-buffer: remove obsolete comment for free_buffer_page()
 2023-03-16 13:57 UTC  (5+ messages)

[PATCH] Documentation/x86: Update split lock documentation
 2023-03-16 13:01 UTC  (3+ messages)

[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
 2023-03-16 10:57 UTC  (22+ messages)
` [PATCH 02/10] mm/mmap/vma_merge: use the proper vma pointer in case 3
` [PATCH 03/10] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
` [PATCH 04/10] mm/mmap/vma_merge: use the proper vma pointer in case 4
` [PATCH 05/10] mm/mmap/vma_merge: initialize mid and next in natural order
` [PATCH 06/10] mm/mmap/vma_merge: set mid to NULL if not applicable
` [PATCH 07/10] mm/mmap/vma_merge: rename adj_next to adj_start
` [PATCH 08/10] mm/mmap/vma_merge: convert mergeability checks to return bool
` [PATCH 09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test
` [PATCH 10/10] mm/mremap: simplify vma expansion again

[PATCH v1 1/3] rust: macros: add `quote!` macro
 2023-03-16  9:33 UTC  (3+ messages)

[PATCH 4.19 00/39] 4.19.278-rc1 review
 2023-03-16  9:34 UTC  (14+ messages)
` Missing patches in 4.19? was "

[PATCH 4.19 00/25] 4.19.278-rc2 review
 2023-03-16  8:55 UTC  (2+ messages)

[PATCH next] wifi: iwlwifi: Avoid disabling GCC specific flag with clang
 2023-03-16  7:52 UTC  (2+ messages)

[PATCH 6.2 000/141] 6.2.7-rc1 review
 2023-03-16  8:22 UTC  (20+ messages)
` [PATCH 6.2 112/141] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH 6.2 113/141] RISC-V: take text_mutex during alternative patching
` [PATCH 6.2 132/141] PCI: Avoid FLR for SolidRun SNET DPU rev 1

[PATCH 6.1 000/143] 6.1.20-rc1 review
 2023-03-16  8:02 UTC  (7+ messages)

[PATCH 5.15 000/145] 5.15.103-rc1 review
 2023-03-16  7:59 UTC  (9+ messages)
` [PATCH 5.15 107/145] powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ

[PATCH 5.10 000/104] 5.10.175-rc1 review
 2023-03-16  7:56 UTC  (7+ messages)

[PATCH 5.4 00/68] 5.4.237-rc1 review
 2023-03-16  7:54 UTC  (7+ messages)

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-16  4:15 UTC  (13+ messages)
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-15 14:50 UTC  (10+ messages)
` [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects


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 read-only IMAP folder(s) and NNTP newsgroup(s).