summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-12/+0
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-34/+1
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-41/+39
2012-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+4
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-41/+39
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2012-01-04consolidate a bunch of ipcbuf.h instancesAl Viro1-28/+1
2012-01-04consolidate umode_t declarationsAl Viro1-6/+0
2011-12-27net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discoveryJoshua Kinard1-1/+1
2011-12-22driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-22mips: txx9_sram - convert sysdev_class to a regular subsystemKay Sievers1-18/+16
2011-12-22mips: 7segled - convert sysdev_class to a regular subsystemKay Sievers1-22/+22
2011-12-22Merge branch 'master' into pm-sleepRafael J. Wysocki1-4/+4
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar3-6/+8
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-3/+0
2011-12-08mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo3-3/+8
2011-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2011-11-22freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-332/+82
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2011-11-16Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds31-330/+80
2011-11-14MIPS: lantiq: use export.h in favour of module.hJohn Crispin15-13/+15
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra1-4/+4
2011-11-14MIPS: Sibyte: drop select of SIBYTE_CFEPaul Bolle1-1/+0
2011-11-13drop "select GCD" from three Kconfig filesPaul Bolle1-1/+0
2011-11-13Merge branch 'master' into for-nextJiri Kosina122-3003/+3620
2011-11-11MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle1-0/+1
2011-11-10MIPS: ASID conflict after CPU hotplugMaksim Rayskiy1-1/+2
2011-11-10MIPS: Octeon: Fix compile error in arch/mips/cavium-octeon/flash_setup.cDavid Daney1-7/+2
2011-11-10MIPS: errloongson2_clock: Fix build error by including linux/module.hAaro Koskinen1-0/+1
2011-11-10net: add wireless TX status socket optionJohannes Berg1-0/+3
2011-11-09kbuild: Fix missing system calls check on mips.David Daney1-2/+2
2011-11-09MIPS: Hook up process_vm_readv and process_vm_writev system calls.David Daney5-6/+20
2011-11-08MIPS: Kernel hangs occasionally during boot.Al Cooper1-19/+19
2011-11-08MIPS: Octeon: Mark SMP-IPI interrupt as IRQF_NO_THREADVenkat Subbiah1-2/+3
2011-11-08MIPS: BCM47xx: fix build with GENERIC_GPIO configurationFlorian Fainelli1-3/+15
2011-11-08MIPS: NXP: Remove unused source files.Ralf Baechle2-277/+0
2011-11-08MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size checkThomas Jarosch2-2/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-20/+29
2011-11-07Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds3-44/+0
2011-11-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds72-2850/+3050
2011-11-02Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-13/+0
2011-11-01mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker14-0/+14
2011-11-01mips: remove needless include of module.h from core kernel files.Paul Gortmaker9-9/+0
2011-11-01mips: migrate core kernel file from module.h --> export.hPaul Gortmaker11-11/+11