Commit Graph

854 Commits

Author SHA1 Message Date
Greg Kroah-Hartman
cac65253a9 Linux 3.10.15 2013-10-05 07:13:21 -07:00
Greg Kroah-Hartman
8c15abc94c Linux 3.10.14 2013-10-01 09:18:05 -07:00
Greg Kroah-Hartman
cff43fc878 Linux 3.10.13 2013-09-26 17:18:49 -07:00
Greg Kroah-Hartman
410dbb7461 Linux 3.10.12 2013-09-14 06:55:12 -07:00
Greg Kroah-Hartman
85cdabba08 Linux 3.10.11 2013-09-07 22:10:14 -07:00
Greg Kroah-Hartman
8bf3379a74 Linux 3.10.10 2013-08-29 09:47:51 -07:00
Greg Kroah-Hartman
0a4b6d4ff2 Linux 3.10.9 2013-08-20 15:40:47 -07:00
Greg Kroah-Hartman
6f54059423 Linux 3.10.8 2013-08-20 08:43:19 -07:00
Greg Kroah-Hartman
519be4566e Linux 3.10.7 2013-08-14 22:59:42 -07:00
Greg Kroah-Hartman
22e994efa7 Linux 3.10.6 2013-08-11 18:49:02 -07:00
Greg Kroah-Hartman
dc51cd2570 Linux 3.10.5 2013-08-04 16:51:49 +08:00
Greg Kroah-Hartman
6f7bb6bafb Linux 3.10.4 2013-07-28 16:30:49 -07:00
Greg Kroah-Hartman
81a4648386 Linux 3.10.3 2013-07-25 15:16:45 -07:00
Greg Kroah-Hartman
0f4a56e16d Linux 3.10.2 2013-07-21 18:23:38 -07:00
Greg Kroah-Hartman
cb5d8be972 Linux 3.10.1 2013-07-13 11:42:41 -07:00
Linus Torvalds
8bb495e3f0 Linux 3.10 2013-06-30 15:13:29 -07:00
Linus Torvalds
9e895ace5d Linux 3.10-rc7 2013-06-22 09:47:31 -10:00
Linus Torvalds
7d13205581 Linux 3.10-rc6 2013-06-15 11:51:07 -10:00
Linus Torvalds
317ddd256b Linux 3.10-rc5 2013-06-08 17:41:04 -07:00
Linus Torvalds
d683b96b07 Linux 3.10-rc4 2013-06-02 17:11:17 +09:00
Linus Torvalds
e4aa937ec7 Linux 3.10-rc3 2013-05-26 16:00:47 -07:00
Linus Torvalds
c7788792a5 Linux 3.10-rc2 2013-05-20 14:37:38 -07:00
Linus Torvalds
f722406faa Linux 3.10-rc1 2013-05-11 17:14:08 -07:00
Linus Torvalds
b9e306e07e Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull misc kbuild updates from Michal Marek:
 "Non-critical kbuild changes:

   - make coccicheck improvements, but no new semantic patches this time

   - make rpm improvements

   - make tar-pkg change to include the architecture in the filename.

     This is a deliberate incompatibility, but nobody has complained so
     far and it is useful if you build for different architectures.  It
     also matches what the deb-pkg and rpm-pkg targets produce.

   - kbuild documentation fix"

* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  rpm-pkg: Remove pointless set -e statements
  rpm-pkg: Always regenerate the specfile
  rpm-pkg: Do not write to the parent directory
  rpm-pkg: Do not package the whole source directory
  buildtar: Add ARCH to the archive name
  Coccinelle: Fix patch output when coccicheck is used with M= and C=
  Coccinelle: Add support to the SPFLAGS variable
  Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variables
  Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)
  scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
  doc: change example to existing Makefile fragment
  scripts/tags.sh: Add magic for OFFSET and DEFINE
2013-05-07 07:59:19 -07:00
Linus Torvalds
f8ce1faf55 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Pull mudule updates from Rusty Russell:
 "We get rid of the general module prefix confusion with a binary config
  option, fix a remove/insert race which Never Happens, and (my
  favorite) handle the case when we have too many modules for a single
  commandline.  Seriously, the kernel is full, please go away!"

* tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  modpost: fix unwanted VMLINUX_SYMBOL_STR expansion
  X.509: Support parse long form of length octets in Authority Key Identifier
  module: don't unlink the module until we've removed all exposure.
  kernel: kallsyms: memory override issue, need check destination buffer length
  MODSIGN: do not send garbage to stderr when enabling modules signature
  modpost: handle huge numbers of modules.
  modpost: add -T option to read module names from file/stdin.
  modpost: minor cleanup.
  genksyms: pass symbol-prefix instead of arch
  module: fix symbol versioning with symbol prefixes
  CONFIG_SYMBOL_PREFIX: cleanup.
2013-05-05 10:58:06 -07:00