Cleanups and improvenments for pl330 v3
Hello, Here is v2 series of pl330 fixes. It is rebased again linux next-20160310. The patches were tested on rk3188 radxarock. >8 march 2016 г., * 6
View Article[PATCH 1/3 v3] dmaengine: pl330: cleanup quirk pass code
The patch partially revert changes introduced by 271e1b86e691 "dmaengine: pl330: add quirk for broken no flushp" The patch add 'quirk' member to 'str
View Article[PATCH 2/3 v3] dmaengine: pl330: don't emit code for one iteration loop
The patch remove one iteration outer loop in the _loop(). Removing loop saves 4 bytes of MicroCode buffer. DMALP_0 0 ... DMALPENDA_0 bjmp
View Article[PATCH 3/3 v3] dmaengine: pl330: make cyclic transfer free runnable
The patch solve the I2S click problem on rk3188. Actually all the devices using pl330 should have I2S click problem due to pl330 cyclic transfer imple
View Article[tip:x86/asm] x86/entry: Vastly simplify SYSENTER TF (single-step) handling
Commit-ID: f2b375756c839ff655a3e0b45e339f8fbf973093 Gitweb: http://git.kernel.org/tip/f2b375756c839ff655a3e0b45e339f8fbf973093 Author: Andy L
View Article[tip:x86/asm] x86/entry: Only allocate space for tss_struct::SYSENTER_stack...
Commit-ID: 6dcc94149d605908a7c0c4cf2085340637aac86d Gitweb: http://git.kernel.org/tip/6dcc94149d605908a7c0c4cf2085340637aac86d Author: Andy L
View Article[tip:x86/asm] x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup
Commit-ID: 7536656f08d0c1a3b4c487d00785c5186ec6f533 Gitweb: http://git.kernel.org/tip/7536656f08d0c1a3b4c487d00785c5186ec6f533 Author: Andy L
View Article[tip:x86/asm] x86/entry/32: Add and check a stack canary for the SYSENTER stack
Commit-ID: 2a41aa4feb25af3ead60b740c43df80c576efea2 Gitweb: http://git.kernel.org/tip/2a41aa4feb25af3ead60b740c43df80c576efea2 Author: Andy L
View Article[tip:x86/asm] x86/entry: Remove TIF_SINGLESTEP entry work
Commit-ID: 392a62549fbb80da48811d04391615a25c39d091 Gitweb: http://git.kernel.org/tip/392a62549fbb80da48811d04391615a25c39d091 Author: Andy L
View Article[tip:x86/asm] x86/entry: Improve system call entry comments
Commit-ID: fda57b2267e12de014069b1596a5438cf76fc7c6 Gitweb: http://git.kernel.org/tip/fda57b2267e12de014069b1596a5438cf76fc7c6 Author: Andy L
View Article[tip:x86/urgent] x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is...
Commit-ID: a65050c6f17e52442716138d48d0a47301a8344b Gitweb: http://git.kernel.org/tip/a65050c6f17e52442716138d48d0a47301a8344b Author: Yu-che
View Article[tip:locking/core] locking/csd_lock: Explicitly inline csd_lock*() helpers
Commit-ID: 90d1098478fb08a1ef166fe91622d8046869e17b Gitweb: http://git.kernel.org/tip/90d1098478fb08a1ef166fe91622d8046869e17b Author: Davidl
View Article[tip:locking/core] locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()
Commit-ID: 38460a2178d225b39ade5ac66586c3733391cf86 Gitweb: http://git.kernel.org/tip/38460a2178d225b39ade5ac66586c3733391cf86 Author: Davidl
View Article[tip:x86/asm] x86/entry/32: Change INT80 to be an interrupt gate
Commit-ID: a798f091113ef4999277dbe0483d37d04fa35b2e Gitweb: http://git.kernel.org/tip/a798f091113ef4999277dbe0483d37d04fa35b2e Author: Andy L
View Article[tip:x86/asm] x86/entry: Call enter_from_user_mode() with IRQs off
Commit-ID: 9999c8c01f34c918a57d6e5ba2f5d8b79aa04801 Gitweb: http://git.kernel.org/tip/9999c8c01f34c918a57d6e5ba2f5d8b79aa04801 Author: Andy L
View Article[tip:x86/urgent] x86/delay: Avoid preemptible context checks in delay_mwaitx()
Commit-ID: 84477336ec03f8061ffd6908da341e063e5d6d1f Gitweb: http://git.kernel.org/tip/84477336ec03f8061ffd6908da341e063e5d6d1f Author: Borisl
View Article[PATCH] workqueue: Fix comment for work_on_cpu()
Function is processed in thread context, not in user context. Cc: Tejun Heo <tj@kernel.org> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Cc: Peter Zijl
View Article[PATCH v2 0/4] ARM64:SoC add a new platform, LG Electronics's lg1k
This is an initial series for supporting LG Electronics's lg1k SoCs, based on ARM Cortex-A53, mainly used for digital TVs. Chanho Min (4): arm64: a
View Article[PATCH v2 1/4] arm64: add Kconfig entry for LG1K SoC family
This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC family in Kconfig. Signed-off-by: Chanho Min <chanho.min@lge.com> --- Changes for
View Article[PATCH v2 2/4] arm64: defconfig: enable ARCH_LG1K
Enable building LG1K support in the defconfig. Signed-off-by: Chanho Min <chanho.min@lge.com> --- Changes for v2: - None --- arch/arm64/conf
View Article