aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Linux 3.0-rc2Linus Torvalds2011-06-061-1/+1
|/
* Linux 3.0-rc1Linus Torvalds2011-05-291-5/+5
| | | | | | | | | | .. 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>
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf2011-05-251-0/+3
| | | | | | | | | | | | | | | | With this change, you can (and should) build with ARCH=tilepro for the current 32-bit chips. Building with ARCH=tile continues to work, but we've renamed the defconfig file to tilepro_defconfig for consistency. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>