summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm
AgeCommit message (Expand)AuthorLines
2018-03-16arch: remove blackfin portArnd Bergmann-1548/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-1/+1
2013-07-03mm/blackfin: prepare for removing num_physpages and simplify mem_init()Jiang Liu-32/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-04-29mm/blackfin: use common help functions to free reserved pagesJiang Liu-19/+3
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida-1/+1
2012-05-21blackfin: bf60x: add l2 ecc irq handlerBob Liu-0/+36
2012-05-21blackfin: add bf60x to current frameworkBob Liu-8/+6
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker-0/+1
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-2/+2
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt-2/+2
2011-05-25Blackfin: convert /proc/sram to seq_fileAlexey Dobriyan-17/+26
2011-01-10Blackfin: sram_free_with_lsl: do not ignore return value of sram_freeMike Frysinger-9/+9
2010-10-22Blackfin: merge kernel init memory back into main memory regionSonic Zhang-0/+3
2010-05-22Blackfin: use atomic kmalloc in L1 alloc so it too can be atomicMike Frysinger-1/+2
2010-05-22Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftestsMike Frysinger-43/+51
2010-05-21Blackfin: cleanup style/comments/etc... in paging_init()Mike Frysinger-18/+13
2010-05-21Blackfin: drop unused bad_page pages and move zero_page to the bssMike Frysinger-25/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-09Blackfin: simplify SMP handling in SRAM codeYi Li-18/+9
2010-03-09Blackfin: isram: add unlikely to sanity checksMike Frysinger-3/+3
2010-01-07blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel-1/+98
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz-85/+10
2009-09-16Blackfin: fix typo in isram_write()Robin Getz-4/+6
2009-09-16Blackfin: add some isram-driver self testsMike Frysinger-2/+210
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz-0/+3
2009-09-16Blackfin: push SRAM locks down into related ifdefsMike Frysinger-13/+17
2009-07-04Merge branch 'master' into for-nextTejun Heo-1/+1
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo-3/+3
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang-1/+1
2009-06-12Blackfin: document the lsl variants of the L1 allocatorMike Frysinger-0/+4
2009-06-12Blackfin: fix handling of initial L1 reservationGraf Yang-2/+10
2009-06-12Blackfin: merge sram init functionsGraf Yang-11/+4
2009-06-12Blackfin: drop unused reserve_pda() functionGraf Yang-10/+0
2009-06-12Blackfin: fix bug found by traps test case 21Graf Yang-1/+1
2009-06-12Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCHGraf Yang-2/+12
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan-1/+0
2009-03-05Blackfin arch: mark init_pda as __init as only __init funcs all itMike Frysinger-1/+1
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt-10/+0
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang-0/+1
2008-11-18Blackfin arch: fix unused warning for some blackfin derivativesMike Frysinger-0/+2
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang-156/+240
2008-10-28Blackfin arch: fix bug - shared lib function in L2 failed be calledJie Zhang-4/+4
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ...Robin Getz-1/+202
2008-10-08Blackfin arch: rename blackfin_sram.c to sram-alloc.cRobin Getz-15/+18
2008-08-28Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum-11/+11