Hatayama, Daisuke ([email protected])

Number of posts: 297 (0.1 per day)
First post: 2009-12-15 02:40:59
Last post: 2017-11-13 07:51:08

Date List Subject
2013-03-19 02:31:12 linux-kernel [PATCH v3 12/21] vmcore: allocate per-cpu crash_notes objects on page-size boundary
2013-03-19 02:31:04 linux-kernel [PATCH v3 10/21] vmcore: clean up read_vmcore()
2013-03-19 02:30:54 linux-kernel [PATCH v3 09/21] vmcore: modify vmcore clean-up function to free buffer on 2nd kernel
2013-03-19 02:30:48 linux-kernel [PATCH v3 08/21] vmcore: copy non page-size aligned head and tail pages in 2nd kernel
2013-03-19 02:30:41 linux-kernel [PATCH v3 07/21] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel
2013-03-19 02:30:35 linux-kernel [PATCH v3 06/21] vmcore: round up buffer size of ELF headers by PAGE_SIZE
2013-03-19 02:30:32 linux-kernel [PATCH v3 05/21] vmcore: allocate buffer for ELF headers on page-size alignment
2013-03-19 02:30:27 linux-kernel [PATCH v3 03/21] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
2013-03-19 02:30:16 linux-kernel [PATCH v3 01/21] vmcore: reference e_phoff member explicitly to get position of program header table
2013-03-19 02:30:14 linux-kernel [PATCH v3 02/21] vmcore: clean up by removing unnecessary variable
2013-03-19 02:30:04 linux-kernel [PATCH v3 00/21] kdump, vmcore: support mmap() on /proc/vmcore
2013-03-18 06:15:30 linux-kernel [PATCH] x86, apic: Add unset_bsp parameter to unset BSP flag at boot time
2013-03-14 11:46:32 linux-kernel makedumpfile: benchmark on mmap() with /proc/vmcore
2013-03-11 02:14:00 linux-kernel Re: [PATCH v1 2/2] x86, apic: Disable BSP if boot cpu is AP
2013-03-11 01:07:31 linux-kernel Re: [PATCH v1 2/2] x86, apic: Disable BSP if boot cpu is AP
2013-03-11 00:31:45 linux-kernel Re: [PATCH v2 01/20] vmcore: refer to e_phoff member explicitly
2013-03-11 00:28:10 linux-kernel Re: [PATCH v2 07/20] vmcore: copy non page-size aligned head and tail pages in 2nd kernel
2013-03-09 04:31:26 linux-kernel Re: [RFC PATCH 0/5] crash dump bitmap: scan memory pages in kernel to speedup kernel dump process
2013-03-09 03:47:01 linux-kernel Re: [PATCH v2 15/20] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
2013-03-08 01:55:29 linux-kernel Re: [PATCH v2 15/20] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
2013-03-08 01:31:31 linux-kernel Re: [RFC PATCH 0/5] crash dump bitmap: scan memory pages in kernel to speedup kernel dump process
2013-03-06 09:15:11 linux-kernel Re: [PATCH v2 04/20] vmcore: allocate buffer for ELF headers on page-size alignment
2013-03-06 00:09:34 linux-kernel Re: [PATCH v2 03/20] vmcore, sysfs: export ELF note segment size instead of vmcoreinfo data size
2013-03-05 09:03:02 linux-kernel Re: [PATCH v2 02/20] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
2013-03-05 07:07:33 linux-kernel [PATCH v2 18/20] vmcore: round-up offset of vmcore object in page-size boundary
2013-03-05 07:06:52 linux-kernel [PATCH v2 20/20] vmcore: introduce mmap_vmcore()
2013-03-05 07:06:47 linux-kernel [PATCH v2 19/20] vmcore: count holes generated by round-up operation for vmcore size
2013-03-05 07:06:36 linux-kernel [PATCH v2 17/20] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement
2013-03-05 07:06:31 linux-kernel [PATCH v2 16/20] vmcore: check NT_VMCORE_PAD as a mark indicating the end of ELF note buffer
2013-03-05 07:06:26 linux-kernel [PATCH v2 15/20] kexec: fill note buffers by NT_VMCORE_PAD notes in page-size boundary
2013-03-05 07:06:19 linux-kernel [PATCH v2 14/20] elf: introduce NT_VMCORE_PAD type
2013-03-05 07:06:15 linux-kernel [PATCH v2 13/20] kexec, elf: introduce NT_VMCORE_DEBUGINFO note type
2013-03-05 07:06:06 linux-kernel [PATCH v2 12/20] kexec: allocate vmcoreinfo note buffer on page-size boundary
2013-03-05 07:05:59 linux-kernel [PATCH v2 11/20] vmcore: allocate per-cpu crash_notes objects on page-size boundary
2013-03-05 07:05:55 linux-kernel [PATCH v2 10/20] vmcore: read buffers for vmcore objects copied from old memory
2013-03-05 07:05:49 linux-kernel [PATCH v2 09/20] vmcore: clean up read_vmcore()
2013-03-05 07:05:43 linux-kernel [PATCH v2 08/20] vmcore: modify vmcore clean-up function to free buffer on 2nd kernel
2013-03-05 07:05:39 linux-kernel [PATCH v2 07/20] vmcore: copy non page-size aligned head and tail pages in 2nd kernel
2013-03-05 07:05:33 linux-kernel [PATCH v2 06/20] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel
2013-03-05 07:05:27 linux-kernel [PATCH v2 05/20] vmcore: round up buffer size of ELF headers by PAGE_SIZE
2013-03-05 07:05:24 linux-kernel [PATCH v2 04/20] vmcore: allocate buffer for ELF headers on page-size alignment
2013-03-05 07:05:16 linux-kernel [PATCH v2 03/20] vmcore, sysfs: export ELF note segment size instead of vmcoreinfo data size
2013-03-05 07:05:10 linux-kernel [PATCH v2 02/20] vmcore: rearrange program headers without assuming consequtive PT_NOTE entries
2013-03-05 07:05:06 linux-kernel [PATCH v2 01/20] vmcore: refer to e_phoff member explicitly
2013-03-05 07:04:58 linux-kernel [PATCH v2 00/20] kdump, vmcore: support mmap() on /proc/vmcore
2012-10-31 09:01:08 linux-kernel RE: [PATCH v3 2/2] KVM: make crash_clear_loaded_vmcss valid when loading kvm_intel module
2012-10-26 03:24:53 linux-kernel Re: [PATCH v1 2/2] x86, apic: Disable BSP if boot cpu is AP
2012-10-22 06:33:04 linux-kernel Re: [PATCH v1 0/2] x86, apic: Disable BSP if boot cpu is AP
2012-10-19 03:21:46 linux-kernel Re: [PATCH v1 0/2] x86, apic: Disable BSP if boot cpu is AP
2012-10-18 03:09:32 linux-kernel Re: [PATCH v1 0/2] x86, apic: Disable BSP if boot cpu is AP
2012-10-16 06:38:39 linux-kernel Re: [PATCH v1 0/2] x86, apic: Disable BSP if boot cpu is AP