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-04-12
efivars: convert to fileattr
Miklos Szeredi
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2020-11-25
efivarfs: revert "fix memory leak in efivarfs_create()"
Ard Biesheuvel
2020-10-26
efivarfs: fix memory leak in efivarfs_create()
Vamshi K Sthambamkadi
2020-09-25
efivarfs: Replace invalid slashes with exclamation marks in dentries.
Michael Schaller
2020-07-09
efi/efivars: Expose RT service availability via efivars abstraction
Ard Biesheuvel
2020-06-15
efivarfs: Don't return -EINTR when rate-limiting reads
Tony Luck
2020-06-15
efivarfs: Update inode modification time for successful writes
Tony Luck
2020-02-23
efi: Use more granular check for availability for variable services
Ard Biesheuvel
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-12
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-07-04
vfs: Convert efivarfs to use the new mount API
David Howells
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-07-22
efivars: Call guid_parse() against guid_t type of variable
Andy Shevchenko
2018-02-22
efivarfs: Limit the rate for non-root to read files
Luck, Tony
2017-07-11
VFS: Kill off s_options and helpers
David Howells
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-09
fs/efivarfs: Fix double kfree() in error path
Matt Fleming
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2016-05-20
fs/efivarfs/inode.c: use generic UUID library
Andy Shevchenko
2016-05-07
efivarfs: Make efivarfs_file_ioctl() static
Peter Jones
2016-05-07
efi: Merge boolean flag arguments
Julia Lawall
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-02-10
efi: Make efivarfs entries immutable by default
Peter Jones
2016-02-10
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-05-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2015-04-17
efivarfs: Ensure VariableName is NUL-terminated
Ross Lagerwall
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-01-29
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
Ingo Molnar
2015-01-12
Merge tag 'rneri-efi-next' of https://github.com/ricardon/efi into next
Matt Fleming
2015-01-07
efi: Rename efi_guid_unparse to efi_guid_to_str
Borislav Petkov
2015-01-05
fs: Make efivarfs a pseudo filesystem, built by default with EFI
Leif Lindholm
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-11-19
kill f_dentry uses
Al Viro
2014-11-11
efivarfs: Allow unloading when build as module
Mathias Krause
2014-06-04
fs/efivarfs/super.c: use static const for dentry_operations
Fabian Frederick
2014-03-04
efivarfs: 'efivarfs_file_write' function reorganization
Geyslan G. Bem
2013-11-15
consolidate simple ->d_delete() instances
Al Viro
2013-07-14
efivarfs: we can use simple_lookup() now
Al Viro
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-05-13
efivarfs: Never return ENOENT from firmware again
Lingzhu Xiang
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-04-30
Merge tag 'v3.9' into efi-for-tip2
Matt Fleming
2013-04-20
Merge remote-tracking branch 'efi/chainsaw' into x86/efi
H. Peter Anvin
2013-04-17
efi: split efisubsystem from efivars
Tom Gundersen
2013-04-17
efivarfs: Move to fs/efivarfs
Matt Fleming