summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-112-5/+5
|\
| * PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-3/+1
|\ \
| * | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-3/+1
| |/
* | unicore32: Remove IRQF_DISABLEDYong Zhang2012-01-102-3/+3
* | unicore32: Use set_current_blocked()Matt Fleming2012-01-101-10/+5
* | unicore32: add ioremap_nocache definitionGuan Xuetao2012-01-101-0/+1
* | unicore32: delete specified xlate_dev_mem_ptrGuan Xuetao2012-01-101-7/+0
* | unicore32: standardize /proc/iomem "Kernel code" nameKees Cook2012-01-101-1/+1
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| |/
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-072-2/+0
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-2/+0
| |\ \ | | |/ | |/|
| | * driver-core: remove sysdev.h usage.Kay Sievers2011-12-212-2/+0
* | | 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-083-0/+3
|/ /
* | unicore32, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-11-161-1/+0
* | unicore32: Fix typo 'PUV3_I2C'Paul Bolle2011-11-161-2/+2
* | unicore32: drop unused Kconfig symbolsPaul Bolle2011-11-151-14/+0
* | arch/unicore32: do not use EXTRA_AFLAGS or EXTRA_CFLAGSArnaud Lacombe2011-11-151-2/+2
* | unicore32: fix build error for find bitopsGuan Xuetao2011-11-153-14/+16
|/
* unicore32: EXPORT_SYMBOL needs export.hAxel Lin2011-10-311-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-1/+1
|\
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-35/+0
|/
* unicore32: using generic-y format for one line asm-generic filesGuan Xuetao2011-06-092-35/+59
* unicore32: change PERCPU to PERCPU_SECTIONGuan Xuetao2011-06-091-1/+1
* unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig)Guan Xuetao2011-06-092-2/+3
* unicore32: change zImage physical address, though it's PIC codesGuan Xuetao2011-06-091-1/+1
* unicore32: move rtc-puv3.c to drivers/rtc directoryGuan Xuetao2011-06-094-379/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-271-1/+0
|\
| * PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-241-1/+0
* | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-7/+0
* | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* | arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-1/+1
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
|\
| * sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
* | PM / UNICORE32: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-111-15/+8
|/
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-3/+3
|\
| * Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* | Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-04-0410-206/+7
|\ \ | |/ |/|
| * unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ...Guan Xuetao2011-04-025-49/+2
| * unicore32 core architecture: remove duplicated #includeHuang Weiyi2011-04-021-1/+0
| * unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_stateGuan Xuetao2011-04-021-9/+0
OpenPOWER on IntegriCloud