index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-27
rcu: Fix accelerated grace periods for last non-dynticked CPU
Paul E. McKenney
3
-20
/
+57
2010-02-26
rcu: Export rcu_scheduler_active
Paul E. McKenney
1
-0
/
+1
2010-02-26
rcu: Make rcu_read_lock_sched_held() take boot time into account
Paul E. McKenney
2
-19
/
+18
2010-02-26
rcu: Make lockdep_rcu_dereference() message less alarmist
Paul E. McKenney
1
-3
/
+3
2010-02-25
sched, cgroups: Fix module export
Ingo Molnar
1
-0
/
+1
2010-02-25
rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task information
Paul E. McKenney
3
-0
/
+57
2010-02-25
rcu: Fix rcutorture mod_timer argument to delay one jiffy
Paul E. McKenney
1
-1
/
+1
2010-02-25
rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detection
Paul E. McKenney
2
-3
/
+2
2010-02-25
rcu: Convert to raw_spinlocks
Paul E. McKenney
3
-92
/
+92
2010-02-25
rcu: Stop overflowing signed integers
Paul E. McKenney
3
-28
/
+30
2010-02-25
rcu: Accelerate grace period if last non-dynticked CPU
Paul E. McKenney
2
-3
/
+71
2010-02-25
sched: Better name for for_each_domain_rd
Paul E. McKenney
1
-2
/
+2
2010-02-25
sched: Use lockdep-based checking on rcu_dereference()
Paul E. McKenney
6
-10
/
+38
2010-02-25
rcu: Integrate rcu_dereference_check() message into lockdep
Paul E. McKenney
1
-0
/
+18
2010-02-25
rcu: Introduce lockdep-based checking to RCU read-side primitives
Paul E. McKenney
3
-19
/
+53
2010-02-25
Merge commit 'v2.6.33' into core/rcu
Ingo Molnar
30
-146
/
+353
2010-02-22
kernel/sys.c: fix missing rcu protection for sys_getpriority()
Tetsuo Handa
1
-0
/
+2
2010-02-22
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+5
2010-02-16
kfifo: Don't use integer as NULL pointer
Anton Vorontsov
1
-1
/
+1
2010-02-16
kfifo: Make kfifo_initialized work after kfifo_free
Anton Vorontsov
1
-0
/
+1
2010-02-15
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-10
/
+5
2010-02-15
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+25
2010-02-15
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2010-02-14
perf_events: Fix FORK events
Peter Zijlstra
1
-6
/
+5
2010-02-14
tracing/kprobes: Fix probe parsing
Heiko Carstens
1
-1
/
+1
2010-02-09
Export the symbol of getboottime and mmonotonic_to_bootbased
Jason Wang
1
-0
/
+2
2010-02-04
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+45
2010-02-04
perf: Make bp_len type to u64 generic across the arch
Mahesh Salgaonkar
2
-2
/
+2
2010-02-03
hrtimer, softirq: Fix hrtimer->softirq trampoline
Peter Zijlstra
1
-10
/
+5
2010-02-03
futex: Handle futex value corruption gracefully
Thomas Gleixner
1
-2
/
+19
2010-02-03
futex: Handle user space corruption gracefully
Thomas Gleixner
1
-0
/
+7
2010-02-03
futex_lock_pi() key refcnt fix
Mikael Pettersson
1
-1
/
+1
2010-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+1
2010-02-02
cgroups: fix to return errno in a failure path
Li Zefan
1
-2
/
+5
2010-02-02
kfifo: fix kernel-doc notation
Randy Dunlap
1
-1
/
+2
2010-02-03
kernel/cred.c: use kmem_cache_free
Julia Lawall
1
-1
/
+1
2010-02-02
tracing: Fix circular dead lock in stack trace
Lai Jiangshan
1
-0
/
+24
2010-02-01
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2010-02-01
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-10
/
+49
2010-02-01
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-32
/
+32
2010-02-01
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+15
2010-02-01
softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resume
Jason Wessel
2
-3
/
+18
2010-01-30
perf, hw_breakpoint, kgdb: Do not take mutex for kernel debugger
Jason Wessel
1
-10
/
+42
2010-01-30
x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint API
Jason Wessel
1
-0
/
+3
2010-01-28
hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.
Mahesh Salgaonkar
1
-0
/
+4
2010-01-28
sched: Correct printk whitespace in warning from cpu down task check
Frans Pop
1
-4
/
+4
2010-01-28
sched: Fix incorrect sanity check
Peter Zijlstra
1
-1
/
+1
2010-01-27
lockdep: Fix check_usage_backwards() error message
Oleg Nesterov
1
-1
/
+1
2010-01-26
tracing/documentation: Cover new frame pointer semantics
Mike Frysinger
1
-3
/
+1
2010-01-26
ring-buffer: Check for end of page in iterator
Steven Rostedt
1
-3
/
+8
[next]