index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAP
Stephane Eranian
2013-04-01
1
-0
/
+3
*
perf: Add generic memory sampling interface
Stephane Eranian
2013-04-01
1
-0
/
+6
*
perf/core: Add weighted samples
Andi Kleen
2013-04-01
1
-0
/
+6
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-03-21
15
-81
/
+178
|
\
|
*
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2013-03-18
4
-21
/
+78
|
|
\
|
|
*
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
2013-03-14
4
-16
/
+65
|
|
*
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
2013-03-14
1
-1
/
+5
|
|
*
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
2013-03-14
1
-4
/
+8
|
*
|
perf: Generate EXIT event only once per task context
Namhyung Kim
2013-03-18
1
-2
/
+5
|
*
|
perf: Reset hwc->last_period on sw clock events
Namhyung Kim
2013-03-18
1
-0
/
+1
|
*
|
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2013-03-14
2
-3
/
+4
|
|
\
|
|
|
*
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-13
1
-2
/
+2
|
|
*
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
2013-03-12
1
-1
/
+2
|
*
|
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
2013-03-13
2
-3
/
+7
|
|
\
\
|
|
*
|
workqueue: convert to idr_alloc()
Tejun Heo
2013-03-13
1
-3
/
+4
|
|
*
|
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
Andrew Morton
2013-03-13
1
-1
/
+1
|
|
*
|
signal: always clear sa_restorer on execve
Kees Cook
2013-03-13
1
-0
/
+3
|
*
|
|
userns: Don't allow CLONE_NEWUSER | CLONE_FS
Eric W. Biederman
2013-03-13
2
-1
/
+8
|
|
/
/
|
*
|
futex: fix kernel-doc notation and spello
Randy Dunlap
2013-03-12
1
-23
/
+23
|
*
|
signals: fix new kernel-doc warnings
Randy Dunlap
2013-03-12
1
-1
/
+1
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-03-11
2
-13
/
+38
|
|
\
|
|
|
*
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
2013-03-07
1
-2
/
+0
|
|
*
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
2013-03-07
1
-1
/
+24
|
|
*
ftrace: Update the kconfig for DYNAMIC_FTRACE
Steven Rostedt
2013-02-27
1
-10
/
+14
|
*
|
Revert parts of "hlist: drop the node parameter from iterators"
Arnd Bergmann
2013-03-08
1
-1
/
+1
|
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-03-05
1
-12
/
+9
|
|
\
\
|
|
*
|
irq: Don't re-enable interrupts at the end of irq_exit
Frederic Weisbecker
2013-02-28
1
-6
/
+1
|
|
*
|
irq: Remove IRQ_EXIT_OFFSET workaround
Frederic Weisbecker
2013-02-22
1
-2
/
+1
|
|
*
|
Revert "nohz: Make tick_nohz_irq_exit() irq safe"
Thomas Gleixner
2013-02-21
1
-6
/
+1
|
|
*
|
irq: Sanitize invoke_softirq
Thomas Gleixner
2013-02-21
1
-10
/
+2
|
|
*
|
irq: Ensure irq_exit() code runs with interrupts disabled
Thomas Gleixner
2013-02-21
1
-0
/
+11
|
|
*
|
nohz: Make tick_nohz_irq_exit() irq safe
Frederic Weisbecker
2013-02-21
1
-1
/
+6
|
*
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-03-05
2
-1
/
+3
|
|
\
\
\
|
|
*
|
|
stop_machine: Mark per cpu stopper enabled early
Thomas Gleixner
2013-02-26
2
-1
/
+3
|
|
|
/
/
*
|
|
|
perf/cgroup: Add __percpu annotation to perf_cgroup->info
Namhyung Kim
2013-03-18
1
-1
/
+1
*
|
|
|
watchdog: Add comments to explain the watchdog_disabled variable
anish kumar
2013-03-14
1
-0
/
+5
*
|
|
|
perf: Remove include of cgroup.h from perf_event.h
Li Zefan
2013-03-06
1
-0
/
+15
|
/
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
1
-1
/
+1
|
\
\
\
|
*
|
|
more file_inode() open-coded instances
Al Viro
2013-02-27
1
-1
/
+1
*
|
|
|
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-03-03
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
trace/ring_buffer: handle 64bit aligned structs
James Hogan
2013-03-02
1
-2
/
+4
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-02
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
fix compat_sys_rt_sigprocmask()
Al Viro
2013-03-02
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...
Linus Torvalds
2013-03-02
6
-127
/
+62
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kdb: Remove unhandled ssb command
Vincent
2013-03-02
4
-39
/
+2
|
*
|
|
|
|
|
kdb: Prevent kernel oops with kdb_defcmd
Jason Wessel
2013-03-02
1
-2
/
+6
|
*
|
|
|
|
|
kdb: Remove the ll command
Jason Wessel
2013-03-02
1
-65
/
+0
|
*
|
|
|
|
|
kdb_main: fix help print
Jason Wessel
2013-03-02
1
-3
/
+7
|
*
|
|
|
|
|
kdb: Fix overlap in buffers with strcpy
Jason Wessel
2013-03-02
1
-9
/
+21
|
*
|
|
|
|
|
kdb: Setup basic kdb state before invoking commands via kgdb
Matt Klein
2013-03-02
3
-6
/
+23
[next]