summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-0536-222/+1555
|\
| * csky: Add perf support for C-SKYGuo Ren2019-01-024-1/+1054
| * csky: Add EM_CSKY_OLD 39Guo Ren2018-12-311-1/+3
| * clocksource/drivers/c-sky: fixup ftrace call-graph panicGuo Ren2018-12-311-1/+1
| * csky: ftrace call graph supported.Guo Ren2018-12-314-20/+151
| * csky: basic ftrace supportedGuo Ren2018-12-316-0/+64
| * csky: remove unused members in processor.hGuo Ren2018-12-317-40/+0
| * csky: optimize kernel panic print.Guo Ren2018-12-313-56/+41
| * csky: stacktrace supported.Guo Ren2018-12-316-12/+86
| * csky: CPU-hotplug supported for SMPGuo Ren2018-12-313-15/+69
| * clocksource/drivers/c-sky: fixup qemu fail to bootup sometimes.Guo Ren2018-12-311-2/+2
| * csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-318-68/+79
| * csky: remove syscall_exit_workGuo Ren2018-12-311-12/+4
| * csky: fixup remove vdsp implement for kernel.Guo Ren2018-12-311-7/+1
| * csky: bugfix gdb coredump error.Guo Ren2018-12-311-1/+6
| * csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-313-2/+3
| * csky: define syscall_get_arch()Dmitry V. Levin2018-12-302-0/+8
| * elf-em.h: add EM_CSKYDmitry V. Levin2018-12-302-1/+2
| * csky: remove meaningless header-yMasahiro Yamada2018-12-301-2/+0
| * csky: Don't leak device tree node referenceYangtao Li2018-12-301-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-05138-587/+746
|\ \
| * | mm/page_io.c: fix polled swap page inJens Axboe2019-01-041-1/+3
| * | checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz2019-01-041-0/+1
| * | docs: fix Co-Developed-by docsJorge Ramirez-Ortiz2019-01-041-2/+2
| * | drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-01-041-0/+3
| * | fs: don't open code lru_to_page()Nikolay Borisov2019-01-0410-15/+15
| * | fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-045-6/+6
| * | mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * | arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * | kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * | kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * | mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)2019-01-041-0/+1
| * | mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-042-0/+69
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-0444-151/+101
| * | initramfs: cleanup incomplete rootfsDavid Engraf2019-01-041-3/+3
| * | scripts/gdb: fix lx-version string outputDu Changbin2019-01-041-1/+1
| * | kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-041-1/+1
| * | kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-046-1/+28
| * | panic: add options to print system info when panic happensFeng Tang2019-01-042-0/+36
| * | bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-045-43/+41
| * | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-042-53/+53
| * | exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-01-041-3/+7
| * | fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-043-6/+2
| * | fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-046-22/+39
| * | fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-043-3/+10
| * | fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-042-7/+8
| * | include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir2019-01-041-2/+2
| * | hfsplus: return file attributes on statxErnesto A. Fernández2019-01-043-0/+24
| * | autofs: add strictexpire mount optionIan Kent2019-01-044-3/+13
| * | autofs: change catatonic setting to a bit flagIan Kent2019-01-045-16/+20