summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-062-1/+4
|\
| * net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discoveryJoshua Kinard2011-12-271-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-061-4/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-2132-332/+82
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
| |\ \ \
| | * | | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-2/+4
|\ \ \ \ \
| * | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
| * | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
| * | | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-203-6/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | memblock: Kill early_node_map[]Tejun Heo2011-12-081-3/+0
| * | | | mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-083-3/+8
| | |_|/ | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-051-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-4/+4
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-1531-330/+80
|\ \ \ \ | |/ / / |/| | |
| * | | MIPS: lantiq: use export.h in favour of module.hJohn Crispin2011-11-1415-13/+15
| * | | MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle2011-11-111-0/+1
| * | | MIPS: ASID conflict after CPU hotplugMaksim Rayskiy2011-11-101-1/+2
| * | | MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.cDavid Daney2011-11-101-7/+2
| * | | MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen2011-11-101-0/+1
| * | | MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney2011-11-095-6/+20
| * | | MIPS: Kernel hangs occasionally during boot.Al Cooper2011-11-081-19/+19
| * | | MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah2011-11-081-2/+3
| * | | MIPS: BCM47xx: fix build with GENERIC_GPIO configurationFlorian Fainelli2011-11-081-3/+15
| * | | MIPS: NXP: Remove unused source files.Ralf Baechle2011-11-082-277/+0
| * | | MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size checkThomas Jarosch2011-11-082-2/+2
| |/ /
* | | kbuild: Fix missing system calls check on mips.David Daney2011-11-091-2/+2
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0636-20/+29
|\ \
| * | mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-3114-0/+14
| * | mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-10-319-9/+0
| * | mips: migrate core kernel file from module.h --> export.hPaul Gortmaker2011-10-3111-11/+11
| * | mips: fix implicit smp.h usage in various files.Paul Gortmaker2011-10-313-0/+3
| * | mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cPaul Gortmaker2011-10-311-0/+1
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-063-44/+0
|\ \ \
| * | | mips: drop unused Kconfig symbolsPaul Bolle2011-10-313-44/+0
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-0372-2850/+3050
|\ \ \ \
| * | | | MIPS: O32: Provide definition of registers ta0 .. ta3.Ralf Baechle2011-10-241-0/+6
| * | | | MIPS: perf: Add Octeon support for hardware perf.David Daney2011-10-242-1/+148
| * | | | MIPS: perf: Add support for 64-bit perf counters.David Daney2011-10-241-469/+389
| * | | | MIPS: perf: Reorganize contents of perf support files.David Daney2011-10-244-520/+532
| * | | | MIPS: perf: Cleanup formatting in arch/mips/kernel/perf_event.cDavid Daney2011-10-242-57/+37
| * | | | MIPS: Add accessor macros for 64-bit performance counter registers.David Daney2011-10-241-0/+8
| * | | | MIPS: Add probes for more Octeon II CPUs.David Daney2011-10-241-0/+3
| * | | | MIPS: Add more CPU identifiers for Octeon II CPUs.David Daney2011-10-241-0/+3
| * | | | MIPS: XLR, XLS: Add comment for smp setupHillf Danton2011-10-241-0/+4
| * | | | MIPS: JZ4740: GPIO: Check correct IRQ in demux handlerLars-Peter Clausen2011-10-241-1/+1
| * | | | MIPS: JZ4740: GPIO: Simplify IRQ demuxerLars-Peter Clausen2011-10-241-7/+1
| * | | | MIPS: JZ4740: Use generic irq chipLars-Peter Clausen2011-10-245-153/+79
| * | | | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-2411-334/+410
OpenPOWER on IntegriCloud