summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-15serial: core: fix potential NULL pointer dereferenceAndy Shevchenko1-3/+3
2016-09-15BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud1-2/+3
2016-09-15tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2016-09-15serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULLLiu Xiang1-1/+1
2016-09-13serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-4/+1
2016-09-13serial: mxs-auart: Disable clock on error pathFabio Estevam1-1/+5
2016-09-13serial: core: Fix handling of options after MMIO addressAlexander Sverdlin1-8/+6
2016-09-13serial: imx: add error messages when .probe failsUwe Kleine-König1-4/+14
2016-09-04Linux 4.8-rc5v4.8-rc5Linus Torvalds1-1/+1
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds1-1/+2
2016-09-03tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-09-02ACPI / drivers: replace acpi_probe_lock spinlock with mutexLorenzo Pieralisi1-3/+3
2016-09-02ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macroLorenzo Pieralisi1-1/+1
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren1-1/+1
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren1-0/+1
2016-09-02dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko4-17/+15
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin4-9/+14
2016-09-02tty/serial: mark __init early_smh_setup() staticBaoyou Xie1-1/+2
2016-09-02serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang1-0/+1
2016-09-02serial: 8250_port: unify check of em485 variableAndy Shevchenko1-9/+4
2016-09-02serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()Andy Shevchenko1-6/+5
2016-09-02Allowing UART DMA to be configured on i.MX53Martyn Welch1-2/+15
2016-09-02serial-uartlite: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02tty: xuartps: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall8-9/+9
2016-09-02tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial/bcm63xx_uart: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial: altera: constify uart_ops structuresJulia Lawall2-2/+2
2016-09-02tty/serial: at91: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial: st-asc: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-09-02rapidio/tsi721: fix incorrect detection of address translation conditionAlexandre Bounine1-1/+1
2016-09-02rapidio/documentation/mport_cdev: add missing parameter descriptionAlexandre Bounine1-0/+4
2016-09-02kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-02MAINTAINERS: Vladimir has movedVladimir Davydov2-1/+3
2016-09-02mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes3-6/+22
2016-09-02printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-09-02treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches4-20/+0
2016-09-02drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+1
2016-09-02mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman3-15/+27
2016-09-02lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven1-9/+15
2016-09-02lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven1-1/+1
2016-09-02kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2-0/+10
2016-09-02kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-02mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko1-49/+2
2016-09-01serial/arc: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-01serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang1-22/+23