index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-28
rcu: Make rcu_torture_fqs() exit loops at end of test
Paul E. McKenney
1
-4
/
+6
2011-09-28
rcu: Permit rt_mutex_unlock() with irqs disabled
Paul E. McKenney
2
-0
/
+13
2011-09-28
rcu: Avoid having just-onlined CPU resched itself when RCU is idle
Paul E. McKenney
1
-3
/
+8
2011-09-28
rcu: Suppress NMI backtraces when stall ends before dump
Paul E. McKenney
3
-9
/
+19
2011-09-28
rcu: Prohibit grace periods during early boot
Paul E. McKenney
1
-2
/
+5
2011-09-28
rcu: Simplify unboosting checks
Paul E. McKenney
1
-10
/
+10
2011-09-28
rcu: Prevent early boot set_need_resched() from __rcu_pending()
Paul E. McKenney
1
-1
/
+2
2011-09-28
rcu: Dump local stack if cannot dump all CPUs' stacks
Paul E. McKenney
1
-2
/
+4
2011-09-28
rcu: Move __rcu_read_unlock()'s barrier() within if-statement
Paul E. McKenney
1
-1
/
+1
2011-09-28
rcu: Make rcu_implicit_dynticks_qs() locals be correct size
Paul E. McKenney
1
-5
/
+5
2011-09-28
rcu: Eliminate in_irq() checks in rcu_enter_nohz()
Paul E. McKenney
1
-7
/
+0
2011-09-28
nohz: Remove nohz_cpu_mask
Shi, Alex
2
-17
/
+0
2011-09-28
rcu: Allow rcutorture's stat_interval parameter to be changed at runtime
Paul E. McKenney
1
-1
/
+1
2011-09-28
rcu: Simplify quiescent-state accounting
Paul E. McKenney
4
-32
/
+32
2011-09-28
rcu: Add grace-period, quiescent-state, and call_rcu trace events
Paul E. McKenney
5
-10
/
+68
2011-09-28
rcu: Make TINY_RCU also use softirq for RCU_BOOST=n
Paul E. McKenney
2
-91
/
+93
2011-09-28
rcu: Add event-trace markers to TREE_RCU kthreads
Paul E. McKenney
1
-0
/
+12
2011-09-28
rcu: Move RCU_BOOST declarations to allow compiler checking
Paul E. McKenney
2
-5
/
+7
2011-09-28
rcu: Update comments to reflect softirqs vs. kthreads
Paul E. McKenney
2
-12
/
+14
2011-09-28
rcu: Add RCU type to callback-invocation tracing
Paul E. McKenney
2
-8
/
+8
2011-09-28
rcu: Put names into TINY_RCU structures under RCU_TRACE
Paul E. McKenney
5
-27
/
+18
2011-09-28
rcu: Event-trace markers for computing RCU CPU utilization
Paul E. McKenney
1
-1
/
+15
2011-09-28
rcu: Add event-tracing for RCU callback invocation
Paul E. McKenney
4
-4
/
+121
2011-09-28
rcu: Don't destroy rcu_torture_boost() callback until it is done
Paul E. McKenney
1
-1
/
+1
2011-09-28
rcu: Catch rcutorture up to new RCU API additions
Paul E. McKenney
1
-34
/
+21
2011-09-28
rcu: Abstract common code for RCU grace-period-wait primitives
Paul E. McKenney
5
-73
/
+23
2011-09-28
rcu: Fix mismatched variable in rcutree_trace.c
Andi Kleen
1
-1
/
+1
2011-09-28
rcu: Restore checks for blocking in RCU read-side critical sections
Paul E. McKenney
3
-38
/
+52
2011-09-28
rcu: Avoid unnecessary self-wakeup of per-CPU kthreads
Shaohua Li
1
-5
/
+3
2011-09-28
rcu: Use kthread_create_on_node()
Eric Dumazet
2
-3
/
+7
2011-09-25
ptrace: PTRACE_LISTEN forgets to unlock ->siglock
Oleg Nesterov
1
-13
/
+10
2011-09-19
Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-1
/
+1
2011-09-19
Make taskstats round statistics down to nearest 1k bytes/events
Linus Torvalds
1
-7
/
+8
2011-09-19
Make TASKSTATS require root access
Linus Torvalds
1
-0
/
+1
2011-09-14
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
1
-1
/
+6
2011-09-12
genirq: Make irq_shutdown() symmetric vs. irq_startup again
Geert Uytterhoeven
1
-1
/
+1
2011-09-07
Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-5
/
+13
2011-09-07
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-15
/
+26
2011-08-31
perf_event: Fix broken calc_timer_values()
Eric B Munson
1
-2
/
+2
2011-08-29
perf events: Fix slow and broken cgroup context switch code
Stephane Eranian
2
-11
/
+54
2011-08-29
sched: Fix a memory leak in __sdt_free()
WANG Cong
1
-0
/
+1
2011-08-29
sched: Move blk_schedule_flush_plug() out of __schedule()
Thomas Gleixner
1
-10
/
+15
2011-08-29
sched: Separate the scheduler entry for preemption
Thomas Gleixner
1
-5
/
+10
2011-08-26
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
1
-1
/
+0
2011-08-25
kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon
Nishanth Aravamudan
1
-1
/
+1
2011-08-25
Add a personality to report 2.6.x version numbers
Andi Kleen
1
-0
/
+38
2011-08-23
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2
-2
/
+2
2011-08-23
Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"
Linus Torvalds
1
-1
/
+0
2011-08-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+16
2011-08-18
irqdesc: fix new kernel-doc warning
Randy Dunlap
1
-0
/
+1
[next]