summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'setns'Linus Torvalds2011-05-285-6/+13
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-285-6/+13
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-272-12/+2
|\ \
| * | mips: tx99: remove CONFIG_MTD_PARTITIONS checkJamie Iles2011-05-251-2/+1
| * | mtd: octeon: convert to mtd_device_register()Jamie Iles2011-05-251-10/+1
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-272-4/+2
|\ \ \
| * \ \ Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-272-4/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King2011-05-261-1/+1
| | |\ \
| | * \ \ Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-252-4/+2
| | |\ \ \
| | | * | | dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosenGrant Likely2011-05-112-4/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-271-2/+0
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-241-2/+0
* | | | | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-8/+0
* | | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-1/+0
| |/ / / / / |/| | | | |
* | | | | | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-9/+0
* | | | | | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-2471-1325/+2316
| |\ \ \ \
| * | | | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-0/+5
|\ \ \ \ \ \
| * | | | | | USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCsGabor Juhos2011-04-131-0/+2
| * | | | | | USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCsGabor Juhos2011-04-131-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-2332-32/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-04-26155-2399/+3481
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | treewide: Fix iomap resource size miscalculationsJoe Perches2011-04-101-1/+1
| * | | | | | update David Miller's old email addressJustin P. Mattock2011-04-0632-32/+32
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-13/+8
|\ \ \ \ \ \ \
| * | | | | | | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-13/+8
| | |/ / / / / | |/| | | | |
* | | | | | | extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt2011-05-201-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-1915-139/+20
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14176-2797/+3861
| |\ \ \ \ \ \
| | * | | | | | clocksource: convert mips to generic i8253 clocksourceRussell King2011-05-143-77/+7
| | |/ / / / /
| * | | | | | mips: convert to clocksource_register_hz/khzJohn Stultz2011-02-2113-66/+14
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-197-9/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-147-9/+17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-191-10/+12
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-271-10/+12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | jump label: Introduce static_branch() interfaceJason Baron2011-04-041-10/+12
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle2011-05-193-114/+124
* | | | | | | | MIPS: Cleanup arch_get_unmapped_areaRalf Baechle2011-05-191-12/+5
* | | | | | | | MIPS: Octeon: Don't request interrupts for unused IPI mailbox bits.David Daney2011-05-191-8/+7
* | | | | | | | Octeon: Fix interrupt irq settings for performance counters.Chandrakala Chavva2011-05-192-7/+5
* | | | | | | | MIPS: Fix build warnings on defconfigsWanlong Gao2011-05-192-4/+4
* | | | | | | | MIPS: Lemote 2F, Malta: Fix build warningWanlong Gao2011-05-192-2/+2
* | | | | | | | MIPS: Set ELF AT_PLATFORM string for Loongson2 processorsRobert Millan2011-05-191-0/+10
* | | | | | | | MIPS: Set ELF AT_PLATFORM string for BMIPS processorsKevin Cernekee2011-05-191-0/+5
* | | | | | | | MIPS: Introduce set_elf_platform() helper functionRobert Millan2011-05-191-4/+8
* | | | | | | | MIPS: JZ4740: setup: Autodetect physical memory.Maarten ter Huurne2011-05-191-0/+32
* | | | | | | | MIPS: BCM47xx: Fix MAC address parsing.Hauke Mehrtens2011-05-191-2/+10
* | | | | | | | MIPS: BCM47xx: Extend the filling of SPROM from NVRAMHauke Mehrtens2011-05-191-15/+66
OpenPOWER on IntegriCloud