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
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
kasan: documentation updates
Andrey Konovalov
1
-6
/
+11
2022-03-24
tools/vm/page_owner_sort.c: support for user-defined culling rules
Jiajian Ye
1
-1
/
+28
2022-03-24
tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...
Jiajian Ye
1
-0
/
+5
2022-03-24
tools/vm/page_owner_sort: support for sorting by task command name
Jiajian Ye
1
-0
/
+1
2022-03-24
tools/vm/page_owner_sort.c: support sorting by tgid and update documentation
Jiajian Ye
1
-0
/
+1
2022-03-24
tools/vm/page_owner_sort.c: fix comments
Jiajian Ye
1
-2
/
+2
2022-03-24
Documentation/vm/page_owner.rst: fix unexpected indentation warns
Shuah Khan
1
-3
/
+3
2022-03-24
Documentation/vm/page_owner.rst: update the documentation
Shenghong Han
1
-2
/
+21
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-3
/
+16
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
45
-491
/
+2011
2022-03-24
Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
3
-0
/
+37
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-76
/
+273
2022-03-23
panic: move panic_print before kmsg dumpers
Guilherme G. Piccoli
1
-0
/
+4
2022-03-23
panic: add option to dump all CPUs backtraces in panic_print
Guilherme G. Piccoli
2
-0
/
+2
2022-03-23
docs: sysctl/kernel: add missing bit to panic_print
Guilherme G. Piccoli
1
-0
/
+1
2022-03-23
docs: kdump: add scp example to write out the dump file
Tiezhu Yang
1
-0
/
+4
2022-03-23
docs: kdump: update description about sysfs file system support
Tiezhu Yang
1
-3
/
+3
2022-03-23
Documentation/sparse: add hints about __CHECKER__
Bjorn Helgaas
1
-0
/
+2
2022-03-23
Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
37
-413
/
+1183
2022-03-23
Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
22
-335
/
+1012
2022-03-23
Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-10
/
+10
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
48
-217
/
+0
2022-03-23
Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
45
-246
/
+1040
2022-03-23
Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
44
-516
/
+2052
2022-03-23
Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+7
2022-03-23
Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
7
-1
/
+97
2022-03-23
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-0
/
+225
2022-03-23
Merge tag 'trace-rtla-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+41
2022-03-23
Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+7
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-47
/
+48
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-9
/
+9
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-61
/
+752
2022-03-22
Docs/ABI/testing: add DAMON sysfs interface ABI document
SeongJae Park
1
-0
/
+274
2022-03-22
Docs/admin-guide/mm/damon/usage: document DAMON sysfs interface
SeongJae Park
1
-6
/
+344
2022-03-22
Docs/damon: update outdated term 'regions update interval'
SeongJae Park
2
-8
/
+10
2022-03-22
Docs/vm/damon/design: update DAMON-Idle Page Tracking interference handling
SeongJae Park
1
-3
/
+4
2022-03-22
Docs/vm/damon: call low level monitoring primitives the operations
SeongJae Park
2
-13
/
+13
2022-03-22
Docs/admin-guide/mm/damon/usage: update for changed initail_regions file input
SeongJae Park
1
-10
/
+14
2022-03-22
kfence: allow use of a deferrable timer
Marco Elver
1
-0
/
+12
2022-03-22
mm/zswap.c: allow handling just same-value filled pages
Maciej S. Szmigiero
1
-3
/
+19
2022-03-22
NUMA balancing: optimize page placement for memory tiering system
Huang Ying
1
-9
/
+20
2022-03-22
mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
Muchun Song
1
-1
/
+1
2022-03-22
fs: introduce alloc_inode_sb() to allocate filesystems specific inode
Muchun Song
1
-0
/
+6
2022-03-22
mm/memcg: disable threshold event handlers on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+2
2022-03-22
memcg: add per-memcg total kernel memory stat
Yosry Ahmed
1
-0
/
+5
2022-03-22
mm: document and polish read-ahead code
NeilBrown
2
-8
/
+27
2022-03-22
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-45
/
+56
2022-03-22
ALSA: hda/realtek: Add alc256-samsung-headphone fixup
Matt Kramer
1
-0
/
+4
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-0
/
+293
2022-03-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
[next]