summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | RISC-V: Add basic support for SBI v0.2Atish Patra2020-03-313-73/+314
| * | | | | RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra2020-03-311-19/+22
| * | | | | riscv: Use macro definition instead of magic numberZong Li2020-03-261-1/+1
| * | | | | riscv: Add support to dump the kernel page tablesZong Li2020-03-265-0/+340
| * | | | | riscv: patch code by fixmap mappingZong Li2020-03-261-9/+4
| * | | | | riscv: introduce interfaces to patch kernel codeZong Li2020-03-264-1/+137
| * | | | | riscv: add macro to get instruction lengthZong Li2020-03-262-1/+10
| * | | | | riscv: add STRICT_KERNEL_RWX supportZong Li2020-03-263-0/+53
| * | | | | riscv: add alignment for text, rodata and data sectionsZong Li2020-03-262-1/+17
| * | | | | riscv: move exception table immediately after RO_DATAZong Li2020-03-261-2/+4
| * | | | | riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li2020-03-262-0/+16
| * | | | | riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li2020-03-263-0/+28
| * | | | | riscv: add ARCH_HAS_SET_MEMORY supportZong Li2020-03-264-1/+176
| * | | | | RISC-V: Move all address space definition macros to one placeAtish Patra2020-03-061-37/+41
| * | | | | riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti2020-03-051-4/+2
| * | | | | RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt2020-03-031-4/+2
| * | | | | RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt2020-03-031-82/+61
| * | | | | RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2020-03-033-7/+10
| * | | | | RISC-V: Stop putting .sbss in .sdataPalmer Dabbelt2020-03-031-1/+0
| * | | | | riscv: force hart_lottery to put in .sdata sectionZong Li2020-03-031-2/+6
| * | | | | riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigsDeepa Dinamani2020-03-032-0/+2
| * | | | | riscv: Use flush_icache_mm for flush_icache_user_rangeGuo Ren2020-03-031-1/+1
* | | | | | Merge tag '9p-for-5.7-2' of git://github.com/martinetd/linuxLinus Torvalds2020-04-091-0/+10
|\ \ \ \ \ \
| * | | | | | 9p: document short read behaviour with O_NONBLOCKDominique Martinet2020-04-081-0/+10
* | | | | | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-0923-753/+1380
|\ \ \ \ \ \ \
| * | | | | | | ceph: fix snapshot directory timestampsLuis Henriques2020-03-301-0/+4
| * | | | | | | ceph: wait for async creating inode before requesting new max sizeYan, Zheng2020-03-301-0/+5
| * | | | | | | ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-03-301-2/+6
| * | | | | | | ceph: request new max size only when there is auth capYan, Zheng2020-03-301-1/+1
| * | | | | | | ceph: cleanup return error of try_get_cap_refs()Yan, Zheng2020-03-301-11/+15
| * | | | | | | ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-03-301-0/+5
| * | | | | | | ceph: check all mds' caps after page writebackYan, Zheng2020-03-302-2/+2
| * | | | | | | ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng2020-03-301-1/+2
| * | | | | | | ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-304-48/+10
| * | | | | | | ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-304-126/+44
| * | | | | | | ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-308-74/+188
| * | | | | | | ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-303-33/+21
| * | | | | | | ceph: update dentry lease for async createYan, Zheng2020-03-301-0/+3
| * | | | | | | ceph: attempt to do async create when possibleJeff Layton2020-03-302-7/+243
| * | | | | | | ceph: cache layout in parent dir on first sync createJeff Layton2020-03-305-5/+40
| * | | | | | | ceph: add new MDS req field to hold delegated inode numberJeff Layton2020-03-302-2/+2
| * | | | | | | ceph: decode interval_sets for delegated inosJeff Layton2020-03-302-10/+121
| * | | | | | | ceph: make ceph_fill_inode non-staticJeff Layton2020-03-302-23/+32
| * | | | | | | ceph: perform asynchronous unlink if we have sufficient capsJeff Layton2020-03-303-5/+128
| * | | | | | | ceph: don't take refs to want mask unless we have all bitsYan, Zheng2020-03-301-1/+4
| * | | | | | | ceph: cap tracking for async directory operationsJeff Layton2020-03-304-14/+56
| * | | | | | | ceph: make __take_cap_refs non-staticJeff Layton2020-03-302-6/+8
| * | | | | | | ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-305-4/+42
| * | | | | | | ceph: track primary dentry linkJeff Layton2020-03-304-1/+12
| * | | | | | | ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-304-2/+20