index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-10
/
+5
2010-02-15
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-1
/
+25
2010-02-15
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2
-2
/
+2
2010-02-15
tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments
Uwe Kleine-König
1
-1
/
+1
2010-02-15
kprobes: Add mcount to the kprobes blacklist
Masami Hiramatsu
1
-0
/
+1
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-11
ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET
Suresh Siddha
1
-0
/
+88
2010-02-11
ftrace: Allow to remove a single function from function graph filter
Li Zefan
2
-21
/
+33
2010-02-11
devres/irq: Fix devm_irq_match comment
Jean Delvare
1
-1
/
+1
2010-02-10
x86: Change range end to start+size
Yinghai Lu
1
-10
/
+10
2010-02-10
x86: Move range related operation to one file
Yinghai Lu
2
-1
/
+164
2010-02-10
Merge remote branch 'linus/master' into x86/bootmem
H. Peter Anvin
132
-5965
/
+12156
2010-02-10
x86: Avoid race condition in pci_enable_msix()
Brandon Phiilps
1
-9
/
+43
2010-02-09
tracing: Add correct/incorrect to sort keys for branch annotation output
Steven Rostedt
1
-2
/
+17
2010-02-09
Export the symbol of getboottime and mmonotonic_to_bootbased
Jason Wang
1
-0
/
+2
2010-02-09
kthread, sched: Remove reference to kthread_create_on_cpu
Anton Blanchard
1
-1
/
+1
2010-02-09
Remove reference to kthread_create_on_cpu
Anton Blanchard
1
-1
/
+1
2010-02-08
Lose the first argument of audit_inode_child()
Al Viro
1
-5
/
+2
2010-02-08
sched: cpuacct: Use bigger percpu counter batch values for stats counters
Anton Blanchard
1
-1
/
+19
2010-02-08
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
32
-296
/
+464
2010-02-08
kernel/sched.c: Suppress unused var warning
Andrew Morton
1
-1
/
+1
2010-02-05
posix-timers.c: Don't export local functions
H Hartley Sweeten
1
-1
/
+1
2010-02-05
clocksource: add suspend callback
Magnus Damm
2
-0
/
+13
2010-02-05
clocksource: add argument to resume callback
Magnus Damm
1
-1
/
+1
2010-02-05
tree-wide: fix 'lenght' typo in comments and code
Daniel Mack
1
-1
/
+1
2010-02-05
devres: typo fix s/dev/devm/
Baruch Siach
1
-1
/
+1
2010-02-05
Remove redundant trailing semicolons from macros
Edward Z. Yang
1
-3
/
+3
2010-02-05
fix comment typo boo -> boot in ksysfs.c
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2010-02-05
Fix misspelling of "should" and "shouldn't" in comments.
Adam Buchbinder
1
-1
/
+1
2010-02-05
kprobes: Add mcount to the kprobes blacklist
Masami Hiramatsu
1
-0
/
+1
2010-02-04
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
3
-6
/
+45
2010-02-04
Fix misspellings of "invocation" in comments.
Adam Buchbinder
1
-1
/
+1
2010-02-04
Fix misspellings of "truly" in comments.
Adam Buchbinder
1
-2
/
+2
2010-02-04
perf_events: Optimize perf_event_task_tick()
Peter Zijlstra
1
-4
/
+4
2010-02-04
sched: Remove member rt_se from struct rt_rq
Yong Zhang
1
-2
/
+0
2010-02-04
sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]
Yong Zhang
1
-2
/
+8
2010-02-04
ftrace: Remove record freezing
Masami Hiramatsu
1
-39
/
+0
2010-02-04
kprobes: Check probe address is reserved
Masami Hiramatsu
1
-1
/
+3
2010-02-04
ftrace/alternatives: Introducing *_text_reserved functions
Masami Hiramatsu
1
-0
/
+15
2010-02-04
kprobes: Disable booster when CONFIG_PREEMPT=y
Masami Hiramatsu
1
-27
/
+2
2010-02-04
syslog: use defined constants instead of raw numbers
Kees Cook
1
-26
/
+19
2010-02-04
syslog: distinguish between /proc/kmsg and syscalls
Kees Cook
1
-3
/
+4
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
[prev]
[next]