summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-096-1/+203
* decompressor: add LZ4 decompressor moduleKyungsik Lee2013-07-092-0/+420
* lib: add weak clz/ctz functionsChanho Min2013-07-092-1/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-052-43/+32
|\
| * crypto: crct10dif - Use PTR_RETHerbert Xu2013-06-051-3/+1
| * crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen2013-05-202-43/+34
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-042-3/+3
|\ \
| * | treewide: Fix typo in printkMasanari Iida2013-06-181-2/+2
| * | sprintf: hex_string(): fix commentSteven Rostedt2013-05-291-1/+1
* | | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-041-515/+561
|\ \ \
| * | | hang and lockup detection menuDave Hansen2013-07-041-19/+23
| * | | kconfig: consolidate printk optionsDave Hansen2013-07-041-87/+90
| * | | group locking debugging optionsDave Hansen2013-07-041-6/+10
| * | | consolidate compilation option configsDave Hansen2013-07-041-76/+80
| * | | consolidate runtime testing configsDave Hansen2013-07-041-76/+81
| * | | order memory debugging Kconfig optionsDave Hansen2013-07-041-272/+277
| * | | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-041-0/+21
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-033-8/+48
|\ \ \ \
| * | | | idr: print a stack dump after ida_remove warningJean Delvare2013-07-031-5/+2
| * | | | lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du2013-07-031-1/+1
| * | | | dump_stack: serialize the output from dump_stack()Alex Thorlton2013-07-031-2/+45
* | | | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-0315-0/+31584
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-2815-0/+31584
| | |/ / | |/| |
* | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-07-022-1/+159
|\ \ \ \
| * | | | percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-161-1/+1
| * | | | percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-131-6/+17
| * | | | percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-131-0/+31
| * | | | percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-131-3/+1
| * | | | percpu-refcount: cosmetic updatesTejun Heo2013-06-121-3/+4
| * | | | percpu-refcount: Don't use silly cmpxchg()Kent Overstreet2013-06-031-15/+4
| * | | | percpu: implement generic percpu refcountingKent Overstreet2013-06-032-1/+129
| |/ / /
* | | | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-023-18/+717
|\ \ \ \
| * | | | locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst2013-06-261-3/+5
| * | | | mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst2013-06-261-3/+261
| * | | | mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-0/+62
| * | | | mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-19/+381
| * | | | mutex: Add w/w mutex slowpath debuggingDaniel Vetter2013-06-261-0/+13
| * | | | mutex: Add support for wound/wait style locksMaarten Lankhorst2013-06-261-0/+2
| | |/ / | |/| |
* | | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-07-021-2/+0
|\ \ \ \
| * | | | X.509: do not emit any informational outputArnd Bergmann2013-06-191-2/+0
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-22/+1
|\ \ \ \
| * \ \ \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-171-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | kobject: sanitize argument for format stringKees Cook2013-06-071-1/+1
| * | | | debugfs: add get/set for atomic typesSeth Jennings2013-06-031-21/+0
| | |/ / | |/| |
* | | | Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-171-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang2013-06-121-1/+1
| |/ /
* / / net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-053-0/+31
|/ /
* | MPILIB: disable usage of floating point registers on pariscHelge Deller2013-05-241-2/+3
* | Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-231-1/+1
|\ \
| * | klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-05-211-1/+1
| |/