summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-12-03- Add some help textAndrew Morton
2010-12-03The attached patch adds a module for testing and benchmarking mutexes,David Howells
2010-12-03Make FRAME_POINTER default=y, so that people compiling their own kernelsIngo Molnar
2010-12-03This introduces CONFIG_GENERIC_FIND_LE_BIT to tell whether to use genericAkinobu Mita
2010-12-03As a preparation for providing little-endian bitops for all architectures,Akinobu Mita
2010-12-03Callback-to-callback decompression mode is used for initrd (notLasse Collin
2010-12-03The code assumes that the input is valid and not truncated. Add checks toLasse Collin
2010-12-03The return value of flush() is not checked in unlzo(). This means thatLasse Collin
2010-12-03Validate the newly decoded distance (rep0) in process_bit1(). This is toLasse Collin
2010-12-03The return value of wr->flush() is not checked in write_byte(). ThisLasse Collin
2010-12-03Return value of rc->fill() is checked in rc_read() and error() is calledLasse Collin
2010-12-03Validation of header.pos calls error() but doesn't make the functionLasse Collin
2010-12-03Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>Lasse Collin
2010-12-03Currently users of mm.h need to include <linux/slab.h> to use the macrosLasse Collin
2010-12-03set_error_fn() has become a useless complication after c1e7c3ae59Lasse Collin
2010-12-03Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>Lasse Collin
2010-12-03this_cpu_* operations can be used to optimize __percpu_counter_add a bit. Christoph Lameter
2010-12-03GIT 80efa21e18e3e64386f08e7f98282cb0cf925646 git+ssh://master.kernel.org/pub/...james toy
2010-11-29Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf
2010-10-26lib/parser: cleanup match_number()Namhyung Kim
2010-10-26percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter
2010-10-26lib/list_sort: test: check element addressesArtem Bityutskiy
2010-10-26lib/list_sort: test: unify test messagesArtem Bityutskiy
2010-10-26lib/list_sort: test: improve errors handlingArtem Bityutskiy
2010-10-26lib/list_sort: test: use generic random32Artem Bityutskiy
2010-10-26lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy
2010-10-26lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy
2010-10-26percpu_counter: add debugobj supportTejun Heo
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko
2010-10-26lib: fix scnprintf() if @size is == 0Changli Gao
2010-10-26vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches
2010-10-26percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Merge branch 'master' into for-linusPekka Enberg
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt
2010-10-22Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger
2010-10-22Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger
2010-10-22Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger
2010-10-21Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann