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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-10
ftrace: Add .ref.text as one of the safe areas to trace
Steven Rostedt
2
-1
/
+3
2011-03-10
tracing: Adjust conditional expression latency formatting.
David Sharp
1
-8
/
+18
2011-03-10
tracing: Fix event alignment: skb:kfree_skb
David Sharp
1
-2
/
+2
2011-03-10
tracing: Fix event alignment: mce:mce_record
David Sharp
1
-4
/
+4
2011-03-10
tracing: Fix event alignment: kvm:kvm_hv_hypercall
David Sharp
1
-4
/
+4
2011-03-10
tracing: Fix event alignment: module:module_request
David Sharp
1
-3
/
+2
2011-03-10
tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup
David Sharp
1
-3
/
+3
2011-03-10
tracing: Remove lock_depth from event entry
Steven Rostedt
4
-15
/
+5
2011-03-09
ring-buffer: Remove unused #include <linux/trace_irq.h>
David Sharp
1
-1
/
+0
2011-03-09
tracing: Add an 'overwrite' trace_option.
David Sharp
5
-6
/
+30
2011-03-08
kprobes: Disabling optimized kprobes for entry text section
Jiri Olsa
1
-0
/
+8
2011-03-08
x86: Separate out entry text section
Jiri Olsa
6
-4
/
+18
2011-03-08
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
355
-1471
/
+2843
2011-03-07
Linux 2.6.38-rc8
v2.6.38-rc8
Linus Torvalds
1
-1
/
+1
2011-03-07
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-30
/
+41
2011-03-07
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
13
-22
/
+59
2011-03-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
1
-2
/
+1
2011-03-07
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
14
-46
/
+89
2011-03-08
drm: index i shadowed in 2nd loop
roel
1
-2
/
+2
2011-03-07
mmc: sdio: Allow sdio operations in other threads during sdio_add_func()
Dmitry Shmidt
1
-2
/
+1
2011-03-08
Merge remote branch 'ickle/drm-intel-fixes' into drm-fixes
Dave Airlie
9
-41
/
+70
2011-03-07
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-22
/
+21
2011-03-07
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
5
-37
/
+120
2011-03-08
drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously
Ben Skeggs
2
-0
/
+12
2011-03-08
drm/nouveau: fix regression causing ttm to not be able to evict vram
Ben Skeggs
2
-3
/
+5
2011-03-07
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
3
-5
/
+21
2011-03-07
drm/i915: Disable GPU semaphores by default
Chris Wilson
3
-2
/
+6
2011-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
5
-15
/
+57
2011-03-06
virtio: console: Don't access vqs if device was unplugged
Amit Shah
1
-0
/
+8
2011-03-06
perf report tui: Improve multi event session support
Arnaldo Carvalho de Melo
3
-30
/
+140
2011-03-06
perf tools: Improve support for sessions with multiple events
Arnaldo Carvalho de Melo
10
-196
/
+208
2011-03-06
perf evlist: Split perf_evlist__id_hash
Arnaldo Carvalho de Melo
2
-10
/
+21
2011-03-06
perf hists browser: Handle browsing empty hists tree
Arnaldo Carvalho de Melo
1
-7
/
+15
2011-03-06
Merge branch 'fix/asoc' into for-linus
Takashi Iwai
2
-9
/
+47
2011-03-06
drm/i915: Do not overflow the MMADDR write FIFO
Chris Wilson
6
-19
/
+42
2011-03-06
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
Chris Wilson
1
-15
/
+1
2011-03-05
perf hists: Remove needless global col lenght calcs
Arnaldo Carvalho de Melo
4
-58
/
+10
2011-03-05
perf report tui: Fix multi event switching
Arnaldo Carvalho de Melo
1
-1
/
+4
2011-03-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-50
/
+72
2011-03-05
perf: Avoid the percore allocations if the CPU is not HT capable
Lin Ming
3
-6
/
+23
2011-03-04
mm: use correct numa policy node for transparent hugepages
Andi Kleen
2
-8
/
+19
2011-03-04
mm: preserve original node for transparent huge page copies
Andi Kleen
1
-2
/
+2
2011-03-04
mm: add alloc_page_vma_node()
Andi Kleen
1
-0
/
+2
2011-03-04
mm: change alloc_pages_vma to pass down the policy node for local policy
Andi Kleen
3
-11
/
+11
2011-03-04
RapidIO: Update MAINTAINERS
Alexandre Bounine
1
-0
/
+1
2011-03-04
drivers/video/backlight/ltv350qv.c: fix a memory leak
Axel Lin
1
-1
/
+8
2011-03-04
MAINTAINERS: add maintainer of Samsung Mobile Machine support
Kyungmin Park
1
-0
/
+9
2011-03-04
pps: make pps_gen_parport depend on BROKEN
Thomas Gleixner
1
-1
/
+1
2011-03-04
drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE
Axel Lin
1
-0
/
+1
2011-03-04
cpuset: add a missing unlock in cpuset_write_resmask()
Li Zefan
1
-2
/
+5
[next]