]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-09-05 Paul E. McKenneyMerge branches 'bigrt.2012.09.05a', 'doctorture.2012...
2012-09-05 Paul E. McKenneyrcu: Simplify quiescent-state detection
2012-09-05 Paul E. McKenneyrcu: Reduce synchronize_rcu_expedited() latency
2012-09-05 Paul E. McKenneyrcu: Eliminate signed overflow in synchronize_rcu_exped...
2012-09-05 Paul E. McKenneyrcu: Remove callback acceleration from grace-period...
2012-09-05 Paul E. McKenneyrcu: Adjust for unconditional ->completed assignment
2012-09-05 Paul E. McKenneyrcu: Add random PROVE_RCU_DELAY to grace-period initial...
2012-09-05 Paul E. McKenneyrcu: Fix day-zero grace-period initialization/cleanup...
2012-09-05 Paul E. McKenneyrcu: Prevent initialization-time quiescent-state race
2012-09-05 Paul E. McKenneyrcu: Make rcutree module parameters visible in sysfs
2012-09-05 Paul E. McKenneyrcu: Remove now-unused rcu_state fields
2012-09-05 Paul E. McKenneyrcu: Control grace-period duration from sysfs
2012-09-05 Paul E. McKenneyrcu: Prevent force_quiescent_state() memory contention
2012-09-05 Paul E. McKenneyrcu: Adjust debugfs tracing for kthread-based quiescent...
2012-09-05 Paul E. McKenneyrcu: Allow RCU quiescent-state forcing to be preempted
2012-09-05 Paul E. McKenneyrcu: Move quiescent-state forcing into kthread
2012-09-05 Dimitri Sivanichrcu: Segregate rcu_state fields to improve cache locality
2012-09-05 Paul E. McKenneyrcu: Provide OOM handler to motivate lazy RCU callbacks
2012-09-05 Paul E. McKenneyrcu: Break up rcu_gp_kthread() into subfunctions
2012-09-05 Paul E. McKenneyrcu: Prevent offline CPUs from executing RCU core code
2012-09-05 Paul E. McKenneyrcu: Allow RCU grace-period cleanup to be preempted
2012-09-05 Paul E. McKenneyrcu: Move RCU grace-period cleanup into kthread
2012-09-05 Paul E. McKenneyrcu: Allow RCU grace-period initialization to be preempted
2012-09-05 Paul E. McKenneyrcu: Move RCU grace-period initialization into a kthread
2012-09-05 Paul E. McKenneyia64: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerxtensa: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerscore: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerparisc: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckermn10300: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerm68k: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerm32r: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerh8300: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckerfrv: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckercris: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckeralpha: Add missing RCU idle APIs on idle loop
2012-09-05 Frederic Weisbeckeralpha: Fix preemption handling in idle loop
2012-09-05 Paul E. McKenneyrcu: Apply micro-optimization and int/bool fixes to...
2012-09-05 Frederic Weisbeckerrcu: Userspace RCU extended QS selftest
2012-09-05 Frederic Weisbeckerx86: Exit RCU extended QS on notify resume
2012-09-05 Frederic Weisbeckerx86: Use the new schedule_user API on userspace preemption
2012-09-05 Frederic Weisbeckerrcu: Exit RCU extended QS on user preemption
2012-09-05 Frederic Weisbeckerrcu: Exit RCU extended QS on kernel preemption after...
2012-09-05 Frederic Weisbeckerx86: Exception hooks for userspace RCU extended QS
2012-09-05 Frederic Weisbeckerx86: Syscall hooks for userspace RCU extended QS
2012-09-05 Frederic Weisbeckerrcu: Switch task's syscall hooks on context switch
2012-09-05 Frederic Weisbeckerrcu: Ignore userspace extended quiescent state by default
2012-09-05 Frederic Weisbeckerrcu: Allow rcu_user_enter()/exit() to nest
2012-09-05 Frederic Weisbeckerrcu: Settle config for userspace extended quiescent...
2012-09-05 Paul E. McKenneyrcu: Make RCU_FAST_NO_HZ handle adaptive ticks
2012-09-05 Frederic Weisbeckerrcu: New rcu_user_enter_irq() and rcu_user_exit_irq...
2012-09-05 Frederic Weisbeckerrcu: New rcu_user_enter() and rcu_user_exit() APIs
2012-09-05 Paul E. McKenneyrcu: Prevent initialization race in rcutorture kthreads
2012-09-05 Paul E. McKenneyrcu: Switch rcutorture to pr_alert() and friends
2012-09-05 Paul E. McKenneyrcu: Document SRCU dead-CPU capabilities, emphasize...
2012-09-05 Paul E. McKenneyrcu: Track CPU-hotplug duration statistics
2012-09-05 Paul E. McKenneyrcu: Update rcutorture defaults
2012-09-04 Silas Boyd... Use get_online_cpus to avoid races involving CPU hotplug
2012-09-04 Silas Boyd... Use get_online_cpus to avoid races involving CPU hotplug
2012-09-04 Peter Zijlstrasched: Fix load avg vs cpu-hotplug
2012-09-04 Paul E. McKenneyrcu: Disallow callback registry on offline CPUs
2012-09-04 Paul E. McKenneyrcu: Remove _rcu_barrier() dependency on __stop_machine()
2012-09-04 Michael Wangkmemleak: Replace list_for_each_continue_rcu with new...
2012-09-04 Paul E. McKenneytime: RCU permitted to stop idle entry via softirq
2012-09-04 Paul E. McKenneyrcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
2012-09-04 Paul E. McKenneyrcu: Remove redundant memory barrier from __call_rcu()
2012-09-04 Paul E. McKenneyrcu: Avoid spurious RCU CPU stall warnings
2012-09-04 Paul E. McKenneyrcu: Protect rcu_node accesses during CPU stall warnings
2012-09-04 Paul E. McKenneyrcu: Avoid rcu_print_detail_task_stall_rnp() segfault
2012-09-04 Paul E. McKenneyrcu: Apply for_each_rcu_flavor() to increment_cpu_stall...
2012-09-04 Paul E. McKenneyrcu: Fix obsolete rcu_initiate_boost() header comment
2012-09-04 Paul E. McKenneyrcu: Make offline-CPU checking allow for indefinite...
2012-09-04 Paul E. McKenneyrcu: Improve boost selection when moving tasks to root...
2012-09-04 Paul E. McKenneyrcu: Permit RCU_NONIDLE() to be used from interrupt...
2012-09-04 Paul E. McKenneyrcu: Properly initialize ->boost_tasks on CPU offline
2012-09-04 Paul E. McKenneyrcu: Pull TINY_RCU dyntick-idle tracing into non-idle...
2012-09-04 Paul E. McKenneyrcu: Add PROVE_RCU_DELAY to provoke difficult races
2012-08-02 Linus TorvaldsLinux 3.6-rc1 v3.6-rc1
2012-08-02 Linus TorvaldsMerge branch 'for-linus-3.6' of git://dev.laptop.org...
2012-08-02 Linus TorvaldsMerge tag 'dt2' of git://git.kernel.org/pub/scm/linux...
2012-08-02 Linus TorvaldsMerge tag 'pm2' of git://git.kernel.org/pub/scm/linux...
2012-08-02 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-08-02 Linus TorvaldsMerge tag 'sh-for-linus' of git://github.com/pmundt...
2012-08-02 Linus TorvaldsMerge tag 'md-3.6' of git://neil.brown.name/md
2012-08-02 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-08-02 Linus TorvaldsMerge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel...
2012-08-02 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2012-08-02 Linus Torvaldsmm: remove node_start_pfn checking in new WARN_ON for now
2012-08-02 Haojian ZhuangARM: mmp: add missing irqs.h
2012-08-02 Thomas Petazzoniarm: mvebu: fix typo in .dtsi comment for Armada XP...
2012-08-02 Barry SongARM: PRIMA2: delete redundant codes to restore LATCHED...
2012-08-02 Sylvain Munautlibceph: fix crypto key null deref, memory leak
2012-08-02 Sage Weilceph: simplify+fix atomic_open
2012-08-02 Guennadi Liakhovetskish: explicitly include sh_dma.h in setup-sh7722.c
2012-08-01 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-08-01 Linus TorvaldsMerge branch 'for-linus-3.6-rc1' of git://git.kernel...
2012-08-01 Linus TorvaldsMerge branch 'dmaengine' of git://git.linaro.org/people...
2012-08-01 Linus TorvaldsMerge branch 'audit' of git://git.linaro.org/people...
2012-08-01 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-08-01 Richard Weinbergerum: Add arch/x86/um to MAINTAINERS
2012-08-01 Martin Pärtelum: pass siginfo to guest process
next