public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2013-03-15 08:35:56 to 2013-03-25 15:21:59 UTC [more...]

[PATCH 1/2] kexec: Add new interface for printing error messages
 2013-03-25 15:21 UTC  (4+ messages)
` [PATCH 2/2] kexec: Use err() instead of fprintf()

[PATCH 01/13] kexec: fix possible memory leak in check_reuse_initrd
 2013-03-25 15:18 UTC  (13+ messages)
` [PATCH 02/13] kexec: i386: bzImage: fix memory leak caused by get_command_line
` [PATCH 03/13] kexec: i386: elf: fix possible memory leak in elf_x86_load
  ` [PATCH 04/13] kexec: i386: elf: fix memory leak caused by get_command_line
` [PATCH 05/13] kexec: i386: multiboot: fix possible memory leak in multiboot_x86_load
` [PATCH 06/13] kexec: i386: multiboot: fix memory leak caused by get_command_line
` [PATCH 07/13] kexec: ppc: elf: fix possible memory leak in elf_ppc_load
` [PATCH 08/13] kexec: ppc: elf: fix memory leak caused by get_command_line
` [PATCH 09/13] kexec: ppc: uImage: fix possible memory leak in ppc_load_bare_bits
` [PATCH 10/13] kexec: ppc: uImage: fix memory leak caused by get_command_line
` [PATCH 11/13] kexec: x86_64: bzImage64: "
` [PATCH 12/13] kexec: x86_64: elf: "
` [PATCH 13/13] kexec: x86_64: elf: fix possible memory leak in elf_x86_64_load

[PATCH] kexec: lengthen the kernel command line image
 2013-03-25 15:01 UTC  (5+ messages)

[PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64
 2013-03-25 11:52 UTC  (3+ messages)
  `  "

[PATCH] ia64/mm: add size restriction to the kdump
 2013-03-25 11:14 UTC 

[PATCH 1/1] On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use "crashkernel=64M@16M", but some OSes like ubuntu 12.10 use ram fs larger than 64M, so in these cases the memory reserved for crashkernel should be at least 128M
 2013-03-25 10:50 UTC 

[PATCH] kexec:Fix Makefile of linking kdump file
 2013-03-25  7:53 UTC 

[PATCH] kdump, x86: Process multiple Crash kernel in /proc/iomem
 2013-03-22 21:35 UTC  (7+ messages)

[PATCH v2] kdump, x86: Process multiple Crash kernel in /proc/iomem
 2013-03-22 20:54 UTC 

[PATCH v3 00/21] kdump, vmcore: support mmap() on /proc/vmcore
 2013-03-22  7:11 UTC  (76+ messages)
