summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-0/+82
|\
| * add formats for dentry/file pathnamesAl Viro2013-09-041-0/+82
* | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-041-4/+4
|\ \
| * | swiotlb: replace dma_length with sg_dma_len() macroEunBong Song2013-08-091-4/+4
| |/
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-041-2/+2
|\ \
| * | x86, asmlinkage: Make dump_stack visibleAndi Kleen2013-08-061-2/+2
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-6/+14
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-031-6/+14
| |\ \
| | * | debugobjects: Make debug_object_activate() return statusPaul E. McKenney2013-08-181-6/+14
* | | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-13/+14
|\ \ \ \
| * \ \ \ Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-13/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | earlycpio.c: Fix the confusing comment of find_cpio_data().Tang Chen2013-08-141-13/+14
| | | |/ | | |/|
* | | | lockref: Relax in cmpxchg loopLuck, Tony2013-09-031-0/+1
* | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-033-4/+39
|\ \ \ \
| * | | | dynamic debug: line queries failing due to uninitialized local variablejbaron@akamai.com2013-08-281-1/+1
| * | | | Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-293-42/+50
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | kobject: delayed kobject release: help find buggy driversRussell King2013-07-252-3/+38
| | |_|/ | |/| |
* | | | lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2013-09-022-1/+69
* | | | lockref: uninline lockref helper functionsLinus Torvalds2013-09-022-0/+70
| |_|/ |/| |
* | | lib/lz4: correct the LZ4 licenseRichard Laager2013-08-233-7/+7
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-242-32/+43
|\ \
| * | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-242-32/+43
* | | alpha: Modernize lib/mpi/longlong.hRichard Henderson2013-07-191-10/+7
| |/ |/|
* | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-143-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-10/+5
|\ \
| * | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-131-10/+5
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-0/+1
|\ \ \
| * | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-121-0/+1
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-1/+1
|\ \ \ \
| * | | | lib/Kconfig.debug: Restrict FRAME_POINTER for MIPSMarkos Chandras2013-06-211-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-2/+122
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifierDaniel Borkmann2013-07-011-2/+122
* | | | | lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter2013-07-091-2/+4
* | | | | lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2013-07-091-5/+83
* | | | | lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita2013-07-091-15/+24
* | | | | lib: add lz4 compressor moduleChanho Min2013-07-096-2/+1056
* | | | | 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
OpenPOWER on IntegriCloud