dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/s390
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation.
This patch splits the vlan_group struct into a multi-allocated struct. On
x86_64, the size of the original struct is a little more than 32KB, causing
a 4-order allocation, which is prune to problems caused by buddy-system
external fragmentation conditions.

I couldn't just use vmalloc() because vfree() cannot be called in the
softirq context of the RCU callback.

Signed-off-by: Dan Aloni <da-x@monatomic.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-02 20:44:51 -08:00
..
block [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
char [S390] fix non-smp compile. 2007-02-21 10:55:03 +01:00
cio [S390] nss: Free unused memory in kernel image. 2007-02-21 10:55:37 +01:00
crypto [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
net [VLAN]: Avoid a 4-order allocation. 2007-03-02 20:44:51 -08:00
scsi [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
Kconfig [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
Makefile [S390] Calibrate delay and bogomips. 2007-02-05 21:18:31 +01:00
ebcdic.c
s390_rdev.c
s390mach.c [S390] ETR support. 2007-02-05 21:18:19 +01:00
s390mach.h [S390] ETR support. 2007-02-05 21:18:19 +01:00
sysinfo.c [S390] Calibrate delay and bogomips. 2007-02-05 21:18:31 +01:00