Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c7945a8f971e0b9cbdd7684ee106de768a0e474
/
drivers
/
firmware
/
efivars.c
9929561
efi: Fix the build with user namespaces enabled.
by Eric W. Biederman
· 12 years ago
d42b3a2
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
f94ec0c
efi_pstore: Add a format check for an existing variable name at erasing time
by Seiji Aguchi
· 12 years ago
0f7de85
efi_pstore: Add a format check for an existing variable name at reading time
by Seiji Aguchi
· 12 years ago
755d4fe
efi_pstore: Add a sequence counter to a variable name
by Seiji Aguchi
· 12 years ago
a9efd39
efi_pstore: Add ctime to argument of erase callback
by Seiji Aguchi
· 12 years ago
96480d9
efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs
by Seiji Aguchi
· 12 years ago
dd230fe
efi_pstore: Add a logic erasing entries to an erase callback
by Seiji Aguchi
· 12 years ago
d80a361
efi_pstore: Check remaining space with QueryVariableInfo() before writing data
by Seiji Aguchi
· 12 years ago
e83af1f
efivarfs: Make efivarfs_fill_super() static
by Matt Fleming
· 12 years ago
89d1666
efivarfs: Use query_variable_info() to limit kmalloc()
by Matt Fleming
· 12 years ago
cfcf2f1
efivarfs: Fix return value of efivarfs_file_write()
by Matt Fleming
· 12 years ago
aeeaa8d
efivarfs: Return a consistent error when efivarfs_get_inode() fails
by Matt Fleming
· 12 years ago
07b1c5b
efivarfs: Make 'datasize' unsigned long
by Matt Fleming
· 12 years ago
9171632
efivarfs: Add unique magic number
by Matt Fleming
· 12 years ago
d292384
efivarfs: Replace magic number with sizeof(attributes)
by Matt Fleming
· 12 years ago
7253eab
efivarfs: Return an error if we fail to read a variable
by Matt Fleming
· 12 years ago
310ad75
efi: Clarify GUID length calculations
by Jeremy Kerr
· 12 years ago
f5f6a60
efivarfs: Implement exclusive access for {get,set}_variable
by Jeremy Kerr
· 12 years ago
5ba6e29
efivarfs: efivarfs_fill_super() ensure we clean up correctly on error
by Andy Whitcroft
· 12 years ago
c0359db
efivarfs: efivarfs_fill_super() ensure we free our temporary name
by Andy Whitcroft
· 12 years ago
5c9b50a
efivarfs: efivarfs_fill_super() fix inode reference counts
by Andy Whitcroft
· 12 years ago
45a937a
efivarfs: efivarfs_create() ensure we drop our reference on inode on error
by Andy Whitcroft
· 12 years ago
d142df0
efivarfs: efivarfs_file_read ensure we free data in error paths
by Andy Whitcroft
· 12 years ago
605e70c
efi: add efivars kobject to efi sysfs folder
by Lee, Chun-Yi
· 12 years ago
0c542ed
efi: Handle deletions and size changes in efivarfs_write_file
by Jeremy Kerr
· 12 years ago
5d9db88
efi: Add support for a UEFI variable filesystem
by Matthew Garrett
· 12 years ago
7083909
firmware: Add missing attributes to EFI variable attribute print out from sysfs
by Khalid Aziz
· 12 years ago
54b3a4d
efivars: Improve variable validation
by Matthew Garrett
· 13 years ago
fec6c20
efi: Validate UEFI boot variables
by Matthew Garrett
· 13 years ago
6ed23fd
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 13 years ago
eee628d
efivars: add missing parameter to efi_pstore_read()
by Christoph Fritz
· 13 years ago
3d6d8d2
pstore: pass reason to backend write callback
by Kees Cook
· 13 years ago
f6f8285
pstore: pass allocated memory region back to caller
by Kees Cook
· 13 years ago
b238b8f
pstore: make pstore write function return normal success/fail value
by Chen Gong
· 13 years ago
abd4d55
pstore: change mutex locking to spin_locks
by Don Zickus
· 13 years ago
b728a5c
efivars: fix warnings when CONFIG_PSTORE=n
by Tony Luck
· 13 years ago
7644c16
efivars: Introduce PSTORE_EFI_ATTRIBUTES
by Mike Waychison
· 13 years ago
c475594
efivars: Use string functions in pstore_write
by Mike Waychison
· 13 years ago
828aa1f
efivars: introduce utf16_strncmp
by Mike Waychison
· 13 years ago
a294090
efivars: String functions
by Mike Waychison
· 13 years ago
5ee9c19
efi: Add support for using efivars as a pstore backend
by Matthew Garrett
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
70f23fd
treewide: fix a few typos in comments
by Justin P. Mattock
· 14 years ago
aabb6e1
efivars: prevent oops on unload when efi is not enabled
by Randy Dunlap
· 14 years ago
3116aab
efivars: handle errors from register_efivars()
by Dan Carpenter
· 14 years ago
051d51b
efivars: memory leak on error in create_efivars_bin_attributes()
by Dan Carpenter
· 14 years ago
4fc756bd
efivars: Expose efivars functionality to external drivers.
by Mike Waychison
· 14 years ago
3295814
efivars: Parameterize operations.
by Mike Waychison
· 14 years ago
76b53f7c
efivars: Split out variable registration
by Mike Waychison
· 14 years ago
4142ef1
efivars: parameterize efivars
by Mike Waychison
· 14 years ago
d502fbb
efivars: Make efivars bin_attributes dynamic
by Mike Waychison
· 14 years ago
2942269
efivars: move efivars globals into struct efivars
by Mike Waychison
· 14 years ago
2c3c8be
sysfs: add struct file* to bin_attr callbacks
by Chris Wright
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
d6d292c
Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
bc87d2f
kobject: convert efivars to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
f62ed9e
firmware: change firmware_kset to firmware_kobj
by Greg Kroah-Hartman
· 17 years ago
66ac831
kset: convert efivars to use kset_create for the vars sub-subsystem.
by Greg Kroah-Hartman
· 17 years ago
89a07e3
kset: convert efivars to use kset_create for the efi subsystem.
by Greg Kroah-Hartman
· 17 years ago
334c630
kobject: convert efivars to kobj_attr interface
by Greg Kroah-Hartman
· 17 years ago
97fa5bb
efivars: make new_var and del_var binary sysfs files
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
e89a411
Driver core: rename ktype_edd and ktype_efivar
by Greg Kroah-Hartman
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
496a0fc
[PATCH] Fix race in efi variable delete code
by Matt Domsch
· 18 years ago
69b2186
[PATCH] firmware/efivars: handle error
by Jeff Garzik
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b2c99e3
[PATCH] EFI: keep physical table addresses in efi structure
by Bjorn Helgaas
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
9c21538
[PATCH] drivers/firmware: kmalloc + memset -> kzalloc conversion
by Deepak Saxena
· 19 years ago
0933ad9
[PATCH] kfree cleanups for drivers/firmware/
by Jesper Juhl
· 19 years ago
70f2817
[PATCH] sysfs: (rest) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago