summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-77/+46
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds5-0/+737
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds194-2463/+5681
2016-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds134-1267/+6990
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-103/+454
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds192-15213/+49074
2016-03-23ia64/extable: use generic search and sort routinesArd Biesheuvel2-101/+4
2016-03-23x86/extable: use generic search and sort routinesArd Biesheuvel2-111/+2
2016-03-23s390/extable: use generic search and sort routinesArd Biesheuvel3-93/+2
2016-03-23alpha/extable: use generic search and sort routinesArd Biesheuvel3-95/+9
2016-03-23kernel/...: convert pr_warning to pr_warnJoe Perches13-60/+52
2016-03-23drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey1-1/+4
2016-03-23drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey1-4/+16
2016-03-23memremap: add MEMREMAP_WC flagBrian Starkey2-2/+12
2016-03-23memremap: don't modify flagsBrian Starkey1-7/+7
2016-03-23kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-03-23mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-03-23ipc/sem: make semctl setting sempid consistentDavidlohr Bueso1-2/+11
2016-03-23ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2-0/+9
2016-03-23kfifo: fix sparse complaintsStefani Seibold1-1/+1
2016-03-23scripts/gdb: account for changes in module data structureJan Kiszka2-3/+4
2016-03-23scripts/gdb: add cmdline reader commandKieran Bingham1-0/+13
2016-03-23scripts/gdb: add version commandKieran Bingham2-0/+29
2016-03-23kernel: add kcov code coverageDmitry Vyukov28-1/+567
2016-03-23profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2016-03-23hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-03-23ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-1/+1
2016-03-23panic: change nmi_panic from macro to functionHidehiro Kawai2-20/+21
2016-03-23eventfd: document lockless access in eventfd_pollPaolo Bonzini1-2/+40
2016-03-23cred/userns: define current_user_ns() as a functionArnd Bergmann2-3/+4
2016-03-23rapidio: add mport char device driverAlexandre Bounine6-0/+3105
2016-03-23rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine1-9/+73
2016-03-23rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine1-9/+16
2016-03-23rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine1-16/+21
2016-03-23rapidio/tsi721: add filtered debug outputAlexandre Bounine4-189/+249
2016-03-23rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2-7/+235
2016-03-23rapidio: add outbound window supportAlexandre Bounine3-0/+59
2016-03-23rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine1-12/+30
2016-03-23rapidio: add global inbound port write interfacesAlexandre Bounine7-51/+144
2016-03-23rapidio: move rio_pw_enable into core codeAlexandre Bounine4-11/+22
2016-03-23rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine3-13/+15
2016-03-23rapidio: add lock protection for doorbell listAlexandre Bounine2-3/+8
2016-03-23rapidio/rionet: add mport removal handlingAlexandre Bounine1-26/+44
2016-03-23rapidio/rionet: add locking into add/remove deviceAlexandre Bounine1-50/+102
2016-03-23powerpc/fsl_rio: changes to mport registrationAlexandre Bounine1-6/+12
2016-03-23rapidio/tsi721: add HW specific mport removalAlexandre Bounine3-122/+212
2016-03-23rapidio: add core mport removal supportAlexandre Bounine3-20/+98
2016-03-23rapidio: move net allocation into core codeAlexandre Bounine4-44/+128
2016-03-23rapidio: rework common RIO device add/delete routinesAlexandre Bounine3-12/+36
2016-03-23rapidio/rionet: add shutdown event handlingAlexandre Bounine1-0/+38