aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds46-327/+295
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-80/+54
2013-02-23microblaze idle: Fix compile errorLars-Peter Clausen1-4/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-02-17microblaze idle: delete pm_idleLen Brown1-3/+0
2013-02-14burying unused conditionalsAl Viro2-3/+0
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek23-22/+23
2013-02-12microblaze: Fix coding style issuesMichal Simek32-294/+259
2013-02-12microblaze: Add missing return from debugfs_tlbMichal Simek1-0/+2
2013-02-12microblaze: Makefile cleanJason Wu1-6/+3
2013-02-12microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen2-0/+4
2013-02-12microblaze: Fix strncpy_from_user macroMichal Simek1-5/+4
2013-02-03microblaze: remove debris in ptrace.cAl Viro1-23/+0
2013-02-03microblaze: Move restart allowed out of blockMichal Simek1-1/+1
2013-02-03microblaze: fix handling of multiple pending signalsAl Viro2-29/+42
2013-02-03microblaze: fix the horror with restarts of sigreturn()Al Viro2-2/+7
2013-02-03microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro2-9/+3
2013-02-03microblaze: switch to generic sigaltstackAl Viro2-15/+3
2013-01-17arch/microblaze/platform: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-07Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds8-56/+90
2013-01-04microblaze: Update microblaze defconfigsMichal Simek2-45/+80
2013-01-04microblaze: Fix pci compilation and sparse warningsMichal Simek1-6/+5
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-14/+14
2013-01-03microblaze: Add finit_module syscallMichal Simek2-1/+3
2013-01-03microblaze: Kill __kmap_atomic()Michal Simek1-1/+1
2013-01-03microblaze: Change section flags for noMMUMichal Simek1-1/+1
2013-01-03microblaze: Microblaze wants sys_fork for noMMU tooMichal Simek1-2/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+1
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+2
2012-12-13microblaze: signal: Declare do_notify_resumeMichal Simek2-1/+3
2012-12-13microblaze: lib: Add lib function declarationsMichal Simek1-0/+7
2012-12-13microblaze: lib: Remove helper macrosMichal Simek1-16/+12
2012-12-13microblaze: Add static qualifiersMichal Simek2-3/+3
2012-12-13microblaze: Wire-up new system call kcmpMichal Simek2-1/+3
2012-12-13microblaze: Fix intc_enable_or_unmask functionMichal Simek1-1/+2
2012-12-13microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INITMichal Simek1-1/+1
2012-12-13microblaze: Remove passing the second arg to schedule_tailMichal Simek1-1/+0
2012-12-13UAPI: (Scripted) Disintegrate arch/microblaze/include/asmDavid Howells38-552/+649
2012-12-13microblaze: uaccess.h: Fix timerfd syscallMichal Simek1-2/+1
2012-12-13microblaze: Remove BIP from childregsMichal Simek1-1/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-193/+52
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-22/+26
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-03microblaze: use new common dtc ruleStephen Warren5-22/+26
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2-16/+1
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro7-56/+12
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro7-124/+43
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-11-28microblaze/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+0
2012-11-28microblaze: dma-mapping: support debug_dma_mapping_errorShuah Khan1-0/+2
2012-11-16microblaze: switch to generic sys_execve()Al Viro4-26/+1
2012-11-16microblaze: switch to generic kernel_execve()Al Viro5-43/+6
2012-11-16microblaze: switch to generic kernel_thread()Al Viro5-58/+39
2012-11-15microblaze: Fix bug with schedule_tailMichal Simek1-1/+1
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-7/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-14/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-0/+3
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-07Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds12-80/+182
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2-1/+4
2012-10-04Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek1-8/+0
2012-10-04microblaze: Added more support for PCIJohn Linn2-0/+6
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek3-15/+15
2012-10-04microblaze: Fix bug with passing command lineMichal Simek2-12/+15
2012-10-04microblaze: Remove PAGE properties duplicationMichal Simek1-6/+0
2012-10-04microblaze: Remove additional andi which has been already doneMichal Simek1-3/+0
2012-10-04microblaze: Use predefined macro for ESR_DIZMichal Simek1-2/+3
2012-10-04microblaze: Support 4k/16k/64k pagesMichal Simek3-9/+10
2012-10-04microblaze: Do not used hardcoded value in exception handlerMichal Simek2-24/+32
2012-10-04microblaze: Added fdt chosen capability for timerMichal Simek1-1/+9
2012-10-04microblaze: Add support for ioreadXX/iowriteXX_repMichal Simek1-0/+90
2012-10-04microblaze: Improve failure handling for GPIO resetStephan Linz1-2/+5
2012-10-04microblaze: clinkage.hPaul Bolle1-1/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-1/+1
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro1-5/+2
2012-10-01bury the rest of TIF_IRETAl Viro1-2/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-0/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-14/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-10/+2
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+2
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-4/+2
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05microblaze/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven4-10/+2
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+2
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-11/+39
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek1-1/+1
2012-05-25microblaze: Port OOM changes to do_page_faultKautuk Consul1-5/+28
2012-05-25microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen1-1/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-53/+4
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-70/+65
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2012-05-21microblaze: drop 'oldset' argument of do_notify_resume()Al Viro3-19/+11
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEAl Viro3-26/+38
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro1-4/+0
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21microblaze: Use generic time configAnna-Maria Gleixner1-6/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-1/+0
2012-05-15microblaze/PCI: fix "io_offset undeclared" errorBjorn Helgaas1-0/+1
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-53/+4
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05microblaze: Use generic init_taskThomas Gleixner3-27/+2
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2-10/+18
2012-04-03Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds7-39/+72
2012-04-02microblaze: Fix ret_from_fork declarationMichal Simek1-2/+2
2012-04-02microblaze: Do not use tlb_skip in early_printkMichal Simek1-0/+2
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-7/+3
2012-03-30microblaze: Add missing headers caused by disintegration asm/system.hMichal Simek2-0/+3
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek27-328/+182
2012-03-30microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_userMichal Simek1-36/+62
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds18-108/+124
2012-03-28Delete all instances of asm/system.hDavid Howells1-6/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells17-107/+129
2012-03-28Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz2-10/+18
2012-03-28microblaze: Fix tlb_skip variable on noMMU systemMichal Simek1-0/+2
2012-03-28microblaze: Fix __futex_atomic_op macro register usageMichal Simek1-1/+1
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-95/+710
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren1-7/+3
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+0
2012-03-23Remove remaining bits of io_remap_page_range()Javi Merino1-2/+0
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds3-114/+12
2012-03-23microblaze: Handle TLB skip size dynamicallyMichal Simek6-22/+83
2012-03-23microblaze: Introduce TLB skip sizeMichal Simek3-5/+7
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek6-11/+120
2012-03-23microblaze: Extend space for compiled-in FDT to 32kBMichal Simek2-2/+2
2012-03-23microblaze: Clear all MSR flags on the first kernel instructionMichal Simek1-3/+2
2012-03-23microblaze: Use node name instead of compatible stringMichal Simek2-4/+4
2012-03-23microblaze: Fix mapin_ram functionMichal Simek2-1/+2
2012-03-23microblaze: Highmem supportMichal Simek6-13/+272
2012-03-23microblaze: Use active regionsMichal Simek2-2/+20
2012-03-23microblaze: Show more detailed information about memoryMichal Simek1-3/+39
2012-03-23microblaze: Introduce fixmapMichal Simek3-6/+123
2012-03-23microblaze: mm: Fix lowmem max memory size limitsMichal Simek5-34/+46
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek2-5/+4
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-101/+45
2012-03-19microblaze: trivial: Fix typo fault in timer.cMichal Simek1-1/+1
2012-03-19microblaze: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-03-19microblaze: Add PVR version string for MB 8.20.b and 8.30.aMichal Simek1-0/+2
2012-03-19microblaze: Fix makefile to work with latest toolchainMichal Simek1-1/+1
2012-03-19microblaze: Fix typo in early_printk.cMasanari Iida1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas1-2/+0
2012-02-23microblaze/PCI: get rid of device resource fixupsBjorn Helgaas2-73/+4
2012-02-23microblaze/PCI: remove unused pci_flagsBjorn Helgaas2-40/+9
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely5-99/+45
2012-02-14irq_domain: convert microblaze from irq_host to irq_domainGrant Likely3-5/+3
2012-01-31Revert "microblaze: Add topology init"Michal Simek1-20/+1
2012-01-20microblaze: generic atomic64 supportDaniel Borkmann2-0/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+8
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-4/+2
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris2-2/+6
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+20
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-1/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds3-28/+21
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-11microblaze: Add topology initMichal Simek1-1/+20