summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-23MIPS: Quit exposing Kconfig symbols in uapi headers.David Daney2-15/+34
2013-05-23MIPS: Remove duplicate definition of check_for_high_segbits.David Daney1-4/+0
2013-05-22avr32: fix building warnings caused by redefinitions of HZJiang Liu4-27/+2
2013-05-22mm: Fix virt_to_page() warningRalf Baechle1-1/+1
2013-05-22MIPS: N64: Wire getdents64(2)Aron Xu2-2/+4
2013-05-22kprobes/mips: Fix to check double free of insn slotMasami Hiramatsu1-1/+4
2013-05-22MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle3-4/+11
2013-05-22MIPS: Idle: Do address fiddlery in helper functions.Ralf Baechle3-6/+15
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle20-5/+29
2013-05-22MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Ralf Baechle1-3/+0
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle2-0/+3
2013-05-22MIPS: Idle: Make call of function pointer readable.Ralf Baechle1-1/+1
2013-05-22MIPS: Idle: Consistently reformat inline assembler.Ralf Baechle1-18/+21
2013-05-22MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Ralf Baechle1-2/+7
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle4-212/+233
2013-05-22MIPS: clock.h: Remove declaration of cpu_wait.Ralf Baechle1-2/+0
2013-05-22Add include dependencies to <linux/printk.h>.Ralf Baechle1-0/+1
2013-05-21mfd: ab8500-sysctrl: Let sysctrl driver work without pdataFabio Baltieri1-3/+2
2013-05-21leds: leds-gpio: reserve gpio before using itTimo Teräs1-4/+5
2013-05-21ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd1-1/+1
2013-05-20Linux 3.10-rc2v3.10-rc2Linus Torvalds1-1/+1
2013-05-20x86: Fix bit corruption at CPU resume timeLinus Torvalds1-1/+1
2013-05-20xen: Fixed assignment error in if statementLisa Nguyen1-1/+2
2013-05-20xen/xenbus: Fixed over 80 character limit issueLisa Nguyen1-1/+2
2013-05-20xen/xenbus: Fixed indentation error in switch caseLisa Nguyen1-10/+8
2013-05-20drm/radeon: add Hainan pci idsAlex Deucher1-0/+6
2013-05-20drm/radeon: add golden register settings for Hainan (v2)Alex Deucher1-0/+122
2013-05-20drm/radeon: sun/hainan chips do not have UVD (v2)Alex Deucher1-28/+39
2013-05-20drm/radeon: track which asics have UVDAlex Deucher2-0/+18
2013-05-20drm/radeon: radeon-asic updates for HainanAlex Deucher1-1/+4
2013-05-20drm/radeon: fill in ucode loading support for HainanAlex Deucher1-0/+58
2013-05-20drm/radeon: don't touch DCE or VGA regs on Hainan (v3)Alex Deucher3-62/+92
2013-05-20drm/radeon: fill in GPU init for Hainan (v2)Alex Deucher2-1/+20
2013-05-20drm/radeon: add chip family for HainanAlex Deucher3-0/+3
2013-05-20drm/radeon/dce2: use 10khz units for audio dto calculationAlex Deucher2-9/+7
2013-05-20drm/radeon: Fix VRAM size calculation for VRAM >= 4GBNiels Ole Salscheider3-5/+5
2013-05-20drm/radeon: Remove superfluous variableNiels Ole Salscheider3-11/+0
2013-05-20MAINTAINERS: Add myself as maintainer for LM95234 and TMP401 driversGuenter Roeck1-0/+14
2013-05-20drm/nouveau: ensure channels are stopped before saving fences for suspendBen Skeggs1-5/+20
2013-05-20drm/nv50/fifo: prevent races between clients updating playlistsBen Skeggs1-0/+2
2013-05-20drm/nvc0/fifo: prevent CHAN_TABLE_ERROR:CHANNEL_PENDING on fifo finiBen Skeggs1-0/+8
2013-05-20drm/nvc0/fifo: prevent races between clients updating playlistsBen Skeggs1-0/+2
2013-05-20drm/nve0/fifo: prevent races between clients updating playlistsBen Skeggs1-0/+3
2013-05-20drm/nve0/ltcg: poke the partition count into yet another registerBen Skeggs1-0/+2
2013-05-20drm/nvc0/ltcg: fix handling of disabled partitionsBen Skeggs1-7/+8
2013-05-20drm/nvc0/ce: disable ce1 on a number of chipsetsBen Skeggs1-2/+0
2013-05-20drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcodeBen Skeggs1-2/+2
2013-05-20drm/nouveau: fix build with nv50->nvc0Dave Airlie1-1/+1
2013-05-20virtio_console: fix uapi headerMichael S. Tsirkin1-1/+1
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell7-55/+59