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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-03
Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...
Frederic Weisbecker
2
-169
/
+754
2011-02-23
perf: Simplify task_clock_event_read()
Peter Zijlstra
1
-10
/
+3
2011-02-23
perf_events: Fix rcu and locking issues with cgroup support
Stephane Eranian
1
-11
/
+29
2011-02-18
Revert "tracing: Add unstable sched clock note to the warning"
Ingo Molnar
1
-6
/
+2
2011-02-17
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
4
-62
/
+40
2011-02-16
perf: Optimize hrtimer events
Peter Zijlstra
1
-3
/
+32
2011-02-16
perf: Optimize throttling code
Peter Zijlstra
2
-20
/
+25
2011-02-16
perf: Add cgroup support
Stephane Eranian
2
-35
/
+626
2011-02-16
cgroup: Fix cgroup_subsys::exit callback
Peter Zijlstra
2
-17
/
+20
2011-02-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
7
-32
/
+64
2011-02-16
perf: Fix throttle logic
Peter Zijlstra
1
-4
/
+15
2011-02-15
Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...
Linus Torvalds
2
-7
/
+5
2011-02-15
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+8
2011-02-14
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2
-8
/
+46
2011-02-14
tracing/kprobe: Fix NULL pointer deref check
Masami Hiramatsu
1
-1
/
+1
2011-02-12
timer debug: Hide kernel addresses via %pK in /proc/timer_list
Kees Cook
1
-2
/
+2
2011-02-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+1
2011-02-11
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
1
-1
/
+1
2011-02-11
ftrace: Fix memory leak with function graph and cpu hotplug
Steven Rostedt
2
-8
/
+46
2011-02-11
Merge remote branch 'acme/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2
-8
/
+18
2011-02-11
security: add cred argument to security_capable()
Chris Wright
1
-1
/
+1
2011-02-10
cap_syslog: accept CAP_SYS_ADMIN for now
Linus Torvalds
1
-19
/
+35
2011-02-10
watchdog, nmi: Lower the severity of error messages
Don Zickus
1
-2
/
+8
2011-02-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+7
2011-02-08
tracing: Deprecate tracing_enabled for tracing_on
Steven Rostedt
1
-0
/
+4
2011-02-08
tracing: Remove obsolete sched_switch tracer
Steven Rostedt
1
-48
/
+0
2011-02-08
tracing: Add unstable sched clock note to the warning
Jiri Olsa
1
-2
/
+6
2011-02-08
Revert "lockdep, timer: Fix del_timer_sync() annotation"
Peter Zijlstra
1
-5
/
+3
2011-02-07
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
1
-0
/
+3
2011-02-07
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
1
-7
/
+14
2011-02-07
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
1
-1
/
+1
2011-02-07
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
1
-4
/
+4
2011-02-07
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
1
-0
/
+8
2011-02-07
tracing/filter: Remove synchronize_sched() from __alloc_preds()
Steven Rostedt
1
-23
/
+7
2011-02-07
tracing/filter: Swap entire filter of events
Steven Rostedt
1
-105
/
+146
2011-02-07
tracing/filter: Increase the max preds to 2^14
Steven Rostedt
1
-1
/
+8
2011-02-07
tracing/filter: Move MAX_FILTER_PRED to local tracing directory
Steven Rostedt
1
-0
/
+2
2011-02-07
tracing/filter: Optimize filter by folding the tree
Steven Rostedt
2
-10
/
+235
2011-02-07
tracing/filter: Check the created pred tree
Steven Rostedt
1
-1
/
+71
2011-02-07
tracing/filter: Optimize short ciruit check
Steven Rostedt
1
-3
/
+9
2011-02-07
tracing/filter: Use a tree instead of stack for filter_match_preds()
Steven Rostedt
2
-46
/
+194
2011-02-07
tracing/filter: Free pred array on disabling of filter
Steven Rostedt
1
-0
/
+4
2011-02-07
tracing/filter: Allocate the preds in an array
Steven Rostedt
2
-23
/
+10
2011-02-07
tracing/filter: Call synchronize_sched() just once for system filters
Steven Rostedt
1
-17
/
+63
2011-02-07
tracing/filter: Dynamically allocate preds
Steven Rostedt
2
-36
/
+110
2011-02-07
tracing/filter: Move OR and AND logic out of fn() method
Steven Rostedt
2
-34
/
+20
2011-02-07
tracing/filter: Have no filter return a match
Steven Rostedt
1
-1
/
+6
2011-02-07
CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
Tetsuo Handa
1
-2
/
+2
2011-02-07
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
1
-4
/
+8
2011-02-07
tracing/kprobes: Add bitfield type
Masami Hiramatsu
1
-1
/
+103
[next]