index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
hexagon: switch to NO_BOOTMEM
Mike Rapoport
2
-12
/
+11
2018-10-26
mm: convert insert_pfn() to vm_fault_t
Matthew Wilcox
1
-19
/
+5
2018-10-26
mm: convert __vm_insert_mixed() to vm_fault_t
Matthew Wilcox
1
-21
/
+15
2018-10-26
mm: inline vm_insert_pfn_prot() into caller
Matthew Wilcox
1
-31
/
+24
2018-10-26
mm: remove vm_insert_pfn()
Matthew Wilcox
2
-39
/
+30
2018-10-26
mm: remove references to vm_insert_pfn()
Matthew Wilcox
3
-5
/
+5
2018-10-26
mm: make vm_insert_pfn_prot() static
Matthew Wilcox
2
-27
/
+25
2018-10-26
x86: convert vdso to use vm_fault_t
Matthew Wilcox
1
-15
/
+9
2018-10-26
mm: introduce vmf_insert_pfn_prot()
Matthew Wilcox
2
-16
/
+33
2018-10-26
mm: remove vm_insert_mixed()
Matthew Wilcox
2
-18
/
+11
2018-10-26
cramfs: convert to use vmf_insert_mixed
Nicolas Pitre
1
-1
/
+4
2018-10-26
mm: convert to use vm_fault_t
Souptick Joarder
1
-2
/
+2
2018-10-26
mm/page_alloc.c: clean up check_for_memory()
Oscar Salvador
1
-6
/
+3
2018-10-26
mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()
Huang Ying
1
-3
/
+1
2018-10-26
mm/swapfile.c: call free_swap_slot() in __swap_entry_free()
Huang Ying
1
-6
/
+4
2018-10-26
mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()
Huang Ying
1
-32
/
+25
2018-10-26
kmemleak: add module param to print warnings to dmesg
Vincent Whitchurch
1
-7
/
+35
2018-10-26
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
7
-59
/
+0
2018-10-26
mm, mmu_notifier: be explicit about range invalition non-blocking mode
Michal Hocko
1
-1
/
+3
2018-10-26
mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
Michal Hocko
1
-16
/
+16
2018-10-26
mm: don't miss the last page because of round-off error
Roman Gushchin
2
-2
/
+7
2018-10-26
mm: drain memcg stocks on css offlining
Roman Gushchin
1
-0
/
+2
2018-10-26
mm: rework memcg kernel stack accounting
Roman Gushchin
2
-7
/
+61
2018-10-26
slub: extend slub debug to handle multiple slabs
Aaron Tomlin
2
-9
/
+53
2018-10-26
mm: don't warn about large allocations for slab
Dmitry Vyukov
2
-6
/
+10
2018-10-26
mm/slub.c: switch to bitmap_zalloc()
Andy Shevchenko
1
-13
/
+7
2018-10-26
xtensa: use generic vga.h
Jiri Slaby
2
-19
/
+1
2018-10-26
fs/iomap.c: change return type to vm_fault_t
Souptick Joarder
2
-2
/
+4
2018-10-26
ocfs2: remove set but not used variable 'rb'
YueHaibing
1
-2
/
+0
2018-10-26
fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...
Jia-Ju Bai
1
-1
/
+1
2018-10-26
ocfs2: remove unneeded null check
Ding Xiang
1
-2
/
+1
2018-10-26
ocfs2: remove unused pointer 'eb'
Colin Ian King
1
-4
/
+0
2018-10-26
ocfs2/dlm: remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+1
2018-10-26
scripts/tags.sh: add DECLARE_HASHTABLE()
Kirill Tkhai
1
-1
/
+1
2018-10-26
lib/test_kasan.c: add tests for several string/memory API functions
Andrey Ryabinin
1
-0
/
+70
2018-10-26
arm64: lib: use C string functions with KASAN enabled
Andrey Ryabinin
10
-16
/
+21
2018-10-26
include/linux/linkage.h: align weak symbols
Andrey Ryabinin
1
-0
/
+1
2018-10-26
include/linux/pfn_t.h: force '~' to be parsed as an unary operator
Sebastien Boisvert
1
-1
/
+1
2018-10-26
userfaultfd: disable irqs when taking the waitqueue lock
Christoph Hellwig
1
-4
/
+4
2018-10-26
mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
Vlastimil Babka
1
-1
/
+3
2018-10-26
Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
180
-3351
/
+6878
2018-10-26
Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-19
/
+66
2018-10-26
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
181
-2189
/
+8787
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
204
-5190
/
+7618
2018-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
7
-62
/
+335
2018-10-25
Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
33
-246
/
+1039
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
138
-3214
/
+12411
2018-10-25
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
3
-13
/
+5
2018-10-25
Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-149
/
+158
2018-10-25
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
234
-15829
/
+11921
[next]