Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | Merge branch 'linux-3.10.40' into rel-21 | Ishan Mittal | |
Bug 200004122 Conflicts: drivers/cpufreq/cpufreq.c drivers/regulator/core.c sound/soc/codecs/max98090.c Change-Id: I9418a05ad5c56b2e902249218bac2fa594d99f56 Signed-off-by: Ishan Mittal <imittal@nvidia.com> | |||
2014-05-13 | Linux 3.10.40v3.10.40 | Greg Kroah-Hartman | |
2014-05-06 | Linux 3.10.39v3.10.39 | Greg Kroah-Hartman | |
2014-04-26 | Linux 3.10.38v3.10.38 | Greg Kroah-Hartman | |
2014-04-14 | Linux 3.10.37v3.10.37 | Greg Kroah-Hartman | |
2014-04-03 | Linux 3.10.36v3.10.36 | Greg Kroah-Hartman | |
2014-03-31 | Linux 3.10.35v3.10.35 | Greg Kroah-Hartman | |
2014-03-23 | Linux 3.10.34v3.10.34 | Greg Kroah-Hartman | |
2014-03-13 | Merge branch 'linux-3.10.33' into dev-kernel-3.10 | Deepak Nibade | |
Bug 1456092 Change-Id: I3021247ec68a3c2dddd9e98cde13d70a45191d53 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> | |||
2014-03-06 | Linux 3.10.33v3.10.33 | Greg Kroah-Hartman | |
2014-02-22 | Linux 3.10.32v3.10.32 | Greg Kroah-Hartman | |
2014-02-20 | Linux 3.10.31v3.10.31 | Greg Kroah-Hartman | |
2014-02-13 | Linux 3.10.30v3.10.30 | Greg Kroah-Hartman | |
2014-02-06 | Linux 3.10.29v3.10.29 | Greg Kroah-Hartman | |
2014-01-25 | Linux 3.10.28v3.10.28 | Greg Kroah-Hartman | |
2014-01-15 | Linux 3.10.27v3.10.27 | Greg Kroah-Hartman | |
2014-01-09 | Linux 3.10.26v3.10.26 | Greg Kroah-Hartman | |
2013-12-20 | Linux 3.10.25v3.10.25 | Greg Kroah-Hartman | |
2013-12-16 | Merge tag 'v3.10.24' into HEAD | Ajay Nandakumar | |
This is the 3.10.24 stable release Change-Id: Ibd2734f93d44385ab86867272a1359158635133b | |||
2013-12-11 | Linux 3.10.24v3.10.24 | Greg Kroah-Hartman | |
2013-12-08 | Linux 3.10.23v3.10.23 | Greg Kroah-Hartman | |
2013-12-04 | Linux 3.10.22v3.10.22 | Greg Kroah-Hartman | |
2013-11-29 | Linux 3.10.21v3.10.21 | Greg Kroah-Hartman | |
2013-11-20 | Linux 3.10.20v3.10.20 | Greg Kroah-Hartman | |
2013-11-13 | Linux 3.10.19v3.10.19 | Greg Kroah-Hartman | |
2013-11-04 | Linux 3.10.18v3.10.18 | Greg Kroah-Hartman | |
2013-10-31 | Merge tag 'v3.10.17' into dev-kernel-3.10 | Ajay Nandakumar | |
This is the 3.10.17 stable release Conflicts: drivers/usb/host/xhci.c Change-Id: I6bd3b15ff92a0b94568b9d02e9bb1036becfca20 | |||
2013-10-18 | Linux 3.10.17v3.10.17 | Greg Kroah-Hartman | |
2013-10-13 | Linux 3.10.16v3.10.16 | Greg Kroah-Hartman | |
2013-10-05 | Linux 3.10.15v3.10.15 | Greg Kroah-Hartman | |
2013-10-01 | Linux 3.10.14v3.10.14 | Greg Kroah-Hartman | |
2013-09-26 | Linux 3.10.13v3.10.13 | Greg Kroah-Hartman | |
2013-09-14 | Merge tag 'v3.10.12' into android-tegra-nv-3.10-rebase | Dan Willemsen | |
This is the 3.10.12 stable release Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> | |||
2013-09-14 | kernel: fix Makefile typo | Richard Wiley | |
Fixes CFLAGS typo in kernel/Makefile Change-Id: I4bdf7d0ecc9f31cb46b48d9987d8ea633684223b Signed-off-by: Richard Wiley <rwiley@nvidia.com> Reviewed-on: http://git-master/r/123533 Reviewed-by: Chao Xu <cxu@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mark Stadler <mastadler@nvidia.com> Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R721190630dc531143d9c17f42e3e60922441b2ee | |||
2013-09-14 | kernel: add Kbuild option for kernel optimization level | Richard Wiley | |
Adds a kernel config option to lower the kernel compile optimization level from O2 to O1 for clearer GDB debugging. Default on for simulation builds, default off for others. Change-Id: I17fd63b5b391984d28b275e516df89d6a223021c Reviewed-on: http://git-master/r/121822 Reviewed-by: Chao Xu <cxu@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Ken Adams <kadams@nvidia.com> Tested-by: Richard Wiley <rwiley@nvidia.com> Reviewed-by: Mark Stadler <mastadler@nvidia.com> Reviewed-by: Bo Yan <byan@nvidia.com> Rebase-Id: Ra7c14ac91b0cfbe441dbfea33f0d5b1a6fd44d5f | |||
2013-09-14 | Disable -fconserve-stack on ARM v2 | Andi Kleen | |
There are reports that -fconserve-stack misaligns variables on the stack. Disable it for ARM to work around this gcc bug. v2: Move top level flags definition up Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Rebase-Id: R3c09c871e91c8fa5d007ab2d826064d8e859992e | |||
2013-09-14 | Linux 3.10.12v3.10.12 | Greg Kroah-Hartman | |
2013-09-07 | Linux 3.10.11v3.10.11 | Greg Kroah-Hartman | |
2013-08-29 | Linux 3.10.10v3.10.10 | Greg Kroah-Hartman | |
2013-08-20 | Linux 3.10.9v3.10.9 | Greg Kroah-Hartman | |
2013-08-20 | Linux 3.10.8v3.10.8 | Greg Kroah-Hartman | |
2013-08-14 | Linux 3.10.7v3.10.7 | Greg Kroah-Hartman | |
2013-08-11 | Linux 3.10.6v3.10.6 | Greg Kroah-Hartman | |
2013-08-04 | Linux 3.10.5v3.10.5 | Greg Kroah-Hartman | |
2013-07-28 | Linux 3.10.4v3.10.4 | Greg Kroah-Hartman | |
2013-07-25 | Linux 3.10.3v3.10.3 | Greg Kroah-Hartman | |
2013-07-21 | Linux 3.10.2v3.10.2 | Greg Kroah-Hartman | |
2013-07-13 | Linux 3.10.1v3.10.1 | Greg Kroah-Hartman | |
2013-06-30 | Linux 3.10v3.10 | Linus Torvalds | |
2013-06-22 | Linux 3.10-rc7v3.10-rc7 | Linus Torvalds | |