` [PATCH v3 01/21] vmcore: reference e_phoff member explicitly to get position of program header table
` [PATCH v3 02/21] vmcore: clean up by removing unnecessary variable
` [PATCH v3 03/21] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
` [PATCH v3 04/21] vmcore, sysfs: export ELF note segment size instead of vmcoreinfo data size
` [PATCH v3 05/21] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v3 06/21] vmcore: round up buffer size of ELF headers by PAGE_SIZE
` [PATCH v3 07/21] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel
` [PATCH v3 08/21] vmcore: copy non page-size aligned head and tail pages "
` [PATCH v3 09/21] vmcore: modify vmcore clean-up function to free buffer on "
` [PATCH v3 10/21] vmcore: clean up read_vmcore()
` [PATCH v3 11/21] vmcore: read buffers for vmcore objects copied from old memory
` [PATCH v3 12/21] vmcore: allocate per-cpu crash_notes objects on page-size boundary
` [PATCH v3 13/21] kexec: allocate vmcoreinfo note buffer "
` [PATCH v3 14/21] kexec, elf: introduce NT_VMCORE_DEBUGINFO note type
` [PATCH v3 15/21] elf: introduce NT_VMCORE_PAD type
` [PATCH v3 16/21] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
` [PATCH v3 17/21] vmcore: check NT_VMCORE_PAD as a mark indicating the end of ELF note buffer
` [PATCH v3 18/21] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement
` [PATCH v3 19/21] vmcore: round-up offset of vmcore object in page-size boundary
` [PATCH v3 20/21] vmcore: count holes generated by round-up operation for vmcore size
` [PATCH v3 21/21] vmcore: introduce mmap_vmcore()

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-21 17:15 UTC  (41+ messages)
` [PATCH 02/12] SELinux: define mapping for CAP_COMPROMISE_KERNEL
` [PATCH 03/12] Secure boot: Add a dummy kernel parameter that will switch on Secure Boot mode
` [PATCH 04/12] efi: Enable secure boot lockdown automatically when enabled in firmware
` [PATCH 05/12] PCI: Require CAP_COMPROMISE_KERNEL for PCI BAR access
` [PATCH 06/12] x86: Require CAP_COMPROMISE_KERNEL for IO port access
` [PATCH 07/12] ACPI: Limit access to custom_method
` [PATCH 08/12] asus-wmi: Restrict debugfs interface
` [PATCH 09/12] Require CAP_COMPROMISE_KERNEL for /dev/mem and /dev/kmem access
` [PATCH 10/12] acpi: Ignore acpi_rsdp kernel parameter in a secure boot environment
      ` [PATCH v2] "
` [PATCH 11/12] x86: Require CAP_COMPROMISE_KERNEL for MSR writing
` [PATCH 12/12] kexec: Require CAP_SYS_COMPROMISE_KERNEL

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-21 16:32 UTC 

[ANNOUNCE] kexec-tools 2.0.4
 2013-03-21 10:00 UTC  (6+ messages)

KEXEC is failed with dtb and initrd
 2013-03-21  7:17 UTC 

linux-next: Tree for Mar 20 (vmcore)
 2013-03-21  3:51 UTC  (7+ messages)

[PATCH] intel-iommu: Synchronize gcmd value with global command register
 2013-03-21  1:32 UTC 

[PATCH] kexec: debug: Use dbgprintf() instead of #ifdef DEBUG
 2013-03-20 13:14 UTC 

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-20  3:27 UTC  (6+ messages)

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-20  1:11 UTC  (2+ messages)

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-20  1:09 UTC 

[PATCH 06/12] x86: Require CAP_COMPROMISE_KERNEL for IO port access
 2013-03-20  1:05 UTC 

makedumpfile: question about memory hole
 2013-03-19  8:47 UTC  (5+ messages)

[PATCH] kexec: ppc, ppc64: increment saved_max_mem in case firmware exports inclusive maps
 2013-03-19  3:29 UTC 

[PATCH] makedumpfile: Add support to module symbols
 2013-03-18  6:29 UTC  (2+ messages)

[PATCH] x86, apic: Add unset_bsp parameter to unset BSP flag at boot time
 2013-03-18  6:14 UTC 

[PATCH] kexec/s390: Replace clgfi with cghi
 2013-03-15 20:08 UTC  (4+ messages)

[PATCH 0/2] crash: Bundle of fixes for Xen
 2013-03-15 18:55 UTC  (2+ messages)

[PATCH 1/2] xen: Improve calculation of beginning of virtual address space
 2013-03-15 17:15 UTC  (3+ messages)
` [Xen-devel] "

[PATCH 01/13] kexec: add _ALIGN* marcos for align operation
 2013-03-15 15:52 UTC  (9+ messages)
` [PATCH 04/13] kexec: use _ALIGN* to make the logic clear
            ` [PATCH v3 "

kexec support for uImage multi-files?
 2013-03-15 15:25 UTC 

[PATCH 2/2] xen: Fix console buffer content length calculation
 2013-03-15 15:10 UTC 

[PATCH v2 0/8] remove vm_struct list management
 2013-03-15 11:04 UTC  (4+ messages)
` [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist


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