aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21microblaze: Do not compile early console support for uartlite if is disabledMichal Simek1-2/+7
2010-10-21microblaze: Setup early console dynamicallyMichal Simek1-1/+2
2010-10-21microblaze: Rename all uartlite early printk functionsMichal Simek1-7/+7
2010-10-21microblaze: remove early printk uarlite console dependency from headerMichal Simek1-1/+1
2010-10-21microblaze: Remove additional compatible propertiesMichal Simek4-9/+0
2010-10-21microblaze: Remove hardcoded asm instraction for PVR loadingMichal Simek1-1/+1
2010-10-21microblaze: Use static const char * const where possibleJoe Perches3-12/+12
2010-10-21microblaze: Define VMALLOC_START/ENDMichal Simek1-0/+7
2010-10-21microblaze: Export missing symbols for modulesMichal Simek1-0/+7
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek13-28/+607
2010-10-21microblaze: support gpio_to_irq()Michal Simek1-4/+1
2010-10-21microblaze: Define empty mmiowbMichal Simek1-0/+2
2010-10-21microblaze: wire up prlimit64 and fanotify* syscallsMichal Simek2-1/+7
2010-10-21microblaze: use asm-generic/pci-dma-compat.hFUJITA Tomonori2-15/+2
2010-10-21microblaze: Add PVR for BTCMichal Simek1-1/+2
2010-10-21microblaze: Add new microblaze versionsMichal Simek1-0/+2
2010-10-21microblaze: remove OUTPUT_FORMAT from linker scriptMichal Simek1-1/+0
2010-10-21microblaze: Fix r16 and r17 reg savingMichal Simek1-7/+4
2010-10-21microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config optionChristian Dietrich1-3/+0
2010-10-21microblaze: Report if only one timer is usedMichal Simek3-7/+7
2010-10-21microblaze: Clear return value in pt_regsMichal Simek1-0/+2
2010-10-21microblaze: Fix sys_rt_sigreturn_wrapperMichal Simek1-7/+1
2010-10-21microblaze: remove unused TIF_KERNEL_TRACEMichal Simek1-4/+0
2010-10-21microblaze: Add seccomp supportMichal Simek2-0/+33
2010-10-21microblaze: Remove old user debugging gdb stubMichal Simek1-8/+1
2010-10-21microblaze: trivial: thread_info cleanupMichal Simek1-8/+8
2010-10-21microblaze: Fix pmd_populate macroMichal Simek1-1/+2
2010-10-21microblaze: kgdb: Remove unused variable and fix return valueMichal Simek1-2/+1
2010-10-21microblaze: Fix generic DTS to ensure OF requirementsMichal Simek1-0/+2
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches1-10/+6
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-8/+12
2010-10-20Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-44/+19
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.David Daney1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.David Daney2-1/+5
2010-10-19KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity3-44/+19
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-44/+53
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-15m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANKyle McMartin1-2/+2
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin1-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin1-0/+2
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5