summaryrefslogtreecommitdiffstats
path: root/drivers/lguest (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-11usbnet: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-11-11kaweth: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-11-11sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-11-11nouveau: don't call pci_dma_supportedChristoph Hellwig1-2/+5
2015-11-11netup_unidvb: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx23885: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig3-3/+3
2015-11-11saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-11-11hugetlb: trivial comment fixNaoya Horiguchi1-2/+2
2015-11-11selftests/mlock2: add ULL suffix to 64-bit constantsGeert Uytterhoeven1-2/+2
2015-11-11selftests/mlock2: add missing #define _GNU_SOURCEGeert Uytterhoeven1-0/+1
2015-11-10fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesRich Felker1-8/+38
2015-11-10fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-10fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-10fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
2015-11-10fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-10fs/f2fs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/ext2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/exofs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-10fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
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 Pitre16-103/+0
2015-11-10drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby2-2/+2
2015-11-10dma: remove external references to dma_supportedChristoph Hellwig4-16/+3
2015-11-10Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memoryChun Chen1-1/+1
2015-11-10remove abs64()Andrew Morton13-19/+16
2015-11-10kernel.h: make abs() work with 64-bit typesMichal Nazarewicz1-21/+24
2015-11-10sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers3-4/+5
2015-11-10mips: add entry for new mlock2 syscallEric B Munson5-6/+13
2015-11-10fs/writeback.c: fix kernel-doc warningsRandy Dunlap1-1/+2
2015-11-10fs/inode.c: fix kernel-doc warningRandy Dunlap1-0/+1
2015-11-09GFS2: Fix rgrp end rounding problem for bsize < page sizeBob Peterson1-2/+3
2015-11-09hwmon: (k10temp) Remove duplicate pci-id defineAdam Majer1-1/+0
2015-11-09nios2: Remove unnecessary #ifdef guardsTobias Klauser2-4/+0
2015-11-09nios2: Switch to generic __xchg()Marek Vasut1-47/+0
2015-11-09nios2: Fix unused variable warningMarek Vasut1-1/+1
2015-11-08xtensa: implement dma_to_phys and phys_to_dmaMax Filippov1-0/+10
2015-11-08xtensa: support DMA to high memoryMax Filippov2-17/+39
2015-11-08NTB: fix 32-bit compiler warningArnd Bergmann1-2/+2
2015-11-08NTB: unify translation addressesDave Jiang2-18/+13
2015-11-08NTB: invalid buf pointer in multi-MW setupsJon Mason1-2/+2