aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-06microblaze/PCI: use pci_scan_root_bus()Gravatar Bjorn Helgaas 1-7/+3
2012-01-06microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-15/+15
2012-01-06microblaze/PCI: make pcibios_setup_phb_resources() staticGravatar Bjorn Helgaas 2-2/+1
2012-01-06microblaze/PCI: fix pci_bus_for_each_resource() usageGravatar Bjorn Helgaas 1-2/+0
2012-01-06PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionGravatar Myron Stowe 2-5/+5
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+4
2012-01-05microblaze: Wire-up new system callsGravatar Michal Simek 2-1/+7
2012-01-05microblaze: Remove NO_IRQ from architectureGravatar Michal Simek 2-4/+2
2012-01-05microblaze: Trivial asm fixGravatar Michal Simek 1-1/+1
2012-01-05microblaze: Fix debug message in moduleGravatar Michal Simek 1-1/+1
2012-01-05microblaze: Remove eprintk macroGravatar Michal Simek 3-16/+10
2012-01-05microblaze: Send CR before LF for early consoleGravatar Michal Simek 1-2/+2
2012-01-05microblaze: Change NO_IRQ to 0Gravatar Michal Simek 3-20/+30
2012-01-05microblaze: Use irq_of_parse_and_map for timerGravatar Michal Simek 1-1/+1
2012-01-05microblaze: intc: Change variable nameGravatar Michal Simek 1-6/+5
2012-01-05microblaze: Use of_find_compatible_node for timer and intcGravatar Michal Simek 2-26/+8
2012-01-05microblaze: Add __cmpdi2Gravatar Michal Simek 2-0/+27
2012-01-05microblaze: Synchronize __pa __va macrosGravatar Michal Simek 1-9/+2
2011-12-12gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()Gravatar Grant Likely 1-41/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Gravatar Frederic Weisbecker 1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopGravatar Frederic Weisbecker 1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-2/+2
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersGravatar Tejun Heo 1-1/+1
2011-12-08memblock: Kill memblock_init()Gravatar Tejun Heo 1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bGravatar Tejun Heo 1-14/+0
2011-11-28microblaze: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 2-19/+1
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Rafael J. Wysocki 1-2/+0
2011-11-21microblaze: bury asm/namei.hGravatar Al Viro 1-22/+0
2011-11-21freezer: remove now unused TIF_FREEZEGravatar Tejun Heo 1-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+5
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredGravatar Paul Gortmaker 5-0/+5
2011-10-31Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 13-54/+220
2011-10-14microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usageGravatar Peter Zijlstra 2-2/+1
2011-10-14microblaze: Use delay slot in __strnlen_user, __strncpy_userGravatar Michal Simek 1-2/+2
2011-10-14microblaze: Remove NET_IP_ALIGN from system.hGravatar Michal Simek 1-7/+0