aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-06microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2-2/+1
2012-01-06microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas1-2/+0
2012-01-06PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2012-01-05microblaze: Wire-up new system callsMichal Simek2-1/+7
2012-01-05microblaze: Remove NO_IRQ from architectureMichal Simek2-4/+2
2012-01-05microblaze: Trivial asm fixMichal Simek1-1/+1
2012-01-05microblaze: Fix debug message in moduleMichal Simek1-1/+1
2012-01-05microblaze: Remove eprintk macroMichal Simek3-16/+10
2012-01-05microblaze: Send CR before LF for early consoleMichal Simek1-2/+2
2012-01-05microblaze: Change NO_IRQ to 0Michal Simek3-20/+30
2012-01-05microblaze: Use irq_of_parse_and_map for timerMichal Simek1-1/+1
2012-01-05microblaze: intc: Change variable nameMichal Simek1-6/+5
2012-01-05microblaze: Use of_find_compatible_node for timer and intcMichal Simek2-26/+8
2012-01-05microblaze: Add __cmpdi2Michal Simek2-0/+27
2012-01-05microblaze: Synchronize __pa __va macrosMichal Simek1-9/+2
2011-12-12gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()Grant Likely1-41/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-14/+0
2011-11-28microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2-19/+1
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezerRafael J. Wysocki1-2/+0
2011-11-21microblaze: bury asm/namei.hAl Viro1-22/+0
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker5-0/+5
2011-10-31Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds13-54/+220
2011-10-14microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usagePeter Zijlstra2-2/+1
2011-10-14microblaze: Use delay slot in __strnlen_user, __strncpy_userMichal Simek1-2/+2
2011-10-14microblaze: Remove NET_IP_ALIGN from system.hMichal Simek1-7/+0
2011-10-14microblaze: Add __ucmpdi2() helper functionMichal Simek2-0/+21
2011-10-14microblaze: Raise SIGFPE/FPE_INTDIV for div by zeroEdgar E. Iglesias1-1/+1
2011-10-14microblaze: Switch ELF_ARCH code to 189Edgar E. Iglesias2-4/+6
2011-10-14microblaze: Added DMA sync operationsEli Billauer1-0/+60
2011-10-14microblaze: Moved __dma_sync() to dma-mapping.hEli Billauer2-21/+21
2011-10-14microblaze: Add PVR for Microblaze v8.20.aMichal Simek1-0/+1
2011-10-14microblaze: Fix access_ok macroMichal Simek1-1/+1
2011-10-14microblaze: Add loop unrolling for PAGE in copy_tofrom_userMichal Simek1-0/+84
2011-10-14microblaze: Simplify logic for unaligned byte copyingMichal Simek1-5/+3
2011-10-14microblaze: Change label names - copy_tofrom_userMichal Simek1-14/+13
2011-10-14microblaze: Separate fixup section definitionMichal Simek1-1/+9
2011-10-14microblaze: Change label name in copy_tofrom_userMichal Simek1-3/+3
2011-10-14microblaze: Clear top bit from cnt32_to_63Michal Simek1-1/+2
2011-10-13microblaze: add missing CONFIG_ prefixesPaul Bolle1-3/+3
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds16-133/+149