summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt2014-01-281-7/+1Star
* unicore32: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-10/+0Star
* reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-092-6/+6
* unicore32/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu2013-06-151-5/+0Star
* unicore32: just use mmap_pgoff()...Al Viro2013-05-091-9/+1Star
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-012-11/+1Star
|\
| * dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-5/+1Star
| * dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-6/+0Star
* | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-012-94/+0Star
|\ \ | |/ |/|
| * cpufreq: unicore2: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-93/+0Star
| * cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2Star
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-18/+3Star
|\ \
| * | unicore: Use generic idle loopThomas Gleixner2013-04-081-18/+3Star
| |/
* / early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-8/+4Star
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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-242-15/+2Star
|\ \
| * | unicore32: switch to generic sigaltstackAl Viro2013-02-042-15/+2Star
| |/
* / unicore32 idle: delete stray pm_idle commentLen Brown2013-02-181-5/+0Star
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-3/+0Star
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-3/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-123-25/+6Star
|\ \
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | unicore32: switch to generic clone(2)Al Viro2012-11-293-25/+6Star
| |/
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+0Star
|\ \ | |/ |/|
| * unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0Star
* | unicore32: switch to generic sys_execve()Al Viro2012-11-092-26/+0Star
* | unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-093-94/+21Star
* | UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2012-11-091-0/+6
|/
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-3/+0Star
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * unicore32: remove pointless testAl Viro2012-10-011-2/+0Star
* | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-102-264/+0Star
|\ \
| * | pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding2012-10-052-220/+0Star
| * | unicore32: pwm: Use managed resource allocationsThierry Reding2012-10-051-38/+9Star
| * | unicore32: pwm: Remove unnecessary indirectionThierry Reding2012-10-051-17/+6Star
| * | unicore32: pwm: Use module_platform_driver()Thierry Reding2012-10-051-20/+1Star
| * | unicore32: pwm: Properly remap memory-mapped registersThierry Reding2012-10-051-3/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+0Star
|\ \ \ | | |/ | |/|
| * | don't bother exporting kernel_execve()Al Viro2012-09-201-1/+0Star
| |/
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-191-8/+0Star
* | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-191-1/+1
|/
* unicore32/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-1/+1
* new helper: signal_delivered()Al Viro2012-06-011-4/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+1Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star