aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32
AgeCommit message (Expand)AuthorFilesLines
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 1-10/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 3-7/+7
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-56/+5
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2013-07-03mm/unicore32: fix stale comment about VALID_PAGE()Gravatar Jiang Liu 1-6/+0
2013-07-03mm/unicore32: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-47/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-7/+0
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Gravatar Geert Uytterhoeven 1-1/+1
2013-06-14unicore32/PCI: Remove redundant call of pci_bus_add_devices()Gravatar Jiang Liu 1-5/+0
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+1
2013-05-09unicore32: just use mmap_pgoff()...Gravatar Al Viro 1-9/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-5/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 2-11/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-5/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-6/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-94/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-18/+3
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-8/+4
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Gravatar Joonsoo Kim 1-12/+5
2013-04-29mm/unicore32: use common help functions to free reserved pagesGravatar Jiang Liu 1-25/+3
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsGravatar David Rientjes 1-0/+3
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-16Remove GENERIC_GPIO config optionGravatar Alexandre Courbot 1-3/+0
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBGravatar Alexandre Courbot 1-1/+1
2013-04-10cpufreq: unicore2: move cpufreq driver to drivers/cpufreqGravatar Viresh Kumar 2-93/+0
2013-04-08unicore: Use generic idle loopGravatar Thomas Gleixner 2-18/+4
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2013-03-20unicore32: default GENERIC_GPIO to falseGravatar Alexandre Courbot 1-1/+1
2013-03-20unicore32: remove unneeded select GENERIC_GPIOGravatar Alexandre Courbot 1-1/+0
2013-03-12Select VIRT_TO_BUS directly where neededGravatar Stephen Rothwell 1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-15/+2
2013-02-17unicore32 idle: delete stray pm_idle commentGravatar Len Brown 1-5/+0
2013-02-14burying unused conditionalsGravatar Al Viro 1-1/+0
2013-02-03unicore32: switch to generic sigaltstackGravatar Al Viro 3-15/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+1
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+0
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-25/+7
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0