aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Linux 3.0.38Greg Kroah-Hartman2012-07-191-1/+1
|
* Linux 3.0.37Greg Kroah-Hartman2012-07-161-1/+1
|
* Linux 3.0.36Greg Kroah-Hartman2012-06-221-1/+1
|
* Linux 3.0.35Greg Kroah-Hartman2012-06-171-1/+1
|
* Linux 3.0.34Greg Kroah-Hartman2012-06-101-1/+1
|
* Linux 3.0.33Greg Kroah-Hartman2012-06-011-1/+1
|
* Linux 3.0.32Greg Kroah-Hartman2012-05-211-1/+1
|
* Linux 3.0.31Greg Kroah-Hartman2012-05-071-1/+1
|
* Linux 3.0.30Greg Kroah-Hartman2012-04-271-1/+1
|
* Linux 3.0.29Greg Kroah-Hartman2012-04-221-1/+1
|
* Linux 3.0.28Greg Kroah-Hartman2012-04-131-1/+1
|
* Linux 3.0.27Greg Kroah-Hartman2012-04-021-1/+1
|
* Linux 3.0.26Greg Kroah-Hartman2012-03-231-1/+1
|
* Linux 3.0.25Greg Kroah-Hartman2012-03-191-1/+1
|
* Linux 3.0.24Greg Kroah-Hartman2012-03-121-1/+1
|
* Linux 3.0.23Greg Kroah-Hartman2012-02-291-1/+1
|
* Linux 3.0.22Greg Kroah-Hartman2012-02-201-1/+1
|
* Linux 3.0.21Greg Kroah-Hartman2012-02-131-1/+1
|
* Linux 3.0.20Greg Kroah-Hartman2012-02-061-1/+1
|
* Linux 3.0.19Greg Kroah-Hartman2012-02-031-1/+1
|
* Linux 3.0.18Greg Kroah-Hartman2012-01-251-1/+1
|
* Linux 3.0.17Greg Kroah-Hartman2012-01-121-1/+1
|
* Linux 3.0.16Greg Kroah-Hartman2012-01-061-1/+1
|
* Linux 3.0.15Greg Kroah-Hartman2012-01-031-1/+1
|
* Linux 3.0.14Greg Kroah-Hartman2011-12-211-1/+1
|
* Linux 3.0.13Greg Kroah-Hartman2011-12-091-1/+1
|
* Linux 3.0.12Greg Kroah-Hartman2011-11-291-1/+1
|
* Linux 3.0.11Greg Kroah-Hartman2011-11-261-1/+1
|
* Linux 3.0.10Greg Kroah-Hartman2011-11-211-1/+1
|
* Linux 3.0.9Greg Kroah-Hartman2011-11-111-1/+1
|
* Linux 3.0.8Greg Kroah-Hartman2011-10-251-1/+1
|
* Linux 3.0.7Greg Kroah-Hartman2011-10-161-1/+1
|
* Linux 3.0.6Greg Kroah-Hartman2011-10-031-1/+1
|
* Linux 3.0.5Greg Kroah-Hartman2011-10-031-1/+1
|
* Linux 3.0.4Greg Kroah-Hartman2011-08-291-1/+1
|
* Linux 3.0.3Greg Kroah-Hartman2011-08-171-1/+1
|
* Linux 3.0.2Greg Kroah-Hartman2011-08-151-1/+1
|
* Linux 3.0.1Greg Kroah-Hartman2011-08-041-1/+1
|
* Linux 3.0Linus Torvalds2011-07-211-1/+1
|
* Linux 3.0-rc7Linus Torvalds2011-07-111-1/+1
|
* Linux 3.0-rc6Linus Torvalds2011-07-041-1/+1
|
* Linux 3.0-rc5Linus Torvalds2011-06-271-1/+1
|
* Linux 3.0-rc4Linus Torvalds2011-06-201-1/+1
|
* Merge branch 'rc-fixes' of ↵Linus Torvalds2011-06-161-1/+2
|\ | | | | | | | | | | | | | | 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
| * kbuild: Call depmod.sh via shellMichal Marek2011-06-151-1/+2
| | | | | | | | | | | | | | | | 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>
* | Linux 3.0-rc3Linus Torvalds2011-06-131-1/+1
| |
* | Merge branch 'rc-fixes' of ↵Linus Torvalds2011-06-091-13/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 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
| * kbuild: Move depmod call to a separate scriptMichal Marek2011-06-091-11/+1
| | | | | | | | | | | | | | Do not bloat the Makefile with multiline shell statements. No user-visible change intended. Signed-off-by: Michal Marek <mmarek@suse.cz>
| * kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVELMichal Marek2011-06-091-1/+1
| | | | | | | | | | | | | | | | 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>
| * kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVELMichal Marek2011-06-091-1/+1
| | | | | | | | | | | | | | Omit the second dot for releases without SUBLEVEL. If PATCHLEVEL is also empty, only display VERSION. Signed-off-by: Michal Marek <mmarek@suse.cz>