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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-07
bitops: always inline sign extension helpers
Josh Poimboeuf
1
-2
/
+2
2020-04-07
compiler.h: fix error in BUILD_BUG_ON() reporting
Vegard Nossum
1
-1
/
+1
2020-04-07
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
1
-10
/
+1
2020-04-07
seq_file: remove m->version
Matthew Wilcox (Oracle)
1
-1
/
+0
2020-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
1
-1
/
+16
2020-04-07
mm: remove dummy struct bootmem_data/bootmem_data_t
Waiman Long
1
-1
/
+0
2020-04-07
include/linux/memremap.h: remove stale comments
Ira Weiny
1
-2
/
+0
2020-04-07
include/linux/swapops.h: correct guards for non_swap_entry()
Steven Price
1
-1
/
+2
2020-04-07
mm: fix ambiguous comments for better code readability
chenqiwu
1
-2
/
+2
2020-04-07
mm/memory_hotplug: allow to specify a default online_type
David Hildenbrand
1
-0
/
+2
2020-04-07
mm/memory_hotplug: convert memhp_auto_online to store an online_type
David Hildenbrand
1
-1
/
+2
2020-04-07
drivers/base/memory: map MMOP_OFFLINE to 0
David Hildenbrand
1
-1
/
+1
2020-04-07
drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
David Hildenbrand
1
-1
/
+5
2020-04-07
mm/sparse.c: only use subsection map in VMEMMAP case
Baoquan He
1
-0
/
+2
2020-04-07
drivers/base/memory.c: drop section_count
David Hildenbrand
1
-1
/
+0
2020-04-07
userfaultfd: wp: enabled write protection in userfaultfd API
Shaohua Li
1
-2
/
+4
2020-04-07
userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
Andrea Arcangeli
1
-0
/
+23
2020-04-07
userfaultfd: wp: support write protection for userfault vma range
Shaohua Li
1
-0
/
+3
2020-04-07
khugepaged: skip collapse if uffd-wp detected
Peter Xu
1
-0
/
+1
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
1
-0
/
+2
2020-04-07
userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
Peter Xu
1
-0
/
+15
2020-04-07
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
1
-0
/
+5
2020-04-07
mm: merge parameters for change_protection()
Peter Xu
2
-2
/
+14
2020-04-07
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
Andrea Arcangeli
2
-6
/
+7
2020-04-07
userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
Andrea Arcangeli
1
-0
/
+27
2020-04-07
userfaultfd: wp: add WP pagetable tracking to x86
Andrea Arcangeli
2
-0
/
+52
2020-04-07
userfaultfd: wp: add helper for writeprotect check
Shaohua Li
1
-0
/
+10
2020-04-07
mm/page_reporting: add budget limit on how many pages can be reported per pass
Alexander Duyck
1
-0
/
+1
2020-04-07
virtio-balloon: add support for providing free page reports to host
Alexander Duyck
1
-0
/
+1
2020-04-07
mm: introduce Reported pages
Alexander Duyck
2
-0
/
+36
2020-04-07
mm: use zone and order instead of free area in free_list manipulators
Alexander Duyck
1
-32
/
+0
2020-04-07
mm: adjust shuffle code to allow for future coalescing
Alexander Duyck
1
-12
/
+0
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
3
-8
/
+14
2020-04-07
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
1
-9
/
+1
2020-04-07
include/linux/pagemap.h: optimise find_subpage for !THP
Matthew Wilcox (Oracle)
1
-3
/
+1
2020-04-07
mm, thp: track fallbacks due to failed memcg charges separately
David Rientjes
1
-0
/
+3
2020-04-07
mm, shmem: add vmstat for hugepage fallback
David Rientjes
1
-0
/
+2
2020-04-07
mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...
Michal Hocko
1
-0
/
+2
2020-04-07
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
Anshuman Khandual
1
-1
/
+2
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
1
-0
/
+6
2020-04-07
mm/vma: add missing VMA flag readable name for VM_SYNC
Anshuman Khandual
1
-0
/
+1
2020-04-07
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
3
-14
/
+15
2020-04-07
thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n
Martin Blumenstingl
1
-1
/
+1
2020-04-06
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-1
/
+1
2020-04-06
leds: make functions easier to understand
Pavel Machek
1
-10
/
+26
2020-04-06
leds: old enums are not really applicable to new code
Pavel Machek
1
-0
/
+1
2020-04-06
NFS: Clean up process of marking inode stale.
Trond Myklebust
1
-0
/
+1
2020-04-06
Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-8
/
+31
2020-04-06
skbuff.h: Improve the checksum related comments
Dexuan Cui
1
-19
/
+19
2020-04-06
Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+5
[prev]
[next]