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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-09
irq: Fix circular headers dependency
Frederic Weisbecker
1
-1
/
+1
2010-09-09
perf: Fix up delayed_put_task_struct()
Peter Zijlstra
1
-0
/
+2
2010-09-09
perf: Provide a separate task context for swevents
Peter Zijlstra
2
-8
/
+2
2010-09-09
perf: Multiple task contexts
Peter Zijlstra
2
-1
/
+8
2010-09-09
perf: Per-pmu-per-cpu contexts
Peter Zijlstra
1
-1
/
+3
2010-09-09
perf: Per cpu-context rotation timer
Peter Zijlstra
1
-3
/
+2
2010-09-09
perf: Remove the swevent hash-table from the cpu context
Peter Zijlstra
1
-6
/
+0
2010-09-09
perf: Remove the sysfs bits
Peter Zijlstra
1
-6
/
+0
2010-09-09
perf: Rework the PMU methods
Peter Zijlstra
2
-15
/
+43
2010-09-09
perf: Shrink hw_perf_event
Peter Zijlstra
1
-1
/
+0
2010-09-09
perf: Default PMU ops
Peter Zijlstra
1
-5
/
+5
2010-09-09
perf: Per PMU disable
Peter Zijlstra
1
-6
/
+7
2010-09-09
perf: Reduce perf_disable() usage
Peter Zijlstra
1
-10
/
+10
2010-09-09
perf: Register PMU implementations
Peter Zijlstra
1
-1
/
+9
2010-09-09
perf: Deconstify struct pmu
Peter Zijlstra
1
-5
/
+5
2010-09-07
skb: Add tracepoints to freeing skb
Koki Sanagi
1
-0
/
+17
2010-09-07
netdev: Add tracepoints to netdev layer
Koki Sanagi
1
-0
/
+82
2010-09-07
napi: Convert trace_napi_poll to TRACE_EVENT
Neil Horman
1
-2
/
+23
2010-09-07
irq: Add tracepoint to softirq_raise
Lai Jiangshan
2
-3
/
+31
2010-08-25
Merge branch 'linus' into perf/core
Ingo Molnar
42
-123
/
+458
2010-08-24
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2010-08-24
guard page for stacks that grow upwards
Luck, Tony
1
-1
/
+7
2010-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-34
/
+58
2010-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-0
/
+1
2010-08-23
USB: gadget: fix composite kernel-doc warnings
Randy Dunlap
1
-0
/
+1
2010-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-26
/
+58
2010-08-23
Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...
Linus Torvalds
1
-5
/
+9
2010-08-23
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-23
/
+39
2010-08-23
kobject: Break the kobject namespace defs into their own header
David Howells
3
-34
/
+58
2010-08-23
xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield
Ian Campbell
1
-6
/
+9
2010-08-23
xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary
Ian Campbell
1
-1
/
+1
2010-08-23
xen: pvhvm: allow user to request no emulated device unplug
Ian Campbell
1
-0
/
+1
2010-08-22
header: fix broken headers for user space
Changli Gao
10
-26
/
+26
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-1
/
+1
2010-08-21
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
1
-0
/
+62
2010-08-21
mm: make the vma list be doubly linked
Linus Torvalds
1
-1
/
+1
2010-08-20
kfifo: implement missing __kfifo_skip_r()
Andrea Righi
1
-0
/
+2
2010-08-19
tracing: Fix timer tracing
Arjan van de Ven
1
-2
/
+6
2010-08-19
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
477
-4670
/
+12490
2010-08-18
netfilter: fix userspace header warning
Sam Ravnborg
1
-0
/
+2
2010-08-18
net: add Fast Ethernet driver for PXA168.
Sachin Sanap
1
-0
/
+30
2010-08-19
perf, tracing: add missing __percpu markups
Namhyung Kim
1
-2
/
+2
2010-08-19
perf: Humanize the number of contexts
Frederic Weisbecker
1
-6
/
+8
2010-08-19
perf: Fix race in callchains
Frederic Weisbecker
1
-1
/
+0
2010-08-19
perf: Generalize some arch callchain code
Frederic Weisbecker
1
-1
/
+9
2010-08-19
perf: Generalize callchain_store()
Frederic Weisbecker
1
-0
/
+7
2010-08-18
Fix the declaration of sys_execve() in asm-generic/syscalls.h
David Howells
1
-2
/
+4
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-23
/
+197
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-0
/
+1
2010-08-18
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+3
[next]