platform/kernel/linux-rpi.git
2017-06-09 Paul E. McKenneyrcu: Remove event tracing from Tiny RCU
2017-06-09 Paul E. McKenneyrcu: Move RCU debug Kconfig options to kernel/rcu
2017-06-09 Paul E. McKenneyrcu: Move RCU non-debug Kconfig options to kernel/rcu
2017-06-09 Paul E. McKenneyrcu: Eliminate NOCBs CPU-state Kconfig options
2017-06-09 Paul E. McKenneyrcu: Remove debugfs tracing
2017-06-09 Paul E. McKenneysrcu: Remove Classic SRCU
2017-06-09 Paul E. McKenneysrcu: Fix rcutorture-statistics typo
2017-06-09 Paul E. McKenneyrcu: Remove SPARSE_RCU_POINTER Kconfig option
2017-06-09 Paul E. McKenneyrcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconf...
2017-06-09 Paul E. McKenneyrcu: Remove typecheck() from RCU locking wrapper functions
2017-06-09 Paul E. McKenneyrcu: Remove #ifdef moving rcu_end_inkernel_boot from...
2017-06-09 Paul E. McKenneyrcu: Remove nohz_full full-system-idle state machine
2017-06-09 Paul E. McKenneyrcu: Remove the RCU_KTHREAD_PRIO Kconfig option
2017-06-09 Paul E. McKenneyrcu: Remove *_SLOW_* Kconfig options
2017-06-09 Paul E. McKenneysrcu: Use rnp->lock wrappers to replace explicit memory...
2017-06-09 Paul E. McKenneyrcu: Move rnp->lock wrappers for SRCU use
2017-06-09 Paul E. McKenneyrcu: Convert rnp->lock wrappers to macros for SRCU use
2017-06-09 Paul E. McKenneyrcu: Refactor #includes from include/linux/rcupdate.h
2017-06-09 Arnd Bergmannbcm47xx: Fix build regression
2017-06-09 Paul E. McKenneylockdep: Use consistent printing primitives
2017-06-09 Paul E. McKenneysrcu: Apply trivial callback lists to shrink Tiny SRCU
2017-06-09 Paul E. McKenneysrcu: Shrink srcu.h by moving docbook and private function
2017-06-09 Paul E. McKenneysrcu: Prevent sdp->srcu_gp_seq_needed counter wrap
2017-06-09 Paul E. McKenneyrcu: Move rcutiny.h to new empty/true/false-function...
2017-06-09 Paul E. McKenneyrcu: Move rcu_request_urgent_qs_task() out of rcutiny...
2017-06-09 Paul E. McKenneyrcu: Move torture-related functions out of rcutiny...
2017-06-09 Paul E. McKenneyrcu: move rcupdate.h to the new true/false-function...
2017-06-09 Paul E. McKenneyrcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.h
2017-06-09 Paul E. McKenneyrcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
2017-06-09 Paul E. McKenneyrcu: Improve __call_rcu() debug-objects error message
2017-06-09 Paul E. McKenneyrcu: Remove linux/debugobjects.h from rcupdate.h
2017-06-09 Paul E. McKenneyrcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
2017-06-09 Paul E. McKenneyrcu: Eliminate the unused __rcu_is_watching() function
2017-06-09 Paul E. McKenneyrcu: Move rcupdate.h to new empty-function style
2017-06-09 Paul E. McKenneyrcu: Remove UINT_CMP_GE() and UINT_CMP_LT()
2017-06-09 Paul E. McKenneyrcu: Move torture-related definitions from rcupdate...
2017-06-09 Paul E. McKenneyrcu: Move expediting-related access/control out of...
2017-06-09 Paul E. McKenneyrcu: Move rcu_expedited and rcu_normal externs from...
2017-06-09 Paul E. McKenneyrcu: Move docbook comments out of rcupdate.h
2017-06-09 Paul E. McKenneyrcu: Flag need for rcu_node_tree.h and rcu_segcblist...
2017-06-09 Paul E. McKenneyrcu: Add memory barriers for NOCB leader wakeup
2017-06-08 Paul E. McKenneyrcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
2017-06-08 Paul E. McKenneysched: Rely on synchronize_rcu_mult() de-duplication
2017-06-08 Paul E. McKenneyrcu: Make synchronize_rcu_mult() check for duplicates
2017-06-08 Paul E. McKenneysrcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
2017-06-08 Paul E. McKenneysrcu: Shrink Tiny SRCU a bit
2017-06-08 Paul E. McKenneysrcu: Make SRCU be once again optional
2017-06-08 Paul E. McKenneyrcu: Add lockdep_assert_held() teeth to tree_plugin.h
2017-06-08 Paul E. McKenneyrcu: Add lockdep_assert_held() teeth to tree.c
2017-06-08 Paul E. McKenneysrcu: Print non-default exp_holdoff values at boot...
2017-06-08 Paul E. McKenneysrcu: Make exp_holdoff module parameter be static
2017-06-08 Paul E. McKenneyrcu: Update rcu_bootup_announce_oddness()
2017-06-08 Paul E. McKenneyrcu: Print out rcupdate.c non-default boot-time settings
2017-06-08 Paul E. McKenneyrcu: Add preemptibility checks in rcu_sched_qs() and...
2017-06-08 Paul E. McKenneydoc: Take tail recursion into account in RCU requirements
2017-06-08 Paul E. McKenneysrcu: Document auto-expediting requirement
2017-06-08 Paul E. McKenneyrcutorture: Add "git diff" output to testid.txt file
2017-06-08 Paul E. McKenneyrcuperf: Add writer_holdoff boot parameter
2017-06-08 Priyalee Kushwahasrcu-cbmc: Use /usr/bin/awk instead of /bin/awk
2017-06-08 Paul E. McKenneyrcuperf: Set more user-friendly defaults
2017-06-08 Paul E. McKenneysrcu: Shrink Tiny SRCU a bit more
2017-06-08 Paul E. McKenneyrcutorture: Reduce CPUs dedicated to testing Classic...
2017-06-08 Paul E. McKenneysrcu: Make Classic and Tree SRCU announce themselves...
2017-06-08 Paul E. McKenneyrcuperf: Add the ability to test tiny RCU flavors
2017-06-08 Stan Drozddocs: Fix typo in Documentation/memory-barriers.txt
2017-06-08 Paul E. McKenneyatomics: Add header comment so spin_unlock_wait()
2017-06-08 Paul E. McKenneydoc/atomic_ops: Clarify smp_mb__{before,after}_atomic()
2017-06-08 Paul E. McKenneyrcuperf: Add test for dynamically initialized srcu_struct
2017-06-08 Paul E. McKenneycheckpatch: Remove checks for expedited grace periods
2017-06-08 Paul E. McKenneyrcu: Make sync_rcu_preempt_exp_done() return bool
2017-06-08 Paul E. McKenneyrcuperf: Add a Kconfig-fragment file for Classic SRCU
2017-06-08 Paul E. McKenneyrcuperf: Add ability to performance-test call_rcu(...
2017-06-08 Paul E. McKenneyrcu: Remove obsolete reference to synchronize_kernel()
2017-06-08 Paul E. McKenneyrcuperf: Remove conflicting Kconfig options
2017-06-08 Paul E. McKenneyrcuperf: Defer expedited/normal check to end of test
2017-06-08 Paul E. McKenneyrcu: Complain if blocking in preemptible RCU read-side...
2017-06-08 Paul E. McKenneysrcu: Eliminate possibility of destructive counter...
2017-06-08 Paul E. McKenneyrcutorture: Update test scenarios based on new Kconfig...
2017-06-08 Paul E. McKenneyrcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_...
2017-06-08 Paul E. McKenneyrcu: Prevent rcu_barrier() from starting needless grace...
2017-06-08 Paul E. McKenneyrcutorture: Add a scenario for Classic SRCU
2017-06-08 Paul E. McKenneyrcutorture: Add a scenario for Tiny SRCU
2017-06-08 Paul E. McKenneyrcutorture: Fix bug in reporting Kconfig mis-settings
2017-06-08 Paul E. McKenneyrcutorture: Add three-level tree test for Tree SRCU
2017-06-08 Paul E. McKenneyrcutorture: Add lockdep to one of the SRCU scenarios
2017-06-08 Paolo Bonzinisrcu: Allow use of Classic SRCU from both process and...
2017-06-08 Paolo Bonzinisrcu: Allow use of Tiny/Tree SRCU from both process...
2017-06-04 Linus TorvaldsLinux 4.12-rc4
2017-06-04 Richard Narronfs/ufs: Set UFS default maximum bytes per file
2017-06-04 Linus TorvaldsMerge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org...
2017-06-04 Linus TorvaldsMerge tag 'tty-4.12-rc4' of git://git./linux/kernel...
2017-06-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-06-04 Linus TorvaldsMerge tag 'rtc-4.12-2' of git://git./linux/kernel/git...
2017-06-04 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2017-06-04 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2017-06-04 Greg Kroah... Revert "tty: fix port buffer locking"
2017-06-03 Jan Karanfs: Mark unnecessarily extern functions as static
2017-06-03 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.12-rc4' of git://git...
2017-06-03 Linus TorvaldsMerge tag 'for-linus-20170602' of git://git.infradead...
2017-06-03 Stefan Schaeckelerhwmon: (aspeed-pwm-tacho) make fan/pwm names start...
next