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-04-11
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
Jérôme Glisse
2
-34
/
+119
2018-04-11
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
Jérôme Glisse
1
-72
/
+102
2018-04-11
mm/hmm: move hmm_pfns_clear() closer to where it is used
Jérôme Glisse
1
-8
/
+8
2018-04-11
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
Jérôme Glisse
2
-3
/
+3
2018-04-11
mm/hmm: do not differentiate between empty entry or missing directory
Jérôme Glisse
2
-35
/
+18
2018-04-11
mm/hmm: cleanup special vma handling (VM_SPECIAL)
Jérôme Glisse
1
-20
/
+20
2018-04-11
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
Jérôme Glisse
2
-38
/
+34
2018-04-11
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
Jérôme Glisse
2
-19
/
+41
2018-04-11
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
Jérôme Glisse
2
-63
/
+33
2018-04-11
mm/hmm: hmm_pfns_bad() was accessing wrong struct
Jérôme Glisse
1
-1
/
+2
2018-04-11
mm/hmm: unregister mmu_notifier when last HMM client quit
Jérôme Glisse
1
-3
/
+35
2018-04-11
mm/hmm: HMM should have a callback before MM is destroyed
Ralph Campbell
2
-1
/
+38
2018-04-11
mm/hmm: fix header file if/else/endif maze
Jérôme Glisse
1
-8
/
+1
2018-04-11
mm/hmm: documentation editorial update to HMM documentation
Ralph Campbell
2
-174
/
+187
2018-04-11
mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event
Steven Rostedt
3
-32
/
+21
2018-04-11
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
4
-38
/
+82
2018-04-11
mm/vmscan: don't change pgdat state on base of a single LRU list state
Andrey Ryabinin
1
-51
/
+75
2018-04-11
mm/vmscan: remove redundant current_may_throttle() check
Andrey Ryabinin
1
-1
/
+1
2018-04-11
mm/vmscan: update stale comments
Andrey Ryabinin
1
-5
/
+5
2018-04-11
mm: treat indirectly reclaimable memory as free in overcommit logic
Roman Gushchin
1
-0
/
+7
2018-04-11
dcache: account external names as indirectly reclaimable memory
Roman Gushchin
1
-9
/
+30
2018-04-11
mm: treat indirectly reclaimable memory as available in MemAvailable
Roman Gushchin
1
-0
/
+7
2018-04-11
mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
Roman Gushchin
2
-0
/
+2
2018-04-10
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Linus Torvalds
3
-1
/
+2
2018-04-10
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
Linus Torvalds
59
-84
/
+1381
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
30
-3268
/
+8372
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
50
-788
/
+1217
2018-04-10
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
123
-1084
/
+1810
2018-04-10
Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux
Linus Torvalds
30
-818
/
+609
2018-04-10
Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-77
/
+58
2018-04-10
Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
111
-1249
/
+815
2018-04-10
c6x: pass endianness info to sparse
Luc Van Oostenryck
1
-0
/
+1
2018-04-10
c6x: fix platforms/plldata.c get_coreid build error
Randy Dunlap
1
-0
/
+1
2018-04-10
c6x: remove unused KTHREAD_SIZE definition
Jérémy Lefaure
1
-1
/
+0
2018-04-09
Merge tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
15
-241
/
+662
2018-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
53
-298
/
+553
2018-04-09
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-67
/
+57
2018-04-09
Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-266
/
+190
2018-04-09
Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-04-09
selinux: fix missing dput() before selinuxfs unmount
Stephen Smalley
1
-0
/
+1
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
150
-1982
/
+11900
2018-04-09
Merge branch 'for-4.17/dax' into libnvdimm-for-next
Dan Williams
60
-1298
/
+1637
2018-04-09
Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next
Dan Williams
30
-603
/
+876
2018-04-09
Fix subtle macro variable shadowing in min_not_zero()
Linus Torvalds
1
-8
/
+9
2018-04-09
Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
20
-477
/
+307
2018-04-09
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
9
-333
/
+185
2018-04-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
1
-2
/
+10
2018-04-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
5
-108
/
+55
2018-04-09
libnvdimm, of_pmem: workaround OF_NUMA=n build error
Dan Williams
1
-1
/
+2
2018-04-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
56
-475
/
+1633
[next]