index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-10-27
tracing: Export trace_dump_stack to modules
Nikolay Borisov
1
-0
/
+1
2018-10-27
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
1
-0
/
+6
2018-10-27
mm: export add_swap_extent()
Omar Sandoval
1
-0
/
+1
2018-10-27
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
3
-14
/
+18
2018-10-27
tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...
Michael Ellerman
3
-0
/
+208
2018-10-27
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-2
/
+2
2018-10-27
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
Andrea Arcangeli
2
-14
/
+19
2018-10-27
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-27
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-10-27
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
5
-73
/
+79
2018-10-27
Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
Masayoshi Mizuma
1
-12
/
+3
2018-10-27
mm: return zero_resv_unavail optimization
Pavel Tatashin
1
-20
/
+26
2018-10-27
mm: zero remaining unavailable struct pages
Naoya Horiguchi
2
-26
/
+25
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
Keith Busch
1
-1
/
+4
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
Keith Busch
1
-3
/
+7
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
Keith Busch
1
-4
/
+13
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
Keith Busch
1
-0
/
+1
2018-10-27
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
2
-4
/
+37
2018-10-27
mm/gup_benchmark.c: time put_page()
Keith Busch
2
-4
/
+11
2018-10-27
mm: don't raise MEMCG_OOM event due to failed high-order allocation
Roman Gushchin
2
-2
/
+6
2018-10-27
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
[next]