summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-05llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton
2013-11-05llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig
2013-11-05vsprintf: ignore %n againKees Cook
2013-11-05Merge branch 'akpm-current/current'Stephen Rothwell
2013-11-05kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen
2013-11-05lib: Add CRC64 ECMA moduleMarian Chereji
2013-11-05lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen
2013-11-05lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong
2013-11-05lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson
2013-11-05lib/debugobjects.c: remove unnecessary work pending testXie XiuQi
2013-11-05vsprintf: check real user/group id for %pKRyan Mallon
2013-11-05percpu: add test module for various percpu operationsGreg Thelen
2013-11-05mm: do not walk all of system memory during show_memMel Gorman
2013-11-05Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'target-updates/for-next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'xen-tip/linux-next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'security/next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2013-11-05Merge remote-tracking branch 'gfs2/master'Stephen Rothwell
2013-11-04lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann
2013-11-04lib: crc32: conditionally resched when running testcasesDaniel Borkmann
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann
2013-11-03lib: crc32: clean up spacing in test casesDaniel Borkmann
2013-11-01Merge branch 'sched/core'Ingo Molnar
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei
2013-10-29Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds
2013-10-29Merge branch 'swiotlb-xen' into xentip/linux-nextStefano Stabellini
2013-10-25percpu_ida: add an API to return free tagsShaohua Li
2013-10-25percpu_ida: add percpu_ida_for_each_freeShaohua Li
2013-10-25percpu_ida: make percpu_ida percpu size/batch configurableShaohua Li
2013-10-25percpu_counter: make APIs irq safeShaohua Li
2013-10-25swiotlb: print a warning when the swiotlb is fullStefano Stabellini
2013-10-24Merge branch 'devel/for-linus-3.13' into linux-nextKonrad Rzeszutek Wilk
2013-10-24tracing/events: Fix swiotlb tracepoint creationThierry Reding
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-16percpu_refcount: export symbolsMatias Bjorling
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-10kobject: show debug info on delayed kobject releaseFengguang Wu
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo