summaryrefslogtreecommitdiffstats
path: root/tools/vm (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-01spi/qspi: fix missing unlock on error in ti_qspi_start_transfer_one()Wei Yongjun1-0/+1
2013-09-01spi: quad: fix the name of DT propertywangyuhang2-4/+14
2013-08-31spi: core: Fix spi_register_master error handlingAxel Lin1-1/+1
2013-08-31spi: efm32: Fix build errorAxel Lin1-1/+1
2013-08-31spi: altera: Use DIV_ROUND_UP to calculate hw->bytes_per_wordAxel Lin1-1/+1
2013-08-31spi: rspi: Add spi_master_get() call to prevent use after freeAxel Lin1-1/+1
2013-08-31spi: quad: Make DT properties optionalMark Brown1-38/+34
2013-08-30spi: quad: Fix missing returnwangyuhang1-0/+1
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin4-12/+8
2013-08-29spi: use dev_get_platdata()Jingoo Han29-38/+40
2013-08-29spi: nuc900: Fix mode_bits settingAxel Lin1-1/+1
2013-08-29spi: simplify devm_request_mem_region/devm_ioremapJulia Lawall2-25/+14
2013-08-28spi: altera: Simplify altera_spi_txrx implementation for noirq caseAxel Lin1-11/+4
2013-08-27spi: spi-rspi: fix inconsistent spin_lock_irqsaveShimoda, Yoshihiro1-4/+6
2013-08-27spi/qspi: Add compatible string for am4372.Sourav Poddar2-1/+2
2013-08-27spi/qspi: Fix device table entrySourav Poddar1-1/+1
2013-08-26spi/sirf: fix the misunderstanding about len of spi_transferQipan Li1-23/+24
2013-08-26Linux 3.11-rc7v3.11-rc7Linus Torvalds1-1/+1
2013-08-24ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke1-0/+10
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter1-1/+1
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter1-1/+1
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov1-2/+0
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro4-14/+14
2013-08-23usb: phy: fix build breakageAnatolij Gustschin2-2/+2
2013-08-23USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern1-0/+5
2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott1-1/+1
2013-08-23lib/lz4: correct the LZ4 licenseRichard Laager3-7/+7
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko3-3/+2
2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1
2013-08-23drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake1-1/+1
2013-08-23spi/qspi: Add dual/quad spi read supportSourav Poddar1-1/+12
2013-08-23spi: sirf: fix error return code in spi_sirfsoc_probe()Wei Yongjun1-1/+5
2013-08-23ipv4: expose IPV4_DEVCONFstephen hemminger2-33/+35
2013-08-23ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong3-1/+26
2013-08-23be2net: fix disabling TX in be_close()Sathya Perla1-1/+1
2013-08-22Revert "ACPI / video: Always call acpi_video_init_brightness() on init"Rafael J. Wysocki1-8/+3
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0
2013-08-22spi: bcm2835: Add spi_master_get() call to prevent use after freeAxel Lin1-1/+1
2013-08-22spi: Remove a redundant test for master->running in spi_queued_transferAxel Lin1-1/+1
2013-08-22spi: conditional checking of mode and transfer bits.Sourav Poddar1-26/+30
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea3-3/+6
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds3-3/+2
2013-08-22[SCSI] zfcp: remove access control tables interface (keep sysfs files)Martin Peschke1-0/+14
2013-08-22[SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke1-7/+22
2013-08-22[SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2-6/+59
2013-08-22spi: DUAL and QUAD supportwangyuhang2-2/+116
2013-08-22spi/qspi: Add qspi flash controllerSourav Poddar4-0/+592
2013-08-22spi: spi-efm32: remove redundant dev_err call in efm32_spi_probe()Wei Yongjun1-1/+0