summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-01-24dynamic_debug: process multiple debug-queries on a lineJim Cromie
2012-01-24dynamic_debug: factor vpr_info_dq out of ddebug_parse_queryJim Cromie
2012-01-24dynamic_debug: add trim_prefix() to provide source-root relative pathsJim Cromie
2012-01-24dynamic_debug: enlarge command/query write bufferJim Cromie
2012-01-24dynamic_debug: chop off comments in ddebug_tokenizeJim Cromie
2012-01-24dynamic_debug: early return if _ddebug table is emptyJim Cromie
2012-01-24dynamic_debug: tighten up error checking on debug queriesJim Cromie
2012-01-24dynamic_debug: describe_flags with '=[pmflt_]*'Jim Cromie
2012-01-24dynamic_debug: drop explicit !=NULL checksJim Cromie
2012-01-24dynamic_debug: pr_err() call should not depend upon verbosityJim Cromie
2012-01-24dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()Jim Cromie
2012-01-24dynamic_debug: change verbosity at runtimeJim Cromie
2012-01-24dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINTJim Cromie
2012-01-24dynamic_debug: fix whitespace complaints from scripts/cleanfileJim Cromie
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells
2012-01-18lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin
2012-01-18lib: MPILIB Kconfig description updateDmitry Kasatkin
2012-01-18lib: digital signature dependency fixDmitry Kasatkin
2012-01-18lib: digital signature config option name changeDmitry Kasatkin
2012-01-14Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarina...Linus Torvalds
2012-01-12unlzo: fix input buffer freeSascha Hauer
2012-01-12radix_tree: take radix_tree_path off stackHugh Dickins
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds
2012-01-10crc32: optimize inner loopJoakim Tjernlund
2012-01-10btree: export btree_get_prev() so modules can use btree_for_eachSteve Hodgson
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-01-09Merge branch 'next' into for-linusJames Morris
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-01-03switch debugfs to umode_tAl Viro
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-21kobject: remove kset_find_obj_hinted()Kay Sievers
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-13kref: Inline all functionsPeter Zijlstra
2011-12-09driver-core: skip uevent generation when nobody is listeningKay Sievers
2011-12-08sch_red: Adaptative RED AQMEric Dumazet
2011-12-08mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk
2011-12-06decompress_bunzip2: remove invalid vi modelinePaul Bolle
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle
2011-12-02kmemleak: Add support for memory hotplugLaura Abbott
2011-11-29dql: Dynamic queue limitsTom Herbert