index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2019-04-29
tracing: Simplify stacktrace retrieval in histograms
Thomas Gleixner
-9
/
+3
2019-04-29
lockdep: Simplify stack trace handling
Thomas Gleixner
-29
/
+35
2019-04-29
lockdep: Remove save argument from check_prev_add()
Thomas Gleixner
-8
/
+8
2019-04-29
lockdep: Remove unused trace argument from print_circular_bug()
Thomas Gleixner
-5
/
+4
2019-04-29
drm: Simplify stacktrace handling
Thomas Gleixner
-36
/
+18
2019-04-29
dm persistent data: Simplify stack trace handling
Thomas Gleixner
-10
/
+9
2019-04-29
dm bufio: Simplify stack trace retrieval
Thomas Gleixner
-9
/
+6
2019-04-29
btrfs: ref-verify: Simplify stack trace retrieval
Thomas Gleixner
-13
/
+2
2019-04-29
dma/debug: Simplify stracktrace retrieval
Thomas Gleixner
-8
/
+6
2019-04-29
fault-inject: Simplify stacktrace retrieval
Thomas Gleixner
-9
/
+3
2019-04-29
mm/page_owner: Simplify stack trace handling
Thomas Gleixner
-51
/
+28
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
-21
/
+16
2019-04-29
mm/kmemleak: Simplify stacktrace handling
Thomas Gleixner
-21
/
+3
2019-04-29
mm/slub: Simplify stack trace retrieval
Thomas Gleixner
-8
/
+4
2019-04-29
latency_top: Simplify stack trace handling
Thomas Gleixner
-15
/
+2
2019-04-29
proc: Simplify task stack retrieval
Thomas Gleixner
-9
/
+5
2019-04-29
backtrace-test: Simplify stack trace handling
Thomas Gleixner
-8
/
+3
2019-04-29
lib/stackdepot: Provide functions which operate on plain storage arrays
Thomas Gleixner
-19
/
+55
2019-04-29
stacktrace: Provide helpers for common stack trace operations
Thomas Gleixner
-15
/
+182
2019-04-29
tracing: Cleanup stack trace code
Thomas Gleixner
-43
/
+17
2019-04-14
tracing: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-16
/
+6
2019-04-14
drm: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-7
/
+0
2019-04-14
latency_top: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-8
/
+7
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-3
/
+0
2019-04-14
mm/page_owner: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-3
/
+0
2019-04-14
mm/slub: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-9
/
+4
2019-04-14
lockdep: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
-11
/
+0
2019-04-14
s390/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-6
/
+0
2019-04-14
parisc/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-5
/
+0
2019-04-14
arm64/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-4
/
+0
2019-04-14
riscv/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-2
/
+0
2019-04-14
unicore32/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-2
/
+0
2019-04-14
sh/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-4
/
+0
2019-04-14
arm/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-6
/
+0
2019-04-14
x86/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-12
/
+2
2019-04-14
um/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
-2
/
+0
2019-04-13
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
-109
/
+174
2019-04-13
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
-53
/
+16
2019-04-13
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-1
/
+4
2019-04-13
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-27
/
+99
2019-04-13
Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+6
2019-04-13
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-10
/
+14
2019-04-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-16
/
+23
2019-04-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-26
/
+21
2019-04-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2019-04-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+3
2019-04-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-27
/
+190
2019-04-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-17
/
+12
2019-04-12
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+6
2019-04-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+3
[next]