summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+30
| * | | | | | | | | | | | | | | | | gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+46
| * | | | | | | | | | | | | | | | | gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-041-0/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-04-182-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-151-1/+1
| * | | | | | | | | | | | | | | | dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-311-5/+0
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'jens/for-4.1/core' into dm/for-nextMike Snitzer2015-03-311-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-172-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
| * | | | | | | | | | | | | | | | | | stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers2015-04-161-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-171-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-161-0/+55
* | | | | | | | | | | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-173-0/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-011-0/+34
| * | | | | | | | | | | | | | | | | | | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras2015-03-311-0/+2
| * | | | | | | | | | | | | | | | | | | IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan2015-03-311-0/+1
| * | | | | | | | | | | | | | | | | | | MIPS: Add CDMM bus supportJames Hogan2015-03-311-0/+8
| * | | | | | | | | | | | | | | | | | | IRQCHIP: mips-gic: Add missing definitions for FDC IRQJames Hogan2015-03-311-0/+6
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-1/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-179-15/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-0/+7
| * | | | | | | | | | | | | | | | | | include/linux/kconfig.h: ese macros which are already definedMichal Simek2015-04-171-8/+7
| * | | | | | | | | | | | | | | | | | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-172-1/+2
| * | | | | | | | | | | | | | | | | | kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-0/+3
| * | | | | | | | | | | | | | | | | | drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-171-0/+2
| * | | | | | | | | | | | | | | | | | lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-171-4/+4
| * | | | | | | | | | | | | | | | | | kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2015-04-171-0/+12
| * | | | | | | | | | | | | | | | | | util_macros.h: add find_closest() macroBartosz Golaszewski2015-04-171-0/+40
| * | | | | | | | | | | | | | | | | | lib: find_*_bit reimplementationYury Norov2015-04-171-2/+2
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-164-33/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2015-04-151-18/+3
| * | | | | | | | | | | | | | | | | | VFS: Add owner-filesystem positive/negative dentry checksDavid Howells2015-04-151-0/+38
| * | | | | | | | | | | | | | | | | | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-151-2/+1
| * | | | | | | | | | | | | | | | | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-0/+15
| * | | | | | | | | | | | | | | | | | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-1/+1
| * | | | | | | | | | | | | | | | | | Merge branch 'for-linus' into for-nextAl Viro2015-04-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * | | | | | | | | | | | | | | | | | | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-112-2/+2
| * | | | | | | | | | | | | | | | | | | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
| * | | | | | | | | | | | | | | | | | | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-10/+12
| * | | | | | | | | | | | | | | | | | | new helper: iov_iter_rw()Omar Sandoval2015-04-111-0/+8
* | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-162-22/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | vfs: Add general support to enforce project quota limitsLi Xi2015-03-181-0/+2
| * | | | | | | | | | | | | | | | | | | | Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-162-7/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-042-3/+20
| | * | | | | | | | | | | | | | | | | | | | quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-2/+0
| | * | | | | | | | | | | | | | | | | | | | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-042-2/+33
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * / | | | | | | | | | | | | | | | | | | quota: reorder flags in quota stateKonstantin Khlebnikov2015-03-042-15/+27
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-162-48/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-071-2/+3