summaryrefslogtreecommitdiff
path: root/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-22bpf: Remove unncessary #include <xmalloc.h> from bpf.hTobias Klauser1-1/+1
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-1/+2
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-98/+2
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-05-24misc: fix some minor compile warnings all overDaniel Borkmann1-2/+3
2013-03-19bpfc: filter: add poff ancillary operationDaniel Borkmann1-0/+3
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+135
;id=c003ed928962a55eb446e78c544b1d7c4f6cb88a'>Documentation/IRQ-affinity.txt parentc1c33b92db4fb274dfbff778ccf2459e4bebd48e (diff)
locking/lockdep: Deinline register_lock_class(), save 2328 bytes
This function compiles to 1328 bytes of machine code. Three callsites. Registering a new lock class is definitely not *that* time-critical to inline it. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Link: http://lkml.kernel.org/r/1460141926-13069-5-git-send-email-dvlasenk@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')