summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-25rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)1-4/+19
2020-08-25rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)1-4/+7
2020-08-25rcu/nocb: Add a warning for non-GP kthread running GP codePaul E. McKenney1-0/+1
2020-08-25rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2-7/+5
2020-08-25kvm: mmu: page_track: Fix RCU list API usageMadhuparna Bhowmik1-2/+4
2020-08-25rculist: Introduce list/hlist_for_each_entry_srcu() macrosMadhuparna Bhowmik1-0/+48
2020-08-25rcu: Fix kerneldoc comments in rcupdate.hTobias Klauser1-6/+6
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney1-2/+2
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney1-2/+2
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney1-2/+6
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney1-1/+4
2020-08-25nocb: Remove show_rcu_nocb_state() false positive printoutPaul E. McKenney1-3/+2
2020-08-25rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay1-2/+1
2020-08-25rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay1-1/+1
2020-08-25nocb: Clarify RCU nocb CPU error messagePaul E. McKenney1-1/+1
2020-08-25rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)1-2/+3
2020-08-25rcu/trace: Print negative GP numbers correctlyJoel Fernandes (Google)1-27/+27
2020-08-25rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney1-4/+2
2020-08-25srcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-25rcu: Remove KCSAN stubs from update.cPaul E. McKenney1-13/+0
2020-08-25rcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-15rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-15sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-15sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-15include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-15mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-15mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-15mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-15mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-15mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-15mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-15mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-15mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-15mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-15mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-15mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni52-227/+24
2020-08-15fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-15mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-15mm: add thp_headMatthew Wilcox (Oracle)1-0/+15
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)20-62/+65