messages from 2013-03-14 09:48:36 to 2013-03-22 07:11:44 UTC [more...]
[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] kdump, x86: Process multiple Crash kernel in /proc/iomem
2013-03-20 19:24 UTC
[PATCH 1/2] kexec: Add new interface for printing error messages
2013-03-20 13:21 UTC (3+ messages)
` [PATCH 2/2] kexec: Use err() instead of fprintf()
[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 (38+ messages)
` [PATCH 02/13] kexec: use _ALIGN() instead of align()
` [PATCH 03/13] kexec: ppc: remove duplicated _ALIGN_* macros
` [PATCH 04/13] kexec: use _ALIGN* to make the logic clear
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 05/13] kexec: i386: "
` [PATCH 06/13] kexec: arm: "
` [PATCH 07/13] kexec: ia64: "
` [PATCH 08/13] kexec: mips: "
` [PATCH 09/13] kexec: ppc: "
` [PATCH v2 "
` [PATCH 10/13] kexec: ppc64: "
` [PATCH v2 "
` [PATCH 11/13] kexec: s390: remove ALIGN_UP and use _ALIGN_UP
` [PATCH 12/13] kexec: sh: use _ALIGN* to make the logic clear
` [PATCH 13/13] kexec: x86_64: "
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
[PATCH] makedumpfile: fix missing count of filtered free pages
2013-03-15 5:17 UTC (2+ messages)
[PATCH] makedumpfile: skip multiple pages filtered as free pages
2013-03-15 5:16 UTC (2+ messages)
[PATCH 0/3] makedumpfile, elf: distinguish ELF note types by ELF note names
2013-03-15 5:16 UTC (2+ messages)
[PATCH bugfix 3.9] PCI: Don't try to disable Bus Master on disconnected PCI devices
2013-03-14 14:49 UTC
3.9.0-rc1: kexec not working: root disk does not show up
2013-03-14 14:46 UTC (7+ messages)
makedumpfile: benchmark on mmap() with /proc/vmcore
2013-03-14 11:46 UTC
[PATCH] kexec: check size before trying the malloc
2013-03-14 10:30 UTC (4+ messages)
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