]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-07-31 Paul E. McKenneyrcu: Reduce synchronize_rcu_expedited() latency
2012-07-31 Paul E. McKenneyrcu: Eliminate signed overflow in synchronize_rcu_exped...
2012-07-23 Paul E. McKenneyrcu: Remove callback acceleration from grace-period...
2012-07-23 Paul E. McKenneyrcu: Adjust for unconditional ->completed assignment
2012-07-23 Paul E. McKenneyrcu: Add random PROVE_RCU_DELAY to grace-period initial...
2012-07-23 Paul E. McKenneyrcu: Fix day-zero grace-period initialization/cleanup...
2012-07-23 Paul E. McKenneyrcu: Prevent initialization-time quiescent-state race
2012-07-23 Paul E. McKenneyrcu: Make rcutree module parameters visible in sysfs
2012-07-23 Paul E. McKenneyrcu: Remove now-unused rcu_state fields
2012-07-23 Paul E. McKenneyrcu: Control grace-period duration from sysfs
2012-07-23 Paul E. McKenneyrcu: Prevent force_quiescent_state() memory contention
2012-07-23 Paul E. McKenneyrcu: Adjust debugfs tracing for kthread-based quiescent...
2012-07-23 Paul E. McKenneyrcu: Allow RCU quiescent-state forcing to be preempted
2012-07-23 Paul E. McKenneyrcu: Move quiescent-state forcing into kthread
2012-07-06 Dimitri Sivanichrcu: Segregate rcu_state fields to improve cache locality
2012-07-06 Paul E. McKenneyrcu: Provide OOM handler to motivate lazy RCU callbacks
2012-07-06 Paul E. McKenneyrcu: Break up rcu_gp_kthread() into subfunctions
2012-07-06 Paul E. McKenneyrcu: Prevent offline CPUs from executing RCU core code
2012-07-06 Paul E. McKenneyrcu: Allow RCU grace-period cleanup to be preempted
2012-07-06 Paul E. McKenneyrcu: Move RCU grace-period cleanup into kthread
2012-07-06 Paul E. McKenneyrcu: Allow RCU grace-period initialization to be preempted
2012-07-06 Paul E. McKenneyrcu: Move RCU grace-period initialization into a kthread
2012-07-06 Paul E. McKenneyrcu: Fix broken strings in RCU's source code.
2012-07-06 Paul E. McKenneyrcu: Fix code-style issues involving "else"
2012-07-06 Paul E. McKenneyMerge branches 'bigrtm.2012.07.04a', 'doctorture.2012...
2012-07-06 Paul E. McKenneyrcu: Introduce check for callback list/count mismatch
2012-07-02 Paul E. McKenneyrcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
2012-07-02 Paul E. McKenneyrcu: Fix qlen_lazy breakage
2012-07-02 Paul E. McKenneyrcu: Round FAST_NO_HZ lazy timeout to nearest second
2012-07-02 Paul E. McKenneyrcu: The rcu_needs_cpu() function is not a quiescent...
2012-07-02 Paul E. McKenneyrcu: Dump only the current CPU's buffers for idle-entry...
2012-07-02 Paul E. McKenneyrcu: Add check for CPUs going offline with callbacks...
2012-07-02 Paul E. McKenneyrcu: Disable preemption in rcu_blocking_is_gp()
2012-07-02 Carsten Emdercu: Prevent uninitialized string in RCU CPU stall...
2012-07-02 Paul E. McKenneyrcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU
2012-07-02 Paul E. McKenneyrcu: Split RCU core processing out of __call_rcu()
2012-07-02 Paul E. McKenneyrcu: Prevent __call_rcu() from invoking RCU core on...
2012-07-02 Paul E. McKenneyrcu: Make __call_rcu() handle invocation from idle
2012-07-02 Paul E. McKenneyrcu: Remove function versions of __kfree_rcu and __is_k...
2012-07-02 Paul E. McKenneyrcu: Consolidate tree/tiny __rcu_read_{,un}lock() imple...
2012-07-02 Paul E. McKenneyrcu: Remove return value from rcu_assign_pointer()
2012-07-02 Paul E. McKenneykey: Remove extraneous parentheses from rcu_assign_keyp...
2012-07-02 Paul E. McKenneyrcu: Remove return value from RCU_INIT_POINTER()
2012-07-02 Paul E. McKenneyrcu: Use new RCU_POINTER_INITIALIZER for gcc-style...
2012-07-02 Paul E. McKenneyrcu: Add a gcc-style structure initializer for RCU...
2012-07-02 Paul E. McKenneyrcu: Add ACCESS_ONCE() to ->qlen accesses
2012-07-02 Paul E. McKenneyrcu: Consolidate duplicate callback-list initialization
2012-07-02 Paul E. McKenneyrcu: Fix detection of abruptly-ending stall
2012-07-02 Paul E. McKenneyrcu: Make rcutorture fakewriters invoke rcu_barrier()
2012-07-02 Paul E. McKenneyrcu: Fix diagnostic-printk typo in rcutorture
2012-07-02 Paul E. McKenneyrcu: Fix bug in rcu_barrier() torture test
2012-07-02 Paul E. McKenneyrcu: Test srcu_barrier() from rcutorture test suite
2012-07-02 Paul E. McKenneyrcu: Rationalize ordering of torture_ops list
2012-07-02 Paul E. McKenneyrcu: Update documentation to cover call_srcu() and...
2012-07-02 Paul E. McKenneyrcu: RCU_SAVE_DYNTICK code no longer ever dead
2012-07-02 Paul E. McKenneyrcu: Use for_each_rcu_flavor() in TREE_RCU tracing
2012-07-02 Paul E. McKenneyrcu: Introduce for_each_rcu_flavor() and use it
2012-07-02 Paul E. McKenneyrcu: Remove unneeded __rcu_process_callbacks() argument
2012-07-02 Paul E. McKenneyrcu: Add rcu_barrier() statistics to debugfs tracing
2012-07-02 Paul E. McKenneyrcu: Add tracing for _rcu_barrier()
2012-07-02 Paul E. McKenneyrcu: Increase rcu_barrier() concurrency
2012-07-02 Paul E. McKenneyrcu: Remove needless initialization
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_mutex to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_completion to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_cpu_count to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move _rcu_barrier()'s rcu_head structures to rcu_d...
2012-07-02 Paul E. McKenneyrcu: Place pointer to call_rcu() in rcu_data structure
2012-07-02 Paul E. McKenneyrcu: Prevent excessive line length in RCU_STATE_INITIAL...
2012-07-02 Paul E. McKenneyrcu: Size rcu_node tree from nr_cpu_ids rather than...
2012-07-02 Paul E. McKenneyrcu: Four-level hierarchy is no longer experimental
2012-07-02 Paul E. McKenneyrcu: Control RCU_FANOUT_LEAF from boot-time parameter
2012-07-02 Paul E. McKenneyRevert "rcu: Move PREEMPT_RCU preemption to switch_to...
2012-06-30 Linus TorvaldsLinux 3.5-rc5 v3.5-rc5
2012-06-30 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-06-30 Randy Dunlapprintk.c: fix kernel-doc warnings
2012-06-30 Randy Dunlaplinux/irq.h: fix kernel-doc warning
2012-06-30 Olof JohanssonMerge branch 'v3.5-samsung-fixes-1' of git://git.kernel...
2012-06-30 Shawn GuoARM: imx6q: fix suspend regression caused by common...
2012-06-30 Olof JohanssonMerge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel...
2012-06-30 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2012-06-30 Linus TorvaldsMerge tag 'driver-core-3.5-rc5' of git://git.kernel...
2012-06-30 Len BrownMerge branches 'acpi_pad-bugzilla-42981', 'apei-bugzill...
2012-06-30 Stuart Hayesacpi_pad: fix power_saving thread deadlock
2012-06-30 Zhang RuiACPI video: Still use ACPI backlight control if _DOS...
2012-06-30 Linus TorvaldsMerge tag 'pm-for-3.5-rc5' of git://git.kernel.org...
2012-06-29 Steven Rostedtprintk: Optimize if statement logic where newline exists
2012-06-29 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2012-06-29 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2012-06-29 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2012-06-29 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2012-06-29 Kay Sieversprintk: flush continuation lines immediately to console
2012-06-29 Michael Neulingpowerpc/pseries: Fix software invalidate TCE
2012-06-29 Anton Blanchardpowerpc: check_and_cede_processor() never cedes
2012-06-29 Steven Rostedtpowerpc/ftrace: Do not trace restore_interrupts()
2012-06-29 Li Zhongpowerpc: Fix Section mismatch warnings in prom_init.c
2012-06-29 Tiejun Chenppc64: fix missing to check all bits of _TIF_USER_WORK_...
2012-06-29 Michael Neulingpowerpc: Fix uninitialised error in numa.c
2012-06-29 Michael Ellermanpowerpc: Fix BPF_JIT code to link with multiple TOCs
2012-06-28 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2012-06-28 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
next