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