index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-atmel.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
Revert "memcg: enable accounting for file lock caches"
Linus Torvalds
1
-4
/
+2
2021-09-07
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
4
-20
/
+15
2021-09-06
thunderbolt: test: split up test cases in tb_test_credit_alloc_all
Linus Torvalds
1
-17
/
+81
2021-09-06
lib/test_scanf: split up number parsing test routines
Linus Torvalds
1
-8
/
+71
2021-09-06
iwl: fix debug printf format strings
Linus Torvalds
1
-2
/
+2
2021-09-06
don't make the syscall checking produce errors from warnings
Stephen Rothwell
1
-1
/
+1
2021-09-06
kernel: debug: Convert to SPDX identifier
Cai Huoqing
2
-8
/
+2
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
3
-0
/
+100
2021-09-05
Enable '-Werror' by default for all kernel builds
Linus Torvalds
2
-0
/
+17
2021-09-05
binfmt: a.out: Fix bogus semicolon
Geert Uytterhoeven
1
-1
/
+1
2021-09-04
cdrom: update uniform CD-ROM maintainership in MAINTAINERS file
Phillip Potter
1
-2
/
+1
2021-09-04
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2
-26
/
+50
2021-09-04
io_uring: io_uring_complete() trace should take an integer
Jens Axboe
1
-3
/
+3
2021-09-03
mm/madvise: add MADV_WILLNEED to process_madvise()
zhangkui
1
-0
/
+1
2021-09-03
mm/vmstat: remove unneeded return value
Miaohe Lin
1
-6
/
+2
2021-09-03
mm/vmstat: simplify the array size calculation
Miaohe Lin
1
-5
/
+3
2021-09-03
mm/vmstat: correct some wrong comments
Miaohe Lin
1
-6
/
+1
2021-09-03
mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()
Jing Xiangfeng
1
-3
/
+0
2021-09-03
selftests: vm: add COW time test for KSM pages
Zhansaya Bagdauletkyzy
1
-3
/
+83
2021-09-03
selftests: vm: add KSM merging time test
Zhansaya Bagdauletkyzy
1
-4
/
+70
2021-09-03
mm: KSM: fix data type
Zhansaya Bagdauletkyzy
1
-4
/
+4
2021-09-03
selftests: vm: add KSM merging across nodes test
Zhansaya Bagdauletkyzy
3
-3
/
+119
2021-09-03
selftests: vm: add KSM zero page merging test
Zhansaya Bagdauletkyzy
2
-3
/
+99
2021-09-03
selftests: vm: add KSM unmerge test
Zhansaya Bagdauletkyzy
2
-5
/
+85
2021-09-03
selftests: vm: add KSM merge test
Zhansaya Bagdauletkyzy
4
-0
/
+324
2021-09-03
mm/migrate: correct kernel-doc notation
Randy Dunlap
1
-1
/
+1
2021-09-03
mm: wire up syscall process_mrelease
Suren Baghdasaryan
21
-2
/
+38
2021-09-03
mm: introduce process_mrelease system call
Suren Baghdasaryan
1
-0
/
+70
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
16
-117
/
+81
2021-09-03
mm/mempolicy.c: use in_task() in mempolicy_slab_node()
Vasily Averin
1
-1
/
+1
2021-09-03
mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
Feng Tang
1
-20
/
+4
2021-09-03
mm/mempolicy: advertise new MPOL_PREFERRED_MANY
Ben Widawsky
2
-10
/
+12
2021-09-03
mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
Ben Widawsky
2
-5
/
+37
2021-09-03
mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
Feng Tang
1
-0
/
+30
2021-09-03
mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
Dave Hansen
2
-14
/
+60
2021-09-03
mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
Baolin Wang
1
-3
/
+3
2021-09-03
mm: compaction: support triggering of proactive compaction by user
Charan Teja Reddy
5
-4
/
+42
2021-09-03
mm: compaction: optimize proactive compaction deferrals
Charan Teja Reddy
1
-10
/
+19
2021-09-03
mm, vmscan: guarantee drop_slab_node() termination
Vlastimil Babka
1
-1
/
+2
2021-09-03
mm/vmscan: add 'else' to remove check_pending label
Miaohe Lin
1
-9
/
+5
2021-09-03
mm/vmscan: remove unneeded return value of kswapd_run()
Miaohe Lin
2
-6
/
+3
2021-09-03
mm/vmscan: remove misleading setting to sc->priority
Miaohe Lin
1
-2
/
+0
2021-09-03
mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
Miaohe Lin
1
-5
/
+8
2021-09-03
mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()
Hui Su
3
-5
/
+4
2021-09-03
mm/migrate: add sysfs interface to enable reclaim migration
Huang Ying
4
-2
/
+92
2021-09-03
mm/vmscan: never demote for memcg reclaim
Dave Hansen
1
-2
/
+7
2021-09-03
mm/vmscan: Consider anonymous pages without swap
Keith Busch
1
-4
/
+30
2021-09-03
mm/vmscan: add helper for querying ability to age anonymous pages
Dave Hansen
1
-2
/
+18
2021-09-03
mm/vmscan: add page demotion counter
Yang Shi
3
-0
/
+9
[next]