summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-064-2/+28
|\
| * cpuset: consider dying css as offlineTejun Heo2017-05-242-2/+22
| * cgroup: Prevent kill_css() from being called more than onceWaiman Long2017-05-172-0/+6
* | Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-065-11/+62
|\ \
| * | libata: fix error checking in in ata_parse_force_one()Tejun Heo2017-05-311-1/+1
| * | Revert "ata: sata_mv: Convert to devm_ioremap_resource()"Andrew Lunn2017-05-241-5/+8
| * | ata: libahci: properly propagate return value of platform_get_irq()Thomas Petazzoni2017-05-161-2/+3
| * | ata: sata_rcar: Handle return value of clk_prepare_enableArvind Yadav2017-05-161-3/+12
| * | ahci: Acer SA5-271 SSD Not Detected FixSui Chen2017-05-161-0/+38
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-06-054-13/+15
|\ \ \
| * | | ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel2017-06-052-10/+11
| * | | ARM: 8676/1: NOMMU: provide pgprot_device() macroVladimir Murzin2017-06-051-0/+1
| * | | ARM: 8675/1: MCPM: ensure not to enter __hyp_soft_restart from loopback and c...Sudeep Holla2017-05-231-3/+3
| | |/ | |/|
* | | Linux 4.12-rc4v4.12-rc4Linus Torvalds2017-06-051-1/+1
* | | fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-051-3/+2
* | | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-049-19/+40
|\ \ \
| * | | nfs: Mark unnecessarily extern functions as staticJan Kara2017-06-032-4/+3
| * | | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
| * | | NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust2017-05-241-1/+0
| * | | pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2017-05-242-8/+27
| * | | xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2
| * | | pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2017-05-241-0/+1
| * | | NFS fix COMMIT after COPYOlga Kornievskaia2017-05-241-1/+1
* | | | Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-06-041-2/+0
|\ \ \ \
| * | | | Revert "tty: fix port buffer locking"Greg Kroah-Hartman2017-06-041-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-044-17/+69
|\ \ \ \ \
| * | | | | Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-031-2/+3
| * | | | | Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-031-7/+36
| * | | | | Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov2017-06-0312176-273389/+1303994
| |\| | | |
| * | | | | Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLAndi Shyti2017-06-021-1/+1
| * | | | | Input: synaptics - tell users to report when they should be using rmi-smbusBenjamin Tissoires2017-05-301-1/+9
| * | | | | Input: synaptics - warn the users when there is a better modeBenjamin Tissoires2017-05-301-7/+15
| * | | | | Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires2017-05-301-1/+2
| * | | | | Input: synaptics - clear device info before filling inEric Biggers2017-05-301-0/+2
| * | | | | Input: silead - disable interrupt during suspendHans de Goede2017-05-301-0/+3
* | | | | | Merge tag 'rtc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2017-06-041-2/+2
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: update RTC mailing listAlexandre Belloni2017-05-161-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-047-35/+53
|\ \ \ \ \ \
| * | | | | | scsi: libcxgbi: fix skb use after freeVarun Prakash2017-05-242-15/+26
| * | | | | | scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com2017-05-241-0/+2
| * | | | | | scsi: qedi: set max_fin_rt default valueNilesh Javali2017-05-241-0/+1
| * | | | | | scsi: qedi: Set firmware tcp msl timer value.manish.rangankar@cavium.com2017-05-241-0/+1
| * | | | | | scsi: qedi: Fix endpoint NULL panic in qedi_set_path.manish.rangankar@cavium.com2017-05-241-1/+5
| * | | | | | scsi: qedi: Set dma_boundary to 0xfff.manish.rangankar@cavium.com2017-05-242-0/+2
| * | | | | | scsi: qedi: Correctly set firmware max supported BDs.manish.rangankar@cavium.com2017-05-241-1/+1
| * | | | | | scsi: qedi: Fix bad pte call trace when iscsiuio is stopped.Arun Easi2017-05-241-12/+11
| * | | | | | scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()Artem Savkov2017-05-241-6/+4
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-0437-170/+194
|\ \ \ \ \ \ \
| * | | | | | | RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-015-35/+15
| * | | | | | | RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky2017-06-011-1/+5