messages from 2022-12-09 15:46:44 to 2023-01-26 09:23:25 UTC [more...]
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 9:19 UTC (26+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()
[PATCH 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
2023-01-24 17:36 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64/kdump: add code comments for crashkernel reservation cases
Zapytanie ofertowe
2023-01-23 8:55 UTC
[PATCH v7 0/8] In kernel handling of CPU hotplug events for crash kernel
2023-01-23 5:23 UTC (13+ messages)
` [PATCH v7 1/8] powerpc/kexec: turn some static helper functions public
` [PATCH v7 2/8] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [PATCH v7 3/8] powerpc/crash: update kimage_arch struct
` [PATCH v7 4/8] crash: add phdr for possible CPUs in elfcorehdr
` [PATCH v7 5/8] crash: pass hotplug action type to arch crash hotplug handler
` [PATCH v7 6/8] powerpc/crash: add crash CPU hotplug support
` [PATCH v7 7/8] crash: forward memory_notify args to arch crash hotplug handler
` [PATCH v7 8/8] powerpc/kexec: add crash memory hotplug support
[PATCH v17 0/6] crash: Kernel handling of CPU and memory hot un/plug
2023-01-20 21:24 UTC (9+ messages)
` [PATCH v17 1/6] crash: move a few code bits to setup support of crash hotplug
` [PATCH v17 2/6] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v17 3/6] crash: add generic infrastructure for crash hotplug support
` [PATCH v17 4/6] kexec: exclude elfcorehdr from the segment digest
` [PATCH v17 5/6] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v17 6/6] x86/crash: add x86 crash hotplug support
[PATCH v15 0/7] crash: Kernel handling of CPU and memory hot un/plug
2023-01-19 3:09 UTC (16+ messages)
` [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v15 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v15 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v15 6/7] crash: memory and cpu hotplug sysfs attributes
` [PATCH v15 7/7] x86/crash: add x86 crash hotplug support
[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
2023-01-18 9:28 UTC (32+ messages)
` [RFC v3 01/24] fs: unify locking semantics for fs freeze / thaw
` [RFC v3 02/24] fs: add frozen sb state helpers
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v3 04/24] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
` [RFC v3 06/24] xfs: replace kthread freezing with auto fs freezing
` [RFC v3 07/24] btrfs: "
` [RFC v3 08/24] ext4: "
` [RFC v3 09/24] f2fs: "
` [RFC v3 10/24] cifs: "
` [RFC v3 11/24] gfs2: "
` [RFC v3 12/24] jfs: "
` [RFC v3 13/24] nilfs2: "
` [RFC v3 14/24] nfs: "
` [RFC v3 15/24] nfsd: "
` [RFC v3 16/24] ubifs: "
` [RFC v3 17/24] ksmbd: "
` [RFC v3 18/24] jffs2: "
` [RFC v3 19/24] jbd2: "
` [RFC v3 20/24] coredump: drop freezer usage
` [RFC v3 21/24] ecryptfs: replace kthread freezing with auto fs freezing
` [RFC v3 22/24] fscache: "
` [RFC v3 23/24] lockd: "
` [RFC v3 24/24] fs: remove FS_AUTOFREEZE
[PATCH] Revert "x86/apic/x2apic: Implement IPI shorthands support"
2023-01-17 8:27 UTC (14+ messages)
` kdump kernel randomly hang with tick_periodic call trace on bare metal system
[PATCH v3] x86/bugs: Explicitly clear speculative MSR bits
2023-01-12 10:34 UTC (4+ messages)
[PATCH v6 0/3] kexec: Add new parameter to limit the access to kexec
2023-01-10 2:32 UTC (6+ messages)
` [PATCH v6 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v6 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v6 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*
[RFC v2 0/6] vfs: provide automatic kernel freeze / resume
2023-01-10 2:11 UTC (5+ messages)
` [RFC v2 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
[PATCH v16 0/7] crash: Kernel handling of CPU and memory hot un/plug
2023-01-09 23:47 UTC (11+ messages)
` [PATCH v16 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v16 2/7] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v16 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v16 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v16 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v16 6/7] crash: memory and cpu hotplug sysfs attributes
` [PATCH v16 7/7] x86/crash: add x86 crash hotplug support
[PATCH 0/2] kexec: Remove unnecessary arch hook
2023-01-09 1:38 UTC (11+ messages)
` [PATCH 1/2] x86/kexec: Remove unnecessary arch_kexec_kernel_image_load()
` [PATCH 2/2] kexec: "
[PATCH v5 0/3] kexec: Add new parameter to limit the access to kexec
2023-01-02 13:21 UTC (8+ messages)
` [PATCH v5 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v5 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v5 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*
[PATCH v3 1/2] lockdown: kexec_file: prevent unsigned kernel image when KEXEC_SIG not enabled
2023-01-03 14:42 UTC (4+ messages)
` [PATCH v3 2/2] selftests/kexec: enable lockdown tests
[PATCH] docs: gdbmacros: print newest record
2023-01-03 9:47 UTC (3+ messages)
[PATCH] lockdown: kexec_file: prevent unsigned kernel image when KEXEC_SIG not enabled
2022-12-30 7:00 UTC (5+ messages)
[PATCH makedumpfile] Fix incorrect exclusion of slab pages on Linux 6.2-rc1
2022-12-22 7:02 UTC (2+ messages)
[Crash-utility][PATCH V4 0/9] Support RISCV64 arch and common commands
2022-12-22 4:48 UTC (8+ messages)
` [Crash-utility][PATCH V4 1/9] Add RISCV64 framework code support
[ANNOUNCE] kexec-tools 2.0.26
2022-12-21 15:39 UTC
[PATCH v4 0/3] kexec: Add new parameter to limit the access to kexec
2022-12-21 14:14 UTC (5+ messages)
` [PATCH v4 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v4 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v4 3/3] kexec: Introduce sysctl parameters kexec_load_limit_*
[PATCH v3 0/3] kexec: Add new parameter to limit the access to kexec
2022-12-21 2:52 UTC (7+ messages)
` [PATCH v3 1/3] Documentation: sysctl: Correct kexec_load_disabled
` [PATCH v3 2/3] kexec: Factor out kexec_load_permitted
` [PATCH v3 3/3] kexec: Introduce parameters load_limit_reboot and load_limit_panic
[PATCH v2 0/3] kexec: Add new parameter to limit the access to kexec
2022-12-20 22:05 UTC (5+ messages)
` [PATCH v2 3/3] kexec: Introduce paramters load_limit_reboot and load_limit_panic
[PATCH AUTOSEL 6.1 13/22] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-18 11:28 UTC (3+ messages)
[PATCH AUTOSEL 4.9 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:30 UTC
[PATCH AUTOSEL 4.14 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:30 UTC
[PATCH AUTOSEL 4.19 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:30 UTC
[PATCH AUTOSEL 5.4 5/9] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:29 UTC
[PATCH AUTOSEL 5.10 5/9] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:29 UTC
[PATCH AUTOSEL 5.15 06/10] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:28 UTC
[PATCH AUTOSEL 6.0 08/16] proc/vmcore: fix potential memory leak in vmcore_init()
2022-12-17 15:28 UTC
[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
2022-12-14 0:52 UTC (8+ messages)
` [PATCH V3 06/11] tracing: Improve panic/die notifiers
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded
[PATCH v1 0/2] kexec: Add new toogle to disable kexec_reboot
2022-12-12 21:43 UTC (13+ messages)
` [PATCH v1 2/2] kexec: Introduce kexec_reboot_disabled
[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
2022-12-09 11:53 UTC (7+ messages)
` [PATCH v8 3/3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox