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

[PATCH 3/7] KVM: Replace smp_mb() with smp_mb_after_atomic() in the...

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com> --- virt/kvm/kvm_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt

View Article



[PATCH 4/7] KVM/x86: Call smp_wmb() before increasing tlbs_dirty

Update spte before increasing tlbs_dirty to make sure no tlb flush in lost after spte is zapped. This pairs with the barrier in the kvm_flush_remote_t

View Article

[PATCH 5/7] KVM: Replace smp_mb() with smp_load_acquire() in the...

smp_load_acquire() is enough here and it's cheaper than smp_mb(). Adding a comment about reusing memory barrier of kvm_make_all_cpus_request() here to

View Article

[PATCH 6/7] KVM/x86: update the comment of memory barrier in the...

The barrier also orders the write to mode from any reads to the page tables done and so update the comment. Signed-off-by: Lan Tianyu <tianyu.lan@int

View Article

[PATCH 7/7] KVM/PPC: update the comment of memory barrier in the...

The barrier also orders the write to mode from any reads to the page tables done and so update the comment. Signed-off-by: Lan Tianyu <tianyu.lan@int

View Article


[PATCH] clk: rockchip: release io resource when failing to init clk

We should call iounmap to relase reg_base since it's not going to be used any more if failing to init clk. Signed-off-by: Shawn Lin <shawn.lin@rock-c

View Article

[PATCH] media: au0828 fix to clear enable/disable/change source handlers

Fix to clear enable/disable/change source handlers in the media device when media device is unregistered in au0828_unregister_media_device(). When au0

View Article

[GIT PULL] Block merge fix for 4.5-final

Hi Linus, Please pull the following fix for 4.5-final, fixing a bug in a previous commit. git://git.kernel.dk/linux-block.git for-linus -------

View Article


[PATCH 1/3] rbd: use KMEM_CACHE macro

Use KMEM_CACHE() instead of kmem_cache_create() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> --- drivers/block/rbd.c | 10

View Article


[PATCH 2/3] dlm: use KMEM_CACHE macro

Use KMEM_CACHE() instead of kmem_cache_create() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> --- fs/dlm/memory.c | 6 ++--

View Article

[PATCH 3/3] libceph: use KMEM_CACHE macro

Use KMEM_CACHE() instead of kmem_cache_create() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> --- net/ceph/messenger.c |

View Article

[PATCH] mmc: atmel-mci: Check pdata for NULL before dereferencing it

I'm using an at91sam9g20ek development board, and I ran into a kernel panic with 4.5.0-rc7: atmel_mci fffa8000.mmc: version: 0x210 Unable to handle k

View Article

[PATCH 1/2] aio: use kmem_cache_zalloc

Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO. Signed-off-by: Geliang Tang <geliangtang@163.com> --- fs/aio.c | 2 +- 1 f

View Article


[PATCH 2/2] ceph: use kmem_cache_zalloc

Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO. Signed-off-by: Geliang Tang <geliangtang@163.com> --- fs/ceph/dir.c | 2 +

View Article

[RFC PATCH net-next 0/3] net: dsa: finer bridging control

This patchset renames the bridging routines of the DSA layer, make the unbridging routine return void, and rework the DSA netdev notifier handler, sim

View Article


[RFC PATCH net-next 1/3] net: dsa: rename port_*_bridge routines

Rename DSA port_join_bridge and port_leave_bridge routines to respectively port_bridge_join and port_bridge_leave in order to respect an implicit Port

View Article

[RFC PATCH net-next 2/3] net: dsa: make port_bridge_leave return void

netdev_upper_dev_unlink() which notifies NETDEV_CHANGEUPPER, returns void, as well as del_nbp(). So there's no advantage to catch an eventual error fr

View Article


[RFC PATCH net-next 3/3] net: dsa: refine netdev event notifier

Rework the netdev event handler, similar to what the Mellanox Spectrum driver does, to eventually welcome NETDEV_PRECHANGEUPPER actions and use netdev

View Article

Applied "regulator: of: Use of_property_read_u32() for reading...

The patch regulator: of: Use of_property_read_u32() for reading min/max has been applied to the regulator tree at git://git.kernel.org/pub/sc

View Article

Applied "regulator: pwm: Fix calculation of voltage-to-duty cycle"...

The patch regulator: pwm: Fix calculation of voltage-to-duty cycle has been applied to the regulator tree at git://git.kernel.org/pub/scm/lin

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images