summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-11-14Merge tag 'vfio-v4.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+3
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-14/+6
2015-11-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+89
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+15
2015-11-12Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+18
2015-11-12Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+9
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+0
2015-11-11Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-3/+86
2015-11-11block: don't hardcode blk_qc_t -> tag maskJens Axboe1-1/+1
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler1-2/+0
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-2/+0
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+8
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds5-4/+41
2015-11-11of: Provide static inline function for of_translate_address if neededGuenter Roeck2-2/+9
2015-11-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-1/+200
2015-11-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-8/+57
2015-11-11Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+0
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-30/+16
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-10/+6
2015-11-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-8/+15
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-102/+6
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-16/+111
2015-11-10pwm: Set enable state properly on failed call to enableJonathan Richardson1-0/+3
2015-11-10context_tracking: avoid irq_save/irq_restore on guest entry and exitPaolo Bonzini1-2/+6
2015-11-10context_tracking: remove duplicate enabled checkPaolo Bonzini1-2/+2
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang1-0/+29
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang2-0/+52
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-29/+23
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-6/+49
2015-11-10include/linux/kdev_t.h: old/new_valid_dev() can return boolYaowei Bai1-2/+2
2015-11-10include/linux/kdev_t.h: remove unused huge_valid_dev()Yaowei Bai1-5/+0
2015-11-10kmap_atomic_to_page() has no users, remove itNicolas Pitre1-1/+0
2015-11-10remove abs64()Andrew Morton1-3/+0
2015-11-10kernel.h: make abs() work with 64-bit typesMichal Nazarewicz1-21/+24
2015-11-09coredump: add DAX filtering for ELF coredumpsRoss Zwisler1-1/+3
2015-11-09Merge branch 'for-4.4/hotplug' into libnvdimm-for-nextDan Williams2-1/+6
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-337/+370
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-9/+23
2015-11-07block: add block polling supportJens Axboe2-0/+13
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe4-4/+28
2015-11-07include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt1-2/+2
2015-11-07dma-mapping: tidy up dma_parms default handlingRobin Murphy1-7/+11
2015-11-07signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov1-0/+10
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-5/+6
2015-11-07signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-6/+1
2015-11-07rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer1-2/+10
2015-11-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes1-0/+2
2015-11-07bitops.h: add sign_extend64()Martin Kepplinger1-0/+11