summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alpha: Package string routines togetherRichard Henderson2017-08-291-6/+16
* alpha: Update for new syscallsRichard Henderson2017-08-293-1/+24
* alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2017-08-292-0/+4
* Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-243-9/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-08-234-11/+17
|\
| * arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas2017-08-221-7/+3
| * arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel2017-08-222-4/+9
| * arm64: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-221-1/+4
| * arm64: fpsimd: Prevent registers leaking across execDave Martin2017-08-221-0/+2
* | Merge tag 'gpio-v4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-08-232-3/+9
|\ \
| * | gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT2017-08-141-1/+1
| * | gpio: reject invalid gpio before getting gpio_descMasami Hiramatsu2017-08-141-2/+8
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-08-2311-13/+47
|\ \ \
| * | | scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash2017-08-171-0/+3
| * | | Revert "scsi: default to scsi-mq"Christoph Hellwig2017-08-172-0/+15
| * | | scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal2017-08-173-4/+9
| * | | scsi: aacraid: Fix out of bounds in aac_get_name_respRaghava Aditya Renukunta2017-08-172-3/+8
| * | | scsi: csiostor: fail probe if fw does not support FCoEVarun Prakash2017-08-172-5/+11
| * | | scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang2017-08-171-1/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-232-4/+9
|\ \ \ \
| * | | | ext4: add missing xattr hash updateTahsin Erdogan2017-08-141-2/+4
| * | | | ext4: fix clang build regressionTheodore Ts'o2017-08-141-2/+5
* | | | | Merge tag 'mfd-fixes-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2017-08-221-0/+6
|\ \ \ \ \
| * | | | | Revert "mfd: da9061: Fix to remove BBAT_CONT register from chip model"Lee Jones2017-08-221-0/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-08-214-15/+15
|\ \ \ \ \ \
| * | | | | | sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni2017-08-211-1/+1
| * | | | | | sparc64: remove unnecessary log messageTushar Dave2017-08-161-2/+0
| * | | | | | sparc64: Don't clibber fixed registers in __multi4.David S. Miller2017-08-161-12/+12
| * | | | | | mm: add pmd_t initializer __pmd() to work around a GCC bug.Zi Yan2017-08-111-0/+2
* | | | | | | Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-2125-70/+153
|\ \ \ \ \ \ \
| * | | | | | | arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2017-08-112-1/+16
| * | | | | | | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-043-7/+41
| * | | | | | | ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-042-2/+13
| * | | | | | | ARC: dma: implement dma_unmap_page and sg variantVineet Gupta2017-08-041-0/+45
| * | | | | | | ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin2017-08-041-0/+3
| * | | | | | | ARC: [plat-sim] Include this platform unconditionallyVineet Gupta2017-08-0412-24/+5
| * | | | | | | ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103Eugeniy Paltsev2017-08-044-34/+30
| * | | | | | | ARC: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-182-2/+0
* | | | | | | | Merge tag 'rtc-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-08-211-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | rtc: ds1307: fix regmap configHeiner Kallweit2017-08-211-1/+0
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-2131-72/+144
|\ \ \ \ \ \ \ \
| * | | | | | | | ipv6: repair fib6 tree in failure caseWei Wang2017-08-211-13/+11
| * | | | | | | | net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-211-1/+4
| * | | | | | | | tools lib bpf: improve warningEric Leblond2017-08-211-1/+2
| * | | | | | | | switchdev: documentation: minor typo fixesChris Packham2017-08-211-2/+2
| * | | | | | | | bpf, doc: also add s390x as arch to sysctl descriptionDaniel Borkmann2017-08-211-0/+1
| * | | | | | | | net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-191-0/+2
| * | | | | | | | rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-191-0/+1
| * | | | | | | | irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-191-1/+1
| * | | | | | | | net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen2017-08-191-2/+2