summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avr32: wire up pkey syscallsHans-Christian Noren Egtvedt2016-12-122-0/+6
* AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()Markus Elfring2016-12-121-2/+2
* AVR32-pio: Use seq_putc() in pio_bank_show()Markus Elfring2016-12-121-1/+1
* AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()Markus Elfring2016-12-121-9/+19
* AVR32-clock: Use seq_putc() in two functionsMarkus Elfring2016-12-121-3/+2
* Linux 4.9Linus Torvalds2016-12-111-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-12-112-2/+2
|\
| * MIPS: Lantiq: Fix mask of GPE frequencyHauke Mehrtens2016-12-111-1/+1
| * MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen2016-12-111-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-104-37/+57
|\ \
| * | crypto: algif_aead - fix uninitialized variable warningStephan Mueller2016-12-081-1/+1
| * | crypto: mcryptd - Check mcryptd algorithm compatibilitytim2016-12-071-7/+12
| * | crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller2016-12-071-21/+36
| * | crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă2016-12-071-2/+3
| * | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
| * | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-1021-20/+142
|\ \ \
| * | | net: mlx5: Fix Kconfig help textChristopher Covington2016-12-091-2/+0
| * | | net: smsc911x: back out silently on probe deferralsLinus Walleij2016-12-091-1/+8
| * | | ibmveth: set correct gso_size and gso_typeThomas Falcon2016-12-092-2/+64
| * | | Merge branch 'ethernet-missing-netdev-parent'David S. Miller2016-12-082-0/+2
| |\ \ \
| | * | | net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
| | * | | net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
| |/ / /
| * | | vhost-vsock: fix orphan connection resetPeng Tao2016-12-081-1/+1
| * | | Merge tag 'linux-can-fixes-for-4.9-20161208' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-081-2/+4
| |\ \ \
| | * | | can: peak: fix bad memory access and free sequence추지호2016-12-081-2/+4
| * | | | cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-083-1/+2
| * | | | driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng2016-12-081-1/+3
| * | | | ser_gigaset: return -ENOMEM on error instead of successDan Carpenter2016-12-081-1/+3
| * | | | NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2016-12-083-6/+32
| |/ / /
| * | | phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-071-3/+13
| * | | netvsc: reduce maximum GSO sizestephen hemminger2016-12-071-0/+5
| * | | drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex2016-12-071-0/+1
| * | | Merge tag 'linux-can-fixes-for-4.9-20161207' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-072-0/+4
| |\ \ \
| | * | | can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-072-0/+4
| |/ / /
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-099-28/+326
|\ \ \ \
| * | | | device-dax: fix private mapping restriction, permit read-onlyDan Williams2016-12-061-1/+1
| * | | | tools/testing/nvdimm: unit test acpi_nfit_ctl()Dan Williams2016-12-066-9/+267
| * | | | acpi, nfit: fix bus vs dimm confusion in xlat_statusDan Williams2016-12-061-3/+14
| * | | | acpi, nfit: validate ars_status output buffer sizeDan Williams2016-12-061-4/+17
| * | | | acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams2016-12-063-7/+23
| * | | | acpi, nfit: fix extended status translations for ACPI DSMsVishal Verma2016-12-061-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-092-1/+15
|\ \ \ \
| * | | | libata-scsi: disable SCT Write Same for the momentNicolai Stange2016-12-071-0/+1
| * | | | ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König2016-11-291-1/+14
* | | | | Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-091-10/+14
|\ \ \ \ \
| * | | | | ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-081-10/+14
| | |/ / / | |/| | |
* | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-12-093-4/+7
|\ \ \ \ \
| * | | | | ARM: dts: orion5x: fix number of sata port for linkstation ls-glRoger Shimizu2016-12-081-0/+4
| * | | | | ARM: dts: imx7d: fix LCDIF clock assignmentStefan Agner2016-12-071-3/+2