index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2017-06-09
config: android-recommended: enable CONFIG_CPU_SW_DOMAIN_PAN
Sami Tolvanen
-1
/
+2
2017-06-09
config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE
Max Shi
-0
/
+2
2017-06-09
config: android-recommended: enable CONFIG_ARM64_SW_TTBR0_PAN
Sami Tolvanen
-0
/
+1
2017-06-09
config: android-recommended: enable fstack-protector-strong
Jeff Vander Stoep
-0
/
+1
2017-06-09
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
-9
/
+8
2017-06-08
rcu: Remove RCU CPU stall warnings from Tiny RCU
Paul E. McKenney
-96
/
+19
2017-06-08
rcu: Remove event tracing from Tiny RCU
Paul E. McKenney
-6
/
+0
2017-06-08
rcu: Move RCU debug Kconfig options to kernel/rcu
Paul E. McKenney
-0
/
+82
2017-06-08
rcu: Move RCU non-debug Kconfig options to kernel/rcu
Paul E. McKenney
-0
/
+242
2017-06-08
rcu: Eliminate NOCBs CPU-state Kconfig options
Paul E. McKenney
-27
/
+4
2017-06-08
rcu: Remove debugfs tracing
Paul E. McKenney
-597
/
+1
2017-06-08
srcu: Remove Classic SRCU
Paul E. McKenney
-702
/
+0
2017-06-08
srcu: Fix rcutorture-statistics typo
Paul E. McKenney
-1
/
+1
2017-06-08
rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option
Paul E. McKenney
-7
/
+1
2017-06-08
rcu: Remove typecheck() from RCU locking wrapper functions
Paul E. McKenney
-8
/
+4
2017-06-08
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
-529
/
+7
2017-06-08
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
-4
/
+0
2017-06-08
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
-23
/
+9
2017-06-08
srcu: Use rnp->lock wrappers to replace explicit memory barriers
Paul E. McKenney
-48
/
+43
2017-06-08
rcu: Move rnp->lock wrappers for SRCU use
Paul E. McKenney
-53
/
+53
2017-06-08
rcu: Convert rnp->lock wrappers to macros for SRCU use
Paul E. McKenney
-26
/
+21
2017-06-08
lockdep: Use consistent printing primitives
Paul E. McKenney
-86
/
+86
2017-06-08
srcu: Apply trivial callback lists to shrink Tiny SRCU
Paul E. McKenney
-39
/
+33
2017-06-08
srcu: Shrink srcu.h by moving docbook and private function
Paul E. McKenney
-0
/
+23
2017-06-08
srcu: Prevent sdp->srcu_gp_seq_needed counter wrap
Paul E. McKenney
-0
/
+18
2017-06-08
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
Paul E. McKenney
-0
/
+6
2017-06-08
rcu: Move torture-related functions out of rcutiny.h and rcutree.h
Paul E. McKenney
-0
/
+99
2017-06-08
rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.h
Paul E. McKenney
-0
/
+12
2017-06-08
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
Paul E. McKenney
-0
/
+8
2017-06-08
rcu: Improve __call_rcu() debug-objects error message
Paul E. McKenney
-2
/
+7
2017-06-08
rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
Paul E. McKenney
-0
/
+4
2017-06-08
rcu: Eliminate the unused __rcu_is_watching() function
Paul E. McKenney
-28
/
+4
2017-06-08
rcu: Move torture-related definitions from rcupdate.h to rcu.h
Paul E. McKenney
-0
/
+85
2017-06-08
rcu: Move expediting-related access/control out of rcupdate.h
Paul E. McKenney
-0
/
+30
2017-06-08
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
Paul E. McKenney
-0
/
+2
2017-06-08
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
-9
/
+86
2017-06-08
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
-0
/
+2
2017-06-08
Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-26
/
+5
2017-06-09
Merge branches 'intel_pstate' and 'pm-sleep'
Rafael J. Wysocki
-26
/
+5
2017-06-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
-36
/
+10
2017-06-08
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
Paul E. McKenney
-7
/
+7
2017-06-08
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
-7
/
+1
2017-06-08
rcu: Make synchronize_rcu_mult() check for duplicates
Paul E. McKenney
-2
/
+11
2017-06-08
srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
Paul E. McKenney
-1
/
+18
2017-06-08
srcu: Shrink Tiny SRCU a bit
Paul E. McKenney
-16
/
+0
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree_plugin.h
Paul E. McKenney
-0
/
+17
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
-0
/
+25
2017-06-08
srcu: Print non-default exp_holdoff values at boot time
Paul E. McKenney
-1
/
+5
2017-06-08
srcu: Make exp_holdoff module parameter be static
Paul E. McKenney
-1
/
+1
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
-6
/
+34
[prev]
[next]