summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-2714-3/+225
* csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
* csky: Fixup swaponGuo Ren2021-02-273-9/+52
* csky: pgtable.h: Coding conventionGuo Ren2021-02-273-55/+36
* csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
* csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
* csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
* csky: Reconstruct VDSO frameworkGuo Ren2021-01-1213-89/+269
* csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4
* csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2021-01-122-155/+189
* csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-122-1/+5
* csky: Add faulthandler_disabled() checkGuo Ren2021-01-121-2/+2
* csky: Fixup update_mmu_cache called with user io mappingGuo Ren2021-01-121-0/+3
* csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren2021-01-121-2/+21
* csky: Add show_tlb for CPU_CK860 debugGuo Ren2021-01-121-0/+121
* csky: Fix TLB maintenance synchronization problemGuo Ren2021-01-125-16/+69
* csky: Add kmemleak supportGuo Ren2021-01-121-0/+1
* csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-124-131/+48
* csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2021-01-122-2/+8
* csky: Cleanup asm/spinlock.hGuo Ren2021-01-123-178/+1
* csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren2021-01-121-10/+17
* csky: Fixup futex SMP implementationGuo Ren2021-01-122-0/+122
* csky: Fixup barrier designGuo Ren2021-01-121-22/+60
* csky: Remove custom asm/atomic.h implementationGuo Ren2021-01-121-212/+0
* csky: Fixup show_regs doesn't contain regs->uspGuo Ren2021-01-121-2/+3
* csky: Fixup perf probe failedGuo Ren2021-01-122-1/+2
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-1219-51/+113
* Linux 5.11-rc3v5.11-rc3Linus Torvalds2021-01-101-1/+1
* Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-106-14/+6
|\
| * Documentation: kbuild: Fix section referenceViresh Kumar2021-01-101-1/+1
| * kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
| * lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-041-1/+1
| * kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3
| * kconfig: config script: add a little user helpRandy Dunlap2021-01-041-0/+1
| * MAINTAINERS: adjust GCC PLUGINS after gcc-plugin.sh removalLukas Bulwahn2021-01-041-1/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-105-26/+123
|\ \
| * \ Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2021-01-045-26/+123
| |\ \ | | |/ | |/|
| | * scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry2020-12-223-13/+68
| | * Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-172-13/+55
* | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-1022-59/+172
|\ \ \
| * | | bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
| * | | bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-094-8/+29
| * | | bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
| * | | bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
| * | | bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
| * | | blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry2021-01-081-0/+1
| * | | block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
| * | | block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
| * | | block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
| * | | block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5