index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perfcounters: release CPU context when exiting task counters
Ingo Molnar
2008-12-14
1
-2
/
+12
*
perfcounters, x86: fix sw counters on non-PMC CPUs
Ingo Molnar
2008-12-14
1
-1
/
+1
*
perfcounters: add nr-of-faults counter
Ingo Molnar
2008-12-14
1
-0
/
+51
*
perfcounters: add task migrations counter
Ingo Molnar
2008-12-14
2
-2
/
+54
*
perfcounters: add context switch counter
Ingo Molnar
2008-12-14
1
-0
/
+51
*
perfcounters: fix task clock counter
Ingo Molnar
2008-12-14
1
-4
/
+23
*
perfcounters: implement "counter inheritance"
Ingo Molnar
2008-12-14
2
-45
/
+210
*
perfcounters: restructure x86 counter math
Ingo Molnar
2008-12-14
1
-63
/
+5
*
Merge branch 'x86/irq' into perfcounters/core
Ingo Molnar
2008-12-12
6
-25
/
+58
|
\
|
*
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-12-10
1
-0
/
+2
|
|
\
|
|
*
sched: CPU remove deadlock fix
Brian King
2008-12-09
1
-0
/
+2
|
*
|
fix mapping_writably_mapped()
Hugh Dickins
2008-12-10
1
-6
/
+9
|
*
|
KSYM_SYMBOL_LEN fixes
Hugh Dickins
2008-12-10
1
-1
/
+1
|
*
|
relayfs: fix infinite loop with splice()
Tom Zanussi
2008-12-10
1
-5
/
+2
|
*
|
[PATCH] fix broken timestamps in AVC generated by kernel threads
Al Viro
2008-12-09
2
-4
/
+5
|
*
|
[patch 1/1] audit: remove excess kernel-doc
Randy Dunlap
2008-12-09
1
-2
/
+0
|
*
|
[PATCH] return records for fork() both to child and parent
Al Viro
2008-12-09
2
-0
/
+18
|
*
|
[PATCH] Audit: make audit=0 actually turn off audit
Eric Paris
2008-12-09
1
-7
/
+21
*
|
|
perf counters: clean up state transitions
Ingo Molnar
2008-12-11
1
-15
/
+14
*
|
|
perf counters: add prctl interface to disable/enable counters
Ingo Molnar
2008-12-11
2
-7
/
+86
*
|
|
perf counters: implement PERF_COUNT_TASK_CLOCK
Ingo Molnar
2008-12-11
1
-0
/
+22
*
|
|
perf counters: consolidate hw_perf save/restore APIs
Ingo Molnar
2008-12-11
1
-8
/
+8
*
|
|
perf counters: implement PERF_COUNT_CPU_CLOCK
Ingo Molnar
2008-12-11
1
-13
/
+82
*
|
|
perf counters: hw driver API
Ingo Molnar
2008-12-11
1
-21
/
+24
*
|
|
perf counters: group counter, fixes
Ingo Molnar
2008-12-11
1
-19
/
+20
*
|
|
perf counters: add support for group counters
Ingo Molnar
2008-12-11
1
-66
/
+216
*
|
|
perf counters: restructure the API
Ingo Molnar
2008-12-11
1
-16
/
+22
*
|
|
perf counters: expand use of counter->event
Thomas Gleixner
2008-12-11
1
-5
/
+5
*
|
|
perf counters: clean up 'raw' type API
Thomas Gleixner
2008-12-11
1
-7
/
+8
*
|
|
performance counters: core code
Thomas Gleixner
2008-12-08
5
-0
/
+972
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-12-05
1
-1
/
+1
|
\
\
|
*
|
[PATCH] kill obsolete temporary comment in swsusp_close()
Al Viro
2008-12-04
1
-1
/
+1
*
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-12-05
2
-1
/
+23
|
\
\
\
|
*
|
|
time: catch xtime_nsec underflows and fix them
john stultz
2008-12-04
1
-0
/
+22
|
*
|
|
posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID
Petr Tesarik
2008-11-24
1
-1
/
+1
*
|
|
|
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-12-05
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0
Roel Kluin
2008-12-03
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
taint: add missing comment
Arjan van de Ven
2008-12-02
1
-0
/
+1
*
|
|
epoll: introduce resource usage limits
Davide Libenzi
2008-12-02
1
-0
/
+10
|
/
/
*
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-11-30
2
-3
/
+4
|
\
\
|
*
|
sched: prevent divide by zero error in cpu_avg_load_per_task, update
Ingo Molnar
2008-11-29
1
-1
/
+1
|
*
|
sched, cpusets: fix warning in kernel/cpuset.c
Ingo Molnar
2008-11-29
1
-1
/
+1
|
*
|
sched: prevent divide by zero error in cpu_avg_load_per_task
Steven Rostedt
2008-11-27
1
-2
/
+3
*
|
|
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-11-30
4
-27
/
+56
|
\
\
\
|
*
\
\
Merge commit 'v2.6.28-rc6' into irq/urgent
Ingo Molnar
2008-11-23
26
-226
/
+474
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
genirq: __irq_set_trigger: change pr_warning to pr_debug
Mark Nelson
2008-11-13
1
-1
/
+1
|
*
|
|
irq: fix typo
Ingo Molnar
2008-11-09
1
-1
/
+1
|
*
|
|
genirq: fix the affinity setting in setup_irq
Thomas Gleixner
2008-11-09
1
-5
/
+5
|
*
|
|
genirq: keep affinities set from userspace across free/request_irq()
Thomas Gleixner
2008-11-09
4
-22
/
+51
*
|
|
|
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-11-30
1
-2
/
+2
|
\
\
\
\
[next]