summaryrefslogtreecommitdiff
path: root/staging/mz.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-17mz: Add igmp v1/v2 packet type crafting supportVadim Kochan1-18/+20
2014-09-03mausezahn: Fix non-ANSI function declarationsTobias Klauser1-1/+1
2014-07-23mausezahn: re-work configuration fileJon Schipp1-1/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+931
subject'>sparc64: Reduce TLB flushes during hugepte changes
During hugepage map/unmap, TSB and TLB flushes are currently issued at every PAGE_SIZE'd boundary which is unnecessary. We now issue the flush at REAL_HPAGE_SIZE boundaries only. Without this patch workloads which unmap a large hugepage backed VMA region get CPU lockups due to excessive TLB flush calls. Orabug: 22365539, 22643230, 22995196 Signed-off-by: Nitin Gupta <nitin.m.gupta@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat