aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-11-291-33/+0
|\
| * kref: Remove kref_put_spinlock_irqsave()Bart Van Assche2015-11-281-33/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-291-1/+2
|\ \
| * | thermal: fix thermal_zone_bind_cooling_device prototypeArnd Bergmann2015-11-231-1/+2
* | | Merge tag 'pci-v4.4-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-281-0/+9
|\ \ \
| * | | ARM/PCI: Move align_resource function pointer to pci_host_bridge structureGabriele Paoloni2015-11-251-0/+9
| | |/ | |/|
* | | Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-271-0/+1
|\ \ \
| * | | nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton2015-11-231-0/+1
| |/ /
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-271-1/+1
|\ \ \
| * | | Merge tag 'v4.4-rc2' into fixesArnd Bergmann2015-11-2512-52/+88
| |\| |
| * | | scpi: hide get_scpi_ops in module from built-in codeArnd Bergmann2015-11-191-1/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-272-2/+2
|\ \ \ \
| * | | | arm64: fix building without CONFIG_UID16Arnd Bergmann2015-11-252-2/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-251-0/+11
|\ \ \ \
| * | | | Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-2412-52/+88
| |\| | |
| * | | | KVM: Provide function for VCPU lookup by idDavid Hildenbrand2015-11-191-0/+11
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-241-132/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | lightnvm: add free and bad lun info to show lunsJavier Gonzalez2015-11-201-2/+2
| * | | lightnvm: keep track of block countsJavier Gonzalez2015-11-201-0/+2
| * | | lightnvm: remove linear and device addr modesMatias Bjørling2015-11-161-120/+34
| * | | lightnvm: remove unused attrs in nvm_id structsMatias Bjørling2015-11-161-6/+1
| * | | lightnvm: expose mccap in identify commandMatias Bjørling2015-11-161-0/+1
| * | | lightnvm: update bad block table formatMatias Bjørling2015-11-161-3/+3
| * | | lightnvm: change max_phys_sect to uintMatias Bjørling2015-11-161-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-221-1/+1
|\ \ \
| * | | slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-221-1/+1
* | | | Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-221-3/+3
|\ \ \ \
| * | | | tty: audit: Fix audit sourcePeter Hurley2015-11-201-3/+3
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-214-19/+37
|\ \ \ \ | | |/ / | |/| |
| * | | mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton2015-11-201-1/+1
| * | | kernel/signal.c: unexport sigsuspend()Richard Weinberger2015-11-201-1/+0
| * | | configfs: allow dynamic group creationDaniel Baluta2015-11-201-0/+10
| * | | slab.h: sprinkle __assume_aligned attributesRasmus Villemoes2015-11-201-17/+26
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-201-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | block: protect rw_page against device teardownDan Williams2015-11-191-0/+2
| |/ /
* | | Merge tag 'dmaengine-fix-4.4-rc2' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2015-11-191-1/+1
|\ \ \
| * | | dmaengine: of_dma: Correct return code for of_dma_request_slave_channel in ca...Peter Ujfalusi2015-11-161-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-175-28/+44
|\ \ \ | |/ / |/| |
| * | phy: marvell: Add support for 88E1540 PHYAndrew Lunn2015-11-171-0/+1
| * | vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-0/+5
| * | net/mlx5e: Added self loopback preventionTariq Toukan2015-11-151-10/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-123-18/+24
| |\ \
| | * | net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso2015-11-101-12/+15
| | * | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2015-11-081-1/+1
| | |\ \
| | | * | netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-1/+1
| | * | | netfilter: ingress: fix wrong input interface on hookPablo Neira Ayuso2015-11-061-2/+2
| | * | | netfilter: ingress: don't use nf_hook_list_activeFlorian Westphal2015-11-061-3/+6
| | |/ /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-151-0/+17
|\ \ \ \
| * | | | irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith2015-11-111-0/+17
* | | | | Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-132-4/+15
|\ \ \ \ \