index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
perf/x86-ibs: Fix update of period
Robert Richter
1
-13
/
+14
2012-05-08
perf annotate browser: Compact 'nop' output
Arnaldo Carvalho de Melo
1
-0
/
+13
2012-05-07
perf annotate browser: Do raw printing in 'o'ffset in a single place
Arnaldo Carvalho de Melo
3
-14
/
+29
2012-05-04
ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h
Steven Rostedt
1
-1
/
+1
2012-05-03
perf annotate browser: Don't change the asm line color when toggling source
Arnaldo Carvalho de Melo
1
-3
/
+0
2012-05-03
perf annotate browser: More clearly separate columns
Arnaldo Carvalho de Melo
3
-28
/
+36
2012-05-03
perf ui browser: Introduce routine to draw vertical line
Arnaldo Carvalho de Melo
2
-0
/
+11
2012-04-28
ftrace/x86: Remove the complex ftrace NMI handling code
Steven Rostedt
3
-174
/
+6
2012-04-28
ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
Steven Rostedt
4
-1
/
+358
2012-04-27
perf annotate browser: Don't display 0.00 percentages
Arnaldo Carvalho de Melo
1
-7
/
+7
2012-04-27
perf annotate browser: Remove the vertical line after the percentages
Arnaldo Carvalho de Melo
1
-5
/
+4
2012-04-27
perf annotate browser: Show current jump, back or forward
Arnaldo Carvalho de Melo
1
-27
/
+23
2012-04-27
perf ui browser: Add method to draw up/down arrow line
Arnaldo Carvalho de Melo
2
-4
/
+54
2012-04-27
perf annotate browser: Add a right arrow before call instructions
Arnaldo Carvalho de Melo
1
-0
/
+3
2012-04-26
perf: Remove PERF_COUNTERS config option
Robert Richter
7
-19
/
+7
2012-04-26
perf: Use static variant of perf_event_overflow in core.c
Robert Richter
1
-1
/
+1
2012-04-26
perf/x86: Fix cmpxchg() usage in amd_put_event_constraints()
Robert Richter
1
-3
/
+1
2012-04-26
perf: Trivial cleanup of duplicate code
Robert Richter
1
-3
/
+0
2012-04-25
perf annotate browser: Don't draw jump connectors for out of function jumps
Arnaldo Carvalho de Melo
1
-2
/
+4
2012-04-25
perf annotate: Mark jump instructions with no offset
Arnaldo Carvalho de Melo
2
-3
/
+12
2012-04-25
perf annotate: Disambiguage offsets and addresses in operands
Arnaldo Carvalho de Melo
3
-19
/
+22
2012-04-25
perf/x86: Clean up register_nmi_handler() usage
Ingo Molnar
1
-1
/
+1
2012-04-25
perf annotate browser: Handle NULL jump targets
Arnaldo Carvalho de Melo
1
-0
/
+7
2012-04-24
perf annotate browser: Initial loop detection
Arnaldo Carvalho de Melo
3
-4
/
+98
2012-04-24
ring-buffer: Add per_cpu ring buffer control files
Vaibhav Nagarnaik
4
-149
/
+297
2012-04-24
tracing: Remove an unneeded check in trace_seq_buffer()
Dan Carpenter
1
-4
/
+1
2012-04-24
tracing: Add percpu buffers for trace_printk()
Steven Rostedt
4
-55
/
+148
2012-04-21
Linux 3.4-rc4
v3.4-rc4
Linus Torvalds
1
-1
/
+1
2012-04-21
sparc32,leon: add notify_cpu_starting()
Yong Zhang
1
-0
/
+3
2012-04-21
kill mm argument of vm_munmap()
Al Viro
8
-11
/
+12
2012-04-21
perfmon: kill some helpers and arguments
Al Viro
1
-9
/
+4
2012-04-21
aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()
Al Viro
1
-1
/
+14
2012-04-21
mmc: core: Do not pre-claim host in suspend
Ulf Hansson
1
-35
/
+20
2012-04-21
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
1
-1
/
+2
2012-04-21
mmc: unbreak sdhci-esdhc-imx on i.MX25
Eric BĂ©nard
1
-2
/
+1
2012-04-21
mmc: cd-gpio: Include header to pickup exported symbol prototypes
H Hartley Sweeten
1
-0
/
+1
2012-04-21
mmc: sdhci: refine non-removable card checking for card detection
Daniel Drake
1
-1
/
+1
2012-04-21
mmc: dw_mmc: Fix switch from DMA to PIO
Seungwon Jeon
1
-1
/
+3
2012-04-21
mmc: remove MMC bus legacy suspend/resume method
Chuanxiao Dong
3
-18
/
+10
2012-04-21
VM: add "vm_mmap()" helper function
Linus Torvalds
15
-97
/
+87
2012-04-21
VM: add "vm_munmap()" helper function
Linus Torvalds
8
-33
/
+25
2012-04-21
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
Rajendra Nayak
1
-2
/
+2
2012-04-21
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
Chris Ball
1
-1
/
+1
2012-04-21
mmc: fixes for eMMC v4.5 sanitize operation
Adrian Hunter
2
-16
/
+40
2012-04-21
mmc: fixes for eMMC v4.5 discard operation
Adrian Hunter
2
-4
/
+5
2012-04-21
VM: add "vm_brk()" helper function
Linus Torvalds
6
-45
/
+31
2012-04-20
ui browser: Add method to write graphical characters
Arnaldo Carvalho de Melo
3
-10
/
+12
2012-04-20
perf annotate browser: Handle retq instructions
Arnaldo Carvalho de Melo
1
-4
/
+9
2012-04-20
perf annotate browser: Add visual cue for retq instruction
Arnaldo Carvalho de Melo
1
-4
/
+13
2012-04-20
perf annotate browser: Add visual cues on jump lines
Arnaldo Carvalho de Melo
1
-1
/
+12
[next]