1. 1d530fa MIPS: DTS: Fix missing device_type="memory" property in memory nodes by Leif Lindholm · 10 years ago
  2. bfb7971 MIPS: SEAD3: Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  3. acd8bc1 MIPS: malta: Remove 'maybe_unused' attribute from ememsize{, _str} by Markos Chandras · 10 years ago
  4. a92b7f8 MIPS: Kconfig: Make MIPS_MT_SMP a regular Kconfig symbol by Markos Chandras · 10 years ago
  5. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  6. 8b2e62c MIPS: Fix a typo error in AUDIT_ARCH definition by Huacai Chen · 10 years ago
  7. 321b186 MIPS: RM9000: Remove the now unused CPU_RM9000 definition. by Ralf Baechle · 10 years ago
  8. 722640a MIPS: RM9000: Remove support for probing the CPU core. by Ralf Baechle · 10 years ago
  9. 9ef988d MIPS: RM9000: Remove support for idle loop. by Ralf Baechle · 10 years ago
  10. 8a8bbf2 MIPS: Ralink: Remove surviving RM9000 bits. by Ralf Baechle · 10 years ago
  11. c106ff8 MIPS: Remove code protected by CONFIG_SYS_HAS_CPU_RM9000. by Ralf Baechle · 10 years ago
  12. 66de485 MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROF by Paul Bolle · 10 years ago
  13. d493a85 MIPS: MSP71xx: Remove checks for two macros by Paul Bolle · 10 years ago
  14. d83d44c MIPS: Octeon: Remove checks for CONFIG_CAVIUM_GDB by Paul Bolle · 10 years ago
  15. 23634fd MIPS: PNX833x: Remove checks for CONFIG_I2C_PNX0105 by Paul Bolle · 10 years ago
  16. 261cbc9 MIPS: Remove CONFIG_PMCTWILED completely by Paul Bolle · 10 years ago
  17. af59674 MIPS: Remove check for CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECC by Paul Bolle · 10 years ago
  18. c836732 MIPS: c-r4k: Call R4600_HIT_CACHEOP_WAR_IMPL only for 32 byte cache lines. by Ralf Baechle · 10 years ago
  19. 70e4c23 MIPS: math-emu: Reduce microMIPS bloat. by Ralf Baechle · 10 years ago
  20. 56a6473 MIPS: math-emu: Switch to using the MIPS rounding modes. by Ralf Baechle · 10 years ago
  21. aef3fb7 MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes. by Ralf Baechle · 10 years ago
  22. 76fbfc3 MIPS: Sort out mm_isBranchInstr. by Ralf Baechle · 10 years ago
  23. 377cb1b MIPS: Disable MIPS16/microMIPS crap for platforms not supporting these ASEs. by Ralf Baechle · 10 years ago
  24. e0cc3a4 MIPS: math-emu: Inline fpu_emulator_init_fpu() by Ralf Baechle · 10 years ago
  25. 3f7cac4 MIPS: math-emu: Cleanup coding style. by Ralf Baechle · 10 years ago
  26. 49548b0 MIPS: math-emu: Cleanup definition of structs describe sp/dp floats. by Ralf Baechle · 10 years ago
  27. de2fc34 MIPS: math-emu: Rename get_rounding() functions. by Ralf Baechle · 10 years ago
  28. 90efba3 MIPS: math-emu: Get rid of the useless parts of exception handling. by Ralf Baechle · 10 years ago
  29. 593d33f MIPS: math-emu: Move various objects into an ar library. by Ralf Baechle · 10 years ago
  30. f71baa1 MIPS: math-emu: Inline ieee754sp_issnan and ieee754dp_issnan. by Ralf Baechle · 10 years ago
  31. dfbf42b MIPS: math-emu: Remove unused code. by Ralf Baechle · 10 years ago
  32. 1bc3320 MIPS: math-emu: Remove unused ieee754sp_bestnan() and ieee754dp_bestnan(). by Ralf Baechle · 10 years ago
  33. 3a33db2 MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite(). by Ralf Baechle · 10 years ago
  34. b3a7ad2 MIPS: math-emu: Eleminate duplicate definitions of identical macros. by Ralf Baechle · 10 years ago
  35. 3e160aa MIPS: math-emu: Use SPSIGN() rather than DPSIGN() in ieee754sp_sub(). by Ralf Baechle · 10 years ago
  36. ad8fb55 MIPS: math-emu: Replace DP_MBITS with DP_FBITS and SP_MBITS with SP_FBITS. by Ralf Baechle · 10 years ago
  37. f5410d1 MIPS: math-emu: Call ieee754di_xcpt, not ieee754si_xcpt in ieee754dp_cmp. by Ralf Baechle · 10 years ago
  38. 1eaf198 MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment. by Ralf Baechle · 10 years ago
  39. 08f1faa MIPS: math-emu: Remove #if 1 and dead code from its #else branch. by Ralf Baechle · 10 years ago
  40. e812a73 MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef(). by Ralf Baechle · 10 years ago
  41. 92df0f8 MIPS: math-emu: Convert debug printks to pr_debug getting. by Ralf Baechle · 10 years ago
  42. fcfe228 MIPS: math-emu: Get rid of unuable extended precision support. by Ralf Baechle · 10 years ago
  43. 66b047d MIPS: IP22: This platform may come with either MIPS III or MIPS IV CPUs. by Ralf Baechle · 10 years ago
  44. 08a0790 MIPS: math-emu: Remove most ifdefery. by Ralf Baechle · 10 years ago
  45. 9e8bad1 MIPS: math-emu: Turn macros into functions where possible. by Ralf Baechle · 10 years ago
  46. bee1653 MIPS: math-emu: Harden ieee754int.h against multiple inclusion. by Ralf Baechle · 10 years ago
  47. 47fa0c0 MIPS: math-emu: Reformat code according to coding style. by Ralf Baechle · 10 years ago
  48. 85c51c5 MIPS: math-emu: Move all debug fs code to a separate file. by Ralf Baechle · 10 years ago
  49. 6d18b62 MIPS: math-emu: Remove fine example of cargo cult programming. by Ralf Baechle · 10 years ago
  50. cd8ee34 MIPS: math-emu: Header file weeding. by Ralf Baechle · 10 years ago
  51. 5160d45 MIPS: branch: Make inclusion of <asm/branch.h> safe. by Ralf Baechle · 10 years ago
  52. e7e9cae MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag. by Ralf Baechle · 10 years ago
  53. 5a7ebbf MIPS: branch: New helpers to modify branch delay slot flag in struct pt_regs by Ralf Baechle · 10 years ago
  54. 2209bcb MIPS: math-emu: Get rid of typedefs. by Ralf Baechle · 10 years ago
  55. 2370881 MIPS: math-emu: Use English spelling of `constant' rather than Danish. by Ralf Baechle · 10 years ago
  56. cae5506 MIPS: math-emu: Mark exception handling functions as __cold. by Ralf Baechle · 10 years ago
  57. f80cc08 MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions. by Ralf Baechle · 10 years ago
  58. 64a17a0 MIPS: Move definition of __BITFIELD_FIELD to sharable header. by Ralf Baechle · 10 years ago
  59. 60b5f90 Merge tag 'sound-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  60. c7d6891 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  61. 6ed8bf8 Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  62. 8d900e7 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  63. 41abc90 Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  64. a7b08063 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  65. 172de65 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 95d0858 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 3f017a4 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 4ba4801 Merge tag 'drm-intel-fixes-2014-05-16' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  69. 4797ec2 arm64: fix pud_huge() for 2-level pagetables by Mark Salter · 10 years ago
  70. c776cd8 parisc: Improve LWS-CAS performance by John David Anglin · 10 years ago
  71. fef47e2 parisc: ratelimit userspace segfault printing by Helge Deller · 10 years ago
  72. e95a2f7 drm/i915: Increase WM memory latency values on SNB by Ville Syrjälä · 10 years ago
  73. 721e82c drm/i915: restore backlight precision when converting from ACPI by Aaron Lu · 10 years ago
  74. afba0b5 drm/i915: Use the first mode if there is no preferred mode in the EDID by Chris Wilson · 10 years ago
  75. f4cdbc2 drm/i915/dp: force eDP lane count to max available lanes on BDW by Jani Nikula · 10 years ago
  76. fa81511 x86-64, modify_ldt: Make support for 16-bit segments a runtime option by Linus Torvalds · 10 years ago
  77. ffe6902 asm-generic: remove _STK_LIM_MAX by James Hogan · 10 years ago
  78. c70458f50 metag: Remove _STK_LIM_MAX override by James Hogan · 10 years ago
  79. 042d27a parisc,metag: Do not hardcode maximum userspace stack size by Helge Deller · 10 years ago
  80. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 10 years ago
  81. 2425ce8 metag: fix memory barriers by Mikulas Patocka · 10 years ago
  82. 7bb3940 MIPS: mm: Fix broken microMIPS kernel regression. by Steven J. Hill · 10 years ago
  83. 665ebe9 ALSA: sb_mixer: missing return statement by Dan Carpenter · 10 years ago
  84. ff2354b Merge tag 'asoc-v3.15-rc5-intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  85. 7ca33c7 Merge tag 'asoc-v3.15-rc5-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  86. 927cdab Merge tag 'asoc-v3.15-rc5-core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  87. cf86197 Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus by Mark Brown · 10 years ago
  88. 0d1203f Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus by Mark Brown · 10 years ago
  89. f9a4059 Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/fix/fsl-esai', 'asoc/fix/fsl-spdif', 'asoc/fix/rcar', 'asoc/fix/tlv320aic31xx' and 'asoc/fix/wm8962' into asoc-linus by Mark Brown · 10 years ago
  90. f2d0801 MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64 by Markos Chandras · 10 years ago
  91. 9844f54 x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() by Anthony Iliopoulos · 10 years ago
  92. 2ed9fd2 MAINTAINERS: Add co-maintainer for drivers/irqchip by Jason Cooper · 10 years ago
  93. 44330ab ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatile by Charles Keepax · 10 years ago
  94. cffd6665 ASoC: Intel: Fix Baytrail SST DSP firmware loading by Jarkko Nikula · 10 years ago
  95. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 10 years ago
  96. 7189eb9 ALSA: hda - mask buggy stream DMA0 for Broadwell display controller by Mengdong Lin · 10 years ago
  97. ec5fe98 ALSA: hda - Add new GPU codec ID to snd-hda by Aaron Plattner · 10 years ago
  98. 14186fe Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  99. 77d9278 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  100. 68cb363 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago