[PATCH v9 2/2] ARM hibernation / suspend-to-disk (no replies)
From: Russ Dill <Russ.Dill@ti.com> Enable hibernation for ARM architectures and provide ARM architecture specific calls used during hibernation. The swsusp hibernation framework depends on the...
View Article[PATCH v9 1/2] ARM: avoid tracers in soft_restart (no replies)
Use of tracers in local_irq_disable is causes abort loops when called with irqs disabled using a temporary stack. Replace local_irq_disable with raw_local_irq_disable instead to avoid tracers....
View Article[PATCH] rcu: Convert rcu_dereference to rcu_access_pointer in...
This patch converts rcu_dereference to rcu_access_pointer if its returned value is not used Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Reviewed-by: Paul E. McKenney...
View Article[PATCH] OF: Add [__]of_find_node_by_full_name (no replies)
__of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks. of_find_node_by_full_name takes locks and takes a reference on the matching...
View Article[PATCH] of: Make of_find_node_by_path() handle /aliases (no replies)
Make of_find_node_by_path() handle aliases as prefixes. Originally by David Daney <ddaney@caviumnetworks.com>, but reworked according to remark by Grant Likely. Handles all cases without...
View Article[PATCH] OF: Utility helper functions for dynamic nodes (no replies)
Introduce helper functions for working with the live DT tree, all of them related to dynamically adding/removing nodes and properties. __of_free_property() frees a dynamically created property...
View Article[PATCH v3 0/7] Introducing (yet again) Device Tree Overlays (7 replies)
The following patchset introduces Device Tree overlays, a method of dynamically altering the kernel's live Device Tree, along with a generic interface to use it in a board agnostic manner. It is...
View Article[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,...
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> --- drivers/input/evdev.c | 2 +-...
View Article[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,...
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> --- drivers/input/input.c | 2 +-...
View Article[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,...
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/infiniband/hw/qib/qib_qp.c Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> ---...
View Article[ANNOUNCE] Git v1.9.1 (no replies)
The latest maintenance release Git v1.9.1 is now available at the usual places. The release tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all...
View Article[PATCH] staging: cxt1e1: hwprobe: Fix sparse warning (3 replies)
This fixes the following sparse warning: * drivers/staging/cxt1e1/hwprobe.c:43:19: warning: symbol 'hdw_info' was not declared. Should it be static? * drivers/staging/cxt1e1/hwprobe.c:47:1: warning:...
View Article[PATCH 0/9] Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,NULL)...
This patchset uses following coccinelle script to replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,NULL) @@ expression E; @@ - rcu_assign_pointer( + RCU_INIT_POINTER( E, NULL) Monam Agarwal...
View Article[PATCH] staging/xillybus: Handle OOM in xillybus_init() (1 reply)
alloc_workqueue() can fail and returns NULL in case of OOM. Handle this case and undo class_create(). Signed-off-by: Richard Weinberger <richard@nod.at> ---...
View Article[PATCH 0/3] ARM: at91: improve at91sam9m10g45ek support (3 replies)
Here are a few DT improvements for the at91sam9m10g45ek. The first patch corrects the ADC support for the at91sam9g45. The second patch adds ADC and touchscreen support to the at91sam9m10g45ek. The...
View Articlemmotm 2014-03-18-16-37 uploaded (no replies)
The mm-of-the-moment snapshot 2014-03-18-16-37 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a...
View Article[PATCH] ASoC: Add support for multi register mux (1 reply)
Currently soc_enum structure supports only 2 registers (reg, reg2) for kcontrol. However, it is possible to have multiple registers per mux. This change allows us to control these multiple registers....
View Article[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle...
skb_zerocopy can copy elements of the frags array between skbs, but it doesn't orphan them. Also, it doesn't handle errors, so this patch takes care of that as well. Signed-off-by: Zoltan Kiss...
View Article[PATCH net-next v4 1/2] USB: cdc: add MBIM extended functional descriptor...
This patch adds the MBIM extended functional descriptor structure defined in "Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0,...
View Article[PATCH net-next v4 2/2] net: cdc_ncm: respect operator preferred MTU reported...
According to "Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0, Errata-1" published by USB-IF, the wMTU field of the MBIM extended...
View Article