summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-176-7/+10
|\
| * netns: remove BUG_ONs from net_generic()Denys Vlasenko2015-04-171-2/+0
| * net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
| * inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-1/+1
| * bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-162-3/+6
| * 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-174-0/+232
|\ \ \
| * | | 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
| * | | CLK: Add binding document for Pistachio clock controllersAndrew Bresticker2015-03-271-0/+183
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-171-1/+1
|\ \ \ \
| * | | | blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-1/+1
* | | | | Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-174-72/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-151-4/+0
| * | | | ACPICA: Update version to 20150410.Bob Moore2015-04-141-1/+1
| * | | | ACPICA: Disassembler: Some cleanup of the table dump module.Bob Moore2015-04-141-1/+2
| * | | | ACPICA: iASL: Add support for MSDM ACPI table.Bob Moore2015-04-141-2/+17
| * | | | ACPICA: Update for SLIC ACPI table.Bob Moore2015-04-141-49/+3
| * | | | ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
| * | | | ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng2015-04-141-11/+14
| * | | | ACPICA: Utilities: split IO address types from data type models.Lv Zheng2015-04-142-0/+21
| * | | | ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-04-141-6/+6
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1711-16/+91
|\ \ \ \ \
| * | | | | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-0/+7
| * | | | | seccomp: allow COMPAT sigreturn overridesKees Cook2015-04-171-0/+2
| * | | | | 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
| * | | | | errno.h: Improve ENOSYS's commentAndy Lutomirski2015-04-171-1/+10
| * | | | | 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