summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
* events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-4/+4
* modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-7/+7
* sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
* lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-5/+5
* main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney2018-11-271-3/+3
* tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-277-29/+29
* fs/file: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* ethernet/realtek: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-272-3/+3
* ethernet/sis: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney2018-11-091-1/+1
* s390/mm: Convert tlb_table_flush() to use call_rcu()Paul E. McKenney2018-11-091-1/+1
* sparc/oprofile: Convert timer_stop() to use synchronize_rcu()Paul E. McKenney2018-11-091-1/+1
* sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-091-1/+1
* rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney2018-11-091-6/+6
* rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-093-22/+3
* rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)2018-11-091-2/+2
* rcu: Remove unused rcu_state externsJoel Fernandes (Google)2018-11-091-11/+0
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-051-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37
| * ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer2018-10-231-5/+6