aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13flex_array: export symbols to modulesDavid Rientjes2-2/+12
2011-01-13lib/vsprintf.c: fix vscnprintf() if @size is == 0Anton Arapov1-8/+8
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-0/+2
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg1-0/+22
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2011-01-10Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+30
2011-01-10Merge branch 'master' into nextJames Morris8-20/+190
2011-01-07dynamic debug: Fix build issue with older gccJason Baron1-5/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-5/+3
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-11/+77
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+108
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-1/+2
2010-12-17percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options.Christoph Lameter1-5/+3
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-0/+30
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+12
2010-12-11timerqueue: Make timerqueue_getnext() static inlineThomas Gleixner1-14/+0
2010-12-10timers: Fixup allmodconfig build issueJohn Stultz1-2/+5
2010-12-10timers: Rename timerlist infrastructure to timerqueueJohn Stultz2-21/+21
2010-12-06lib: Improve EWMA efficiency by using bitshiftsBruno Randolf1-8/+12
2010-12-02timers: Introduce timerlist infrastructure.John Stultz2-1/+119
2010-11-29Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie1-2/+0
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+16
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-0/+62
2010-11-22kref: Add a kref_sub functionThomas Hellstrom1-0/+30
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf3-0/+62
2010-11-16netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt1-11/+11
2010-11-12radix-tree: fix RCU bugNick Piggin1-25/+58
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+13
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap1-24/+25
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf1-10/+42
2010-10-26lib/parser: cleanup match_number()Namhyung Kim1-3/+4
2010-10-26percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter1-3/+3
2010-10-26lib/list_sort: test: check element addressesArtem Bityutskiy1-8/+67
2010-10-26lib/list_sort: test: unify test messagesArtem Bityutskiy1-9/+10
2010-10-26lib/list_sort: test: improve errors handlingArtem Bityutskiy1-27/+38
2010-10-26lib/list_sort: test: use generic random32Artem Bityutskiy1-12/+15
2010-10-26lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy1-8/+8
2010-10-26lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy2-2/+11
2010-10-26percpu_counter: add debugobj supportTejun Heo2-0/+56
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota1-11/+13
2010-10-26lib/bitmap.c: use hex_to_bin()Andy Shevchenko1-2/+1
2010-10-26lib: fix scnprintf() if @size is == 0Changli Gao1-2/+6
2010-10-26vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches1-2/+9
2010-10-26percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+7
2010-10-24Merge branch 'master' into for-linusPekka Enberg8-83/+183
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-25/+112
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1