This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dca132a60f22 Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/ [...] new fd1d98650ac0 MAINTAINERS: csky: Add mailing list for csky new 2f78c73f78c3 csky: Initial stack protector support new f525bb2c9e7c csky: Tightly-Coupled Memory or Sram support new f136008f31e9 csky: Separate fixaddr_init from highmem new 7f4a567332f0 csky/mm: Fixup export invalid_pte_table symbol new f8e17c17b810 csky: Set regs->usp to kernel sp, when the exception is fr [...] new c9492737b25c csky/smp: Fixup boot failed when CONFIG_SMP new a736fa1ed772 csky/Kconfig: Add Kconfig.platforms to support some drivers new 761b4f694cb9 csky: Support icache flush without specific instructions new a1176734132c csky: Remove unnecessary flush_icache_* implementation new d936a7e708dc csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) new cc1f6563a92c csky: Optimize abiv2 copy_to_user_page with VM_EXEC new 997153b9a75c csky: Add flush_icache_mm to defer flush icache all new 359ae00d1258 csky: Fixup ftrace modify panic new 9025fd48a8ae csky: Remove unused cache implementation new 2305f60b7611 csky: Fixup compile warning for three unimplemented syscalls new bebd26ab6236 arch/csky: fix some Kconfig typos new 4ec575b78521 csky: Cleanup old Kconfig options new d46869aaab79 csky: Add setup_initrd check code new dc2efc0028dd csky: Minimize defconfig to support buildroot config.fragment new 5b49c82dadfe csky: Add PCI support new 0b9f386c4be6 csky: Implement copy_thread_tls new 99db590b083f csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> new c6188dff33fb Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-s [...] new 35df4299a648 ext4: fix a data race in EXT4_I(inode)->i_disksize new 9424ef56e13a ext4: add cond_resched() to __ext4_find_entry() new 1d0c3924a92e ext4: fix potential race between online resizing and write [...] new df3da4ea5a0f ext4: fix potential race between s_group_info online resiz [...] new 7c990728b99e ext4: fix potential race between s_flex_groups online resi [...] new bbd55937de8f ext4: rename s_journal_flag_rwsem to s_writepages_rwsem new cb85f4d23f79 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL new 8eedabfd66b6 jbd2: fix ocfs2 corrupt when clearing block group bits new 9db176bceb5c ext4: fix mount failure with quota configured as module new a3163ca03f99 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] new 81f7eb00ff5b btrfs: destroy qgroup extent records on transaction abort new 315bf8ef914f btrfs: reset fs_root to NULL on error in open_ctree new 1e90315149f3 btrfs: do not check delayed items are empty for single tra [...] new bd727173e443 btrfs: handle logged extent failure properly new b778cf962d71 btrfs: fix bytes_may_use underflow in prealloc error condtition new e75fd33b3f74 Btrfs: fix btrfs_wait_ordered_range() so that it waits for [...] new a5ae50dea911 Btrfs: fix deadlock during fast fsync when logging preallo [...] new d2eee25858f2 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/sc [...]
The 42 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 1 + arch/csky/Kconfig | 51 +++++++++- arch/csky/Kconfig.platforms | 9 ++ arch/csky/abiv1/inc/abi/cacheflush.h | 5 +- arch/csky/abiv1/inc/abi/entry.h | 19 +++- arch/csky/abiv2/cacheflush.c | 84 +++++++++++----- arch/csky/abiv2/inc/abi/cacheflush.h | 33 ++++--- arch/csky/abiv2/inc/abi/entry.h | 11 +++ arch/csky/configs/defconfig | 8 -- arch/csky/include/asm/Kbuild | 1 - arch/csky/include/asm/cache.h | 1 + arch/csky/include/asm/cacheflush.h | 1 + arch/csky/include/asm/fixmap.h | 9 +- arch/csky/include/asm/memory.h | 25 +++++ arch/csky/include/asm/mmu.h | 1 + arch/csky/include/asm/mmu_context.h | 2 + arch/csky/include/asm/pci.h | 34 +++++++ arch/csky/include/asm/pgtable.h | 6 +- arch/csky/include/asm/stackprotector.h | 29 ++++++ arch/csky/include/asm/tcm.h | 24 +++++ arch/csky/include/uapi/asm/unistd.h | 3 + arch/csky/kernel/atomic.S | 8 +- arch/csky/kernel/process.c | 13 ++- arch/csky/kernel/setup.c | 5 +- arch/csky/kernel/smp.c | 2 +- arch/csky/kernel/time.c | 2 +- arch/csky/kernel/vmlinux.lds.S | 49 ++++++++++ arch/csky/mm/Makefile | 3 + arch/csky/mm/cachev1.c | 5 + arch/csky/mm/cachev2.c | 45 +++++---- arch/csky/mm/highmem.c | 64 +------------ arch/csky/mm/init.c | 92 ++++++++++++++++++ arch/csky/mm/syscache.c | 13 +-- arch/csky/mm/tcm.c | 169 +++++++++++++++++++++++++++++++++ fs/btrfs/disk-io.c | 3 +- fs/btrfs/extent-tree.c | 2 + fs/btrfs/inode.c | 26 +++-- fs/btrfs/ordered-data.c | 7 +- fs/btrfs/qgroup.c | 13 +++ fs/btrfs/qgroup.h | 1 + fs/btrfs/transaction.c | 2 + fs/ext4/balloc.c | 14 ++- fs/ext4/ext4.h | 39 ++++++-- fs/ext4/ialloc.c | 23 +++-- fs/ext4/inode.c | 16 ++-- fs/ext4/mballoc.c | 61 ++++++++---- fs/ext4/migrate.c | 27 ++++-- fs/ext4/namei.c | 1 + fs/ext4/resize.c | 62 +++++++++--- fs/ext4/super.c | 113 +++++++++++++++------- fs/jbd2/transaction.c | 8 +- 51 files changed, 963 insertions(+), 282 deletions(-) create mode 100644 arch/csky/Kconfig.platforms create mode 100644 arch/csky/include/asm/memory.h create mode 100644 arch/csky/include/asm/pci.h create mode 100644 arch/csky/include/asm/stackprotector.h create mode 100644 arch/csky/include/asm/tcm.h create mode 100644 arch/csky/mm/tcm.c