index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
gcd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-13
ftrace: Append wakeup_rt description of ftrace doc
Geunsik Lim
1
-0
/
+7
2012-02-13
ftrace: sched_switch plugin is deprecated
Geunsik Lim
1
-3
/
+3
2012-02-13
cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section
Steven Rostedt
1
-4
/
+4
2012-02-13
x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()
Steven Rostedt
2
-12
/
+14
2012-02-13
tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...
Steven Rostedt
1
-4
/
+18
2012-02-03
tracing/softirq: Move __raise_softirq_irqoff() out of header
Steven Rostedt
3
-6
/
+9
2012-02-03
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
2
-8
/
+11
2012-01-31
perf top: Fix number of samples displayed
Stephane Eranian
1
-3
/
+10
2012-01-31
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
Stephane Eranian
1
-1
/
+1
2012-01-31
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
8
-16
/
+3
2012-01-30
perf python: Use attr.watermark in twatch.py
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-01-30
perf tools: Remove unnecessary ctype.h inclusion
Namhyung Kim
8
-8
/
+1
2012-01-30
perf lock: Document lock info subcommand
Namhyung Kim
2
-5
/
+19
2012-01-30
perf top: Fix number of samples displayed
Stephane Eranian
1
-3
/
+10
2012-01-30
perf script: Add option resolving vmlinux path
Akihiro Nagai
4
-3
/
+13
2012-01-30
perf script: Add the offset field specifier
Akihiro Nagai
6
-15
/
+46
2012-01-30
perf script: Print branch_from and branch_to of BTS events
Akihiro Nagai
1
-0
/
+42
2012-01-30
perf script: Unify the expressions indicating "unknown"
Akihiro Nagai
6
-39
/
+42
2012-01-30
perf evsel: Fix spelling typo
Masanari Iida
1
-1
/
+1
2012-01-28
x86/dumpstack: Remove unneeded check in dump_trace()
Dan Carpenter
1
-1
/
+1
2012-01-27
jump_label: Add some documentation
Peter Zijlstra
1
-0
/
+32
2012-01-27
perf: Fix broken interrupt rate throttling
Stephane Eranian
2
-38
/
+67
2012-01-26
x86/microcode_amd: Add support for CPU family specific container files
Andreas Herrmann
1
-2
/
+22
2012-01-26
x86/amd: Add missing feature flag for fam15h models 10h-1fh processors
Andreas Herrmann
1
-0
/
+1
2012-01-26
x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()
Jesper Juhl
1
-0
/
+2
2012-01-26
x86/numachip: Drop unnecessary conflict with EDAC
Daniel J Blueman
1
-1
/
+0
2012-01-26
x86/uv: Fix uninitialized spinlocks
Cliff Wickman
2
-1
/
+3
2012-01-26
x86/uv: Fix uv_gpa_to_soc_phys_ram() shift
Russ Anderson
1
-2
/
+2
2012-01-26
eCryptfs: move misleading function comments
Li Wang
1
-4
/
+4
2012-01-25
eCryptfs: Fix oops when printing debug info in extent crypto functions
Tyler Hicks
1
-40
/
+0
2012-01-25
eCryptfs: Remove unused ecryptfs_read()
Tyler Hicks
1
-73
/
+0
2012-01-25
eCryptfs: Check inode changes in setattr
Tyler Hicks
1
-12
/
+36
2012-01-25
eCryptfs: Make truncate path killable
Tyler Hicks
1
-5
/
+14
2012-01-25
eCryptfs: Infinite loop due to overflow in ecryptfs_write()
Li Wang
1
-2
/
+2
2012-01-25
eCryptfs: Replace miscdev read/write magic numbers
Tyler Hicks
3
-41
/
+55
2012-01-25
eCryptfs: Report errors in writes to /dev/ecryptfs
Tyler Hicks
1
-11
/
+13
2012-01-25
eCryptfs: Sanitize write counts of /dev/ecryptfs
Tyler Hicks
1
-18
/
+38
2012-01-25
ecryptfs: Remove unnecessary variable initialization
Tim Gardner
1
-2
/
+3
2012-01-25
ecryptfs: Improve metadata read failure logging
Tim Gardner
1
-3
/
+6
2012-01-25
MAINTAINERS: Update eCryptfs maintainer address
Dustin Kirkland
1
-1
/
+1
2012-01-25
drm/ttm: fix two regressions since move_notify changes
Ben Skeggs
2
-4
/
+17
2012-01-25
xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()
Jan Kara
1
-1
/
+2
2012-01-25
drm/radeon: avoid deadlock if GPU lockup is detected in ib_pool_get
Jerome Glisse
3
-54
/
+54
2012-01-25
drm/radeon: silence out possible lock dependency warning
Jerome Glisse
1
-8
/
+11
2012-01-25
drm: Fix authentication kernel crash
Thomas Hellstrom
3
-1
/
+11
2012-01-25
powerpc: Fix build on some non-freescale platforms
Benjamin Herrenschmidt
1
-0
/
+2
2012-01-25
powerpc/powernv: Fix PCI resource handling
Benjamin Herrenschmidt
1
-16
/
+27
2012-01-24
powerpc/crash: Fix build error without SMP
Christian Kujau
1
-1
/
+1
2012-01-24
powerpc/cpuidle: Make it a bool, not a tristate
Deepthi Dharwar
1
-1
/
+1
2012-01-24
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
Stephane Eranian
1
-1
/
+1
[next]