summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-10/+0
* reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-093-7/+7
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-56/+5
|\
| * mm/unicore32: fix stale comment about VALID_PAGE()Jiang Liu2013-07-031-6/+0
| * mm/unicore32: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-47/+2
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+0
|\ \
| * | unicore32/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu2013-06-141-5/+0
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \ \ | |_|/ |/| |
| * | lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-1/+1
| |/
* / consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-7/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-9/+1
|\
| * unicore32: just use mmap_pgoff()...Al Viro2013-05-091-9/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-5/+1
|\ \ | |/ |/|
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
| * unicore32: default GENERIC_GPIO to falseAlexandre Courbot2013-03-201-1/+1
| * unicore32: remove unneeded select GENERIC_GPIOAlexandre Courbot2013-03-201-1/+0
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-302-11/+1
|\ \
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-5/+1
| * | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-302-94/+0
|\ \ \ | |/ / |/| |
| * | cpufreq: unicore2: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-93/+0
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-18/+3
|\ \
| * | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | unicore: Use generic idle loopThomas Gleixner2013-04-082-18/+4
| |/
* | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-8/+4
* | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-12/+5
* | mm/unicore32: use common help functions to free reserved pagesJiang Liu2013-04-291-25/+3
* | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-0/+3
|/
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-15/+2
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-1/+0
| * | unicore32: switch to generic sigaltstackAl Viro2013-02-033-15/+3
| |/
* / unicore32 idle: delete stray pm_idle commentLen Brown2013-02-171-5/+0
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-3/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-3/+0
|\ \
| * | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-3/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-25/+7
|\ \ \ | | |/ | |/|
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * | unicore32: switch to generic clone(2)Al Viro2012-11-284-25/+7
| |/