index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hfsplus: fix BUG on bnode parent update
Ernesto A. Fernández
2018-10-31
1
-0
/
+1
*
hfsplus: prevent btree data loss on root split
Ernesto A. Fernández
2018-10-31
1
-0
/
+4
*
init/do_mounts.c: add root=PARTLABEL=<name> support
Nikolaus Voss
2018-10-31
1
-0
/
+31
*
checkpatch: remove GCC_BINARY_CONSTANT warning
Christophe Leroy
2018-10-31
1
-11
/
+0
*
include/linux/compat.h: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-10-31
1
-0
/
+3
*
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
2018-10-31
1
-8
/
+8
*
lib/rbtree.c: fix typo in comment of rb_insert_augmented()
Wei Yang
2018-10-31
1
-2
/
+2
*
lib/sg_pool.c: remove unnecessary null check when freeing object
zhong jiang
2018-10-31
1
-4
/
+3
*
lib/zlib_inflate/inflate.c: remove fall through warnings
Corentin Labbe
2018-10-31
1
-0
/
+12
*
lib/parser.c: switch match_number() over to use match_strdup()
Eric Biggers
2018-10-31
1
-4
/
+1
*
lib/parser.c: switch match_u64int() over to use match_strdup()
Eric Biggers
2018-10-31
1
-4
/
+1
*
lib/parser.c: switch match_strdup() over to use kmemdup_nul()
Eric Biggers
2018-10-31
1
-5
/
+1
*
lib/bitmap.c: simplify bitmap_print_to_pagebuf()
Rasmus Villemoes
2018-10-31
1
-5
/
+2
*
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
Rasmus Villemoes
2018-10-31
1
-4
/
+6
*
linux/bitmap.h: relax comment on compile-time constant nbits
Rasmus Villemoes
2018-10-31
1
-2
/
+2
*
linux/bitmap.h: fix type of nbits in bitmap_shift_right()
Rasmus Villemoes
2018-10-31
1
-1
/
+1
*
linux/bitmap.h: remove redundant uses of small_const_nbits()
Rasmus Villemoes
2018-10-31
1
-18
/
+6
*
linux/bitmap.h: handle constant zero-size bitmaps correctly
Rasmus Villemoes
2018-10-31
1
-1
/
+6
*
lib/bitmap.c: remove wrong documentation
Rasmus Villemoes
2018-10-31
1
-5
/
+0
*
kernel/fail_function.c: remove meaningless null pointer check before debugfs_...
zhong jiang
2018-10-31
1
-2
/
+1
*
treewide: remove current_text_addr
Nick Desaulniers
2018-10-31
29
-199
/
+2
*
.mailmap: add Oleksij Rempel
Oleksij Rempel
2018-10-31
1
-0
/
+5
*
fs/proc/vmcore.c: Convert to use vmf_error()
Souptick Joarder
2018-10-31
1
-1
/
+1
*
mm/gup_benchmark.c: prevent integer overflow in ioctl
Dan Carpenter
2018-10-31
1
-0
/
+3
*
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
2018-10-31
1
-12
/
+15
*
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
2018-10-31
2
-20
/
+44
*
mm/hmm: properly handle migration pmd
Jérôme Glisse
2018-10-31
1
-6
/
+34
*
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
2018-10-31
1
-15
/
+21
*
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
2018-10-31
1
-1
/
+23
*
mm/hmm: fix utf8 ...
Jérôme Glisse
2018-10-31
2
-2
/
+2
*
Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-10-30
22
-958
/
+1439
|
\
|
*
tracing: Have stack tracer trace full stack
Steven Rostedt (VMware)
2018-10-27
1
-1
/
+1
|
*
tracing: Export trace_dump_stack to modules
Nikolay Borisov
2018-10-27
1
-0
/
+1
|
*
tracing: probeevent: Fix uninitialized used of offset in parse args
Steven Rostedt (VMware)
2018-10-12
1
-1
/
+1
|
*
tracing/kprobes: Allow kprobe-events to record module symbol
Masami Hiramatsu
2018-10-11
3
-10
/
+68
|
*
tracing/kprobes: Check the probe on unloaded module correctly
Masami Hiramatsu
2018-10-11
1
-13
/
+26
|
*
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
Masami Hiramatsu
2018-10-11
1
-1
/
+1
|
*
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
2018-10-11
6
-24
/
+55
|
*
x86: ptrace: Add function argument access API
Masami Hiramatsu
2018-10-11
3
-0
/
+46
|
*
tracing: probeevent: Add array type support
Masami Hiramatsu
2018-10-11
5
-40
/
+181
|
*
tracing: probeevent: Add symbol type
Masami Hiramatsu
2018-10-11
4
-4
/
+20
|
*
tracing: probeevent: Unify fetch_insn processing common part
Masami Hiramatsu
2018-10-11
3
-82
/
+63
|
*
tracing: probeevent: Append traceprobe_ for exported function
Masami Hiramatsu
2018-10-11
4
-6
/
+6
|
*
tracing: probeevent: Return consumed bytes of dynamic area
Masami Hiramatsu
2018-10-11
4
-110
/
+88
|
*
tracing: probeevent: Unify fetch type tables
Masami Hiramatsu
2018-10-11
4
-75
/
+39
|
*
tracing: probeevent: Introduce new argument fetching code
Masami Hiramatsu
2018-10-11
5
-678
/
+491
|
*
tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
Masami Hiramatsu
2018-10-11
1
-3
/
+1
|
*
tracing: probeevent: Cleanup argument field definition
Masami Hiramatsu
2018-10-11
4
-41
/
+29
|
*
tracing: probeevent: Cleanup print argument functions
Masami Hiramatsu
2018-10-11
4
-31
/
+29
|
*
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
2018-10-11
5
-16
/
+50
[next]