summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
* isdn: isdnloop: fix pointer dereference bugArnd Bergmann2019-03-071-1/+1
* davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1Star
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-063-1/+16
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-061-21/+22
* tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
* appletalk: Add atalk.h header files to MAINTAINERS fileArnd Bergmann2019-03-061-0/+2
* appletalk: Fix compile regressionArnd Bergmann2019-03-061-4/+14
* iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
* net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* net/sched: act_tunnel_key: Fix double free dst_cachewenxu2019-03-051-16/+6Star
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-051-1/+1
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-05119-4615/+1610Star
|\
| * MIPS: lantiq: Remove separate GPHY Firmware loaderHauke Mehrtens2019-02-256-284/+0Star
| * MIPS: ingenic: Add support for appended devicetreePaul Cercueil2019-02-222-5/+11
| * MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer2019-02-1911-531/+260Star
| * MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer2019-02-194-3/+6
| * MIPS: SGI-IP27: do xtalk scanning laterThomas Bogendoerfer2019-02-192-4/+12
| * MIPS: SGI-IP27: use pr_info/pr_emerg and pr_cont to fix outputThomas Bogendoerfer2019-02-192-45/+45
| * MIPS: SGI-IP27: clean up bridge access and header filesThomas Bogendoerfer2019-02-195-192/+138Star
| * MIPS: SGI-IP27: get rid of volatile and hubreg_tThomas Bogendoerfer2019-02-198-75/+19Star
| * MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang2019-02-191-2/+2
| * MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton2019-02-191-6/+1Star
| * MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton2019-02-191-10/+7Star
| * MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-191-3/+6
| * MIPS: CM: Fix indentationPaul Burton2019-02-151-2/+2
| * MIPS: BCM47XX: Fix/improve Buffalo WHR-G54S supportRafał Miłecki2019-02-112-6/+6
| * MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen2019-02-086-52/+52
| * MIPS: OCTEON: delete board-specific link statusAaro Koskinen2019-02-081-42/+1Star
| * MIPS: OCTEON: don't lie about interface type of CN3005 boardAaro Koskinen2019-02-081-16/+0Star
| * MIPS: OCTEON: warn if deprecated link status is being usedAaro Koskinen2019-02-082-0/+6
| * MIPS: OCTEON: add fixed-link nodes to in-kernel device treeAaro Koskinen2019-02-082-0/+32
| * MIPS: Delete unused flush_cache_sigtramp()Paul Burton2019-02-076-183/+0Star
| * MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton2019-02-062-6/+102
| * MIPS: Export mm switching functions used by KVMPaul Burton2019-02-051-0/+3
| * MIPS: Loongson32: Remove DMA & NAND devices from ls1b/board.cPaul Burton2019-02-041-28/+0Star
| * MIPS: Loongson32: Fix config brokenness; select SYS_SUPPORTS_32BIT_KERNELPaul Burton2019-02-042-4/+13
| * MIPS: Don't select ARCH_HAS_SYNC_DMA_FOR_CPU when DMA is coherentPaul Burton2019-02-041-4/+4
| * MIPS: Enable hugepage support for MIPS64r6Paul Burton2019-02-041-0/+1
| * MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton2019-02-041-43/+2Star
| * MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-0415-31/+509
| * MIPS: Add GINVT instruction helpersPaul Burton2019-02-044-0/+84
| * MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton2019-02-045-13/+24
| * MIPS: mm: Unify ASID version checksPaul Burton2019-02-044-26/+28
| * MIPS: mm: Un-inline get_new_mmu_contextPaul Burton2019-02-043-19/+21
| * MIPS: mm: Split obj-y to a file per linePaul Burton2019-02-041-3/+12
| * MIPS: mm: Remove local_flush_tlb_mm()Paul Burton2019-02-045-28/+5Star
| * MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton2019-02-041-2/+0Star