index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
Lukas Bulwahn
2021-11-09
1
-1
/
+1
*
MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
Lukas Bulwahn
2021-11-09
1
-1
/
+0
*
MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
Lukas Bulwahn
2021-11-09
1
-1
/
+1
*
MAINTAINERS: add "exec & binfmt" section with myself and Eric
Kees Cook
2021-11-09
1
-0
/
+14
*
mailmap: update email address for Colin King
Colin Ian King
2021-11-09
1
-0
/
+2
*
linux/container_of.h: switch to static_assert
Rasmus Villemoes
2021-11-09
1
-6
/
+6
*
kernel.h: split out instruction pointer accessors
Stephen Rothwell
2021-11-09
3
-4
/
+10
*
include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...
Andy Shevchenko
2021-11-09
1
-1
/
+2
*
include/linux/radix-tree.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+3
*
include/linux/sbitmap.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+10
*
include/linux/delay.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
5
-1
/
+11
*
include/media/media-entity.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+2
*
include/linux/plist.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+4
*
include/linux/llist.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+3
*
include/linux/list.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-1
/
+3
*
include/kunit/test.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
2021-11-09
1
-2
/
+11
*
kernel.h: split out container_of() and typeof_member() macros
Andy Shevchenko
2021-11-09
2
-32
/
+41
*
kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
Andy Shevchenko
2021-11-09
4
-3
/
+1
*
proc: allow pid_revalidate() during LOOKUP_RCU
Stephen Brennan
2021-11-09
1
-8
/
+10
*
virtio-mem: kdump mode to sanitize /proc/vmcore access
David Hildenbrand
2021-11-09
1
-12
/
+124
*
virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...
David Hildenbrand
2021-11-09
1
-3
/
+10
*
virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...
David Hildenbrand
2021-11-09
1
-42
/
+45
*
virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...
David Hildenbrand
2021-11-09
1
-37
/
+44
*
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
2021-11-09
4
-38
/
+111
*
proc/vmcore: let pfn_is_ram() return a bool
David Hildenbrand
2021-11-09
1
-4
/
+4
*
x86/xen: print a warning when HVMOP_get_mem_type fails
David Hildenbrand
2021-11-09
1
-1
/
+3
*
x86/xen: simplify xen_oldmem_pfn_is_ram()
David Hildenbrand
2021-11-09
1
-14
/
+1
*
x86/xen: update xen_oldmem_pfn_is_ram() documentation
David Hildenbrand
2021-11-09
1
-6
/
+3
*
procfs: do not list TID 0 in /proc/<pid>/task
Florian Weimer
2021-11-09
4
-0
/
+87
*
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
2021-11-09
5
-31
/
+13
*
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
2021-11-09
8
-22
/
+120
*
mm/damon: remove return value from before_terminate callback
Changbin Du
2021-11-06
2
-4
/
+3
*
mm/damon: fix a few spelling mistakes in comments and a pr_debug message
Colin Ian King
2021-11-06
3
-3
/
+3
*
mm/damon: simplify stop mechanism
Changbin Du
2021-11-06
2
-37
/
+15
*
Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions
SeongJae Park
2021-11-06
1
-26
/
+27
*
Docs/admin-guide/mm/damon/start: simplify the content
SeongJae Park
2021-11-06
1
-53
/
+60
*
Docs/admin-guide/mm/damon/start: fix a wrong link
SeongJae Park
2021-11-06
1
-1
/
+3
*
Docs/admin-guide/mm/damon/start: fix wrong example commands
SeongJae Park
2021-11-06
1
-7
/
+7
*
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
2021-11-06
3
-3
/
+18
*
mm/damon: remove unnecessary variable initialization
Xin Hao
2021-11-06
1
-1
/
+1
*
Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM
SeongJae Park
2021-11-06
2
-0
/
+236
*
mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
SeongJae Park
2021-11-06
3
-0
/
+369
*
selftests/damon: support watermarks
SeongJae Park
2021-11-06
1
-2
/
+2
*
mm/damon/dbgfs: support watermarks
SeongJae Park
2021-11-06
1
-7
/
+9
*
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
2021-11-06
3
-3
/
+151
*
tools/selftests/damon: update for regions prioritization of schemes
SeongJae Park
2021-11-06
1
-2
/
+2
*
mm/damon/dbgfs: support prioritization weights
SeongJae Park
2021-11-06
1
-4
/
+10
*
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
2021-11-06
5
-0
/
+82
*
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
2021-11-06
2
-7
/
+81
*
mm/damon/selftests: support schemes quotas
SeongJae Park
2021-11-06
1
-2
/
+2
[prev]
[next]