| Commit message (Expand) | Author | Age | Files | Lines |
* | microblaze: Define ARCH_SLAB_MINALIGN to fix slab crash | Michal Simek | 2010-06-09 | 1 | -0/+2 |
* | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -2/+2 |
* | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -0/+2 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 11 | -93/+94 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 1 | -0/+11 |
| |\ |
|
| | * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-18 | 1 | -18/+69 |
| | |\ |
|
| | * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 | 8 | -74/+13 |
| | |\ \ |
|
| | * | | | Revert "microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides." | David S. Miller | 2010-05-07 | 1 | -0/+10 |
| | * | | | microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides. | David S. Miller | 2010-05-06 | 1 | -10/+0 |
| | * | | | Add non-Virtex5 support for LL TEMAC driver | John Linn | 2010-04-13 | 1 | -0/+11 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
| | |/ / |
|
| * | | | microblaze: fix get_user/put_user side-effects | Steven J. Magnani | 2010-05-13 | 1 | -18/+69 |
| | |/
| |/| |
|
| * | | microblaze: Define correct L1_CACHE_SHIFT value | Michal Simek | 2010-05-06 | 1 | -1/+1 |
| * | | microblaze: Fix kmalloc alignment on non-coherent DMA platforms | Michal Simek | 2010-05-06 | 1 | -0/+3 |
| * | | microblaze: Fix consistent code | Michal Simek | 2010-05-06 | 1 | -1/+1 |
| * | | microblaze: pci-dma: use include/linux/dma-mapping.h | Michal Simek | 2010-05-06 | 1 | -8/+0 |
| * | | microblaze: page.h: Remove get_user_page and free_user_page | Michal Simek | 2010-05-06 | 1 | -5/+0 |
| * | | microblaze: Remove "cache" optimized copy_page function | Michal Simek | 2010-05-06 | 1 | -3/+1 |
| * | | microblaze: Add isa_dma_bridge_buggy to dma.h | Michal Simek | 2010-05-06 | 1 | -0/+6 |
| * | | microblaze: Remove ancient code | Michal Simek | 2010-05-06 | 3 | -41/+0 |
| * | | microblaze: Quiet section mismatch warnings for MMU version | Michal Simek | 2010-05-06 | 1 | -15/+1 |
| |/ |
|
* | | arch/microblaze: Move dma_mask from of_device into pdev_archdata | Grant Likely | 2010-05-22 | 2 | -1/+2 |
* | | of: eliminate of_device->node and dev_archdata->{of,prom}_node | Grant Likely | 2010-05-18 | 2 | -16/+0 |
|/ |
|
* | microblaze: io.h: Add io big-endian function | John Linn | 2010-04-07 | 1 | -0/+5 |
* | microblaze: Fix futex code | Michal Simek | 2010-04-07 | 1 | -1/+1 |
* | microblaze: Fix TLB macros | Michal Simek | 2010-04-01 | 1 | -1/+2 |
* | microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user | Michal Simek | 2010-04-01 | 1 | -56/+32 |
* | microblaze: uaccess: Unify __copy_tofrom_user | Michal Simek | 2010-04-01 | 1 | -38/+21 |
* | microblaze: uaccess: Move functions to generic location | Michal Simek | 2010-04-01 | 1 | -151/+61 |
* | microblaze: uaccess: Fix put_user for noMMU | Michal Simek | 2010-04-01 | 1 | -22/+56 |
* | microblaze: uaccess: Fix get_user macro for noMMU | Michal Simek | 2010-04-01 | 1 | -23/+66 |
* | microblaze: uaccess: fix clear_user for noMMU kernel | Michal Simek | 2010-04-01 | 1 | -45/+36 |
* | microblaze: uaccess: Fix strncpy_from_user function | Michal Simek | 2010-04-01 | 1 | -3/+11 |
* | microblaze: uaccess: fix copy_from_user macro | Michal Simek | 2010-04-01 | 1 | -9/+14 |
* | microblaze: uaccess: copy_to_user unification | Michal Simek | 2010-04-01 | 1 | -9/+16 |
* | microblaze: uaccess: sync put/get/clear_user macros | Michal Simek | 2010-04-01 | 1 | -37/+69 |
* | microblaze: uaccess: fix put_user and get_user macros | Michal Simek | 2010-04-01 | 1 | -51/+49 |
* | microblaze: uaccess: fix __get_user_asm macro | Michal Simek | 2010-04-01 | 1 | -16/+17 |
* | microblaze: uaccess: fix clean user macro | Michal Simek | 2010-04-01 | 1 | -34/+55 |
* | microblaze: move noMMU __range_ok function to uaccess.h | Michal Simek | 2010-04-01 | 1 | -1/+6 |
* | microblaze: Move exception_table_entry upward | Michal Simek | 2010-04-01 | 1 | -16/+15 |
* | microblaze: Remove segment.h | Michal Simek | 2010-04-01 | 4 | -52/+33 |
* | microblaze: PCI early support for noMMU system | Michal Simek | 2010-03-11 | 2 | -1/+7 |
* | microblaze: pgtable.h: move consistent functions | Michal Simek | 2010-03-11 | 1 | -9/+9 |
* | microblaze: Remove VMALLOC_VMADDR | Michal Simek | 2010-03-11 | 1 | -1/+0 |
* | microblaze: Preliminary support for dma drivers | Michal Simek | 2010-03-11 | 2 | -10/+5 |
* | microblaze: Add support from PREEMPT | Michal Simek | 2010-03-11 | 1 | -1/+1 |
* | microblaze: Add support for Xilinx PCI host bridge | Michal Simek | 2010-03-11 | 1 | -0/+7 |
* | microblaze: Enable PCI, missing files | Michal Simek | 2010-03-11 | 3 | -1/+45 |