aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-17/+10
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-18/+2
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-16/+0
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-128/+12
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-21/+236
2011-07-22mips: Fix i8253 clockevent falloutThomas Gleixner1-1/+1
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-16PM / MIPS: Convert i8259.c to using syscore_opsRafael J. Wysocki1-16/+6
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-07-11MIPS: static should be at beginning of declarationJesper Juhl1-3/+2
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-07-04Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/coreIngo Molnar6-6/+197
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+28
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra5-15/+11
2011-07-01mips: Use common i8253 clockeventThomas Gleixner2-95/+3
2011-06-20treewide: remove duplicate includesVitaliy Ivanov2-4/+0
2011-06-15rtc: fix build warnings in defconfigsWanlong Gao1-1/+1
2011-06-15MIPS: oprofile: Add callgraph supportDaniel Kalmar4-1/+179
2011-06-15MIPS: Add new unwind_stack variantDaniel Kalmar2-5/+18
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches3-8/+6
2011-06-09pcpskr: MIPS: Make config dependencies finer grainedRalf Baechle1-1/+3
2011-06-09pcspkr: Cleanup Kconfig dependenciesRalf Baechle1-0/+1
2011-06-09i8253: Move remaining content and delete asm/i8253.hRalf Baechle1-10/+0
2011-06-09i8253: Consolidate definitions of PIT_LATCHRalf Baechle1-2/+0
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle1-3/+0
2011-06-09i8253: Unify all kernel declarations of i8253_lockRalf Baechle1-12/+0
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle6-6/+6
2011-05-28Merge branch 'setns'Linus Torvalds5-6/+13
2011-05-28ns: Wire up the setns system callEric W. Biederman5-6/+13
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-12/+2
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+2
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2-4/+2
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+0
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-8/+0
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-1/+0
2011-05-26Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into devel-stableRussell King1-1/+1
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd1-9/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25mips: tx99: remove CONFIG_MTD_PARTITIONS checkJamie Iles1-2/+1
2011-05-25mtd: octeon: convert to mtd_device_register()Jamie Iles1-10/+1
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stableRussell King2-4/+2
2011-05-24PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki1-2/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo71-1325/+2316
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+5
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds32-32/+32
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-13/+8
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-139/+20
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-9/+17