summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren2012-03-261-7/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-172-6/+8
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-4/+2
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-172-2/+6
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-171-1/+20
|\ \
| * | microblaze: Add topology initMichal Simek2012-01-111-1/+20
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-01-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-01-151-1/+1
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-113-28/+21
|\ \ \
| * | | microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas2012-01-061-7/+3
| * | | microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-15/+15
| * | | microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-062-2/+1
| * | | microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas2012-01-061-2/+0
| * | | PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-5/+5
* | | | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-111-0/+1
| |_|/ |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-102-19/+1
|\ \ \
| * | | microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-19/+1
| |/ /
* | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-1015-84/+93
|\ \ \
| * | | microblaze: Wire-up new system callsMichal Simek2012-01-052-1/+7
| * | | microblaze: Remove NO_IRQ from architectureMichal Simek2012-01-052-4/+2
| * | | microblaze: Trivial asm fixMichal Simek2012-01-051-1/+1
| * | | microblaze: Fix debug message in moduleMichal Simek2012-01-051-1/+1
| * | | microblaze: Remove eprintk macroMichal Simek2012-01-053-16/+10
| * | | microblaze: Send CR before LF for early consoleMichal Simek2012-01-051-2/+2
| * | | microblaze: Change NO_IRQ to 0Michal Simek2012-01-053-20/+30
| * | | microblaze: Use irq_of_parse_and_map for timerMichal Simek2012-01-051-1/+1
| * | | microblaze: intc: Change variable nameMichal Simek2012-01-051-6/+5
| * | | microblaze: Use of_find_compatible_node for timer and intcMichal Simek2012-01-052-26/+8
| * | | microblaze: Add __cmpdi2Michal Simek2012-01-052-0/+27
| * | | microblaze: Synchronize __pa __va macrosMichal Simek2012-01-051-9/+2
| |/ /
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \ \
| * \ \ Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-231-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-41/+2
|\ \ \ \
| * | | | gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-121-41/+2
| |/ / /
* | | | 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/+0
* | | | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-14/+0
|/ / /
* / / microblaze: bury asm/namei.hAl Viro2011-11-211-22/+0
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\ \
| * | microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker2011-10-315-0/+5
* | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-10-3113-54/+220
|\ \ \ | |/ / |/| |
| * | microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usagePeter Zijlstra2011-10-142-2/+1
| * | 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/+0
| * | microblaze: Add __ucmpdi2() helper functionMichal Simek2011-10-142-0/+21