summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-26kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-06-26lib-add-lz4-compressor-module-fixAndrew Morton
2013-06-26lib: add lz4 compressor moduleChanho Min
2013-06-26lib: add support for LZ4-compressed kernelKyungsik Lee
2013-06-26decompressor: add LZ4 decompressor moduleKyungsik Lee
2013-06-26lib: add weak clz/ctz functionsChanho Min
2013-06-26idr-print-a-stack-dump-after-ida_remove-warning-fixAndrew Morton
2013-06-26idr: print a stack dump after ida_remove warningJean Delvare
2013-06-26rbtree-remove-unneeded-include-fixAndrew Morton
2013-06-26dump_stack-serialize-the-output-from-dump_stack-fixAndrew Morton
2013-06-26dump_stack: serialize the output from dump_stack()Alex Thorlton
2013-06-26llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov
2013-06-26Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'arm-soc/for-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2013-06-26Merge remote-tracking branch 'mips/mips-for-linux-next'Stephen Rothwell
2013-06-24Merge branch 'exotic-arch-fixes' into for-nextGeert Uytterhoeven
2013-06-23lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven
2013-06-21lib/Kconfig.debug: Restrict FRAME_POINTER for MIPSMarkos Chandras
2013-06-20Merge branch 'next/fixes-non-critical' into for-nextArnd Bergmann
2013-06-19X.509: do not emit any informational outputArnd Bergmann
2013-06-18treewide: Fix typo in printkMasanari Iida
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman
2013-06-16percpu-refcount: use RCU-sched insted of normal RCUTejun Heo
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo
2013-06-12percpu-refcount: cosmetic updatesTejun Heo
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang
2013-06-07kobject: sanitize argument for format stringKees Cook
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-06-05crypto: crct10dif - Use PTR_RETHerbert Xu
2013-06-03percpu-refcount: Don't use silly cmpxchg()Kent Overstreet
2013-06-03percpu: implement generic percpu refcountingKent Overstreet
2013-06-03debugfs: add get/set for atomic typesSeth Jennings
2013-05-29sprintf: hex_string(): fix commentSteven Rostedt
2013-05-24MPILIB: disable usage of floating point registers on pariscHelge Deller
2013-05-23Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-05-23lib: make iovec obj instead of libRandy Dunlap
2013-05-21klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso