summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2014-05-06Linux 3.10.39v3.10.39Greg Kroah-Hartman
2014-04-26Linux 3.10.38v3.10.38Greg Kroah-Hartman
2014-04-14Linux 3.10.37v3.10.37Greg Kroah-Hartman
2014-04-03Linux 3.10.36v3.10.36Greg Kroah-Hartman
2014-03-31Linux 3.10.35v3.10.35Greg Kroah-Hartman
2014-03-23Linux 3.10.34v3.10.34Greg Kroah-Hartman
2014-03-06Linux 3.10.33v3.10.33Greg Kroah-Hartman
2014-02-22Linux 3.10.32v3.10.32Greg Kroah-Hartman
2014-02-20Linux 3.10.31v3.10.31Greg Kroah-Hartman
2014-02-13Linux 3.10.30v3.10.30Greg Kroah-Hartman
2014-02-06Linux 3.10.29v3.10.29Greg Kroah-Hartman
2014-01-25Linux 3.10.28v3.10.28Greg Kroah-Hartman
2014-01-15Linux 3.10.27v3.10.27Greg Kroah-Hartman
2014-01-09Linux 3.10.26v3.10.26Greg Kroah-Hartman
2013-12-20Linux 3.10.25v3.10.25Greg Kroah-Hartman
2013-12-11Linux 3.10.24v3.10.24Greg Kroah-Hartman
2013-12-08Linux 3.10.23v3.10.23Greg Kroah-Hartman
2013-12-04Linux 3.10.22v3.10.22Greg Kroah-Hartman
2013-11-29Linux 3.10.21v3.10.21Greg Kroah-Hartman
2013-11-20Linux 3.10.20v3.10.20Greg Kroah-Hartman
2013-11-13Linux 3.10.19v3.10.19Greg Kroah-Hartman
2013-11-04Linux 3.10.18v3.10.18Greg Kroah-Hartman
2013-10-18Linux 3.10.17v3.10.17Greg Kroah-Hartman
2013-10-13Linux 3.10.16v3.10.16Greg Kroah-Hartman
2013-10-05Linux 3.10.15v3.10.15Greg Kroah-Hartman
2013-10-01Linux 3.10.14v3.10.14Greg Kroah-Hartman
2013-09-26Linux 3.10.13v3.10.13Greg Kroah-Hartman
2013-09-14Linux 3.10.12v3.10.12Greg Kroah-Hartman
2013-09-07Linux 3.10.11v3.10.11Greg Kroah-Hartman
2013-08-29Linux 3.10.10v3.10.10Greg Kroah-Hartman
2013-08-20Linux 3.10.9v3.10.9Greg Kroah-Hartman
2013-08-20Linux 3.10.8v3.10.8Greg Kroah-Hartman
2013-08-14Linux 3.10.7v3.10.7Greg Kroah-Hartman
2013-08-11Linux 3.10.6v3.10.6Greg Kroah-Hartman
2013-08-04Linux 3.10.5v3.10.5Greg Kroah-Hartman
2013-07-28Linux 3.10.4v3.10.4Greg Kroah-Hartman
2013-07-25Linux 3.10.3v3.10.3Greg Kroah-Hartman
2013-07-21Linux 3.10.2v3.10.2Greg Kroah-Hartman
2013-07-13Linux 3.10.1v3.10.1Greg Kroah-Hartman
2013-06-30Linux 3.10v3.10Linus Torvalds
2013-06-22Linux 3.10-rc7v3.10-rc7Linus Torvalds
2013-06-15Linux 3.10-rc6v3.10-rc6Linus Torvalds
2013-06-08Linux 3.10-rc5v3.10-rc5Linus Torvalds
2013-06-02Linux 3.10-rc4v3.10-rc4Linus Torvalds
2013-05-26Linux 3.10-rc3v3.10-rc3Linus Torvalds
2013-05-20Linux 3.10-rc2v3.10-rc2Linus Torvalds
2013-05-11Linux 3.10-rc1v3.10-rc1Linus Torvalds
2013-05-07Merge branch 'misc' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild Pull misc kbuild updates from Michal Marek: "Non-critical kbuild changes: - make coccicheck improvements, but no new semantic patches this time - make rpm improvements - make tar-pkg change to include the architecture in the filename. This is a deliberate incompatibility, but nobody has complained so far and it is useful if you build for different architectures. It also matches what the deb-pkg and rpm-pkg targets produce. - kbuild documentation fix" * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: rpm-pkg: Remove pointless set -e statements rpm-pkg: Always regenerate the specfile rpm-pkg: Do not write to the parent directory rpm-pkg: Do not package the whole source directory buildtar: Add ARCH to the archive name Coccinelle: Fix patch output when coccicheck is used with M= and C= Coccinelle: Add support to the SPFLAGS variable Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variables Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2) scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT doc: change example to existing Makefile fragment scripts/tags.sh: Add magic for OFFSET and DEFINE
2013-05-05Merge tag 'modules-next-for-linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux Pull mudule updates from Rusty Russell: "We get rid of the general module prefix confusion with a binary config option, fix a remove/insert race which Never Happens, and (my favorite) handle the case when we have too many modules for a single commandline. Seriously, the kernel is full, please go away!" * tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: modpost: fix unwanted VMLINUX_SYMBOL_STR expansion X.509: Support parse long form of length octets in Authority Key Identifier module: don't unlink the module until we've removed all exposure. kernel: kallsyms: memory override issue, need check destination buffer length MODSIGN: do not send garbage to stderr when enabling modules signature modpost: handle huge numbers of modules. modpost: add -T option to read module names from file/stdin. modpost: minor cleanup. genksyms: pass symbol-prefix instead of arch module: fix symbol versioning with symbol prefixes CONFIG_SYMBOL_PREFIX: cleanup.
2013-05-02Merge tag 'fixes-nc-for-linus' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM SoC non-critical fixes from Olof Johansson: "Here is a collection of fixes (and some intermixed cleanups) that were considered less important and thus not included in the later parts of the 3.9-rc cycle. It's a bit all over the map, contents wise. A series of ux500 fixes and cleanups, a bunch of various fixes for OMAP and tegra, and some for Freescale i.MX and even Qualcomm MSM. Note that there's also a patch on this branch to globally turn off -Wmaybe-uninitialized when building with -Os. It's been posted several times by Arnd and no dissent was raised, but nobody seemed interested to pick it up. So here it is, as the topmost patch." * tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (70 commits) Turn off -Wmaybe-uninitialized when building with -Os ARM: orion5x: include linux/cpu.h ARM: tegra: call cpu_do_idle from C code ARM: u300: fix ages old copy/paste bug ARM: OMAP2+: add dependencies on ARCH_MULTI_V6/V7 ARM: tegra: solve adr range issue with THUMB2_KERNEL enabled ARM: tegra: fix relocation truncated error when THUMB2_KERNEL enabled ARM: tegra: fix build error when THUMB2_KERNEL enabled ARM: msm: Fix uncompess.h tx underrun check ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms ARM: cpuimx27 and mbimx27: prepend CONFIG_ to Kconfig macro ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS" ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD" ARM: mach-imx: mach-imx6q: Fix sparse warnings ARM: mach-imx: src: Include "common.h ARM: mach-imx: gpc: Include "common.h" ARM: mach-imx: avic: Staticize *avic_base ARM: mach-imx: tzic: Staticize *tzic_base ARM: mach-imx: clk: Include "clk.h" ARM: mach-imx: clk-busy: Staticize clk_busy_mux_ops ...