index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
x86/mm/cpa: Simplify the code after making cpa->vaddr invariant
Peter Zijlstra
2
-14
/
+6
2018-12-17
x86/mm/cpa: Make cpa_data::vaddr invariant
Peter Zijlstra
1
-10
/
+8
2018-12-17
x86/mm/cpa: Add __cpa_addr() helper
Peter Zijlstra
1
-19
/
+19
2018-12-17
x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftests
Peter Zijlstra
1
-4
/
+24
2018-12-17
x86/mm/cpa: Fix cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-8
/
+16
2018-12-15
x86/vdso: Pass --eh-frame-hdr to the linker
Alistair Strachan
1
-1
/
+2
2018-12-12
x86/mm: Fix decoy address handling vs 32-bit builds
Dan Williams
1
-2
/
+11
2018-12-11
x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...
Reinette Chatre
1
-0
/
+4
2018-12-11
x86/dump_pagetables: Fix LDT remap address marker
Kirill A. Shutemov
1
-5
/
+2
2018-12-11
x86/mm: Fix guard hole handling
Kirill A. Shutemov
3
-9
/
+15
2018-12-07
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
1
-2
/
+2
2018-12-05
x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
Dan Williams
1
-6
/
+0
2018-12-05
x86/mm: Validate kernel_physical_mapping_init() PTE population
Dan Williams
6
-12
/
+43
2018-12-05
generic/pgtable: Introduce set_pte_safe()
Dan Williams
1
-0
/
+38
2018-12-05
generic/pgtable: Introduce {p4d,pgd}_same()
Dan Williams
1
-0
/
+14
2018-12-05
generic/pgtable: Make {pmd, pud}_same() unconditionally available
Dan Williams
1
-14
/
+0
2018-12-05
x86/build: Fix compiler support check for CONFIG_RETPOLINE
Masahiro Yamada
1
-3
/
+7
2018-12-03
x86/boot: Clear RSDP address in boot_params for broken loaders
Juergen Gross
1
-0
/
+1
2018-12-03
Linux 4.20-rc5
v4.20-rc5
Linus Torvalds
1
-1
/
+1
2018-12-01
PCI: Fix incorrect value returned from pcie_get_speed_cap()
Mikulas Patocka
1
-13
/
+11
2018-12-01
MAINTAINERS: Update linux-mips mailing list address
Paul Burton
1
-23
/
+23
2018-11-30
ocfs2: fix potential use after free
Pan Bian
1
-1
/
+1
2018-11-30
mm/khugepaged: fix the xas_create_range() error path
Hugh Dickins
1
-11
/
+14
2018-11-30
mm/khugepaged: collapse_shmem() do not crash on Compound
Hugh Dickins
1
-1
/
+9
2018-11-30
mm/khugepaged: collapse_shmem() without freezing new_page
Hugh Dickins
1
-12
/
+7
2018-11-30
mm/khugepaged: minor reorderings in collapse_shmem()
Hugh Dickins
1
-40
/
+32
2018-11-30
mm/khugepaged: collapse_shmem() remember to clear holes
Hugh Dickins
1
-0
/
+10
2018-11-30
mm/khugepaged: fix crashes due to misaccounted holes
Hugh Dickins
2
-2
/
+9
2018-11-30
mm/khugepaged: collapse_shmem() stop if punched or truncated
Hugh Dickins
1
-0
/
+11
2018-11-30
mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
Hugh Dickins
1
-6
/
+13
2018-11-30
mm/huge_memory: splitting set mapping+index before unfreeze
Hugh Dickins
1
-6
/
+6
2018-11-30
mm/huge_memory: rename freeze_page() to unmap_page()
Hugh Dickins
2
-16
/
+9
2018-11-30
initramfs: clean old path before creating a hardlink
Li Zhijian
1
-10
/
+12
2018-11-30
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
Anders Roxell
1
-2
/
+2
2018-11-30
psi: make disabling/enabling easier for vendor kernels
Johannes Weiner
5
-14
/
+40
2018-11-30
proc: fixup map_files test on arm
Alexey Dobriyan
1
-2
/
+7
2018-11-30
debugobjects: avoid recursive calls with kmemleak
Qian Cai
1
-3
/
+2
2018-11-30
userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
Andrea Arcangeli
1
-0
/
+11
2018-11-30
userfaultfd: shmem: add i_size checks
Andrea Arcangeli
2
-4
/
+40
2018-11-30
userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
Andrea Arcangeli
2
-9
/
+21
2018-11-30
userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
Andrea Arcangeli
1
-2
/
+13
2018-11-30
userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
Andrea Arcangeli
3
-5
/
+5
2018-11-30
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
1
-1
/
+0
2018-11-30
hfsplus: do not free node before using
Pan Bian
1
-1
/
+2
2018-11-30
hfs: do not free node before using
Pan Bian
1
-1
/
+2
2018-11-30
proc: update MAINTAINERS with proc.txt
Alexey Dobriyan
1
-0
/
+1
2018-11-30
mm/page_alloc.c: fix calculation of pgdat->nr_zones
Wei Yang
1
-1
/
+3
2018-11-30
mm: use swp_offset as key in shmem_replace_page()
Yu Zhao
1
-2
/
+4
2018-11-30
mm: cleancache: fix corruption on missed inode invalidation
Pavel Tikhomirov
1
-2
/
+6
2018-11-30
ocfs2: fix deadlock caused by ocfs2_defrag_extent()
Larry Chen
1
-21
/
+26
[next]