VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-01-06
get rid of COMPAT_ELF_EXEC_PAGESIZE
Al Viro
2021-01-06
compat_binfmt_elf: don't bother with undef of ELF_ARCH
Al Viro
2021-01-06
[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properly
Al Viro
2021-01-06
elf_prstatus: collect the common part (everything before pr_reg) into a struct
Al Viro
2021-01-04
binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID
Al Viro
2020-10-26
elf: Expose ELF header on arch_setup_additional_pages()
Gabriel Krisman Bertazi
2020-10-26
elf: Expose ELF header in compat_start_thread()
Gabriel Krisman Bertazi
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-06-01
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-05-05
binfmt_elf: remove the set_fs in fill_siginfo_note
Eric W. Biederman
2020-04-20
arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spaces
Kees Cook
2020-03-16
ELF: Add ELF program property parsing support
Dave Martin
2019-11-15
y2038: elfcore: Use __kernel_old_timeval for process times
Arnd Bergmann
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193
Thomas Gleixner
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2017-02-01
fs/binfmt: Convert obsolete cputime type to nsecs
Frederic Weisbecker
2014-03-04
binfmt_elf: add ELF_HWCAP2 to compat auxv entries
Ard Biesheuvel
2012-10-06
coredump: extend core dump note section to contain file names of mapped files
Denys Vlasenko
2012-10-06
coredump: add a new elf note with siginfo of the signal
Denys Vlasenko
2010-03-06
elf coredump: replace ELF_CORE_EXTRA_* macros by functions
Daisuke HATAYAMA
2008-01-30
x86: compat_binfmt_elf
Roland McGrath