summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-04-021-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lib/syscall: Clear return values when no stackKees Cook2017-03-241-0/+1
| * | | | | | | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-04-018-592/+375
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | parisc: Avoid stalled CPU warnings after system shutdownHelge Deller2017-03-291-0/+2
| | * | | | | | | | | | parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-03-295-134/+52
| | * | | | | | | | | | parisc: Fix access fault handling in pa_memcpy()Helge Deller2017-03-292-458/+321
| * | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-0112-39/+57
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-2912-39/+57
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-271-2/+0
| | | * | | | | | | | | | | scsi: lpfc: fix building without debugfs supportArnd Bergmann2017-03-232-10/+16
| | | * | | | | | | | | | | scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy2017-03-231-1/+2
| | | * | | | | | | | | | | scsi: hpsa: fix volume offline stateTomas Henzl2017-03-231-0/+1
| | | * | | | | | | | | | | scsi: libsas: fix ata xfer lengthJohn Garry2017-03-201-1/+1
| | | * | | | | | | | | | | scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche2017-03-191-1/+1
| | | * | | | | | | | | | | scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche2017-03-191-5/+15
| | | * | | | | | | | | | | scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche2017-03-191-9/+9
| | | * | | | | | | | | | | scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang2017-03-161-0/+2
| | | * | | | | | | | | | | scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERRTomas Winkler2017-03-151-2/+2
| | | * | | | | | | | | | | scsi: qedi: Add PCI device-ID for QL41xxx adapters.Manish Rangankar2017-03-151-0/+1
| | | * | | | | | | | | | | scsi: aacraid: Fix potential null accessRaghava Aditya Renukunta2017-03-151-8/+6
| | | * | | | | | | | | | | scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja2017-03-151-1/+2
| * | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-04-0122-42/+104
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | kasan: do not sanitize kexec purgatoryMike Galbraith2017-03-311-0/+1
| | * | | | | | | | | | | | | drivers/rapidio/devices/tsi721.c: make module parameter variable name uniqueRandy Dunlap2017-03-312-4/+4
| | * | | | | | | | | | | | | mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2017-03-311-1/+3
| | * | | | | | | | | | | | | kasan: report only the first error by defaultMark Rutland2017-03-315-5/+55
| | * | | | | | | | | | | | | hugetlbfs: initialize shared policy as part of inode allocationMike Kravetz2017-03-311-13/+12
| | * | | | | | | | | | | | | mm: fix section name for .data..ro_after_initKees Cook2017-03-315-9/+6
| | * | | | | | | | | | | | | mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-03-311-2/+4
| | * | | | | | | | | | | | | mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-03-311-1/+1
| | * | | | | | | | | | | | | mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-03-312-2/+8
| | * | | | | | | | | | | | | mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-313-3/+5
| | * | | | | | | | | | | | | mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi2017-03-311-2/+5
| * | | | | | | | | | | | | | Merge tag 'usb-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-04-015-21/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | usb: phy: isp1301: Fix build warning when CONFIG_OF is disabledJavier Martinez Canillas2017-03-291-1/+1
| | * | | | | | | | | | | | | | xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman2017-03-291-18/+25
| | * | | | | | | | | | | | | | xhci: Set URB actual length for stopped control transfersMathias Nyman2017-03-291-0/+3
| | * | | | | | | | | | | | | | xhci: plat: Register shutdown for xhci_platAdam Wallis2017-03-291-0/+1
| | * | | | | | | | | | | | | | USB: fix linked-list corruption in rh_call_control()Alan Stern2017-03-271-2/+5
| * | | | | | | | | | | | | | | Merge tag 'tty-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-04-014-5/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi2017-04-011-2/+21
| | * | | | | | | | | | | | | | | serial: 8250_EXAR: fix duplicate Kconfig text and add missing help textPaul Gortmaker2017-03-311-2/+6
| | * | | | | | | | | | | | | | | tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-03-311-0/+3
| | * | | | | | | | | | | | | | | tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-03-311-0/+5
| | * | | | | | | | | | | | | | | serial: mxs-auart: Fix baudrate calculationUwe Kleine-König2017-03-311-1/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge tag 'acpi-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-04-014-4/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'acpi-hotplug-fixes', 'acpi-build-fixes' and 'acpi-apei-fixes'Rafael J. Wysocki2017-03-312-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removalJames Morse2017-03-281-0/+1
| | | | |/ / / / / / / / / / / / / /
| | | * / / / / / / / / / / / / / / ACPI: Fix incompatibility with mcount-based function graph tracingJosh Poimboeuf2017-03-281-1/+0
| | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | ACPI: Do not create a platform_device for IOAPIC/IOxAPICJoerg Roedel2017-03-281-3/+5