]> git.ipfire.org Git - thirdparty/kernel/stable.git/shortlog
thirdparty/kernel/stable.git
2020-08-12  Peter Xumm/s390: use general page fault accounting
2020-08-12  Peter Xumm/riscv: use general page fault accounting
2020-08-12  Peter Xumm/powerpc: use general page fault accounting
2020-08-12  Peter Xumm/parisc: use general page fault accounting
2020-08-12  Peter Xumm/openrisc: use general page fault accounting
2020-08-12  Peter Xumm/nios2: use general page fault accounting
2020-08-12  Peter Xumm/nds32: use general page fault accounting
2020-08-12  Peter Xumm/mips: use general page fault accounting
2020-08-12  Peter Xumm/microblaze: use general page fault accounting
2020-08-12  Peter Xumm/m68k: use general page fault accounting
2020-08-12  Peter Xumm/ia64: use general page fault accounting
2020-08-12  Peter Xumm/hexagon: use general page fault accounting
2020-08-12  Peter Xumm/csky: use general page fault accounting
2020-08-12  Peter Xumm/arm64: use general page fault accounting
2020-08-12  Peter Xumm/arm: use general page fault accounting
2020-08-12  Peter Xumm/arc: use general page fault accounting
2020-08-12  Peter Xumm/alpha: use general page fault accounting
2020-08-12  Peter Xumm: do page fault accounting in handle_mm_fault
2020-08-12  Joonsoo Kimmm/gup: use a standard migration target allocation...
2020-08-12  Joonsoo Kimmm/hugetlb: make hugetlb migration callback CMA aware
2020-08-12  Joonsoo Kimmm/gup: restrict CMA region by using allocation scope API
2020-08-12  Joonsoo Kimmm/page_alloc: remove a wrapper for alloc_migration_tar...
2020-08-12  Joonsoo Kimmm/mempolicy: use a standard migration target allocatio...
2020-08-12  Joonsoo Kimmm/migrate: introduce a standard migration target alloc...
2020-08-12  Joonsoo Kimmm/migrate: clear __GFP_RECLAIM to make the migration...
2020-08-12  Joonsoo Kimmm/hugetlb: unify migration callbacks
2020-08-12  Joonsoo Kimmm/migrate: move migration helper from .h to .c
2020-08-12  Joonsoo Kimmm/page_isolation: prefer the node of the source page
2020-08-12  Liao Pingfangipc/shm.c: remove the superfluous break
2020-08-12  Alexey Dobriyanipc: uninline functions
2020-08-12  Nick Desaulniersscripts/gdb: fix python 3.8 SyntaxWarning
2020-08-12  Wei Yongjunkcov: make some symbols static
2020-08-12  Marco Elverkcov: unconditionally add -fno-stack-protector to compi...
2020-08-12  Yue Hupanic: make print_oops_end_marker() static
2020-08-12  Tiezhu Yanglib/Kconfig.debug: fix typo in the help text of CONFIG_...
2020-08-12  Tiezhu Yangkernel/panic.c: make oops_may_print() return bool
2020-08-12  Gustavo A.... rapidio/rio_mport_cdev: use array_size() helper in...
2020-08-12  Gustavo A.... drivers/rapidio/rio-scan.c: use struct_size() helper
2020-08-12  Gustavo A.... drivers/rapidio/devices/rio_mport_cdev.c: use struct_si...
2020-08-12  Vijay Balakrishnakdump: append kernel build-id string to VMCOREINFO
2020-08-12  Kees Cookexec: move path_noexec() check earlier
2020-08-12  Kees Cookexec: move S_ISREG() check earlier
2020-08-12  Kees Cookexec: change uselib(2) IS_SREG() failure to EACCES
2020-08-12  Lepton Wucoredump: add %f for executable filename
2020-08-12  Tiezhu Yangtest_kmod: avoid potential double free in trigger_confi...
2020-08-12  Tiezhu Yangkmod: remove redundant "be an" in the comment
2020-08-12  Tiezhu Yangselftests: kmod: use variable NAME in kmod_test_0001()
2020-08-12  Helge Dellerfs/signalfd.c: fix inconsistent return codes for signalfd4
2020-08-12  OGAWA Hirofumifat: fix fat_ra_init() for data clusters == 0
2020-08-12  Alexander A... VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with...
2020-08-12  Yubo Fengfatfs: switch write_lock to read_lock in fat_ioctl_get_...
2020-08-12  Colin Ian Kingfs/ufs: avoid potential u32 multiplication overflow
2020-08-12  Joe Perchesnilfs2: use a more common logging style
2020-08-12  Joe Perchesnilfs2: convert __nilfs_msg to integrate the level...
2020-08-12  Eric Biggersnilfs2: only call unlock_new_inode() if I_NEW
2020-08-12  Eric Biggersfs/minix: remove expected error message in block_to_path()
2020-08-12  Eric Biggersfs/minix: fix block limit check for V1 filesystems
2020-08-12  Eric Biggersfs/minix: set s_maxbytes correctly
2020-08-12  Eric Biggersfs/minix: reject too-large maximum file size
2020-08-12  Eric Biggersfs/minix: don't allow getting deleted inodes
2020-08-12  Eric Biggersfs/minix: check return value of sb_getblk()
2020-08-12  Randy Dunlapautofs: fix doubled word
2020-08-12  Joe Perchescheckpatch: remove missing switch/case break test
2020-08-12  Joe Perchescheckpatch: add test for repeated words
2020-08-12  Quentin Monnetcheckpatch: fix CONST_STRUCT when const_structs.checkpa...
2020-08-12  Joe Perchescheckpatch: add --fix option for ASSIGN_IN_IF
2020-08-12  Joe Perchescheckpatch: add test for possible misuse of IS_ENABLED...
2020-08-12  Rikard Falkebornlib/test_bits.c: add tests of GENMASK
2020-08-12  Kars Mulderkstrto*: do not describe simple_strto*() as obsolete...
2020-08-12  Kars Mulderkstrto*: correct documentation references to simple_str...
2020-08-12  Alexander A... lib/: replace HTTP links with HTTPS ones
2020-08-12  Tiezhu Yanglib/test_lockup.c: fix return value of test_lockup_init()
2020-08-12  Tiezhu Yanglib/Kconfig.debug: make TEST_LOCKUP depend on module
2020-08-12  Wei Yongjunlib/test_lockup.c: make symbol 'test_works' static
2020-08-12  Geert Uytterhoevenlib/test_bitops: do the full test during module init
2020-08-12  Luc Van Oostenrycklib/generic-radix-tree.c: remove unneeded __rcu
2020-08-12  Stefano Briviolib/test_bitmap.c: add test for bitmap_cut()
2020-08-12  Stefano Briviolib/bitmap.c: fix bitmap_cut() for partial overlapping...
2020-08-12  Luc Van Oostenrycksparse: group the defines by functionality
2020-08-12  Matthew Wilcoxinclude/linux/poison.h: remove obsolete comment
2020-08-12  Alexander A... include/: replace HTTP links with HTTPS ones
2020-08-12  Arvind Sankarkernel.h: remove duplicate include of asm/div64.h
2020-08-12  Feng Tang./Makefile: add debug option to enable function aligned...
2020-08-12  Christoph Hellwigkernel: add a kernel_wait helper
2020-08-12  Randy Dunlapinclude/linux/xz.h: drop duplicated word
2020-08-12  Randy Dunlapinclude/linux/async_tx.h: drop duplicated word in a...
2020-08-12  Randy Dunlapinclude/linux/exportfs.h: drop duplicated word in a...
2020-08-12  Randy Dunlapinclude/linux/compiler-clang.h: drop duplicated word...
2020-08-12  Luc Van Oostenryckalpha: fix annotation of io{read,write}{16,32}be()
2020-08-12  Christoph Hellwigexec: use force_uaccess_begin during exec and exit
2020-08-12  Christoph Hellwiguaccess: add force_uaccess_{begin,end} helpers
2020-08-12  Christoph Hellwiguaccess: remove segment_eq
2020-08-12  Christoph Hellwigriscv: include <asm/pgtable.h> in <asm/uaccess.h>
2020-08-12  Christoph Hellwignds32: use uaccess_kernel in show_regs
2020-08-12  Christoph Hellwigsyscalls: use uaccess_kernel in addr_limit_user_check
2020-08-12  Randy Dunlapmm/zsmalloc.c: fix duplicated words
2020-08-12  Randy Dunlapmm/zpool.c: delete duplicated word and fix grammar
2020-08-12  Randy Dunlapmm/vmscan.c: delete or fix duplicated words
2020-08-12  Randy Dunlapmm/usercopy.c: delete duplicated word
2020-08-12  Randy Dunlapmm/slab_common.c: delete duplicated word
next