Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live

[PATCH 4/8] fs crypto: add keyinfo.c to handle permissions

This patch adds keyinfo.c supporting key management. - fscrypt_get_encryption_info - fscrypt_free_encryption_info Signed-off-by: Michael Halcrow <

View Article



[PATCH 5/8] fs crypto: add fname.c to support filename encryption

This patch adds fname.c supporting filename encryption. 1. general wrapper functions - fscrypt_fname_disk_to_usr - fscrypt_fname_usr_to_disk - fsc

View Article

[PATCH 6/8] fs crypto: add Makefile and Kconfig

This patch adds a facility to enable per-file encryption. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> --- fs/Kconfig | 2 ++ fs/Makefil

View Article

[PATCH 7/8] f2fs crypto: migrate into vfs's crypto engine

This patch removes the most parts of internal crypto codes. And then, it modifies some f2fs-specific crypt codes to use the generic facility. Signed-

View Article

[PATCH 8/8] ext4 crypto: migrate into vfs's crypto engine

This patch removes the most parts of internal crypto codes. And then, it modifies and adds some ext4-specific crypt codes to use the generic facility.

View Article


[PATCH 1/2] ARM: dts: vf-colibri: remove container node of regulators

Drop the fake simple-bus container 'regulators' and put the regulators directly under the root node. This also makes the artificial 'reg' properties s

View Article

[PATCH 2/2] ARM: dts: vf-colibri: add supply regulators

Colibri modules need to be powered using the power pins 3V3 and AVDD. Add fixed regulators which represent this power rails. Potentially, those power

View Article

[PATCH 0/9] ARM: uniphier: UniPhier updates for Linux 4.6-rc1

Hi Arnd and Olof, Here is a series I want you to apply to ASOC. I know this series includes DT updates for ARM 32bit and ARM 64bit, but this is inte

View Article


[PATCH 1/9] ARM: dts: uniphier: factor out ranges property of support card

This property is used in common by several boards. Move it to the common place (uniphier-support-card.dtsi). If necessary, each board can still over

View Article


[PATCH 2/9] ARM: dts: uniphier: rework UniPhier System Bus nodes

Tidy up the System Bus nodes in order to make the driver (drivers/bus/uniphier-system-bus.c) really available. Signed-off-by: Masahiro Yamada <yamada

View Article

[PATCH 3/9] ARM: uniphier: add missing of_node_put()

This node pointer is allocated by of_find_compatible_node() in this function. It should be put before exitting this function. Signed-off-by: Masahir

View Article

[PATCH 4/9] ARM: dts: uniphier: add reference clock nodes

Add master clock nodes generated by crystal oscillators. PH1-sLD3, PH1-LD4: 24.576 MHz PH1-Pro4, ProXstream2: 25.000 MHz PH1-Pro5: 20.000 MHz

View Article

[PATCH 5/9] ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board

This board has an EEPROM (STMicroelectronics M24C64-WMN6TP) connected to the I2C channel 0 of the SoC. Its slave address is 0x54. Signed-off-by: Mas

View Article


[PATCH 6/9] ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board

This is used for on-board inter-connection. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/boot/dts/uniphier-proxstrea

View Article

[PATCH 7/9] ARM: dts: uniphier: add PH1-Pro4 Ace board support

Initial commit for PH1-Pro4 Ace board support. Note: There are two variants for the amount of DDR memory; 1GB or 2GB. Signed-off-by: Masahiro Yamada

View Article


[PATCH 8/9] ARM: dts: uniphier: add PH1-Pro4 Sanji board support

Initial commit for PH1-Pro4 Sanji board support. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/boot/dts/Makefile

View Article

[PATCH 9/9] ARM: dts: uniphier: add @{address} to EEPROM node

Just for consistent coding style. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/boot/dts/uniphier-ref-daughter.dtsi |

View Article


[PATCH] gpio-mcp23s08: correctly handling failed allocation

Since devm_kzalloc can be failed in memory pressure, it needs to check and return -ENOMEM Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/gp

View Article

[PATCH] et131x: check return value of dma_alloc_coherent

For error handling, dma_alloc_coherent's return value needs to be checked, not argument. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/net

View Article

[PATCH] drbd: correctly handling failed crypto_alloc_hash

crypto_alloc_hash returns an error code, not NULL. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/block/drbd/drbd_receiver.c | 2 +- 1 file

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images