aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-27lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon1-8/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-5/+4
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds4-0/+1764
2013-11-19percpu-refcount: Add percpu-refcount.o to obj-yRandy Dunlap1-2/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+8
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+6
2013-11-15kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen1-2/+2
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig1-0/+22
2013-11-15vsprintf: ignore %n againKees Cook1-11/+9
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2-8/+1
2013-11-14random32: use msecs_to_jiffies for reseed timerDaniel Borkmann1-2/+6
2013-11-14random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-1060/+0
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-23/+81
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-234/+536
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen1-0/+28
2013-11-13lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-11-13lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson1-0/+2
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi1-1/+1
2013-11-13vsprintf: check real user/group id for %pKRyan Mallon1-3/+30
2013-11-13percpu: add test module for various percpu operationsGreg Thelen3-0/+149
2013-11-13mm: do not walk all of system memory during show_memMel Gorman1-28/+11
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann2-6/+196
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann1-34/+46
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa1-1/+22
2013-11-11random32: add periodic reseedingHannes Frederic Sowa1-0/+23
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk1-0/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk3-8/+24
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2-23/+81
2013-11-07percpu-refcount: Add EXPORT_SYMBOL to use percpu_ref from modulesNicholas Bellinger1-0/+3
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds1-4/+1
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+9
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+89
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2-166/+0
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra3-591/+0
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra2-303/+0
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2-3/+2
2013-11-04lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann1-2/+2
2013-11-04lib: crc32: conditionally resched when running testcasesDaniel Borkmann1-0/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann1-0/+72
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann1-0/+81
2013-11-03lib: crc32: clean up spacing in test casesDaniel Borkmann1-200/+100
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar2-1/+4
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei1-1/+2
2013-10-29Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds1-1/+1
2013-10-25percpu_ida: add an API to return free tagsShaohua Li1-0/+17
2013-10-25percpu_ida: add percpu_ida_for_each_freeShaohua Li1-0/+44
2013-10-25percpu_ida: make percpu_ida percpu size/batch configurableShaohua Li1-17/+11
2013-10-25percpu_counter: make APIs irq safeShaohua Li1-6/+9
2013-10-25swiotlb: print a warning when the swiotlb is fullStefano Stabellini1-0/+1
2013-10-24tracing/events: Fix swiotlb tracepoint creationThierry Reding1-0/+1
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2-0/+5
2013-10-16percpu_refcount: export symbolsMatias Bjorling1-0/+3
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-0/+9
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse1-0/+1
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-1/+1
2013-10-10kobject: show debug info on delayed kobject releaseFengguang Wu1-1/+1
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar3-7/+23
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo1-0/+12
2013-10-03percpu_ida: Removing unused arguement from alloc_local_tagNick Swenson1-3/+2
2013-10-02tracing/events: Add bounce tracing to swiotblZoltan Kiss1-0/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2-7/+21
2013-09-28lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens1-1/+9
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman1-4/+1
2013-09-27lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon1-2/+11
2013-09-26kobject: introduce kobj_completionJeff Mahoney1-0/+50
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo1-1/+4
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-4/+24
2013-09-25MPILIB: add module description and licenseKonstantin Khlebnikov1-0/+3
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra2-3/+2
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells1-0/+1
2013-09-24Add a generic associative array implementation.David Howells3-0/+1760
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks1-0/+2
2013-09-20lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon1-2/+2
2013-09-13Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-7/+1
2013-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+10
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2-7/+1
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-2/+338
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu1-1/+10
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky1-4/+4
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-2/+39
2013-09-11rbtree: allow tests to run as builtinCody P Schafer1-1/+1
2013-09-11rbtree_test: add test for postorder iterationCody P Schafer1-0/+12
2013-09-11rbtree: add postorder iteration functionsCody P Schafer1-0/+40
2013-09-11lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot1-1/+1
2013-09-11lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng1-6/+11
2013-09-11lib/genalloc.c: correct dev_get_gen_pool documentationEmilio López1-1/+0
2013-09-11lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-09-11lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim1-7/+12
2013-09-10Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+40
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds4-1/+103
2013-09-09idr: Percpu idaKent Overstreet2-2/+338
2013-09-09Merge tag 'arc-v3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds1-3/+3
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds1-0/+38
2013-09-07lockref: fix docbook argument namesLinus Torvalds1-4/+4
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+15
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-43/+33
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2-43/+33
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-1/+210
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+82
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King6-1/+210
2013-09-05Kconfig.debug: Add FRAME_POINTER anti-dependency for ARCVineet Gupta1-3/+3
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+4
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+14
2013-09-04add formats for dentry/file pathnamesAl Viro1-0/+82
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+14
2013-09-03lockref: Relax in cmpxchg loopLuck, Tony1-0/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+39
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-6/+14
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2-1/+69
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds2-0/+70
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman1-0/+15
2013-08-28dynamic debug: line queries failing due to uninitialized local variablejbaron@akamai.com1-1/+1
2013-08-28Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King3-42/+50
2013-08-27raid6/test: replace echo -e with printfMax Filippov1-1/+1
2013-08-27RAID: add tilegx SIMD implementation of raid6Ken Steele4-0/+102
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-13/+14
2013-08-23lib/lz4: correct the LZ4 licenseRichard Laager3-7/+7
2013-08-23math64: New separate div64_u64_rem helperMike Snitzer1-0/+40
2013-08-18debugobjects: Make debug_object_activate() return statusPaul E. McKenney1-6/+14
2013-08-14earlycpio.c: Fix the confusing comment of find_cpio_data().Tang Chen1-13/+14
2013-08-09swiotlb: replace dma_length with sg_dma_len() macroEunBong Song1-4/+4
2013-08-06x86, asmlinkage: Make dump_stack visibleAndi Kleen1-2/+2
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman3-42/+50
2013-07-25kobject: delayed kobject release: help find buggy driversRussell King2-3/+38
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-32/+43
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2-32/+43
2013-07-22Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm ...Russell King6-1/+210
2013-07-19alpha: Modernize lib/mpi/longlong.hRichard Henderson1-10/+7
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker3-3/+3
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+5
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov1-10/+5
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-0/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+122
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter1-2/+4
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita1-5/+83
2013-07-09lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita1-15/+24
2013-07-09lib: add lz4 compressor moduleChanho Min6-2/+1056
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee6-1/+203
2013-07-09decompressor: add LZ4 decompressor moduleKyungsik Lee2-0/+420
2013-07-09lib: add weak clz/ctz functionsChanho Min2-1/+59
2013-07-08lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel6-1/+210
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-43/+32
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds1-515/+561
2013-07-04hang and lockup detection menuDave Hansen1-19/+23
2013-07-04kconfig: consolidate printk optionsDave Hansen1-87/+90
2013-07-04group locking debugging optionsDave Hansen1-6/+10
2013-07-04consolidate compilation option configsDave Hansen1-76/+80
2013-07-04consolidate runtime testing configsDave Hansen1-76/+81
2013-07-04order memory debugging Kconfig optionsDave Hansen1-272/+277
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen1-0/+21
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-8/+48
2013-07-03idr: print a stack dump after ida_remove warningJean Delvare1-5/+2
2013-07-03lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du1-1/+1
2013-07-03dump_stack: serialize the output from dump_stack()Alex Thorlton1-2/+45
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-0/+31584
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-1/+159
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-18/+717
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+0
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+1
2013-07-01lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifierDaniel Borkmann1-2/+122
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven15-0/+31584
2013-06-26locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst1-3/+5
2013-06-26mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst1-3/+261
2013-06-26mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst1-0/+62
2013-06-26mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst1-19/+381
2013-06-26mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-0/+13
2013-06-26mutex: Add support for wound/wait style locksMaarten Lankhorst1-0/+2
2013-06-21lib/Kconfig.debug: Restrict FRAME_POINTER for MIPSMarkos Chandras1-1/+1
2013-06-19X.509: do not emit any informational outputArnd Bergmann1-2/+0
2013-06-18treewide: Fix typo in printkMasanari Iida1-2/+2
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+1
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2013-06-16percpu-refcount: use RCU-sched insted of normal RCUTejun Heo1-1/+1
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo1-6/+17
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo1-0/+31
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo1-3/+1
2013-06-12percpu-refcount: cosmetic updatesTejun Heo1-3/+4
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang1-1/+1
2013-06-07kobject: sanitize argument for format stringKees Cook1-1/+1
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko3-0/+31
2013-06-05crypto: crct10dif - Use PTR_RETHerbert Xu1-3/+1
2013-06-03percpu-refcount: Don't use silly cmpxchg()Kent Overstreet1-15/+4
2013-06-03percpu: implement generic percpu refcountingKent Overstreet2-1/+129
2013-06-03debugfs: add get/set for atomic typesSeth Jennings1-21/+0
2013-05-29sprintf: hex_string(): fix commentSteven Rostedt1-1/+1
2013-05-24MPILIB: disable usage of floating point registers on pariscHelge Deller1-2/+3
2013-05-23Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-05-23lib: make iovec obj instead of libRandy Dunlap1-2/+2