index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
vdso.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-18
1
-3
/
+1
*
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-12
1
-1
/
+1
|
\
|
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
|
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
2022-12-01
1
-20
/
+0
|
/
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-26
1
-1
/
+2
*
s390/vdso: add vdso randomization
Sven Schnelle
2022-04-25
1
-1
/
+32
*
s390/vdso: map vdso above stack
Sven Schnelle
2022-04-25
1
-1
/
+1
*
s390/vdso: move vdso mapping to its own function
Sven Schnelle
2022-04-25
1
-5
/
+19
*
s390/vdso: add minimal compat vdso
Sven Schnelle
2021-07-08
1
-16
/
+32
*
s390/vdso: always enable vdso
Sven Schnelle
2021-07-08
1
-17
/
+4
*
s390/vdso: on timens page fault prefault also VVAR page
Heiko Carstens
2021-02-09
1
-4
/
+13
*
s390/vdso: implement generic vdso time namespace support
Heiko Carstens
2021-02-09
1
-7
/
+95
*
s390/vdso: move data page before code pages
Heiko Carstens
2021-02-09
1
-14
/
+14
*
s390/vdso: put vdso datapage in a separate vma
Heiko Carstens
2021-02-09
1
-20
/
+35
*
s390/vdso: get rid of vdso_fault
Heiko Carstens
2021-02-09
1
-26
/
+9
*
s390/vdso: misc simple code changes
Heiko Carstens
2021-02-09
1
-72
/
+30
*
s390/vdso: remove superfluous variables
Heiko Carstens
2021-02-09
1
-22
/
+13
*
s390/vdso: remove superfluous check
Heiko Carstens
2021-02-09
1
-7
/
+0
*
s390/vdso: remove BUG_ON()
Heiko Carstens
2021-02-09
1
-1
/
+4
*
s390/vdso: simplify vdso size calculation
Heiko Carstens
2021-02-09
1
-2
/
+1
*
s390/vdso: convert vdso_init() to arch_initcall
Heiko Carstens
2021-02-09
1
-3
/
+4
*
s390/vdso: fix vdso data page definition
Heiko Carstens
2021-02-09
1
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
1
-10
/
+1
|
\
|
*
mm: forbid splitting special mappings
Dmitry Safonov
2020-12-15
1
-10
/
+1
*
|
s390/vdso: reimplement getcpu vdso syscall
Heiko Carstens
2020-11-23
1
-0
/
+7
*
|
s390/mm: remove set_fs / rework address space handling
Heiko Carstens
2020-11-23
1
-57
/
+0
|
/
*
s390: convert to GENERIC_VDSO
Sven Schnelle
2020-08-26
1
-26
/
+3
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
s390: remove compat vdso code
Heiko Carstens
2019-12-01
1
-39
/
+3
*
Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-09-17
1
-13
/
+5
|
\
|
*
s390/vdso: reuse kstrtobool for option value parsing
Vasily Gorbik
2019-08-26
1
-13
/
+5
*
|
s390/vdso: map vdso also for statically linked binaries
Heiko Carstens
2019-08-09
1
-5
/
+0
|
/
*
s390: don't build vdso32 with clang
Arnd Bergmann
2019-04-11
1
-5
/
+5
*
s390/vdso: don't clear PG_reserved
David Hildenbrand
2019-03-05
1
-2
/
+0
*
s390/vdso: correct vdso mapping for compat tasks
Vasily Gorbik
2019-01-11
1
-3
/
+2
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
s390/vdso: avoid 64-bit vdso mapping for compat tasks
Vasily Gorbik
2018-09-20
1
-3
/
+5
*
s390: vdso_fault return type
Souptick Joarder
2018-07-23
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
s390: kernel: Remove redundant license text
Greg Kroah-Hartman
2017-11-24
1
-4
/
+0
*
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-24
1
-0
/
+1
*
s390: remove all code using the access register mode
Martin Schwidefsky
2017-11-14
1
-40
/
+4
*
s390/vdso: move boot_vdso_data to vdso.c
Martin Schwidefsky
2017-10-18
1
-0
/
+14
*
s390/mm: use memset64 instead of clear_table
Heiko Carstens
2017-10-09
1
-4
/
+2
*
s390/mm: tag normal pages vs pages used in page tables
Martin Schwidefsky
2017-07-25
1
-0
/
+2
*
s390/vdso: use _install_special_mapping to establish vdso
Martin Schwidefsky
2017-06-12
1
-27
/
+64
*
s390: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2017-02-17
1
-1
/
+1
*
vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
Michal Hocko
2016-05-23
1
-1
/
+2
[next]