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
2013-04-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+32
2013-04-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-10
/
+26
2013-04-14
Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-19
/
+19
2013-04-14
Add file_ns_capable() helper function for open-time capability checking
Linus Torvalds
1
-0
/
+24
2013-04-12
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
1
-14
/
+14
2013-04-12
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
2
-6
/
+6
2013-04-12
perf: Fix error return code
Wei Yongjun
1
-0
/
+1
2013-04-11
Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+2
2013-04-10
Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2013-04-09
tracing: Fix double free when function profile init failed
Namhyung Kim
1
-1
/
+0
2013-04-08
Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-9
/
+9
2013-04-08
PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()
Huacai Chen
1
-1
/
+2
2013-04-08
ftrace: Do not call stub functions in control loop
Steven Rostedt (Red Hat)
1
-2
/
+3
2013-04-08
ftrace: Consistently restore trace function on sysctl enabling
Jan Kiszka
1
-6
/
+2
2013-04-08
tracing: Fix race with update_max_tr_single and changing tracers
Steven Rostedt (Red Hat)
1
-1
/
+4
2013-04-08
sched/cputime: Fix accounting on multi-threaded processes
Stanislaw Gruszka
1
-1
/
+1
2013-04-08
ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()
Chen Gang
1
-2
/
+2
2013-04-08
perf: Fix strncpy() use, use strlcpy() instead of strncpy()
Chen Gang
1
-2
/
+2
2013-04-08
perf: Fix strncpy() use, always make sure it's NUL terminated
Chen Gang
1
-1
/
+2
2013-04-08
sched/debug: Fix sd->*_idx limit range avoiding overflow
libin
1
-1
/
+1
2013-04-08
sched_clock: Prevent 64bit inatomicity on 32bit systems
Thomas Gleixner
1
-0
/
+26
2013-03-31
Revert "lockdep: check that no locks held at freeze time"
Paul Walmsley
2
-9
/
+10
2013-03-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
3
-1
/
+15
2013-03-27
userns: Restrict when proc and sysfs can be mounted
Eric W. Biederman
2
-0
/
+4
2013-03-27
userns: Don't allow creation if the user is chrooted
Eric W. Biederman
1
-0
/
+9
2013-03-26
pid: Handle the exit of a multi-threaded init.
Eric W. Biederman
1
-1
/
+2
2013-03-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2013-03-22
poweroff: change orderly_poweroff() to use schedule_work()
Oleg Nesterov
1
-25
/
+32
2013-03-22
printk: Provide a wake_up_klogd() off-case
Frederic Weisbecker
1
-41
/
+39
2013-03-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-26
/
+88
2013-03-21
perf: Fix ring_buffer perf_output_space() boundary calculation
Stephane Eranian
2
-5
/
+19
2013-03-21
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
Tejun Heo
1
-2
/
+4
2013-03-18
Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+25
2013-03-18
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
4
-21
/
+78
2013-03-18
perf: Generate EXIT event only once per task context
Namhyung Kim
1
-2
/
+5
2013-03-18
perf: Reset hwc->last_period on sw clock events
Namhyung Kim
1
-0
/
+1
2013-03-14
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
4
-16
/
+65
2013-03-14
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
1
-1
/
+5
2013-03-14
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
1
-4
/
+8
2013-03-14
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2
-3
/
+4
2013-03-13
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
2
-3
/
+7
2013-03-13
workqueue: convert to idr_alloc()
Tejun Heo
1
-3
/
+4
2013-03-13
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
Andrew Morton
1
-1
/
+1
2013-03-13
signal: always clear sa_restorer on execve
Kees Cook
1
-0
/
+3
2013-03-13
userns: Don't allow CLONE_NEWUSER | CLONE_FS
Eric W. Biederman
2
-1
/
+8
2013-03-13
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-03-12
futex: fix kernel-doc notation and spello
Randy Dunlap
1
-23
/
+23
2013-03-12
signals: fix new kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2013-03-12
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
1
-1
/
+2
2013-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-13
/
+38
[next]