aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | gcc 4.6 compatDaniel Hillenbrand2012-07-221-1/+2
| |
* | cross compilecodeworkx2012-06-051-1/+1
| |
* | samsung update 1codeworkx2012-06-021-2/+10
|/
* 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>
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This support was partially present in the existing code (look for "__tilegx__" ifdefs) but with this change you can build a working kernel using the TILE-Gx toolchain and ARCH=tilegx. Most of these files are new, generally adding a foo_64.c file where previously there was just a foo_32.c file. The ARCH=tilegx directive redirects to arch/tile, not arch/tilegx, using the existing SRCARCH mechanism in the top-level Makefile. Changes to existing files: - <asm/bitops.h> and <asm/bitops_32.h> changed to factor the include of <asm-generic/bitops/non-atomic.h> in the common header. - <asm/compat.h> and arch/tile/kernel/compat.c changed to remove the "const" markers I had put on compat_sys_execve() when trying to match some recent similar changes to the non-compat execve. It turns out the compat version wasn't "upgraded" to use const. - <asm/opcode-tile_64.h> and <asm/opcode_constants_64.h> were previously included accidentally, with the 32-bit contents. Now they have the proper 64-bit contents. Finally, I had to hack the existing hacky drivers/input/input-compat.h to add yet another "#ifdef" for INPUT_COMPAT_TEST (same as x86_64). Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> [drivers/input]
* | Merge branch 'misc' of ↵Linus Torvalds2011-05-251-3/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: export_report: use warn() to issue WARNING, so they go to stderr export_report: sort SECTION 2 output export_report: do collectcfiles work in perl itself kbuild: make versioncheck work in KBUILD_OUTDIR kbuild: make includecheck work in KBUILD_OUTDIR kbuild: make headerdep work in KBUILD_OUTDIR kbuild: add targets to PHONY kbuild: don't warn about include/linux/version.h not including itself eradicate bashisms in scripts/patch-kernel
| * | kbuild: make versioncheck work in KBUILD_OUTDIRPeter Foley2011-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the versioncheck target so it works when make is invoked in KBUILD_OUTDIR. Signed-off-by: Peter Foley <pefoley2@verizon.net> Signed-off-by: Michal Marek <mmarek@suse.cz>
| * | kbuild: make includecheck work in KBUILD_OUTDIRPeter Foley2011-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the includecheck target so it works when make is invoked in KBUILD_OUTDIR. Signed-off-by: Peter Foley <pefoley2@verizon.net> Signed-off-by: Michal Marek <mmarek@suse.cz>
| * | kbuild: make headerdep work in KBUILD_OUTDIRPeter Foley2011-05-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the headerdep target so it works when make is invoked in KBUILD_OUTDIR. Signed-off-by: Peter Foley <pefoley2@verizon.net> Signed-off-by: Michal Marek <mmarek@suse.cz>
| * | kbuild: add targets to PHONYPeter Foley2011-05-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds some targets to PHONY so they are built even if a file with the same name exists. Signed-off-by: Peter Foley <pefoley2@verizon.net> Signed-off-by: Michal Marek <mmarek@suse.cz>
* | | Merge branch 'kbuild' of ↵Linus Torvalds2011-05-241-13/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.o scripts/kallsyms.c: fix potential segfault scripts/gen_initramfs_list.sh: Convert to a /bin/sh script kbuild: Fix GNU make v3.80 compatibility kbuild: Fix passing -Wno-* options to gcc 4.4+ kbuild: move scripts/basic/docproc.c to scripts/docproc.c kbuild: Fix Makefile.asm-generic for um kbuild: Allow to combine multiple W= levels kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0 Fix handling of backlash character in LINUX_COMPILE_BY name kbuild: asm-generic support kbuild: implement several W= levels kbuild: Fix build with binutils <= 2.19 initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entries kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macros kbuild: Drop unused LINUX_COMPILE_TIME and LINUX_COMPILE_DOMAIN macros kbuild: Use the deterministic mode of ar kbuild: Call gzip with -n kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to Makefile Kconfig: improve KALLSYMS_ALL documentation Fix up trivial conflict in Makefile
| * | | kbuild: Fix GNU make v3.80 compatibilityKevin Cernekee2011-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Documentation/Changes, the kernel should be buildable with GNU make 3.80+. Commit 88d7be031f9f975bb3f50a0b5ef3796a671e7edf (kbuild: Use a single clean rule for kernel and external modules) introduced the "$(or" construct, which requires make 3.81. This causes "make clean" to malfunction when it is used with external modules. Replace "$(or" with an equivalent "$(if" expression, to restore backward compatibility. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Cc: stable@kernel.org Signed-off-by: Michal Marek <mmarek@suse.cz>
| * | | kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek2011-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with 4.4, gcc will happily accept -Wno-<anything> in the cc-option test and complain later when compiling a file that has some other warning. This rather unexpected behavior is intentional as per http://gcc.gnu.org/PR28322, so work around it by testing for support of the opposite option (without the no-). Introduce a new Makefile function cc-disable-warning that does this and update two uses of cc-option in the toplevel Makefile. Reported-and-tested-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Michal Marek <mmarek@suse.cz>
| * | | kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley2011-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | Move docproc from scripts/basic to scripts so it is only built for *doc targets instead of every time the kernel is built.