aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* flex_array: export symbols to modulesDavid Rientjes2011-01-132-2/+12
* lib/vsprintf.c: fix vscnprintf() if @size is == 0Anton Arapov2011-01-131-8/+8
* include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2011-01-131-0/+2
* kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg2011-01-131-0/+22
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-5/+4
|\
| * dynamic debug: Fix build issue with older gccJason Baron2011-01-071-5/+4
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-101-0/+30
|\ \
| * \ Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-161-0/+30
| |\ \
| | * | kref: Add a kref_sub functionThomas Hellstrom2010-11-221-0/+30
* | | | Merge branch 'master' into nextJames Morris2011-01-108-20/+190
|\ \ \ \
| * \ \ \ Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-5/+3
| |\ \ \ \
| | * | | | percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp...Christoph Lameter2010-12-171-5/+3
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-064-11/+77
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-2/+0
| | |\ \ \ | | | |/ /
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-131-8/+12
| | |\ \ \
| | | * | | lib: Improve EWMA efficiency by using bitshiftsBruno Randolf2010-12-061-8/+12
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-243-0/+62
| | |\ \ \ \ | | | |/ / /
| | | * | | lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf2010-11-183-0/+62
| | * | | | netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt2010-11-161-11/+11
| | | |_|/ | | |/| |
| * | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-062-1/+108
| |\ \ \ \
| | * | | | timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner2010-12-111-14/+0
| | * | | | timers: Fixup allmodconfig build issueJohn Stultz2010-12-101-2/+5
| | * | | | timers: Rename timerlist infrastructure to timerqueueJohn Stultz2010-12-102-21/+21
| | * | | | timers: Introduce timerlist infrastructure.John Stultz2010-12-022-1/+119
| * | | | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-221-1/+2
| | |_|_|/ | |/| | |
| * | | | Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie2010-11-291-2/+0
| | |/ / | |/| |
* | | | lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-291-0/+16
|/ / /
* | | radix-tree: fix RCU bugNick Piggin2010-11-121-25/+58
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-271-0/+13
|\ \
| * | move async raid6 test to lib/Kconfig.debugDan Williams2010-10-071-0/+13
* | | docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-261-24/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-261-1/+1
|\ \ \
| * | | kmemleak: add TILE to the list of supported architectures.Chris Metcalf2010-10-141-1/+1
* | | | div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-261-10/+42
* | | | lib/parser: cleanup match_number()Namhyung Kim2010-10-261-3/+4
* | | | percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter2010-10-261-3/+3
* | | | lib/list_sort: test: check element addressesArtem Bityutskiy2010-10-261-8/+67
* | | | lib/list_sort: test: unify test messagesArtem Bityutskiy2010-10-261-9/+10
* | | | lib/list_sort: test: improve errors handlingArtem Bityutskiy2010-10-261-27/+38
* | | | lib/list_sort: test: use generic random32Artem Bityutskiy2010-10-261-12/+15
* | | | lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy2010-10-261-8/+8
* | | | lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy2010-10-262-2/+11
* | | | percpu_counter: add debugobj supportTejun Heo2010-10-262-0/+56
* | | | idr: fix idr_pre_get() locking descriptionNaohiro Aota2010-10-261-11/+13
* | | | lib/bitmap.c: use hex_to_bin()Andy Shevchenko2010-10-261-2/+1
* | | | lib: fix scnprintf() if @size is == 0Changli Gao2010-10-261-2/+6
* | | | vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches2010-10-261-2/+9
* | | | percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH2010-10-261-0/+1
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-6/+7
|\ \ \ \
| * | | | idr: describe how nextidp works in idr_get_next().Naohiro Aota2010-08-311-1/+2