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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-12
mm/mips: use general page fault accounting
Peter Xu
1
-11
/
+3
2020-08-12
mm/microblaze: use general page fault accounting
Peter Xu
1
-5
/
+4
2020-08-12
mm/m68k: use general page fault accounting
Peter Xu
1
-10
/
+4
2020-08-12
mm/ia64: use general page fault accounting
Peter Xu
1
-5
/
+4
2020-08-12
mm/hexagon: use general page fault accounting
Peter Xu
1
-5
/
+4
2020-08-12
mm/csky: use general page fault accounting
Peter Xu
1
-11
/
+1
2020-08-12
mm/arm64: use general page fault accounting
Peter Xu
1
-23
/
+6
2020-08-12
mm/arm: use general page fault accounting
Peter Xu
1
-19
/
+6
2020-08-12
mm/arc: use general page fault accounting
Peter Xu
1
-15
/
+3
2020-08-12
mm/alpha: use general page fault accounting
Peter Xu
1
-5
/
+3
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
31
-34
/
+103
2020-08-12
mm/gup: use a standard migration target allocation callback
Joonsoo Kim
1
-48
/
+6
2020-08-12
mm/hugetlb: make hugetlb migration callback CMA aware
Joonsoo Kim
3
-9
/
+10
2020-08-12
mm/gup: restrict CMA region by using allocation scope API
Joonsoo Kim
2
-9
/
+10
2020-08-12
mm/page_alloc: remove a wrapper for alloc_migration_target()
Joonsoo Kim
2
-12
/
+6
2020-08-12
mm/mempolicy: use a standard migration target allocation callback
Joonsoo Kim
3
-28
/
+12
2020-08-12
mm/migrate: introduce a standard migration target allocation function
Joonsoo Kim
7
-22
/
+61
2020-08-12
mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...
Joonsoo Kim
1
-0
/
+5
2020-08-12
mm/hugetlb: unify migration callbacks
Joonsoo Kim
4
-49
/
+33
2020-08-12
mm/migrate: move migration helper from .h to .c
Joonsoo Kim
2
-28
/
+34
2020-08-12
mm/page_isolation: prefer the node of the source page
Joonsoo Kim
1
-1
/
+3
2020-08-12
ipc/shm.c: remove the superfluous break
Liao Pingfang
1
-1
/
+0
2020-08-12
ipc: uninline functions
Alexey Dobriyan
2
-4
/
+2
2020-08-12
scripts/gdb: fix python 3.8 SyntaxWarning
Nick Desaulniers
1
-2
/
+2
2020-08-12
kcov: make some symbols static
Wei Yongjun
1
-3
/
+3
2020-08-12
kcov: unconditionally add -fno-stack-protector to compiler options
Marco Elver
1
-1
/
+1
2020-08-12
panic: make print_oops_end_marker() static
Yue Hu
2
-2
/
+1
2020-08-12
lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT
Tiezhu Yang
1
-1
/
+1
2020-08-12
kernel/panic.c: make oops_may_print() return bool
Tiezhu Yang
2
-2
/
+2
2020-08-12
rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
1
-2
/
+2
2020-08-12
drivers/rapidio/rio-scan.c: use struct_size() helper
Gustavo A. R. Silva
1
-5
/
+3
2020-08-12
drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2020-08-12
kdump: append kernel build-id string to VMCOREINFO
Vijay Balakrishna
2
-0
/
+56
2020-08-12
exec: move path_noexec() check earlier
Kees Cook
2
-8
/
+8
2020-08-12
exec: move S_ISREG() check earlier
Kees Cook
3
-10
/
+16
2020-08-12
exec: change uselib(2) IS_SREG() failure to EACCES
Kees Cook
1
-2
/
+1
2020-08-12
coredump: add %f for executable filename
Lepton Wu
2
-5
/
+15
2020-08-12
test_kmod: avoid potential double free in trigger_config_run_type()
Tiezhu Yang
1
-1
/
+1
2020-08-12
kmod: remove redundant "be an" in the comment
Tiezhu Yang
1
-3
/
+2
2020-08-12
selftests: kmod: use variable NAME in kmod_test_0001()
Tiezhu Yang
1
-2
/
+2
2020-08-12
fs/signalfd.c: fix inconsistent return codes for signalfd4
Helge Deller
1
-4
/
+6
2020-08-12
fat: fix fat_ra_init() for data clusters == 0
OGAWA Hirofumi
1
-0
/
+3
2020-08-12
VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-08-12
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
Yubo Feng
1
-2
/
+2
2020-08-12
fs/ufs: avoid potential u32 multiplication overflow
Colin Ian King
1
-1
/
+1
2020-08-12
nilfs2: use a more common logging style
Joe Perches
20
-251
/
+239
2020-08-12
nilfs2: convert __nilfs_msg to integrate the level and format
Joe Perches
2
-10
/
+15
2020-08-12
nilfs2: only call unlock_new_inode() if I_NEW
Eric Biggers
1
-1
/
+2
2020-08-12
fs/minix: remove expected error message in block_to_path()
Eric Biggers
2
-12
/
+12
2020-08-12
fs/minix: fix block limit check for V1 filesystems
Eric Biggers
1
-1
/
+1
[next]