From: Vinayak Menon
There are times when HIGHMEM is enabled, but
we don't prefer CONFIG_BOUNCE to be enabled.
CONFIG_BOUNCE can reduce the block device
throughput, and this is not ideal for machines
where we don't gain much by enabling it. So
provide an option to deselect CONFIG_BOUNCE. The
obser
From: Vinayak Menon
There are times when HIGHMEM is enabled, but
we don't prefer CONFIG_BOUNCE to be enabled.
CONFIG_BOUNCE can reduce the block device
throughput, and this is not ideal for machines
where we don't gain much by enabling it. So
provide an option to deselect CONFIG_BOUNCE. The
obser
From: Vinayak Menon
With ZRAM enabled it is observed that lowmemory killer
doesn't trigger properly. swap cached pages are
accounted in NR_FILE, and lowmemorykiller considers
this as reclaimable and adds to other_file. But these
pages can't be reclaimed unless lowmemorykiller triggers.
So subtrac
From: Vinayak Menon
With ZRAM enabled it is observed that lowmemory killer
doesn't trigger properly. swap cached pages are
accounted in NR_FILE, and lowmemorykiller considers
this as reclaimable and adds to other_file. But these
pages can't be reclaimed unless lowmemorykiller triggers.
So subtrac
From: Vinayak Menon
With ZRAM enabled it is observed that lowmemory killer
doesn't trigger properly. swap cached pages are
accounted in NR_FILE, and lowmemorykiller considers
this as reclaimable and adds to other_file. But these
pages can't be reclaimed unless lowmemorykiller triggers.
So subtrac
From: Vinayak Menon
The script fails, when irq, preempt and lockdep fields (field 3 below)
are printed in the trace output.
Example entry:
worker/0:0-4 [000] ...1 1155.972338: mm_page_alloc:
Signed-off-by: Vinayak Menon
---
.../postprocess/trace-pagealloc-postprocess.pl |8
From: Vinayak Menon
When irq, preempt and lockdep fields are printed
(field 3 in the e.g. below) in the trace output,
the script fails.
An e.g. entry.
kswapd0-610 [000] ...1 158.112152: mm_vmscan_kswapd_wake: nid=0 order=0
Signed-off-by: Vinayak Menon
---
.../trace/postprocess/trace-vmsca
7 matches
Mail list logo