summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* rcu: Remove rsp parameter from print_cpu_stall()Paul E. McKenney2018-08-301-2/+3
* rcu: Remove rsp parameter from print_other_cpu_stall()Paul E. McKenney2018-08-301-2/+3
* rcu: Remove rsp parameter from rcu_stall_kick_kthreads()Paul E. McKenney2018-08-301-4/+5
* rcu: Remove rsp parameter from rcu_dump_cpu_stacks()Paul E. McKenney2018-08-301-4/+4
* rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation()Paul E. McKenney2018-08-301-3/+4
* rcu: Remove rsp parameter from record_gp_stall_check_time()Paul E. McKenney2018-08-301-6/+6
* rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney2018-08-303-23/+23
* rcu: Remove rsp parameter from rcu_gp_in_progress()Paul E. McKenney2018-08-302-16/+16
* rcu: Remove rsp parameter from rcu_report_qs_rdp()Paul E. McKenney2018-08-301-2/+3
* rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()Paul E. McKenney2018-08-302-3/+2
* rcu: Remove rsp parameter from rcu_report_qs_rsp()Paul E. McKenney2018-08-301-6/+10
* rcu: Remove rsp parameter from rcu_report_qs_rnp()Paul E. McKenney2018-08-301-12/+11
* rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney2018-08-302-6/+5
* rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney2018-08-303-24/+21
* rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney2018-08-304-57/+54
* rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney2018-08-303-3/+1
* rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney2018-08-302-46/+37
* rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-301-24/+24
* rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-304-469/+291
* rcu: Fix typo in rcu_get_gp_kthreads_prio() header commentPaul E. McKenney2018-08-301-1/+1
* rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney2018-08-303-14/+10
* rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-303-14/+15
* rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-304-185/+29
* rcu: Report expedited grace periods at context-switch timePaul E. McKenney2018-08-301-2/+3
* rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-304-0/+15
* rcu: Add warning to detect half-interruptsPaul E. McKenney2018-08-301-0/+2
* rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney2018-08-301-9/+4
* rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney2018-08-301-1/+1
* rcutorture: Test extended "rcu" read-side critical sectionsPaul E. McKenney2018-08-301-0/+1
* rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-304-51/+176
* rcu: Refactor rcu_{nmi,irq}_{enter,exit}()Byungchul Park2018-08-301-22/+44
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-14/+37
|\
| * Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-181-14/+37
| |\
| | * kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-141-1/+27
| | * kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-141-14/+11
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-261-0/+2
|\ \ \
| * | | futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-201-0/+2
* | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-1/+0
|\ \ \ \
| * | | | mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-231-1/+0
* | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-243-7/+35
|\ \ \ \ \
| * | | | | cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-113-7/+35
* | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-241-15/+30
|\ \ \ \ \ \
| * | | | | | workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-221-0/+8
| * | | | | | workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-221-15/+22
* | | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-243-80/+80
|\ \ \ \ \ \ \
| * | | | | | | sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-112-66/+70
| * | | | | | | userns: move user access out of the mutexJann Horn2018-08-111-14/+10
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-233-2/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-1/+1
| * | | | | | | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-231-1/+1