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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
2016-05-11
1
-1
/
+1
*
perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-05-11
2
-52
/
+53
*
perf trace: Move flock op beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-05-11
2
-31
/
+32
*
perf build: Add build-test for debug-frame on arm/arm64
He Kuang
2016-05-11
4
-1
/
+42
*
perf build: Add build-test for libunwind cross-platforms support
He Kuang
2016-05-11
6
-0
/
+127
*
perf script: Fix export of callchains with recursion in db-export
Chris Phlipot
2016-05-11
1
-0
/
+4
*
perf script: Fix callchain addresses in db-export
Chris Phlipot
2016-05-11
1
-4
/
+1
*
perf script: Fix symbol insertion behavior in db-export
Chris Phlipot
2016-05-11
1
-2
/
+1
*
perf symbols: Add dso__insert_symbol function
Chris Phlipot
2016-05-11
2
-0
/
+15
*
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
2016-05-11
1
-2
/
+5
*
Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-05-11
27
-245
/
+510
|
\
|
*
perf tools: Remove xrealloc and ALLOC_GROW
Masami Hiramatsu
2016-05-10
4
-55
/
+0
|
*
perf help: Do not use ALLOC_GROW in add_cmd_list
Masami Hiramatsu
2016-05-10
1
-8
/
+22
|
*
perf pmu: Make pmu_formats_string to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-5
/
+5
|
*
perf header: Make topology checkers to check return value of strbuf
Masami Hiramatsu
2016-05-10
1
-11
/
+20
|
*
perf tools: Make alias handler to check return value of strbuf
Masami Hiramatsu
2016-05-10
3
-20
/
+26
|
*
perf help: Make check_emacsclient_version to check strbuf APIs
Masami Hiramatsu
2016-05-10
1
-8
/
+10
|
*
perf probe: Check the return value of strbuf APIs
Masami Hiramatsu
2016-05-10
3
-97
/
+128
|
*
perf tools: Rewrite strbuf not to die()
Masami Hiramatsu
2016-05-10
2
-36
/
+82
|
*
perf symbols: Fix handling of zero-length symbols.
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
perf evsel: Print state of perf_event_attr.write_backward
Arnaldo Carvalho de Melo
2016-05-09
1
-0
/
+1
|
*
perf tests: Add test to check backward ring buffer
Wang Nan
2016-05-09
4
-0
/
+157
|
*
perf tools: Support reading from backward ring buffer
Wang Nan
2016-05-09
2
-0
/
+54
|
*
perf script: Fix incorrect python db-export error message
Chris Phlipot
2016-05-09
1
-1
/
+1
|
*
perf stat: Scale values by unit before metrics
Andi Kleen
2016-05-09
1
-1
/
+3
|
*
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
2016-05-09
1
-2
/
+0
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2016-05-11
252
-1043
/
+2131
|
\
\
|
|
/
|
/
|
|
*
perf diff: Fix duplicated output column
Namhyung Kim
2016-05-11
1
-0
/
+3
|
*
Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-05-10
1
-2
/
+4
|
|
\
|
|
*
PCI: Do not treat EPROBE_DEFER as device attach failure
Lukas Wunner
2016-05-02
1
-1
/
+1
|
|
*
PCI: Fix BUG on device attach failure
Lukas Wunner
2016-05-02
1
-1
/
+3
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-10
3
-1
/
+20
|
|
\
\
|
|
*
|
x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n
Thomas Gleixner
2016-05-10
1
-1
/
+1
|
|
*
|
MAINTAINERS: Add mmiotrace entry
Ingo Molnar
2016-05-08
1
-0
/
+14
|
|
*
|
x86/topology: Handle CPUID bogosity gracefully
Thomas Gleixner
2016-05-07
1
-0
/
+5
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-05-10
3
-1
/
+10
|
|
\
\
\
|
|
*
|
|
sched/rt, sched/dl: Don't push if task's scheduling class was changed
Xunlei Pang
2016-05-10
2
-0
/
+2
|
|
*
|
|
sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakage
Rafael J. Wysocki
2016-05-07
1
-1
/
+8
|
*
|
|
|
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-05-09
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
libnvdimm, pfn: fix ARCH=alpha allmodconfig build failure
Dan Williams
2016-05-06
1
-2
/
+2
|
*
|
|
|
|
perf/core: Change the default paranoia level to 2
Andy Lutomirski
2016-05-09
2
-2
/
+2
|
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-05-09
2
-3
/
+6
|
|
\
\
\
\
\
|
|
*
|
|
|
|
zsmalloc: fix zs_can_compact() integer overflow
Sergey Senozhatsky
2016-05-09
1
-2
/
+5
|
|
*
|
|
|
|
Revert "proc/base: make prompt shell start from new line after executing "cat...
Robin Humble
2016-05-09
1
-1
/
+1
|
*
|
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-05-09
5
-11
/
+36
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
crypto: rsa - select crypto mgr dependency
Tadeusz Struk
2016-05-05
1
-0
/
+1
|
|
*
|
|
|
|
|
crypto: hash - Fix page length clamping in hash walk
Herbert Xu
2016-05-05
1
-1
/
+2
|
|
*
|
|
|
|
|
crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
Tadeusz Struk
2016-05-03
1
-2
/
+11
|
|
*
|
|
|
|
|
crypto: qat - fix invalid pf2vf_resp_wq logic
Tadeusz Struk
2016-04-28
3
-10
/
+24
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-05-09
36
-100
/
+190
|
|
\
\
\
\
\
\
\
[next]