index
:
delta/barebox.git
doc
dts
efi
imx-ipu-v3
master
next
pu/kconfig
pu/mtd
pu/persistent-vars
stable/v2013.05
stable/v2013.06
stable/v2013.07
stable/v2013.08
stable/v2013.10
stable/v2014.05
stable/v2014.06
stable/v2014.06.0
stable/v2014.07
stable/v2014.08
stable/v2014.09
stable/v2014.10
stable/v2014.11
stable/v2014.12
stable/v2015.01
stable/v2015.02
stable/v2017.05
stable/v2017.06
stable/v2017.07
stable/v2017.11
stable/v2018.07
stable/v2018.09
stable/v2018.12
v2011.03-stable
work/am335x
work/efika-sb
work/fit-support
work/musb
work/mvebu-multisoc
git.pengutronix.de: git/barebox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
state
Commit message (
Expand
)
Author
Age
Files
Lines
*
state: backend: direct: open backend in read-only mode if possible
Ahmad Fatoum
2023-01-16
4
-7
/
+7
*
Rename struct device_d to device
Sascha Hauer
2023-01-10
5
-15
/
+15
*
state: propagate failure to fixup enum32 into DT
Ahmad Fatoum
2022-09-12
1
-0
/
+2
*
treewide: Remove duplicate incudes
Alexander Shiyan
2022-06-10
1
-2
/
+0
*
state: add deep probe aware helpers to get state
Ahmad Fatoum
2022-02-07
1
-1
/
+19
*
Merge branch 'for-next/spdx'
Sascha Hauer
2022-01-19
2
-0
/
+4
|
\
|
*
treewide: add SPDX-License-Identifier for files without explicit license
Ahmad Fatoum
2022-01-05
1
-0
/
+2
|
*
treewide: add SPDX-License-Identifier for Kbuild/Kconfig
Ahmad Fatoum
2022-01-05
1
-0
/
+2
*
|
state: make first boot with uninitialized legacy state less verbose
Ahmad Fatoum
2022-01-10
2
-4
/
+7
|
/
*
state: make first boot less verbose
Ahmad Fatoum
2021-12-07
3
-7
/
+20
*
state: mark state init errors specially
Ahmad Fatoum
2021-12-07
4
-9
/
+12
*
include: add dedicated header for printf/printk
Ahmad Fatoum
2021-11-01
3
-3
/
+3
*
state: backend_raw: fix ignoring unpack failures
Marco Felsch
2021-10-05
1
-1
/
+3
*
state: support deep probe
Ahmad Fatoum
2021-07-18
1
-0
/
+4
*
fdt: Check blob size during unflattening
Sascha Hauer
2021-06-25
1
-1
/
+1
*
treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifier
Ahmad Fatoum
2020-09-29
1
-2
/
+1
*
common: fix typos found with codespell
Yegor Yefremov
2020-03-23
1
-1
/
+1
*
state: treat state with all-invalid buckets as dirty
Ahmad Fatoum
2020-03-09
1
-4
/
+3
*
state: backend_storage: deal gracefully with runtime bucket corruption
Ahmad Fatoum
2020-03-09
1
-0
/
+2
*
state: remove param member from state_uint32, state_enum32, state_mac
Christian Eggers
2020-01-27
2
-11
/
+8
*
state: remove param member from struct state_string
Christian Eggers
2020-01-27
2
-4
/
+4
*
common: state: fix backward compatibility
Ulrich Ölmann
2019-10-14
1
-3
/
+0
*
state: backend_bucket_circular: fix double free()
Ulrich Ölmann
2019-10-14
1
-1
/
+0
*
state: backend_bucket_circular: harmonize code with dt-utils
Ulrich Ölmann
2019-10-14
1
-1
/
+2
*
state: drop unused code and declarations for non-existing functions
Uwe Kleine-König
2019-10-14
1
-7
/
+0
*
mtd: peb: Do not mark as bad in mtd_peb_torture()
Sascha Hauer
2019-07-16
1
-0
/
+2
*
common: state: check length
Jan Remmet
2019-05-23
1
-1
/
+6
*
state: Fix lseek error check in state_mtd_peb_write()
Andrey Smirnov
2019-03-11
1
-4
/
+3
*
state: Fix lseek error check in state_mtd_peb_read()
Andrey Smirnov
2019-03-11
1
-4
/
+3
*
state: Fix lseek error check in state_backend_bucket_direct_write()
Andrey Smirnov
2019-03-11
1
-4
/
+3
*
state: Fix lseek error check in state_backend_bucket_direct_read()
Andrey Smirnov
2019-03-11
1
-8
/
+8
*
common: state: harmonize code with dt-utils
Ulrich Ölmann
2019-02-11
1
-0
/
+3
*
common: state: harmonize code with dt-utils
Ulrich Ölmann
2019-02-11
1
-1
/
+1
*
common: state: harmonize code with dt-utils
Ulrich Ölmann
2019-02-11
1
-0
/
+4
*
common: state: harmonize code with dt-utils
Ulrich Ölmann
2019-02-11
1
-2
/
+8
*
common: state: fix formatting of "uint32_t" variables
Ulrich Ölmann
2019-02-11
1
-3
/
+3
*
common: state: fix formatting of "off_t" variables
Ulrich Ölmann
2019-02-11
2
-26
/
+26
*
common: state: fix compiler warnings about wrong type conversion in messages
Ulrich Ölmann
2019-02-11
1
-7
/
+7
*
common: state: fix typo
Ulrich Ölmann
2019-02-07
3
-4
/
+4
*
common: state: fix another alignment
Roland Hieber
2019-01-08
1
-1
/
+1
*
common: state: fix alignment
Roland Hieber
2019-01-07
1
-4
/
+4
*
state: remove unused function
Sascha Hauer
2018-11-19
1
-13
/
+0
*
Merge branch 'for-next/state'
Sascha Hauer
2018-11-09
2
-7
/
+8
|
\
|
*
state: backend_bucket_circular: remove unused variables
Ulrich Ölmann
2018-10-12
1
-2
/
+0
|
*
common: state: fix typo
Ulrich Ölmann
2018-10-10
1
-1
/
+1
|
*
state: backend_bucket_circular: fix memory leak
Ulrich Ölmann
2018-10-10
1
-4
/
+7
*
|
Merge branch 'for-next/net-switch-mv88e6xxx'
Sascha Hauer
2018-11-09
1
-1
/
+1
|
\
\
|
*
|
drivers: Introduce dev_set_name()
Andrey Smirnov
2018-10-18
1
-1
/
+1
|
|
/
*
|
state: fix indentation
Ulrich Ölmann
2018-10-19
1
-1
/
+1
*
|
state: fix documentation of state_new_from_node()
Ulrich Ölmann
2018-10-12
1
-0
/
+1
[next]