summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-2646-327/+295
|\
| * microblaze: Do not use module.h in files which are not modulesMichal Simek2013-02-1223-22/+23
| * microblaze: Fix coding style issuesMichal Simek2013-02-1232-294/+259
| * microblaze: Add missing return from debugfs_tlbMichal Simek2013-02-121-0/+2
| * microblaze: Makefile cleanJason Wu2013-02-121-6/+3
| * microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen2013-02-122-0/+4
| * microblaze: Fix strncpy_from_user macroMichal Simek2013-02-121-5/+4
* | Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-251-4/+1
|\ \
| * | microblaze idle: Fix compile errorLars-Peter Clausen2013-02-231-4/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-80/+54
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-3/+0
| * | | microblaze: remove debris in ptrace.cAl Viro2013-02-031-23/+0
| * | | microblaze: Move restart allowed out of blockMichal Simek2013-02-031-1/+1
| * | | microblaze: fix handling of multiple pending signalsAl Viro2013-02-032-29/+42
| * | | microblaze: fix the horror with restarts of sigreturn()Al Viro2013-02-032-2/+7
| * | | microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro2013-02-032-9/+3
| * | | microblaze: switch to generic sigaltstackAl Viro2013-02-032-15/+3
| | |/ | |/|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\ \ \ | |_|/ |/| |
| * | arch/microblaze/platform: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
| |/
* / microblaze idle: delete pm_idleLen Brown2013-02-171-3/+0
|/
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-01-078-56/+90
|\
| * microblaze: Update microblaze defconfigsMichal Simek2013-01-042-45/+80
| * microblaze: Fix pci compilation and sparse warningsMichal Simek2013-01-041-6/+5
| * microblaze: Add finit_module syscallMichal Simek2013-01-032-1/+3
| * microblaze: Kill __kmap_atomic()Michal Simek2013-01-031-1/+1
| * microblaze: Change section flags for noMMUMichal Simek2013-01-031-1/+1
| * microblaze: Microblaze wants sys_fork for noMMU tooMichal Simek2013-01-031-2/+0
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-14/+14
|/
* 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 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+2
| |\ \ \
| | * | | microblaze: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-281-0/+2
| | |/ /
* | | | microblaze: signal: Declare do_notify_resumeMichal Simek2012-12-132-1/+3
* | | | microblaze: lib: Add lib function declarationsMichal Simek2012-12-131-0/+7
* | | | microblaze: lib: Remove helper macrosMichal Simek2012-12-131-16/+12
* | | | microblaze: Add static qualifiersMichal Simek2012-12-132-3/+3
* | | | microblaze: Wire-up new system call kcmpMichal Simek2012-12-132-1/+3
* | | | microblaze: Fix intc_enable_or_unmask functionMichal Simek2012-12-131-1/+2
* | | | microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INITMichal Simek2012-12-131-1/+1
* | | | microblaze: Remove passing the second arg to schedule_tailMichal Simek2012-12-131-1/+0
* | | | UAPI: (Scripted) Disintegrate arch/microblaze/include/asmDavid Howells2012-12-1338-552/+649
* | | | microblaze: uaccess.h: Fix timerfd syscallMichal Simek2012-12-131-2/+1
* | | | microblaze: Remove BIP from childregsMichal Simek2012-12-131-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-193/+52
|\ \ \ \ | | |_|/ | |/| |
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
| * | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-282-16/+1
| * | | microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-287-56/+12