Commit Graph

56 Commits (e0b9c88b12dd190591eb5903cd0572a97d2a6bf1)

Author SHA1 Message Date
Sonic Zhang 46284cd6bf Blackfin: merge kernel init memory back into main memory region 15 years ago
Mike Frysinger eb5400b613 Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic 15 years ago
Mike Frysinger c70dcabc8e Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftests 15 years ago
Mike Frysinger d012ce22a4 Blackfin: cleanup style/comments/etc... in paging_init() 15 years ago
Mike Frysinger f074e48e0a Blackfin: drop unused bad_page pages and move zero_page to the bss 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Yi Li 54536c5c6a Blackfin: simplify SMP handling in SRAM code 15 years ago
Mike Frysinger f05ede3a94 Blackfin: isram: add unlikely to sanity checks 15 years ago
Jason Wessel 0fde663708 blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write 15 years ago
Robin Getz 96f1050d3d Blackfin: mass clean up of copyright/licensing info 16 years ago
Robin Getz 774b80229f Blackfin: fix typo in isram_write() 16 years ago
Mike Frysinger c40cdb2cbd Blackfin: add some isram-driver self tests 16 years ago
Robin Getz 837ec2d56c Blackfin: catch hardware errors earlier during booting 16 years ago
Mike Frysinger 81c969a8bc Blackfin: push SRAM locks down into related ifdefs 16 years ago
Tejun Heo b9bf3121af percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() 16 years ago
Jie Zhang 41ba653f24 Blackfin: decouple unrelated cache settings to get exact behavior 16 years ago
Mike Frysinger f1db88d2a7 Blackfin: document the lsl variants of the L1 allocator 16 years ago
Graf Yang 89ecd50691 Blackfin: fix handling of initial L1 reservation 16 years ago
Graf Yang c72aa0794a Blackfin: merge sram init functions 16 years ago
Graf Yang d1800fe0e5 Blackfin: drop unused reserve_pda() function 16 years ago
Graf Yang 4b402e3a54 Blackfin: fix bug found by traps test case 21 16 years ago
Graf Yang f82e0a0c67 Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCH 16 years ago
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Mike Frysinger 8e2a769414 Blackfin arch: mark init_pda as __init as only __init funcs all it 16 years ago
Bernd Schmidt dbdf20db53 Blackfin arch: Faster C implementation of no-MPU CPLB handler 16 years ago
Graf Yang dbc895f955 Blackfin arch: smp patch cleanup from LKML review 16 years ago
Mike Frysinger 0b82e27444 Blackfin arch: fix unused warning for some blackfin derivatives 16 years ago
Graf Yang 8f65873e47 Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management code 16 years ago
Jie Zhang b2c2f30388 Blackfin arch: fix bug - shared lib function in L2 failed be called 17 years ago
Robin Getz 9df10281e1 Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context 17 years ago
Robin Getz 5e95320f9f Blackfin arch: rename blackfin_sram.c to sram-alloc.c 17 years ago
Vegard Nossum 226a6ec311 Blackfin arch: sram: use 'unsigned long' for irqflags 17 years ago
Sonic Zhang 225f7e1eb5 Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board. 17 years ago
Mike Frysinger 07aa7be570 Blackfin arch: convert L2 defines to be the same as the L1 defines 17 years ago
Johannes Weiner a2e9c44337 blackfin: use generic show_mem() 17 years ago
Sonic Zhang 262c3825a9 Blackfin arch: Extend sram malloc to handle L2 SRAM. 17 years ago
Sonic Zhang 5d481f4975 Blackfin arch: change L1 malloc to base on slab cache and lists. 17 years ago
Mike Frysinger 260d5d3517 Blackfin arch: Fix bug - do not overflow the buffer given to us which tends to happen when CONFIG_L1_MAX_PIECE is increased past its default 17 years ago
Meihui Fan c5b50df8f0 [Blackfin] arch: fix bug - make sure we check the right L1 length 17 years ago
Yi Li 856783b37a [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c 17 years ago
Bryan Wu c051489df8 [Blackfin] arch: kill section mismatch warnings 17 years ago
Yi Li ee7883b746 [Blackfin] arch: fix bug kernel boot message: memory information is not reasonable 17 years ago
Bernd Schmidt b97b8a9983 [Blackfin] arch: Initial checkin of the memory protection support. 17 years ago
Mike Frysinger 70b63ba739 Blackfin arch: do not include linux/autoconf.h 17 years ago
Robin Getz b76f98761a Blackfin arch: show_mem can not be marked as init, since it is called during OOM condition 18 years ago
Yoann Padioleau dd00cc486a some kmalloc/memset ->kzalloc (tree wide) 18 years ago
Mike Frysinger 1d1894749c Blackfin arch: combine the common code of free_initrd_mem and free_initmem 18 years ago
Mike Frysinger 1f83b8f148 Blackfin arch: cleanup warnings from checkpatch -- no functional changes 18 years ago
Mike Frysinger 43a3188ea3 Blackfin arch: make sure we initialize our L1 Data B section properly based on the linked kernel 18 years ago
Mike Frysinger bc61b4e69d Blackfin arch: implement a basic /proc/sram file for L1 allocation visibility 18 years ago