summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-06-17Linux 3.0.35v3.0.35Greg Kroah-Hartman
2012-06-10Linux 3.0.34v3.0.34Greg Kroah-Hartman
2012-06-01Linux 3.0.33v3.0.33Greg Kroah-Hartman
2012-05-21Linux 3.0.32v3.0.32Greg Kroah-Hartman
2012-05-07Linux 3.0.31v3.0.31Greg Kroah-Hartman
2012-04-27Linux 3.0.30v3.0.30Greg Kroah-Hartman
2012-04-22Linux 3.0.29v3.0.29Greg Kroah-Hartman
2012-04-13Linux 3.0.28v3.0.28Greg Kroah-Hartman
2012-04-02Linux 3.0.27v3.0.27Greg Kroah-Hartman
2012-03-23Linux 3.0.26v3.0.26Greg Kroah-Hartman
2012-03-19Linux 3.0.25v3.0.25Greg Kroah-Hartman
2012-03-12Linux 3.0.24v3.0.24Greg Kroah-Hartman
2012-02-29Linux 3.0.23v3.0.23Greg Kroah-Hartman
2012-02-20Linux 3.0.22v3.0.22Greg Kroah-Hartman
2012-02-13Linux 3.0.21v3.0.21Greg Kroah-Hartman
2012-02-06Linux 3.0.20v3.0.20Greg Kroah-Hartman
2012-02-03Linux 3.0.19v3.0.19Greg Kroah-Hartman
2012-01-25Linux 3.0.18v3.0.18Greg Kroah-Hartman
2012-01-12Linux 3.0.17v3.0.17Greg Kroah-Hartman
2012-01-06Linux 3.0.16v3.0.16Greg Kroah-Hartman
2012-01-03Linux 3.0.15v3.0.15Greg Kroah-Hartman
2011-12-21Linux 3.0.14v3.0.14Greg Kroah-Hartman
2011-12-09Linux 3.0.13v3.0.13Greg Kroah-Hartman
2011-11-29Linux 3.0.12v3.0.12Greg Kroah-Hartman
2011-11-26Linux 3.0.11v3.0.11Greg Kroah-Hartman
2011-11-21Linux 3.0.10v3.0.10Greg Kroah-Hartman
2011-11-11Linux 3.0.9v3.0.9Greg Kroah-Hartman
2011-10-25Linux 3.0.8v3.0.8Greg Kroah-Hartman
2011-10-16Linux 3.0.7v3.0.7Greg Kroah-Hartman
2011-10-03Linux 3.0.6v3.0.6Greg Kroah-Hartman
2011-10-03Linux 3.0.5v3.0.5Greg Kroah-Hartman
2011-08-29Linux 3.0.4v3.0.4Greg Kroah-Hartman
2011-08-17Linux 3.0.3v3.0.3Greg Kroah-Hartman
2011-08-15Linux 3.0.2v3.0.2Greg Kroah-Hartman
2011-08-04Linux 3.0.1v3.0.1Greg Kroah-Hartman
2011-07-21Linux 3.0v3.0Linus Torvalds
2011-07-11Linux 3.0-rc7v3.0-rc7Linus Torvalds
2011-07-04Linux 3.0-rc6v3.0-rc6Linus Torvalds
2011-06-27Linux 3.0-rc5v3.0-rc5Linus Torvalds
2011-06-20Linux 3.0-rc4v3.0-rc4Linus Torvalds
2011-06-16Merge 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-15kbuild: Call depmod.sh via shellMichal 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-13Linux 3.0-rc3v3.0-rc3Linus Torvalds
2011-06-09Merge 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-09kbuild: Move depmod call to a separate scriptMichal 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-09kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVELMichal 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-09kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVELMichal 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-06Linux 3.0-rc2v3.0-rc2Linus Torvalds
2011-05-29Linux 3.0-rc1v3.0-rc1Linus 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>
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: (26 commits) arch/tile: prefer "tilepro" as the name of the 32-bit architecture compat: include aio_abi.h for aio_context_t arch/tile: cleanups for tilegx compat mode arch/tile: allocate PCI IRQs later in boot arch/tile: support signal "exception-trace" hook arch/tile: use better definitions of xchg() and cmpxchg() include/linux/compat.h: coding-style fixes tile: add an RTC driver for the Tilera hypervisor arch/tile: finish enabling support for TILE-Gx 64-bit chip compat: fixes to allow working with tile arch arch/tile: update defconfig file to something more useful tile: do_hardwall_trap: do not play with task->sighand tile: replace mm->cpu_vm_mask with mm_cpumask() tile,mn10300: add device parameter to dma_cache_sync() audit: support the "standard" <asm-generic/unistd.h> arch/tile: clarify flush_buffer()/finv_buffer() function names arch/tile: kernel-related cleanups from removing static page size arch/tile: various header improvements for building drivers arch/tile: disable GX prefetcher during cache flush arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD ...