aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda
2015-02-13mm/util: add kstrdup_constAndrzej Hajda
2015-02-13lib: crc32: constify crc32 lookup tableDaniel Borkmann
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds
2015-02-13tile: change MAINTAINERS website from tilera.com to ezchip.comChris Metcalf
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12lib/lcm.c: replace includeRasmus Villemoes
2015-02-12lib/percpu_ida.c: remove redundant includesRasmus Villemoes
2015-02-12lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes
2015-02-12lib/stmp_device.c: replace module.h includeRasmus Villemoes
2015-02-12lib/sort.c: move include inside #if 0Rasmus Villemoes
2015-02-12lib/show_mem.c: remove redundant includeRasmus Villemoes
2015-02-12lib/radix-tree.c: change to simpler includeRasmus Villemoes
2015-02-12lib/plist.c: remove redundant includeRasmus Villemoes
2015-02-12lib/nlattr.c: remove redundant includeRasmus Villemoes
2015-02-12lib/kobject_uevent.c: remove redundant includeRasmus Villemoes
2015-02-12lib/llist.c: remove redundant includeRasmus Villemoes
2015-02-12lib/md5.c: simplify includeRasmus Villemoes
2015-02-12lib/list_sort.c: rearrange includesRasmus Villemoes
2015-02-12lib/genalloc.c: remove redundant includeRasmus Villemoes
2015-02-12lib/idr.c: remove redundant includeRasmus Villemoes
2015-02-12lib/halfmd4.c: simplify includesRasmus Villemoes
2015-02-12lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes
2015-02-12lib/sort.c: use simpler includesRasmus Villemoes
2015-02-12lib/interval_tree.c: simplify includesRasmus Villemoes
2015-02-12hexdump: make it return number of bytes placed in bufferAndy Shevchenko
2015-02-12hexdump: do a few calculations aheadAndy Shevchenko
2015-02-12hexdump: fix ascii column for the tail of a dumpAndy Shevchenko
2015-02-12hexdump: introduce test suiteAndy Shevchenko
2015-02-12lib/genalloc.c: fix the end addr check in addr_in_gen_pool()Toshi Kikuchi
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes
2015-02-12lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes
2015-02-12lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes
2015-02-12lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes