Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2022-11-14 19:51:30 to 2022-11-21 17:12:16 UTC [more...]

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-11-21 17:12 UTC  (12+ messages)
` [PATCH 01/12] mm, slab: ignore hardened usercopy parameters when disabled
` [PATCH 02/12] mm, slub: add CONFIG_SLUB_TINY
` [PATCH 03/12] mm, slub: disable SYSFS support with CONFIG_SLUB_TINY
` [PATCH 04/12] mm, slub: retain no free slabs on partial list "
` [PATCH 05/12] mm, slub: lower the default slub_max_order "
` [PATCH 06/12] mm, slub: don't create kmalloc-rcl caches "
` [PATCH 07/12] mm, slab: ignore SLAB_RECLAIM_ACCOUNT "
` [PATCH 08/12] mm, slub: refactor free debug processing
` [PATCH 09/12] mm, slub: split out allocations from pre/post hooks
` [PATCH 10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY
` [PATCH 11/12] mm, slub: don't aggressively inline "

[PATCH v6 0/3] implement getrandom() in vDSO
 2022-11-21 15:29 UTC  (4+ messages)
` [PATCH v6 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v6 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v6 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 4.19 00/34] 4.19.266-rc1 review
 2022-11-21 12:43 UTC  (35+ messages)
` [PATCH 4.19 01/34] Revert "x86/speculation: Add RSB VM Exit protections"
` [PATCH 4.19 02/34] Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"
` [PATCH 4.19 03/34] x86/cpufeature: Add facility to check for min microcode revisions
` [PATCH 4.19 04/34] x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> header
` [PATCH 4.19 05/34] x86/devicetable: Move x86 specific macro out of generic code
` [PATCH 4.19 06/34] x86/cpu: Add consistent CPU match macros
` [PATCH 4.19 07/34] x86/cpu: Add a steppings field to struct x86_cpu_id
` [PATCH 4.19 08/34] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 4.19 09/34] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 4.19 10/34] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 4.19 11/34] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 4.19 12/34] x86/entry: Remove skip_r11rcx
` [PATCH 4.19 13/34] x86/entry: Add kernel IBRS implementation
` [PATCH 4.19 14/34] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 4.19 15/34] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 4.19 16/34] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 4.19 17/34] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 4.19 18/34] intel_idle: Disable IBRS during long idle
` [PATCH 4.19 19/34] x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
` [PATCH 4.19 20/34] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 4.19 21/34] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 4.19 22/34] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 4.19 23/34] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 4.19 24/34] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 4.19 25/34] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 4.19 26/34] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 4.19 27/34] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 4.19 28/34] x86/common: Stamp out the stepping madness
` [PATCH 4.19 29/34] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 4.19 30/34] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 4.19 31/34] x86/speculation: Disable RRSBA behavior
` [PATCH 4.19 32/34] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 4.19 33/34] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
` [PATCH 4.19 34/34] x86/speculation: Add RSB VM Exit protections

[PATCH] ARM: Drop '-mthumb' from AFLAGS_ISA
 2022-11-21  9:55 UTC  (5+ messages)

[PATCH v5 0/3] implement getrandom() in vDSO
 2022-11-21  3:23 UTC  (15+ messages)
` [PATCH v5 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v5 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v5 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v4 0/3] implement getrandom() in vDSO
 2022-11-19 12:12 UTC  (11+ messages)
` [PATCH v4 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v4 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v4 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH] drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
 2022-11-18 17:40 UTC  (4+ messages)

[PATCH] drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
 2022-11-18 17:40 UTC  (4+ messages)

[PATCH v2 0/5] Use EFI variables for random seed
 2022-11-18 13:32 UTC  (6+ messages)
` [PATCH v2 1/5] efi: vars: prohibit reading random seed variables
` [PATCH v2 2/5] efi: stub: use random seed from EFI variable
` [PATCH v2 3/5] random: add back async readiness notifier
` [PATCH v2 4/5] vsprintf: initialize siphash key using notifier
` [PATCH v2 5/5] efi: random: refresh non-volatile random seed when RNG is initialized

[PATCH v2] ARM: Drop '-mthumb' from AFLAGS_ISA
 2022-11-18  8:23 UTC  (2+ messages)

[PATCH 00/14] IFS multi test image support and misc changes
 2022-11-17 23:04 UTC  (32+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/14] platform/x86/intel/ifs: Use generic microcode headers and functions
  ` [PATCH v3 00/16] IFS multi test image support and misc changes
    ` [PATCH v3 01/16] platform/x86/intel/ifs: Remove unused selection
    ` [PATCH v3 02/16] platform/x86/intel/ifs: Return a more appropriate Error code
    ` [PATCH v3 03/16] platform/x86/intel/ifs: Remove image loading during init
    ` [PATCH v3 04/16] platform/x86/intel/ifs: Remove memory allocation from load path
    ` [PATCH v3 05/16] x86/microcode/intel: Reuse find_matching_signature()
    ` [PATCH v3 06/16] x86/microcode/intel: Use appropriate type in microcode_sanity_check()
    ` [PATCH v3 07/16] x86/microcode/intel: Reuse microcode_sanity_check()
    ` [PATCH v3 08/16] x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()
    ` [PATCH v3 09/16] x86/microcode/intel: Use a reserved field for metasize
    ` [PATCH v3 10/16] platform/x86/intel/ifs: Add metadata support
    ` [PATCH v3 11/16] platform/x86/intel/ifs: Use generic microcode headers and functions
    ` [PATCH v3 12/16] platform/x86/intel/ifs: Add metadata validation
    ` [PATCH v3 13/16] platform/x86/intel/ifs: Remove reload sysfs entry
    ` [PATCH v3 14/16] platform/x86/intel/ifs: Add current_batch "
    ` [PATCH v3 15/16] Documentation/ABI: Update IFS ABI doc
    ` [PATCH v3 16/16] Revert "platform/x86/intel/ifs: Mark as BROKEN"

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17 22:15 UTC  (21+ messages)
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
` [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
  ` [PATCH v3 1/3] treewide: use get_random_u32_below() instead of deprecated function
  ` [PATCH v3 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
  ` [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible

[PATCH] scsi: elx: libefc: Fix second parameter type in state callbacks
 2022-11-17 18:29 UTC  (2+ messages)

[PATCH 5.15 000/130] 5.15.79-rc2 review
 2022-11-16 20:56 UTC  (7+ messages)

[PATCH 6.0 000/190] 6.0.9-rc1 review
 2022-11-16 15:47 UTC  (15+ messages)
` [PATCH 6.0 134/190] nilfs2: fix deadlock in nilfs_count_free_blocks()

[PATCH 5.10 000/118] 5.10.154-rc1 review
 2022-11-16 11:37 UTC  (11+ messages)
` [PATCH 5.10 001/118] serial: 8250: Let drivers request full 16550A feature probing
` [PATCH 5.10 024/118] NFC: nxp-nci: remove unnecessary labels
` [PATCH 5.10 026/118] nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()
` [PATCH 5.10 027/118] nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()

[PATCH 5.10 00/95] 5.10.155-rc1 review
 2022-11-16  1:44 UTC  (9+ messages)

[PATCH 5.15 000/131] 5.15.79-rc1 review
 2022-11-15 14:04 UTC  (17+ messages)

[PATCH v1 00/28] Rust core additions
 2022-11-14 21:06 UTC  (12+ messages)
` [PATCH v1 02/28] rust: print: add more `pr_*!` levels
` [PATCH v1 03/28] rust: print: add `pr_cont!` macro
` [PATCH v1 06/28] rust: macros: add `#[vtable]` proc macro
` [PATCH v1 25/28] rust: add `build_error` crate

[PATCH] HSI: ssi_protocol: Fix return type of ssip_pn_xmit()
 2022-11-14 20:51 UTC  (3+ messages)

[PATCH] clk: qcom: gdsc: Remove direct runtime PM calls
 2022-11-14 20:11 UTC  (4+ messages)

[PATCH v2 12/14] platform/x86/intel/ifs: Add current_batch sysfs entry
 2022-11-14 19:51 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox