summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-21zonefs: fix documentation typos etc.Randy Dunlap
2020-02-21csky: Implement copy_thread_tlsGuo Ren
2020-02-21csky: Add PCI supportMaJun
2020-02-21csky: Minimize defconfig to support buildroot config.fragmentMa Jun
2020-02-21csky: Add setup_initrd check codeGuo Ren
2020-02-21csky: Cleanup old Kconfig optionsKrzysztof Kozlowski
2020-02-21arch/csky: fix some Kconfig typosRandy Dunlap
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren
2020-02-21csky: Remove unused cache implementationGuo Ren
2020-02-21csky: Fixup ftrace modify panicGuo Ren
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren
2020-02-21csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren
2020-02-21csky: Remove unnecessary flush_icache_* implementationGuo Ren
2020-02-21csky: Support icache flush without specific instructionsGuo Ren
2020-02-21csky/Kconfig: Add Kconfig.platforms to support some driversGuo Ren
2020-02-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren
2020-02-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren
2020-02-21csky: Initial stack protector supportMao Han
2020-02-21MAINTAINERS: csky: Add mailing list for cskyGuo Ren
2020-02-21ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-21Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2020-02-21Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-02-20Merge branch 'bnxt_en-shutdown-and-kexec-kdump-related-fixes'David S. Miller
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam
2020-02-20bnxt_en: Improve device shutdown method.Vasundhara Volam
2020-02-20net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey
2020-02-20ionic: fix fw_status readShannon Nelson
2020-02-20Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-20net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni
2020-02-20xen: Enable interrupts when calling _cond_resched()Thomas Gleixner
2020-02-20Merge branch 's390-fixes'David S. Miller
2020-02-20s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann
2020-02-20s390/qeth: don't warn for napi with 0 budgetJulian Wiedmann
2020-02-20s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook
2020-02-20net: core: Distribute switch variables for initializationKees Cook
2020-02-20x86/xen: Distribute switch variables for initializationKees Cook
2020-02-20tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman
2020-02-20tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman
2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas
2020-02-20docs: arm64: fix trivial spelling enought to enough in memory.rstScott Branden
2020-02-19ext4: add cond_resched() to __ext4_find_entry()Shijie Luo