summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-041-4/+4
* lib/plist: add plist_requeueDan Streetman2014-06-041-0/+52
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-041-3/+3
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-041-1/+1
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-041-0/+10
* lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debugFabian Frederick2014-06-041-2/+2
* lib/debugobjects.c: add pr_fmt to loggingFabian Frederick2014-06-041-5/+8
* lib/debugobjects.c: convert printk to pr_foo()Fabian Frederick2014-06-041-7/+5
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-0/+18
|\
| * lib: add glibc style strchrnul() variantGrant Likely2014-05-231-0/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-2/+2
|\ \
| * | Kconfig.debug: Grammar s/addition/additional/Geert Uytterhoeven2014-05-051-2/+2
* | | lib/devres.c: fix checkpatch warningsFabian Frederick2014-05-241-3/+3
* | | lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick2014-05-241-2/+2
* | | Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-231-2/+2
|\ \ \ | | |/ | |/|
| * | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-2/+2
* | | kobject: Make support for uevent_helper optional.Michael Marineau2014-04-251-0/+6
|/ /
* | mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso2014-04-181-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-10/+0
|\ \
| * | get rid of DEBUG_WRITECOUNTAl Viro2014-04-011-10/+0
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-124-1/+74
|\ \ \
| * | | audit: Add generic compat syscall supportAKASHI Takahiro2014-03-204-1/+74
* | | | lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-04-081-1/+1
* | | | percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-071-4/+14
* | | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-073-6/+6
* | | | initramfs: debug detected compression methodDaniel M. Weeks2014-04-071-0/+3
* | | | lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-071-2/+2
* | | | idr: remove dead codeStephen Hemminger2014-04-071-18/+2
* | | | lib/decompress_inflate.c: include appropriate header fileRashika Kheria2014-04-031-0/+1
* | | | lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.cRashika Kheria2014-04-031-0/+7
* | | | lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2014-04-031-37/+39
* | | | lib/devres.c: fix some sparse warningsSteven Rostedt2014-04-031-5/+7
* | | | vsprintf: remove %n handlingRyan Mallon2014-04-031-36/+9
* | | | lib/syscall.c: unexport task_current_syscall()Andrew Morton2014-04-031-1/+0
* | | | kobject: don't block for each kobject_ueventVladimir Davydov2014-04-031-6/+36
* | | | mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-031-14/+22
* | | | lib: radix_tree: tree node interfaceJohannes Weiner2014-04-031-115/+148
* | | | mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-031-75/+0
* | | | lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-04-031-4/+27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-011-2/+8
| | |/ | |/|
* | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-0/+10
|\ \ \
| * | | idr: Add new function idr_is_empty()Andreas Gruenbacher2014-02-171-0/+10
* | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-011-1/+1
|\ \ \ \
| * \ \ \ Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman2014-02-181-5/+2
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo2014-02-102-1/+2
| |\ \ \ \
| * | | | | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2014-02-071-1/+1
* | | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-4/+9
|\ \ \ \ \ \
| * | | | | | vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2014-02-261-4/+9
| |/ / / / /
* | | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-311-1/+1
|\ \ \ \ \ \
OpenPOWER on IntegriCloud