index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
hfsplus: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
2018-10-31
init/do_mounts.c: add root=PARTLABEL=<name> support
Nikolaus Voss
1
-0
/
+31
2018-10-31
checkpatch: remove GCC_BINARY_CONSTANT warning
Christophe Leroy
1
-11
/
+0
2018-10-31
include/linux/compat.h: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-10-31
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
1
-8
/
+8
2018-10-31
lib/rbtree.c: fix typo in comment of rb_insert_augmented()
Wei Yang
1
-2
/
+2
2018-10-31
lib/sg_pool.c: remove unnecessary null check when freeing object
zhong jiang
1
-4
/
+3
2018-10-31
lib/zlib_inflate/inflate.c: remove fall through warnings
Corentin Labbe
1
-0
/
+12
2018-10-31
lib/parser.c: switch match_number() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_u64int() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_strdup() over to use kmemdup_nul()
Eric Biggers
1
-5
/
+1
2018-10-31
lib/bitmap.c: simplify bitmap_print_to_pagebuf()
Rasmus Villemoes
1
-5
/
+2
2018-10-31
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
Rasmus Villemoes
1
-4
/
+6
2018-10-31
linux/bitmap.h: relax comment on compile-time constant nbits
Rasmus Villemoes
1
-2
/
+2
2018-10-31
linux/bitmap.h: fix type of nbits in bitmap_shift_right()
Rasmus Villemoes
1
-1
/
+1
2018-10-31
linux/bitmap.h: remove redundant uses of small_const_nbits()
Rasmus Villemoes
1
-18
/
+6
2018-10-31
linux/bitmap.h: handle constant zero-size bitmaps correctly
Rasmus Villemoes
1
-1
/
+6
2018-10-31
lib/bitmap.c: remove wrong documentation
Rasmus Villemoes
1
-5
/
+0
2018-10-31
kernel/fail_function.c: remove meaningless null pointer check before debugfs_...
zhong jiang
1
-2
/
+1
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
29
-199
/
+2
2018-10-31
.mailmap: add Oleksij Rempel
Oleksij Rempel
1
-0
/
+5
2018-10-31
fs/proc/vmcore.c: Convert to use vmf_error()
Souptick Joarder
1
-1
/
+1
2018-10-31
mm/gup_benchmark.c: prevent integer overflow in ioctl
Dan Carpenter
1
-0
/
+3
2018-10-31
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
1
-12
/
+15
2018-10-31
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
2
-20
/
+44
2018-10-31
mm/hmm: properly handle migration pmd
Jérôme Glisse
1
-6
/
+34
2018-10-31
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
1
-15
/
+21
2018-10-31
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
1
-1
/
+23
2018-10-31
mm/hmm: fix utf8 ...
Jérôme Glisse
2
-2
/
+2
2018-10-29
MAINTAINERS: add maintainer for Renesas RIIC driver
Chris Brandt
1
-0
/
+6
2018-10-29
i2c: sh_mobile: Remove dummy runtime PM callbacks
Jarkko Nikula
1
-18
/
+0
2018-10-29
i2c: uniphier-f: fix race condition when IRQ is cleared
Masahiro Yamada
1
-5
/
+6
2018-10-29
i2c: uniphier-f: fix occasional timeout error
Masahiro Yamada
1
-8
/
+25
2018-10-29
i2c: uniphier-f: make driver robust against concurrency
Masahiro Yamada
1
-1
/
+16
2018-10-29
HID: input: simplify/fix high-res scroll event handling
Linus Torvalds
1
-22
/
+21
2018-10-29
net: diag: document swapped src/dst in udp_dump_one.
Lorenzo Colitti
1
-0
/
+1
2018-10-29
macsec: let the administrator set UP state even if lowerdev is down
Sabrina Dubroca
1
-3
/
+0
2018-10-29
macsec: update operstate when lower device changes
Sabrina Dubroca
1
-0
/
+17
2018-10-29
net: sched: gred: pass the right attribute to gred_change_table_def()
Jakub Kicinski
1
-1
/
+1
2018-10-29
ptp: drop redundant kasprintf() to create worker name
Rasmus Villemoes
1
-5
/
+1
2018-10-29
net: bridge: remove ipv6 zero address check in mcast queries
Nikolay Aleksandrov
1
-2
/
+1
2018-10-28
selftests/ftrace: Fix synthetic event test to delete event correctly
Masami Hiramatsu
1
-6
/
+6
2018-10-28
net: Properly unlink GRO packets on overflow.
David S. Miller
1
-1
/
+1
2018-10-28
modpost: Create macro to avoid variable shadowing
Leonardo Bras
1
-4
/
+15
2018-10-28
ASN.1: Remove unnecessary shadowed local variable
Leonardo Bras
1
-1
/
+1
2018-10-28
parisc: Fix A500 boot crash
John David Anglin
1
-6
/
+4
2018-10-28
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
1
-1
/
+3
2018-10-27
HID: we do not randomly make new drivers 'default y'
Linus Torvalds
1
-1
/
+0
2018-10-27
i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] array
Linus Torvalds
1
-1
/
+2
2018-10-27
tracing: Have stack tracer trace full stack
Steven Rostedt (VMware)
1
-1
/
+1
[next]