Age | Commit message (Expand) | Author | Files | Lines |
2010-10-22 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -19/+14 |
2010-10-07 | Fix IRQ flag handling naming | David Howells | 1 | -91/+102 |
2010-09-11 | memblock, microblaze: Fix memblock API change fallout | Michal Simek | 1 | -5/+5 |
2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 52 | -3726/+1018 |
2010-08-18 | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 3 | -3/+5 |
2010-08-18 | Make do_execve() take a const filename pointer | David Howells | 1 | -3/+7 |
2010-08-17 | of: Fix missing includes | Grant Likely | 2 | -1/+3 |
2010-08-17 | microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_node | Michal Simek | 1 | -1/+1 |
2010-08-17 | microblaze: Fix of/address: Merge all of the bus translation code | Michal Simek | 1 | -1/+1 |
2010-08-15 | defconfig reduction | Sam Ravnborg | 2 | -1689/+2 |
2010-08-14 | Mark arguments to certain syscalls as being const | David Howells | 1 | -1/+1 |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 1 | -1/+0 |
2010-08-11 | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 1 | -5/+0 |
2010-08-11 | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |
2010-08-07 | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 1 | -2/+0 |
2010-08-07 | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -3/+0 |
2010-08-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2010-08-06 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 15 | -1474/+27 |
2010-08-05 | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 33 | -541/+974 |
2010-08-05 | memblock: Introduce default allocation limit and use it to replace explicit ones | Benjamin Herrenschmidt | 1 | -3/+0 |
2010-08-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -3/+0 |
2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 4 | -33/+33 |
2010-08-04 | microblaze: Add KGDB support | Michal Simek | 8 | -81/+234 |
2010-08-04 | microblaze: Support brki rX, 0x18 for user application debugging | Michal Simek | 2 | -19/+19 |
2010-08-04 | microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions | Michal Simek | 1 | -51/+0 |
2010-08-04 | microblaze: Simplify syscall rutine | Michal Simek | 1 | -39/+7 |
2010-08-04 | microblaze: Move PT_MODE saving to delay slot | Michal Simek | 1 | -3/+1 |
2010-08-04 | microblaze: Fix _interrupt function | Michal Simek | 1 | -5/+3 |
2010-08-04 | microblaze: Fix _user_exception function | Michal Simek | 1 | -4/+3 |
2010-08-04 | microblaze: Put together addik instructions | Michal Simek | 1 | -5/+9 |
2010-08-04 | microblaze: Use delay slot in syscall macros | Michal Simek | 1 | -19/+10 |
2010-08-04 | microblaze: Save kernel mode in delay slot | Michal Simek | 1 | -2/+1 |
2010-08-04 | microblaze: Do not mix register saving and mode setting | Michal Simek | 1 | -1/+1 |
2010-08-04 | microblaze: Move SAVE_STATE upward | Michal Simek | 1 | -32/+31 |
2010-08-04 | microblaze: entry.S: Macro optimization | Michal Simek | 1 | -12/+12 |
2010-08-04 | microblaze: Optimize hw exception rutine | Michal Simek | 1 | -16/+6 |
2010-08-04 | microblaze: Implement clear_ums macro and fix SAVE_STATE macro | Michal Simek | 1 | -0/+15 |
2010-08-04 | microblaze: Remove additional setup for kernel_mode | Michal Simek | 1 | -15/+10 |
2010-08-04 | microblaze: Optimize SAVE_STATE macro | Michal Simek | 1 | -8/+13 |
2010-08-04 | microblaze: Remove additional loading | Michal Simek | 1 | -5/+0 |
2010-08-04 | microblaze: Completely remove working with R11 register | Michal Simek | 1 | -41/+21 |
2010-08-04 | microblaze: Do not setup BIP in _debug_exception | Michal Simek | 1 | -3/+0 |
2010-08-04 | microblaze: Simplify _debug_exception function | Michal Simek | 1 | -5/+2 |
2010-08-04 | microblaze: Optimize SAVE_STATE macro | Michal Simek | 1 | -6/+14 |
2010-08-04 | microblaze: trivial: Use la insted of addik | Michal Simek | 1 | -32/+32 |
2010-08-04 | microblaze: remove enable_irq from SAVE_STATE macro | Michal Simek | 1 | -1/+0 |
2010-08-04 | microblaze: Move stack backup to SAVE_STATE macro | Michal Simek | 1 | -4/+1 |
2010-08-04 | microblaze: Move BIP setup to the end of ret_from_trap/ret_from_exc | Michal Simek | 1 | -6/+6 |