aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes10-14/+18
2016-12-14ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso1-32/+5
2016-12-14ipc/sem: simplify wait-wake loopDavidlohr Bueso1-56/+52
2016-12-14ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso1-25/+13
2016-12-14ipc/sem: explicitly inline check_restartDavidlohr Bueso1-1/+1
2016-12-14ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso1-10/+102
2016-12-14ipc/sem: rework task wakeupsDavidlohr Bueso1-180/+86
2016-12-14ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Davidlohr Bueso1-7/+12
2016-12-14sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger1-1/+43
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger3-230/+239
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2-24/+28
2016-12-14ktest.pl: fix englishPavel Machek1-4/+4
2016-12-14drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton1-2/+1
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre1-1/+2
2016-12-14ipc/shm.c: coding style fixesShailesh Pandey1-3/+10
2016-12-14ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2016-12-14initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike)1-0/+117
2016-12-14initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)2-19/+11
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek3-8/+5
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2-18/+13
2016-12-14kdb: remove unused kdb_event handlingPetr Mladek3-4/+0
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2016-12-14kcov: add more missing includesKefeng Wang1-0/+5
2016-12-14Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek1-1/+2
2016-12-14Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek1-4/+4
2016-12-14relay: check array offset before using itDan Carpenter1-2/+2
2016-12-14igb: update code to better handle incrementing page countAlexander Duyck2-8/+23
2016-12-14igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-20/+33
2016-12-14mm: add support for releasing multiple instances of a pageAlexander Duyck2-0/+16
2016-12-14dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck1-7/+13
2016-12-14arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck1-2/+5
2016-12-14arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-2/+10
2016-12-14arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2-4/+4
2016-12-14arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck1-2/+5
2016-12-14arch/powerpc: add option to skip DMA sync as a part of mappingAlexander Duyck1-1/+8
2016-12-14arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-5/+15
2016-12-14arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck1-0/+3
2016-12-14arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-8/+18
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2-4/+6
2016-12-14arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-2/+8
2016-12-14arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-3/+13
2016-12-14arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck1-1/+7
2016-12-14arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck1-1/+5
2016-12-14arch/frv: add option to skip sync on DMA mapAlexander Duyck2-6/+17
2016-12-14arch/c6x: add option to skip sync on DMA map and unmapAlexander Duyck1-4/+10
2016-12-14arch/blackfin: add option to skip sync on DMA mapAlexander Duyck1-1/+7
2016-12-14arch/avr32: add option to skip sync on DMA mapAlexander Duyck1-1/+6
2016-12-14arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck1-6/+10
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck1-1/+4
2016-12-14sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa1-2/+2
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang1-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressBaoquan He2-4/+2
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2-9/+0
2016-12-14coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan1-3/+5
2016-12-14signals: avoid unnecessary taking of sighand->siglockWaiman Long2-0/+24
2016-12-14mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko1-3/+14
2016-12-14kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov1-1/+0
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek1-9/+3
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds19-43/+139
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds9-243/+361
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds43-567/+832
2016-12-14um: UBD ImprovementsAnton Ivanov3-27/+167
2016-12-14libceph: remove now unused finish_request() wrapperIlya Dryomov1-10/+4
2016-12-14libceph: always signal completion when doneIlya Dryomov3-16/+13
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds151-4462/+15711
2016-12-14blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi1-5/+21
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-12-14Merge branch 'vmw_pvrdma' into merge-testDoug Ledford21-2/+6009
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive19-0/+6007
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford40-162/+457
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford40-336/+875
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford46-674/+1786
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford77-1482/+3149
2016-12-14IB/mlx4: fix improper return valuePan Bian1-1/+2
2016-12-14IB/ocrdma: fix bad initializationPan Bian1-1/+1
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou1-2/+6
2016-12-14MAINTAINERS: Update Intel RDMA RNIC driver maintainersShiraz Saleem1-4/+1
2016-12-14MAINTAINERS: Remove Mitesh Ahuja from emulex maintainersLeon Romanovsky1-1/+0
2016-12-14Merge tag 'acpi-urgent-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2016-12-14IB/core: fix unmap_sg argumentSebastian Ott1-1/+1
2016-12-14Merge tag 'for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds21-65/+217
2016-12-14qede: fix general protection fault may occur on probeAmrani, Ram1-2/+2
2016-12-14Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds269-4562/+22270
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds31-39/+36
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds26-484/+2440
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-200/+461
2016-12-14IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds16-1236/+3403
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds12-88/+71
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds142-4470/+5358
2016-12-14mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche1-1/+2
2016-12-14mlx5: Remove a set-but-not-used variableBart Van Assche1-7/+0
2016-12-14mlx5: Use { } instead of { 0 } to init structBart Van Assche1-1/+1
2016-12-14IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche1-1/+4
2016-12-14IB/srp: Make mapping failures easier to debugBart Van Assche1-2/+10
2016-12-14IB/srp: Make login failures easier to debugBart Van Assche1-0/+3
2016-12-14IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche1-8/+9
2016-12-14IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche1-5/+6
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds6-37/+17
2016-12-14IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2016-12-14IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-12-14IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-12-14audit: use proper refcount locking on audit_sockRichard Guy Briggs1-6/+24
2016-12-14netns: avoid disabling irq for netns idPaul Moore1-20/+15
2016-12-14audit: don't ever sleep on a command record/messagePaul Moore1-5/+13
2016-12-14audit: handle a clean auditd shutdown with gracePaul Moore1-0/+6
2016-12-14audit: wake up kauditd_thread after auditd registersPaul Moore1-0/+1
2016-12-14audit: rework audit_log_start()Paul Moore1-56/+36
2016-12-14audit: rework the audit queue handlingPaul Moore1-121/+226
2016-12-14audit: rename the queues and kauditd related functionsPaul Moore1-20/+20
2016-12-14audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore1-35/+35
2016-12-14audit: fixup audit_init()Paul Moore1-6/+8
2016-12-14audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs1-10/+4
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-14IB/srpt: Report login failures only onceBart Van Assche1-13/+9
2016-12-14IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall2-12/+12
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry1-1/+23
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-34/+42
2016-12-14IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov1-0/+6
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds41-1302/+1450
2016-12-14IB/rdmavt: Only put mmap_info ref if it existsJim Foraker1-1/+2
2016-12-14IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek1-23/+11
2016-12-14IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek1-14/+16
2016-12-14IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann1-2/+3
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-18/+21
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-476/+1048
2016-12-14rdma UAPI: Use __kernel_sockaddr_storageJason Gunthorpe1-6/+6
2016-12-14ubifs: Initialize fstr_real_lenRichard Weinberger1-1/+1
2016-12-14nvmet_rdma: log the connection reject messageSteve Wise1-0/+3
2016-12-14ib_isert: log the connection reject messageSteve Wise1-0/+2
2016-12-14rds_rdma: log the connection reject messageSteve Wise1-1/+4
2016-12-14ib_iser: log the connection reject messageSteve Wise1-1/+4
2016-12-14nvme-rdma: use rdma connection reject helper functionsSteve Wise1-6/+36
2016-12-14rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise2-0/+26
2016-12-14rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise2-0/+20
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise6-0/+103
2016-12-14Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds9-20/+22
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2016-12-14qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun1-5/+0
2016-12-14qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-12-14qedr: Fix possible memory leak in qedr_create_qp()Wei Yongjun1-4/+8
2016-12-14qedr: return -EINVAL if pd is null and avoid null ptr dereferenceColin Ian King1-1/+3
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock4-11/+9
2016-12-14s390/pci: query fmb lengthSebastian Ott4-2/+5
2016-12-14s390/zcrypt: add missing memory clobber to ap_qci inline assemblyHeiko Carstens1-1/+1
2016-12-14s390/extmem: add missing memory clobber to dcss_set_subcodesHeiko Carstens1-1/+1
2016-12-14s390/nmi: fix inline assembly constraintsHeiko Carstens1-9/+10
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens2-10/+10
2016-12-14s390/cpumf: fix qsi inline assemblyHeiko Carstens1-7/+3
2016-12-14s390/setup: reword printk messagesMartin Schwidefsky1-2/+2
2016-12-14s390/dasd: fix typos in DASD error messagesStefan Haberland1-3/+3
2016-12-14s390: fix compile error with memmove_early() inline assemblyHeiko Carstens1-1/+1
2016-12-14s390/zcrypt: tracepoint definitions for zcrypt device driver.Harald Freudenberger2-24/+203
2016-12-14s390/zcrypt: Rework debug feature invocations.Harald Freudenberger10-143/+190
2016-12-14s390/zcrypt: Improved invalid domain response handling.Harald Freudenberger1-29/+33
2016-12-14s390/zcrypt: Fix ap_max_domain_id for older machine typesIngo Tuchscherer1-0/+3
2016-12-14s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.Harald Freudenberger2-3/+22
2016-12-14s390/zcrypt: Fixed attrition of AP adapters and domainsIngo Tuchscherer4-24/+47
2016-12-14s390/zcrypt: Introduce new zcrypt device status APIIngo Tuchscherer2-0/+79
2016-12-14s390/zcrypt: add multi domain supportIngo Tuchscherer17-1990/+2768
2016-12-14s390/zcrypt: Introduce workload balancingIngo Tuchscherer9-249/+629
2016-12-14s390/zcrypt: get rid of ap_poll_requestsMartin Schwidefsky1-10/+24
2016-12-14s390/zcrypt: header for the AP inline assmbliesMartin Schwidefsky2-175/+204
2016-12-14s390/zcrypt: simplify message type handlingMartin Schwidefsky5-67/+18
2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer7-20/+40
2016-12-14s390/zcrypt: Introduce CEX6 tolerationHarald Freudenberger2-0/+4
2016-12-14blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi1-3/+3
2016-12-14Merge branch 'syscalls' into for-linusRussell King13-877/+641
2016-12-14Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King66-1601/+606
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel1-1/+3
2016-12-14sign-file: Fix inplace signing when src and dst names are both specifiedAlex Yashchenko1-1/+1
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian1-0/+1
2016-12-14NTB: correct ntb_spad_count comment typoAaron Sierra1-1/+1
2016-12-14misc: ibmasm: fix typo in error messageColin Ian King1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEPaul Bolle3-3/+3
2016-12-14Remove last traces of ikconfig.hPaul Bolle2-3/+0
2016-12-14treewide: Fix printk() message errorsMasanari Iida19-21/+21
2016-12-14Documentation/device-mapper: s/getsize/getsz/Michael Witten5-10/+10
2016-12-14Merge branches 'for-4.10/asus', 'for-4.10/cp2112', 'for-4.10/i2c-hid-nopower'...Jiri Kosina25-477/+2144
2016-12-13block_dev: don't update file access position for sync direct IOShaohua Li1-4/+1
2016-12-13nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski1-3/+19
2016-12-13block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2016-12-13Revert "nvme: add support for the Write Zeroes command"Linus Torvalds1-21/+0
2016-12-14Merge branch 'topic/st_fdma' into for-linusVinod Koul11-9/+1688
2016-12-14Merge branch 'topic/s3c64xx' into for-linusVinod Koul6-44/+51
2016-12-14Merge branch 'topic/qcom' into for-linusVinod Koul7-106/+280
2016-12-14Merge branch 'topic/pxa' into for-linusVinod Koul1-28/+0
2016-12-14Merge branch 'topic/omap' into for-linusVinod Koul3-37/+161
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul2-11/+18
2016-12-14Merge branch 'topic/doc' into for-linusVinod Koul4-15/+15
2016-12-14Merge branch 'acpi-cppc'Rafael J. Wysocki1-4/+8
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds90-525/+2284
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds95-1240/+2265
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds43-780/+669
2016-12-13Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-70/+57
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds64-916/+2304
2016-12-13Merge tag 'hwmon-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-594/+1695
2016-12-13Merge tag 'spi-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds31-615/+2611