summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-24Merge branch 'akpm-current/current'Stephen Rothwell
2014-04-24Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2014-04-24Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-04-23lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-04-23idr: reduce the unneeded check in free_layer()Lai Jiangshan
2014-04-23idr: don't need to shink the free list when idr_remove()Lai Jiangshan
2014-04-23idr: fix idr_replace()'s returned error codeLai Jiangshan
2014-04-23idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan
2014-04-23idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan
2014-04-23idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-04-23lib: Add CRC64 ECMA moduleMarian Chereji
2014-04-23lib/xz: enable all filters by default in KconfigLasse Collin
2014-04-23lib/xz: add comments for the intentionally missing break statementsLasse Collin
2014-04-23lib/string.c: use the name "C-string" in commentsDan Carpenter
2014-04-23lib/vsprintf: add %pT format specifierTetsuo Handa
2014-04-23x86: enable DMA CMA with swiotlbAkinobu Mita
2014-04-23mm,vmacache: add debug dataDavidlohr Bueso
2014-04-18mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso
2014-04-14Merge branch 'kbuild/lto' into kbuild/for-nextMichal Marek
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-08lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal
2014-04-07idr: remove dead codeStephen Hemminger
2014-04-07Kbuild, lto: Add Link Time Optimization support v3Andi Kleen
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria
2014-04-03lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.cRashika Kheria
2014-04-03lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann
2014-04-03lib/devres.c: fix some sparse warningsSteven Rostedt
2014-04-03vsprintf: remove %n handlingRyan Mallon
2014-04-03lib/syscall.c: unexport task_current_syscall()Andrew Morton
2014-04-03kobject: don't block for each kobject_ueventVladimir Davydov
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03lib: radix_tree: tree node interfaceJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-04-03lib: radix-tree: add radix_tree_delete_item()Johannes Weiner
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-04-01netlink: don't compare the nul-termination in nla_strcmpPablo Neira
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-28random32: avoid attempt to late reseed if in the middle of seedingSasha Levin
2014-03-23partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller
2014-03-20audit: Add generic compat syscall supportAKASHI Takahiro