- 07 May, 2013 2 commits
-
-
Alexander Shiyan authored
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
ABI v2 callee saves start at R24. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
- 01 May, 2013 32 commits
-
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
With physical offsets, pa<->va translations aren't just based on PAGE_OFFSET anymore. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Paul Bolle authored
The Kconfig entries for HEXAGON_VM and HEXAGON_ANGEL_TRAPS were added, together with the configuration and makefiles for the Hexagon architecture, in v3.2. They have never been used. They can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> [rkuo@codeaurora.org: adjust for line changes in Kconfig] Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Paul Bolle authored
CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two architectures. Remove it again. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Based on feedback from Al Viro; previous-stack-pointer and user reg for same should always be kept consistent. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Check return coming out of check_work_pending, and if copy_thread passed us a function in r24, call it. Based on feedback from Al Viro. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Uncached on our architecture can still have side effects such as canceled/replayed transactions; device type prevents this. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Hardware single-step is only available on v4 and later architectures. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Add multi-reg-write and unaligned-PC exceptions. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Use the exact number of pages needed to be mapped pre-VA-jump, then map 896MB afterwards, which the arch mem init will fix up. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
This fixes the return value of sigreturn and moves the work pending check into a c routine for readability and fixes the loop for multiple pending signals. Based on feedback from Al Viro. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Add support for a couple new v4+ registers, along with newer save/restore pt_regs. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Add support for loading the kernel at a physical offset. The offset should still be 4M aligned. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
Richard Kuo authored
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-
- 29 Apr, 2013 1 commit
-
-
Linus Torvalds authored
-
- 27 Apr, 2013 4 commits
-
-
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds authored
Pull ARM SoC fix from Olof Johansson: "A late-arriving fix for musb on OMAP4, resolving an issue where the musb IP won't be clocked and thus not functional. Small in scope, most of the lines changed is a longish comment." * tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock
-
Linus Torvalds authored
I think we could just move the full vm_iomap_memory() function into util.h or similar, but I didn't get any reply from anybody actually using nommu even to this trivial patch, so I'm not going to touch it any more than required. Here's the fairly minimal stub to make the nommu case at least potentially work. It doesn't seem like anybody cares, though. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds authored
Pull perf fix from Ingo Molnar: "This fix adds missing RCU read protection" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: events: Protect access via task_subsys_state_check()
-
Olof Johansson authored
Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes From Tony Lindgren: One MUSB regression fix that I forgot to send earlier. Without this MUSB no longer works on omap4 based devices. * tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock Signed-off-by: Olof Johansson <olof@lixom.net>
-
- 26 Apr, 2013 1 commit
-
-
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds authored
Pull media fixes from Mauro Carvalho Chehab: "Two driver fixes. One avoids reading any file at a system with a cx25821 board (fortunately, this is not a common device). The other one prevents reading after a buffer with ISDB-T devices based on mb86a20s." * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: [media] cx25821: do not expose broken video output streams [media] mb86a20s: Fix estimate_rate setting
-