| Commit message (Expand) | Author | Age | Files | Lines |
* | microblaze: Support systems without lmb bram | Michal Simek | 2010-04-01 | 1 | -0/+6 |
* | microblaze: Remove segment.h | Michal Simek | 2010-04-01 | 1 | -0/+1 |
* | microblaze: Fix "kstack=" parsing | Steven J. Magnani | 2010-04-01 | 1 | -4/+2 |
* | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-03-18 | 8 | -116/+443 |
|\ |
|
| * | microblaze: entry.S use delay slot for return handlers | Michal Simek | 2010-03-11 | 1 | -6/+3 |
| * | microblaze: Save current task directly | Michal Simek | 2010-03-11 | 1 | -8/+4 |
| * | microblaze: Simplify entry.S - save/restore r3/r4 - ret_from_trap | Michal Simek | 2010-03-11 | 1 | -48/+30 |
| * | microblaze: Fix dma alloc and free coherent dma functions | Michal Simek | 2010-03-11 | 1 | -4/+13 |
| * | microblaze: Add define for ASM_LOOP | Michal Simek | 2010-03-11 | 1 | -43/+161 |
| * | microblaze: Preliminary support for dma drivers | Michal Simek | 2010-03-11 | 1 | -6/+3 |
| * | microblaze: remove trailing space in messages | Frans Pop | 2010-03-11 | 1 | -1/+1 |
| * | microblaze: Change temp register for cmdline | Michal Simek | 2010-03-11 | 1 | -6/+7 |
| * | microblaze: Preliminary support for dma drivers | Michal Simek | 2010-03-11 | 1 | -6/+12 |
| * | microblaze: Move cache function to cache.c | Michal Simek | 2010-03-11 | 2 | -6/+5 |
| * | microblaze: Add support from PREEMPT | Michal Simek | 2010-03-11 | 2 | -1/+25 |
| * | microblaze: Add support for Xilinx PCI host bridge | Michal Simek | 2010-03-11 | 1 | -0/+3 |
| * | microblaze: Add irq_create_{of_,}mapping functions | Michal Simek | 2010-03-11 | 1 | -0/+15 |
| * | microblaze: Implement __dma_sync_page | Michal Simek | 2010-03-11 | 1 | -3/+23 |
| * | microblaze: Support DMA | Michal Simek | 2010-03-11 | 3 | -1/+161 |
* | | microblaze: use generic ptrace_resume code | Christoph Hellwig | 2010-03-12 | 1 | -37/+0 |
* | | ptrace: use ptrace_request() in the remaining architectures | Christoph Hellwig | 2010-03-12 | 1 | -26/+1 |
|/ |
|
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-02-25 | 2 | -978/+14 |
|\ |
|
| * | of: move definition of of_chosen into common code. | Grant Likely | 2010-02-14 | 1 | -3/+0 |
| * | of/flattree: Don't assume HAVE_LMB | Jeremy Kerr | 2010-02-14 | 1 | -0/+5 |
| * | of/flattree: use callback to setup initrd from /chosen | Jeremy Kerr | 2010-02-09 | 1 | -0/+10 |
| * | of/flattree: merge early_init_dt_scan_memory() common code | Grant Likely | 2010-02-09 | 1 | -49/+2 |
| * | of: merge of_find_node_by_phandle | Jeremy Kerr | 2010-02-09 | 1 | -21/+0 |
| * | of: merge of_attach_node() & of_detach_node() | Grant Likely | 2010-02-09 | 1 | -59/+0 |
| * | microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*() | Grant Likely | 2010-02-09 | 1 | -153/+0 |
| * | Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree | Grant Likely | 2010-01-28 | 26 | -309/+1247 |
| |\ |
|
| * | | of: unify phandle name in struct device_node | Grant Likely | 2010-01-28 | 2 | -2/+2 |
| * | | of: Merge of_node_get() and of_node_put() | Grant Likely | 2010-01-28 | 1 | -74/+0 |
| * | | of: merge machine_is_compatible() | Grant Likely | 2010-01-28 | 1 | -18/+0 |
| * | | of/flattree: merge early_init_dt_scan_chosen() | Grant Likely | 2009-12-10 | 1 | -42/+2 |
| * | | of/flattree: eliminate cell_t typedef | Grant Likely | 2009-12-10 | 1 | -6/+4 |
| * | | of/flattree: merge dt_mem_next_cell | Grant Likely | 2009-12-10 | 1 | -8/+0 |
| * | | of/flattree: Merge earlyinit_dt_scan_root() | Grant Likely | 2009-12-10 | 1 | -23/+0 |
| * | | of/flattree: Merge early_init_dt_check_for_initrd() | Grant Likely | 2009-12-10 | 1 | -32/+0 |
| * | | of: merge prom_{add,remove,modify}_property | Grant Likely | 2009-11-23 | 1 | -113/+0 |
| * | | of/flattree: Merge unflatten_device_tree | Grant Likely | 2009-11-23 | 1 | -49/+0 |
| * | | of/flattree: Merge unflatten_dt_node | Grant Likely | 2009-11-23 | 1 | -195/+0 |
| * | | of/flattree: Merge of_flat_dt_is_compatible | Grant Likely | 2009-11-23 | 1 | -19/+0 |
| * | | of/flattree: merge of_get_flat_dt_prop | Grant Likely | 2009-11-23 | 1 | -42/+0 |
| * | | of/flattree: merge of_get_flat_dt_root | Grant Likely | 2009-11-23 | 1 | -12/+0 |
| * | | of/flattree: merge of_scan_flat_dt | Grant Likely | 2009-11-23 | 1 | -61/+0 |
| * | | of/flattree: merge find_flat_dt_string and initial_boot_params | Grant Likely | 2009-11-23 | 1 | -8/+0 |
* | | | microblaze: Fix cache loop function for cache range | Michal Simek | 2010-02-24 | 1 | -19/+8 |
* | | | microblaze: Invalidate dcache before enabling it | Michal Simek | 2010-02-08 | 1 | -0/+1 |
* | | | microblaze: fix interrupt state restore | Steven J. Magnani | 2010-02-03 | 1 | -4/+6 |
| |/
|/| |
|
* | | microblaze: pci_controller->arch_data really is a struct device_node * | Michal Simek | 2010-01-18 | 1 | -1/+1 |