linux/arch/blackfin/kernel
Bernd Schmidt d5adb029ef [Blackfin] arch: This allows XIP to work with FD-PIC.
Previously, init failed to do anything meaningful;
it turns out that the reason is that FD-PIC has a readonly data
section which can be located in the XIP filesystem, and various address checks
in the kernel reject such addresses for syscall arguments.  Hence, init's
  execve ("/bin/sh", ...)
failed with error code EFAULT.

There's room for improvement here: in case people want to have filesystems
on flash rather than in main memory, _access_ok should be modified to
allow this.

This bug fix is also dedicated to Michael Hennerich.

Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-04-24 03:06:15 +08:00
..
cplb-mpu [Blackfin] arch: support the reserved memory region in the MPU code 2008-04-24 02:58:26 +08:00
cplb-nompu [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. 2008-04-23 08:23:51 +08:00
asm-offsets.c Blackfin arch: cleanup warnings from checkpatch -- no functional changes 2007-07-12 22:58:21 +08:00
bfin_dma_5xx.c [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3. 2008-02-25 11:13:07 +08:00
bfin_gpio.c [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 2008-04-23 09:39:01 +08:00
bfin_ksyms.c Generic semaphore implementation 2008-04-17 10:42:34 -04:00
dma-mapping.c [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ 2008-04-23 09:39:01 +08:00
dualcore_test.c Blackfin arch: cleanup warnings from checkpatch -- no functional changes 2007-07-12 22:58:21 +08:00
early_printk.c [Blackfin] arch: Spelling fixes 2007-12-24 20:03:51 +08:00
entry.S Blackfin arch: Fix random crash issue found by Michael. 2007-10-29 18:14:15 +08:00
fixed_code.S [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markings 2008-03-03 17:44:14 -07:00
flat.c Blackfin arch: cleanup warnings from checkpatch -- no functional changes 2007-07-12 22:58:21 +08:00
gptimers.c [Blackfin] arch: add support for the rest of the gptimers on the BF54x 2008-04-23 08:53:15 +08:00
init_task.c [Blackfin] arch: move the init sections to the end of memory 2008-02-02 15:53:17 +08:00
irqchip.c Blackfin arch: allow people to select the feature that is unavailable to the kernel 2007-08-05 17:03:59 +08:00
kgdb.c Blackfin arch: kgdb specific code 2007-06-29 16:35:17 +08:00
Makefile [Blackfin] arch: initial generic time and clock sources 2008-02-29 12:24:23 +08:00
module.c Blackfin arch: cleanup warnings from checkpatch -- no functional changes 2007-07-12 22:58:21 +08:00
process.c [Blackfin] arch: This allows XIP to work with FD-PIC. 2008-04-24 03:06:15 +08:00
ptrace.c [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions 2008-03-07 02:37:41 +08:00
reboot.c [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) 2008-04-23 08:01:31 +08:00
setup.c [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. 2008-03-26 07:08:12 +08:00
signal.c [Blackfin] arch: a rather old performance improvement for the signal handling code 2008-04-24 02:51:36 +08:00
sys_bfin.c [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions 2008-03-07 02:37:41 +08:00
time-ts.c [Blackfin] arch: initial generic time and clock sources 2008-02-29 12:24:23 +08:00
time.c [BLACKFIN] minor irq handler cleanups 2008-04-20 18:45:27 -04:00
traps.c [Blackfin] arch: fix bug - grab locks when not atomic 2008-03-26 09:17:43 +08:00
vmlinux.lds.S [Blackfin] arch: remove NOTES from linker script 2008-03-26 06:39:15 +08:00