summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\
| * Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-231-2/+0Star
| |\
| | * freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-41/+2Star
|\ \ \
| * | | gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-121-41/+2Star
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-2/+4
|\ \ \
| * | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
| * | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
| * | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
| |/ /
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-1/+1
* | | memblock: Kill memblock_init()Tejun Heo2011-12-081-1/+0Star
* | | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-14/+0Star
|/ /
* / microblaze: bury asm/namei.hAl Viro2011-11-211-22/+0Star
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-075-0/+5
|\
| * microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker2011-11-015-0/+5
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-11-0113-54/+220
|\ \ | |/ |/|
| * microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usagePeter Zijlstra2011-10-142-2/+1Star
| * microblaze: Use delay slot in __strnlen_user, __strncpy_userMichal Simek2011-10-141-2/+2
| * microblaze: Remove NET_IP_ALIGN from system.hMichal Simek2011-10-141-7/+0Star
| * microblaze: Add __ucmpdi2() helper functionMichal Simek2011-10-142-0/+21
| * microblaze: Raise SIGFPE/FPE_INTDIV for div by zeroEdgar E. Iglesias2011-10-141-1/+1
| * microblaze: Switch ELF_ARCH code to 189Edgar E. Iglesias2011-10-142-4/+6
| * microblaze: Added DMA sync operationsEli Billauer2011-10-141-0/+60
| * microblaze: Moved __dma_sync() to dma-mapping.hEli Billauer2011-10-142-21/+21
| * microblaze: Add PVR for Microblaze v8.20.aMichal Simek2011-10-141-0/+1
| * microblaze: Fix access_ok macroMichal Simek2011-10-141-1/+1
| * microblaze: Add loop unrolling for PAGE in copy_tofrom_userMichal Simek2011-10-141-0/+84
| * microblaze: Simplify logic for unaligned byte copyingMichal Simek2011-10-141-5/+3Star
| * microblaze: Change label names - copy_tofrom_userMichal Simek2011-10-141-14/+13Star
| * microblaze: Separate fixup section definitionMichal Simek2011-10-141-1/+9
| * microblaze: Change label name in copy_tofrom_userMichal Simek2011-10-141-3/+3
| * microblaze: Clear top bit from cnt32_to_63Michal Simek2011-10-141-1/+2
* | microblaze: add missing CONFIG_ prefixesPaul Bolle2011-10-131-3/+3
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-07-2716-133/+149
|\
| * microblaze: Do not show error message for 32 interrupt linesMichal Simek2011-07-271-1/+1
| * Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus"Michal Simek2011-07-261-1/+1
| * microblaze: PCI fix typo fault in of_node pointer moving into pci_busMichal Simek2011-07-251-1/+1
| * microblaze: Add support for early console on mdmMichal Simek2011-07-252-2/+3
| * microblaze: Simplify early console binding from DTMichal Simek2011-07-253-82/+70Star
| * microblaze: Get early printk console earlierMichal Simek2011-07-253-4/+22
| * microblaze: Standardise cpuinfo output for cache policyJohn A. Williams2011-07-251-2/+3
| * microblaze: Unprivileged stream instruction awarenessJohn A. Williams2011-07-256-1/+13
| * microblaze: trivial: Fix typo faultMichal Simek2011-07-251-1/+1
| * microblaze: exec: Remove redundant set_fs(USER_DS)Mathias Krause2011-07-251-1/+0Star
| * microblaze: Remove duplicated prototype of start_thread()Mathias Krause2011-07-251-3/+0Star
| * microblaze: Fix unaligned value saving to the stack for system with MMUMichal Simek2011-07-251-28/+28
| * microblaze/irqs: Do not trace arch_local_{*,irq_*} functionsSteven Rostedt2011-07-251-10/+10
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-271-54/+10Star
|\ \