summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorKent Overstreet <koverstreet@google.com>2013-05-07 16:18:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-05-07 18:38:29 -0700
commita1c8eae75ea3b0168fca93788db1b5aef2424921 (patch)
tree9f22b400935bf4a58e676a0515822d674efddf52 /scripts/decode_stacktrace.sh
parent3e845ce01a391d7c5d59ff2f28db5381bf02fa27 (diff)
downloadkernel-a1c8eae75ea3b0168fca93788db1b5aef2424921.tar.gz
aio: kill batch allocation
Previously, allocating a kiocb required touching quite a few global (well, per kioctx) cachelines... so batching up allocation to amortize those was worthwhile. But we've gotten rid of some of those, and in another couple of patches kiocb allocation won't require writing to any shared cachelines, so that means we can just rip this code out. Signed-off-by: Kent Overstreet <koverstreet@google.com> Cc: Zach Brown <zab@redhat.com> Cc: Felipe Balbi <balbi@ti.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Jens Axboe <axboe@kernel.dk> Cc: Asai Thambi S P <asamymuthupa@micron.com> Cc: Selvan Mani <smani@micron.com> Cc: Sam Bradshaw <sbradshaw@micron.com> Cc: Jeff Moyer <jmoyer@redhat.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Benjamin LaHaise <bcrl@kvack.org> Reviewed-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/drivers/usb/common?h=linux-6.6.y&id=ef6a7bcfb01c9c8df172ad06fb547216ca788711'>usb: ulpi: Support device discovery via DTStephen Boyd 2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman 2016-09-06usb: ulpi: make ops struct constantTal Shorer 2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer 2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer 2016-09-06usb: ulpi: remove calls to old api callbacksTal Shorer 2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer 2016-09-06usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer