aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-08-02um: fix ubd_file_size for read-only filesGravatar Martin Pärtel 1-1/+1
2012-08-02um: pull interrupt_end() into userspace()Gravatar Al Viro 2-8/+6
2012-08-02um: split syscall_trace(), pass pt_regs to itGravatar Al Viro 3-43/+34
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsGravatar Al Viro 3-5/+5
2012-07-28um: set BLK_CGROUP=y in defconfigGravatar Richard Weinberger 1-1/+1
2012-07-28um: remove count_lockGravatar Richard Weinberger 2-7/+0
2012-07-28um: fully use tty_portGravatar Richard Weinberger 4-78/+65
2012-07-28um: Remove dead codeGravatar Richard Weinberger 1-26/+0
2012-07-28um: remove line_ioctl()Gravatar Richard Weinberger 4-90/+0
2012-07-28TTY: um/line, use tty from tty_portGravatar Jiri Slaby 3-9/+21
2012-07-28TTY: um/line, add tty_portGravatar Jiri Slaby 2-4/+5
2012-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 51-168/+272
2012-07-19MIPS: PCI: Move fixups from __init to __devinit.Gravatar Sebastian Andrzej Siewior 8-22/+22
2012-07-19MIPS: Fix bug.h MIPS build regressionGravatar Yoichi Yuasa 2-1/+1
2012-07-19MIPS: sync-r4k: remove redundant irq operationGravatar Yong Zhang 1-5/+0
2012-07-19MIPS: smp: Warn on too early irq enableGravatar Yong Zhang 1-0/+5
2012-07-19MIPS: call set_cpu_online() on cpu being brought up with irq disabledGravatar Yong Zhang 1-2/+2
2012-07-19MIPS: call ->smp_finish() a little lateGravatar Yong Zhang 1-1/+2
2012-07-19MIPS: Yosemite: delay irq enable to ->smp_finish()Gravatar Yong Zhang 1-1/+1
2012-07-19MIPS: SMTC: delay irq enable to ->smp_finish()Gravatar Yong Zhang 1-1/+2
2012-07-19MIPS: BMIPS: delay irq enable to ->smp_finish()Gravatar Yong Zhang 1-7/+7
2012-07-19MIPS: Octeon: delay enable irq to ->smp_finish()Gravatar Yong Zhang 1-1/+1
2012-07-19MIPS: Oprofile: Fix build as a module.Gravatar Ralf Baechle 1-0/+1
2012-07-19MIPS: BCM63XX: Fix BCM6368 IPSec clock bitGravatar Florian Fainelli 1-1/+1
2012-07-19MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Gravatar Florian Fainelli 1-5/+0
2012-07-19MIPS: Fix Magic SysRq L kernel crash.Gravatar Vincent Wen 1-0/+3
2012-07-19MIPS: BMIPS: Fix duplicate header inclusion.Gravatar Danny Kukawka 1-1/+0
2012-07-19mips: mark const init data with __initconst instead of __initdataGravatar Uwe Kleine-König 7-9/+9
2012-07-19MIPS: cmpxchg.h: Add missing includeGravatar Aaro Koskinen 1-0/+1
2012-07-19MIPS: Malta may also be equipped with MIPS64 R2 processors.Gravatar Leonid Yegoshin 1-0/+1
2012-07-19MIPS: Fix typo multipy -> multiplyGravatar Ralf Baechle 1-2/+2
2012-07-19MIPS: Cavium: Fix duplicate ARCH_SPARSEMEM_ENABLE in kconfig.Gravatar Yoichi Yuasa 2-4/+1
2012-07-19MIPS: BCM47xx: Fix BCMA_DRIVER_PCI_HOSTMODE config dependenciesGravatar Yoichi Yuasa 1-0/+1
2012-07-19MIPS: SMTC: Spelling and grammar corrections.Gravatar Ralf Baechle 1-5/+5
2012-07-19MIPS: Properly align the .data..init_task section.Gravatar David Daney 2-3/+4
2012-07-19MIPS: Malta: Change start address to avoid conflicts.Gravatar Steven J. Hill 1-2/+3
2012-07-19MIPS: Fix race condition with FPU thread task flag during context switch.Gravatar Leonid Yegoshin 4-24/+11
2012-07-19MIPS: Fix decoding of c0_config1 for MIPSxx caches with 32 ways per set.Gravatar Douglas Leung 1-2/+2
2012-07-19MIPS: Refactor 'clear_page' and 'copy_page' functions.Gravatar Steven J. Hill 4-52/+77
2012-07-19MIPS: Don't panic on 5KEc.Gravatar Leonid Yegoshin 3-1/+6
2012-07-18mips: fix bug.h build regressionGravatar Yoichi Yuasa 2-1/+1
2012-07-18Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-10/+12
2012-07-18ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsiGravatar Stefan Roese 1-0/+1
2012-07-18ARM: dts: SPEAr320: Boot the board in EXTENDED_MODEGravatar Vipul Kumar Samar 1-1/+1
2012-07-18ARM: dts: SPEAr320: Fix compatible stringGravatar Vipul Kumar Samar 1-2/+2
2012-07-18ARM: SPEAr13xx: Fix Interrupt bindingsGravatar Vipul Kumar Samar 1-5/+6
2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-1/+1
2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitGravatar Vipul Kumar Samar 1-1/+1
2012-07-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 6-14/+21
2012-07-17m32r: make memset() global for CONFIG_KERNEL_BZIP2=yGravatar Geert Uytterhoeven 1-1/+1