summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cifs: Fix missed free operationsChuhong Yuan2019-10-211-2/+2
| * | | | CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-211-0/+3
| * | | | cifs: clarify comment about timestamp granularity for old serversSteve French2019-10-211-1/+7
| * | | | cifs: Handle -EINPROGRESS only when noblockcnt is setPaulo Alcantara (SUSE)2019-10-211-2/+6
| |/ / /
* | | | Merge tag 'riscv/for-v5.4-rc5-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-274-40/+11
|\ \ \ \
| * | | | riscv: cleanup do_trap_breakChristoph Hellwig2019-10-261-20/+6
| * | | | riscv: cleanup <asm/bug.h>Christoph Hellwig2019-10-231-13/+3
| * | | | riscv: Fix undefined reference to vmemmap_populate_basepagesKefeng Wang2019-10-231-1/+1
| * | | | riscv: Fix implicit declaration of 'page_to_section'Kefeng Wang2019-10-231-4/+1
| * | | | riscv: fix fs/proc/kcore.c compilation with sparsemem enabledDavid Abdurachmanov2019-10-231-2/+0
| |/ / /
* | | | Merge tag 'mips_fixes_5.4_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-277-25/+35
|\ \ \ \
| * | | | MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton2019-10-241-8/+15
| * | | | MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-10-243-10/+10
| * | | | mips: vdso: Fix __arch_get_hw_counter()Vincenzo Frascino2019-10-181-1/+3
| * | | | MAINTAINERS: Use @kernel.org address for Paul BurtonPaul Burton2019-10-182-6/+7
| | |_|/ | |/| |
* | | | Merge tag 'tty-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-261-4/+4
|\ \ \ \
| * | | | 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
| |/ / /
* | | | Merge tag 'staging-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-261-4/+2
|\ \ \ \
| * | | | staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYSColin Ian King2019-10-141-4/+2
| |/ / /
* | | | Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-261-2/+2
|\ \ \ \
| * | | | sysfs: Fixes __BIN_ATTR_WO() macroNayna Jain2019-10-021-2/+2
* | | | | Merge tag 'char-misc-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-262-9/+4
|\ \ \ \ \
| * | | | | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-172-9/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-267-44/+47
|\ \ \ \ \
| * | | | | usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
| * | | | | USB: ldusb: fix read info leaksJohan Hovold2019-10-181-7/+11
| * | | | | Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-181-8/+4
| |\ \ \ \ \
| | * | | | | USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold2019-10-161-2/+2
| | * | | | | USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold2019-10-161-7/+3
| | |/ / / /
| * | | | | USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-151-1/+3
| * | | | | usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva2019-10-151-3/+3
| * | | | | usb: cdns3: Fix dequeue implementation.Pawel Laszczak2019-10-151-15/+20
| * | | | | USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter2019-10-151-1/+1
| * | | | | USB: legousbtower: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
| * | | | | USB: ldusb: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
| |/ / / /
* | | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-263-29/+48
|\ \ \ \ \
| * | | | | i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-10-241-1/+1
| * | | | | i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier2019-10-241-7/+10
| * | | | | i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier2019-10-241-0/+2
| * | | | | i2c: mt65xx: fix NULL ptr dereferenceFabien Parent2019-10-241-1/+1
| * | | | | i2c: aspeed: fix master pending state handlingJae Hyun Yoo2019-10-211-20/+34
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-263-125/+161
|\ \ \ \ \
| * | | | | nbd: verify socket is supported during setupMike Christie2019-10-251-2/+21
| * | | | | ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown2019-10-251-24/+14
| * | | | | nbd: handle racing with error'ed out commandsJosef Bacik2019-10-251-0/+6
| * | | | | nbd: protect cmd->status with cmd->lockJosef Bacik2019-10-251-5/+7
| * | | | | io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe2019-10-251-12/+32
| * | | | | io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe2019-10-251-5/+8
| * | | | | io_uring: Fix race for sqes with userspacePavel Begunkov2019-10-251-1/+2
| * | | | | io_uring: Fix broken links with offloadingPavel Begunkov2019-10-251-29/+33