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
2021-02-26
init: clean up early_param_on_off() macro
Masahiro Yamada
1
-2
/
+2
2021-02-26
include/linux/bitops.h: spelling s/synomyn/synonym/
Geert Uytterhoeven
1
-1
/
+1
2021-02-26
lib: stackdepot: add support to disable stack depot
Vijayanand Jitta
1
-0
/
+9
2021-02-26
string.h: move fortified functions definitions in a dedicated header.
Francis Laniel
2
-281
/
+303
2021-02-26
groups: use flexible-array member in struct group_info
Hubert Jasudowicz
1
-1
/
+1
2021-02-26
treewide: Miguel has moved
Miguel Ojeda
2
-2
/
+2
2021-02-26
include/linux: remove repeated words
Randy Dunlap
4
-4
/
+4
2021-02-26
kasan: unify large kfree checks
Andrey Konovalov
1
-8
/
+8
2021-02-26
kasan, mm: don't save alloc stacks twice
Andrey Konovalov
1
-0
/
+9
2021-02-26
tracing: add error_report_end trace point
Alexander Potapenko
1
-0
/
+74
2021-02-26
kfence: add test suite
Marco Elver
1
-2
/
+7
2021-02-26
mm, kfence: insert KFENCE hooks for SLUB
Alexander Potapenko
1
-0
/
+3
2021-02-26
mm, kfence: insert KFENCE hooks for SLAB
Alexander Potapenko
1
-0
/
+3
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-2
/
+3
2021-02-26
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko
1
-0
/
+216
2021-02-26
mm: page-flags.h: Typo fix (It -> If)
Guo Ren
1
-2
/
+2
2021-02-26
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
1
-1
/
+1
2021-02-26
mm/zswap: add the flag can_sleep_mapped
Tian Tao
1
-0
/
+3
2021-02-26
mm/rmap: fix potential pte_unmap on an not mapped pte
Miaohe Lin
1
-1
/
+2
2021-02-26
mm/memory_hotplug: prevalidate the address range being added with platform
Anshuman Khandual
1
-0
/
+10
2021-02-26
drivers/base/memory: don't store phys_device in memory blocks
David Hildenbrand
1
-2
/
+1
2021-02-26
mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
David Hildenbrand
1
-1
/
+1
2021-02-26
mm/memory_hotplug: rename all existing 'memhp' into 'mhp'
Anshuman Khandual
1
-2
/
+2
2021-02-26
mm: fix memory_failure() handling of dax-namespace metadata
Dan Williams
1
-0
/
+6
2021-02-26
mm: teach pfn_to_online_page() about ZONE_DEVICE section collisions
Dan Williams
1
-7
/
+27
2021-02-26
mm: move pfn_to_online_page() out of line
Dan Williams
1
-16
/
+1
2021-02-26
mm: vmstat: add some comments on internal storage of byte items
Johannes Weiner
1
-0
/
+6
2021-02-26
mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
David Hildenbrand
1
-0
/
+15
2021-02-26
mm,thp,shmem: make khugepaged obey tmpfs mount flags
Rik van Riel
1
-0
/
+2
2021-02-26
mm,thp,shmem: limit shmem THP alloc gfp_mask
Rik van Riel
1
-0
/
+2
2021-02-26
mm: remove pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-3
/
+0
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
1
-2
/
+1
2021-02-26
mm: remove nr_entries parameter from pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-26
mm: add an 'end' parameter to pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-3
/
+2
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-02-26
mm/filemap: add mapping_seek_hole_data
Matthew Wilcox (Oracle)
1
-0
/
+2
2021-02-26
mm: add FGP_ENTRY
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-02-25
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-24
/
+8
2021-02-25
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-11
/
+62
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-9
/
+15
2021-02-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-172
/
+276
2021-02-24
mm/migrate: remove unneeded semicolons
Chengyang Fan
1
-1
/
+1
2021-02-24
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
1
-1
/
+1
2021-02-24
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
1
-1
/
+3
2021-02-24
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
1
-0
/
+10
2021-02-24
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
1
-0
/
+3
2021-02-24
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
1
-0
/
+6
2021-02-24
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2
-8
/
+5
2021-02-24
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
1
-0
/
+68
2021-02-24
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
1
-2
/
+0
[next]