Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | Linux 3.0.36v3.0.36 | Greg Kroah-Hartman | |
2012-06-17 | Linux 3.0.35v3.0.35 | Greg Kroah-Hartman | |
2012-06-10 | Linux 3.0.34v3.0.34 | Greg Kroah-Hartman | |
2012-06-01 | Linux 3.0.33v3.0.33 | Greg Kroah-Hartman | |
2012-05-21 | Linux 3.0.32v3.0.32 | Greg Kroah-Hartman | |
2012-05-07 | Linux 3.0.31v3.0.31 | Greg Kroah-Hartman | |
2012-04-27 | Linux 3.0.30v3.0.30 | Greg Kroah-Hartman | |
2012-04-22 | Linux 3.0.29v3.0.29 | Greg Kroah-Hartman | |
2012-04-13 | Linux 3.0.28v3.0.28 | Greg Kroah-Hartman | |
2012-04-02 | Linux 3.0.27v3.0.27 | Greg Kroah-Hartman | |
2012-03-23 | Linux 3.0.26v3.0.26 | Greg Kroah-Hartman | |
2012-03-19 | Linux 3.0.25v3.0.25 | Greg Kroah-Hartman | |
2012-03-12 | Linux 3.0.24v3.0.24 | Greg Kroah-Hartman | |
2012-02-29 | Linux 3.0.23v3.0.23 | Greg Kroah-Hartman | |
2012-02-20 | Linux 3.0.22v3.0.22 | Greg Kroah-Hartman | |
2012-02-13 | Linux 3.0.21v3.0.21 | Greg Kroah-Hartman | |
2012-02-06 | Linux 3.0.20v3.0.20 | Greg Kroah-Hartman | |
2012-02-03 | Linux 3.0.19v3.0.19 | Greg Kroah-Hartman | |
2012-01-25 | Linux 3.0.18v3.0.18 | Greg Kroah-Hartman | |
2012-01-12 | Linux 3.0.17v3.0.17 | Greg Kroah-Hartman | |
2012-01-06 | Linux 3.0.16v3.0.16 | Greg Kroah-Hartman | |
2012-01-03 | Linux 3.0.15v3.0.15 | Greg Kroah-Hartman | |
2011-12-21 | Linux 3.0.14v3.0.14 | Greg Kroah-Hartman | |
2011-12-09 | Linux 3.0.13v3.0.13 | Greg Kroah-Hartman | |
2011-11-29 | Linux 3.0.12v3.0.12 | Greg Kroah-Hartman | |
2011-11-26 | Linux 3.0.11v3.0.11 | Greg Kroah-Hartman | |
2011-11-21 | Linux 3.0.10v3.0.10 | Greg Kroah-Hartman | |
2011-11-11 | Linux 3.0.9v3.0.9 | Greg Kroah-Hartman | |
2011-10-25 | Linux 3.0.8v3.0.8 | Greg Kroah-Hartman | |
2011-10-16 | Linux 3.0.7v3.0.7 | Greg Kroah-Hartman | |
2011-10-03 | Linux 3.0.6v3.0.6 | Greg Kroah-Hartman | |
2011-10-03 | Linux 3.0.5v3.0.5 | Greg Kroah-Hartman | |
2011-08-29 | Linux 3.0.4v3.0.4 | Greg Kroah-Hartman | |
2011-08-17 | Linux 3.0.3v3.0.3 | Greg Kroah-Hartman | |
2011-08-15 | Linux 3.0.2v3.0.2 | Greg Kroah-Hartman | |
2011-08-04 | Linux 3.0.1v3.0.1 | Greg Kroah-Hartman | |
2011-07-21 | Linux 3.0v3.0 | Linus Torvalds | |
2011-07-11 | Linux 3.0-rc7v3.0-rc7 | Linus Torvalds | |
2011-07-04 | Linux 3.0-rc6v3.0-rc6 | Linus Torvalds | |
2011-06-27 | Linux 3.0-rc5v3.0-rc5 | Linus Torvalds | |
2011-06-20 | Linux 3.0-rc4v3.0-rc4 | Linus Torvalds | |
2011-06-16 | Merge branch 'rc-fixes' of ↵ | Linus Torvalds | |
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 * 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: kbuild: Call depmod.sh via shell perf: clear out make flags when calling kernel make kernelver | |||
2011-06-15 | kbuild: Call depmod.sh via shell | Michal Marek | |
The script has the executable bit in git, but plain old patch(1) can't create executable files. Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2011-06-13 | Linux 3.0-rc3v3.0-rc3 | Linus Torvalds | |
2011-06-09 | Merge branch 'rc-fixes' of ↵ | Linus Torvalds | |
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 * 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: perf: Use make kernelversion instead of parsing the Makefile kbuild: Hack for depmod not handling X.Y versions kbuild: Move depmod call to a separate script kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVEL kbuild: silence Nothing to be done for 'all' message | |||
2011-06-09 | kbuild: Move depmod call to a separate script | Michal Marek | |
Do not bloat the Makefile with multiline shell statements. No user-visible change intended. Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2011-06-09 | kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL | Michal Marek | |
expr treats all numbers as decimals, so prepending a zero is safe. Note that the KERNEL_VERSION() macro still takes three arguments, 3.0 has to be written as KERNEL_VERSION(3,0,0). Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2011-06-09 | kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVEL | Michal Marek | |
Omit the second dot for releases without SUBLEVEL. If PATCHLEVEL is also empty, only display VERSION. Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2011-06-06 | Linux 3.0-rc2v3.0-rc2 | Linus Torvalds | |
2011-05-29 | Linux 3.0-rc1v3.0-rc1 | Linus Torvalds | |
.. except there are various scripts that really know that there are three numbers, so it calls itself "3.0.0-rc1". Hopefully by the time the final 3.0 is out, we'll have that extra zero all figured out. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |