index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
fs/proc/kcore.c: allow translation of physical memory addresses
Alexander Gordeev
1
-2
/
+34
2024-10-10
sysctl: avoid spurious permanent empty tables
Thomas Weißschuh
1
-3
/
+8
2024-10-10
proc: add config & param to block forcing mem writes
Adrian Ratiu
1
-1
/
+60
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-128
/
+450
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-0
/
+1
2024-07-17
Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-32
/
+38
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+3
2024-07-13
kpageflags: detect isolated KPF_THP folios
Ran Xiaokai
1
-12
/
+9
2024-07-13
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-5
/
+5
2024-07-13
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
1
-2
/
+25
2024-07-13
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
1
-0
/
+235
2024-07-13
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-04
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
2024-07-04
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
3
-24
/
+65
2024-07-04
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
1
-22
/
+31
2024-07-04
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
1
-10
/
+12
2024-07-04
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
1
-6
/
+2
2024-07-04
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-06-25
proc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-06-25
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-0
/
+3
2024-06-13
sysctl: Warn on an empty procname element
Joel Granados
1
-0
/
+2
2024-06-13
sysctl: Remove ctl_table sentinel code comments
Joel Granados
1
-1
/
+1
2024-06-13
sysctl: Remove "child" sysctl code comments
Joel Granados
1
-16
/
+10
2024-06-13
sysctl: Remove superfluous empty allocations from sysctl internals
Joel Granados
1
-4
/
+4
2024-06-13
sysctl: Replace nr_entries with ctl_table_size in new_links
Joel Granados
1
-8
/
+6
2024-06-13
sysctl: Remove check for sentinel element in ctl_table arrays
Joel Granados
1
-1
/
+1
2024-06-06
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou
1
-1
/
+1
2024-06-03
sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_array
Wen Yang
1
-0
/
+14
2024-06-03
sysctl: always initialize i_uid/i_gid
Thomas Weißschuh
1
-4
/
+2
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-21
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+1
2024-05-20
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+4
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-83
/
+92
2024-05-18
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+9
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-22
/
+21
2024-05-12
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-2
/
+2
2024-05-06
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
1
-6
/
+7
2024-05-06
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
1
-3
/
+4
2024-05-06
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
Ryan Roberts
1
-9
/
+13
2024-05-06
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
Ryan Roberts
1
-1
/
+1
2024-05-02
proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
Tyler Hicks (Microsoft)
1
-22
/
+20
2024-04-26
vmcore: replace strncpy with strscpy_pad
Justin Stitt
1
-3
/
+2
2024-04-26
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-26
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
1
-6
/
+5
2024-04-26
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-04-26
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2024-04-26
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-26
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
[next]