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
2010-02-26
perf_events: Add new start/stop PMU callbacks
Stephane Eranian
1
-2
/
+18
2010-02-26
perf_events: Report the MMAP pgoff value in bytes
Peter Zijlstra
1
-1
/
+1
2010-02-26
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
6
-17
/
+6
2010-02-26
Merge commit 'v2.6.33' into tracing/core
Ingo Molnar
33
-160
/
+372
2010-02-26
early_res: Add free_early_partial()
Yinghai Lu
1
-0
/
+55
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
tracing: Simplify memory recycle of trace_define_field
Wenji Huang
1
-3
/
+1
2010-02-25
tracing: Remove unnecessary variable in print_graph_return
Wenji Huang
1
-1
/
+0
2010-02-25
tracing: Fix typo of info text in trace_kprobe.c
Wenji Huang
1
-2
/
+2
2010-02-25
tracing: Fix typo in prof_sysexit_enable()
Wenji Huang
1
-1
/
+1
2010-02-25
tracing: Remove CONFIG_TRACE_POWER from kernel config
Li Zefan
1
-9
/
+0
2010-02-25
tracing: Fix ftrace_event_call alignment for use with gcc 4.5
Jeff Mahoney
1
-1
/
+2
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-23
ptrace: Fix ptrace_regset() comments and diagnose errors specifically
Suresh Siddha
1
-1
/
+1
2010-02-22
kernel/sys.c: fix missing rcu protection for sys_getpriority()
Tetsuo Handa
1
-0
/
+2
2010-02-22
PCI PM: Run-time callbacks for PCI bus type
Rafael J. Wysocki
1
-0
/
+5
2010-02-22
resource: add release_child_resources
Yinghai Lu
1
-0
/
+30
2010-02-22
resource/PCI: mark struct resource as const
Dominik Brodowski
1
-2
/
+2
2010-02-22
resource/PCI: align functions now return start of resource
Dominik Brodowski
1
-5
/
+9
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-18
const: struct nla_policy
Alexey Dobriyan
1
-4
/
+2
2010-02-17
sparseirq: Use radix_tree instead of ptrs array
Yinghai Lu
1
-24
/
+25
2010-02-17
sparseirq: Change irq_desc_ptrs to static
Yinghai Lu
3
-8
/
+9
2010-02-17
irq: Remove unnecessary bootmem code
Yinghai Lu
1
-11
/
+3
2010-02-17
Merge branch 'linus' into x86/mm
Thomas Gleixner
132
-5977
/
+12188
2010-02-17
tracing/kprobes: Make Kconfig dependencies generic
Heiko Carstens
1
-1
/
+1
2010-02-17
tracing: Unify arch_syscall_addr() implementations
Mike Frysinger
1
-0
/
+5
2010-02-17
sched: Don't use possibly stale sched_class
Thomas Gleixner
1
-2
/
+4
2010-02-16
core: Move early_res from arch/x86 to kernel/
Yinghai Lu
2
-0
/
+514
2010-02-17
percpu: add __percpu sparse annotations to core kernel subsystems
Tejun Heo
3
-4
/
+4
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-16
Merge branch 'sched/urgent' into sched/core
Thomas Gleixner
2
-29
/
+59
2010-02-16
sched: Fix race between ttwu() and task_rq_lock()
Peter Zijlstra
1
-27
/
+46
2010-02-16
sched: Fix SMT scheduler regression in find_busiest_queue()
Suresh Siddha
1
-2
/
+13
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
[prev]
[next]