aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-7/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 18-108/+124
2012-03-28Delete all instances of asm/system.hGravatar David Howells 1-6/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hGravatar David Howells 1-1/+0
2012-03-28Disintegrate asm/system.h for MicroblazeGravatar David Howells 17-107/+129
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 23-95/+710
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsGravatar Stephen Warren 1-7/+3
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-2/+0
2012-03-23Remove remaining bits of io_remap_page_range()Gravatar Javi Merino 1-2/+0
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 3-114/+12
2012-03-23microblaze: Handle TLB skip size dynamicallyGravatar Michal Simek 6-22/+83
2012-03-23microblaze: Introduce TLB skip sizeGravatar Michal Simek 3-5/+7
2012-03-23microblaze: Improve TLB calculation for small systemsGravatar Michal Simek 6-11/+120
2012-03-23microblaze: Extend space for compiled-in FDT to 32kBGravatar Michal Simek 2-2/+2
2012-03-23microblaze: Clear all MSR flags on the first kernel instructionGravatar Michal Simek 1-3/+2
2012-03-23microblaze: Use node name instead of compatible stringGravatar Michal Simek 2-4/+4
2012-03-23microblaze: Fix mapin_ram functionGravatar Michal Simek 2-1/+2
2012-03-23microblaze: Highmem supportGravatar Michal Simek 6-13/+272
2012-03-23microblaze: Use active regionsGravatar Michal Simek 2-2/+20
2012-03-23microblaze: Show more detailed information about memoryGravatar Michal Simek 1-3/+39
2012-03-23microblaze: Introduce fixmapGravatar Michal Simek 3-6/+123
2012-03-23microblaze: mm: Fix lowmem max memory size limitsGravatar Michal Simek 5-34/+46
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALGravatar Michal Simek 2-5/+4
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 6-101/+45
2012-03-19microblaze: trivial: Fix typo fault in timer.cGravatar Michal Simek 1-1/+1
2012-03-19microblaze: Use vsprintf extention %pf with builtin_return_addressGravatar Joe Perches 1-1/+1
2012-03-19microblaze: Add PVR version string for MB 8.20.b and 8.30.aGravatar Michal Simek 1-0/+2
2012-03-19microblaze: Fix makefile to work with latest toolchainGravatar Michal Simek 1-1/+1
2012-03-19microblaze: Fix typo in early_printk.cGravatar Masanari Iida 1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Gravatar Thomas Gleixner 1-3/+1
2012-02-23PCI: collapse pcibios_resource_to_busGravatar Bjorn Helgaas 1-2/+0
2012-02-23microblaze/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 2-73/+4
2012-02-23microblaze/PCI: remove unused pci_flagsGravatar Bjorn Helgaas 2-40/+9
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGravatar Grant Likely 5-99/+45
2012-02-14irq_domain: convert microblaze from irq_host to irq_domainGravatar Grant Likely 3-5/+3
2012-01-31Revert "microblaze: Add topology init"Gravatar Michal Simek 1-20/+1
2012-01-20microblaze: generic atomic64 supportGravatar Daniel Borkmann 2-0/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+8
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsGravatar Eric Paris 1-4/+2
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 2-2/+6
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+20
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2012-01-15Kbuild: Use dtc's -d (dependency) optionGravatar Stephen Warren 1-1/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 3-28/+21
2012-01-11cpu: Register a generic CPU device on architectures that currently do notGravatar Ben Hutchings 1-0/+1
2012-01-11microblaze: Add topology initGravatar Michal Simek 1-1/+20
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-19/+1
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 15-84/+93
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-41/+2