aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03mm/blackfin: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-32/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/blackfin: use common help functions to free reserved pagesJiang Liu1-19/+3
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida1-1/+1
2012-05-21blackfin: bf60x: add l2 ecc irq handlerBob Liu1-0/+36
2012-05-21blackfin: add bf60x to current frameworkBob Liu1-8/+6
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-2/+2
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt1-2/+2
2011-05-25Blackfin: convert /proc/sram to seq_fileAlexey Dobriyan1-17/+26
2011-01-10Blackfin: sram_free_with_lsl: do not ignore return value of sram_freeMike Frysinger1-9/+9
2010-10-22Blackfin: merge kernel init memory back into main memory regionSonic Zhang1-0/+3
2010-05-22Blackfin: use atomic kmalloc in L1 alloc so it too can be atomicMike Frysinger1-1/+2
2010-05-22Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftestsMike Frysinger1-43/+51
2010-05-21Blackfin: cleanup style/comments/etc... in paging_init()Mike Frysinger1-18/+13
2010-05-21Blackfin: drop unused bad_page pages and move zero_page to the bssMike Frysinger1-25/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-09Blackfin: simplify SMP handling in SRAM codeYi Li1-18/+9
2010-03-09Blackfin: isram: add unlikely to sanity checksMike Frysinger1-3/+3
2010-01-07blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel2-1/+98
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz4-85/+10
2009-09-16Blackfin: fix typo in isram_write()Robin Getz1-4/+6
2009-09-16Blackfin: add some isram-driver self testsMike Frysinger1-2/+210
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz1-0/+3
2009-09-16Blackfin: push SRAM locks down into related ifdefsMike Frysinger1-13/+17
2009-07-04Merge branch 'master' into for-nextTejun Heo1-1/+1
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo1-3/+3
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang1-1/+1
2009-06-12Blackfin: document the lsl variants of the L1 allocatorMike Frysinger1-0/+4
2009-06-12Blackfin: fix handling of initial L1 reservationGraf Yang1-2/+10
2009-06-12Blackfin: merge sram init functionsGraf Yang3-11/+4
2009-06-12Blackfin: drop unused reserve_pda() functionGraf Yang1-10/+0
2009-06-12Blackfin: fix bug found by traps test case 21Graf Yang1-1/+1
2009-06-12Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCHGraf Yang1-2/+12
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-05Blackfin arch: mark init_pda as __init as only __init funcs all itMike Frysinger1-1/+1
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt1-10/+0
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2008-11-18Blackfin arch: fix unused warning for some blackfin derivativesMike Frysinger1-0/+2
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang2-156/+240
2008-10-28Blackfin arch: fix bug - shared lib function in L2 failed be calledJie Zhang1-4/+4
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception contextRobin Getz2-1/+202
2008-10-08Blackfin arch: rename blackfin_sram.c to sram-alloc.cRobin Getz2-15/+18
2008-08-28Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum1-11/+11
2008-08-25Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board.Sonic Zhang1-1/+1
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-6/+6
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds3-178/+381
2008-07-26blackfin: use generic show_mem()Johannes Weiner1-27/+0