| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-05 | 1 | -99/+120 |
|\ |
|
| * | tracing: Only print objcopy version warning once from recordmcount | Steven Rostedt | 2009-11-17 | 1 | -2/+10 |
| * | tracing: Exit with error if a weak function is used in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -7/+3 |
| * | tracing: Move conditional into update_funcs() in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -5/+3 |
| * | tracing: Add regex for weak functions in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -7/+9 |
| * | tracing: Move mcount section search to front of loop in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -14/+18 |
| * | tracing: Fix objcopy revision check in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -29/+27 |
| * | tracing: Check absolute path of input file in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -1/+1 |
| * | tracing: Correct the check for number of arguments in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -1/+1 |
| * | tracing: Amend documentation in recordmcount.pl to reflect implementation | Li Hong | 2009-10-29 | 1 | -35/+49 |
| * | Merge branch 'tracing/urgent' into tracing/core | Ingo Molnar | 2009-10-29 | 7 | -10/+25 |
| |\ |
|
| * | | tracing: Enable "__cold" functions | Jiri Olsa | 2009-10-14 | 1 | -0/+1 |
* | | | Merge branch 'master' into next | James Morris | 2009-12-03 | 24 | -331/+446 |
|\ \ \ |
|
| * | | | kconfig: Fix make O=<dir> local{mod,yes}config | Steven Rostedt | 2009-11-20 | 2 | -8/+8 |
| * | | | Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-11-17 | 13 | -286/+315 |
| |\ \ \ |
|
| | * | | | dtc: Mark various internal functions static | Josh Triplett | 2009-11-15 | 3 | -3/+3 |
| | * | | | dtc: Set "noinput" in the lexer to avoid an unused function | Josh Triplett | 2009-11-15 | 2 | -17/+54 |
| | * | | | genksyms: Mark is_reserved_word static | Josh Triplett | 2009-11-15 | 2 | -45/+52 |
| | * | | | kconfig: Mark various internal functions static | Josh Triplett | 2009-11-15 | 6 | -15/+32 |
| | * | | | kconfig: Make zconf.y work with current bison | Josh Triplett | 2009-10-15 | 2 | -206/+174 |
| | | |/
| | |/| |
|
| * | | | get_maintainer: fix usage comment | Roel Kluin | 2009-11-12 | 1 | -2/+2 |
| * | | | checkpatch: version 0.30 | Andy Whitcroft | 2009-10-29 | 1 | -1/+1 |
| * | | | checkpatch: fix false EXPORT_SYMBOL warning | Andy Whitcroft | 2009-10-29 | 1 | -9/+39 |
| * | | | checkpatch: fix __attribute__ matching | Andy Whitcroft | 2009-10-29 | 1 | -2/+2 |
| * | | | checkpatch: fix false errors due to macro concatenation | Andy Whitcroft | 2009-10-29 | 1 | -1/+4 |
| * | | | checkpatch: update copyright dates | Andy Whitcroft | 2009-10-29 | 1 | -1/+1 |
| * | | | checkpatch: correctly stop scanning at the bottom of a hunk | Andy Whitcroft | 2009-10-29 | 1 | -1/+2 |
| * | | | checkpatch: possible types -- prevent illegal modifiers being added | Andy Whitcroft | 2009-10-29 | 1 | -8/+12 |
| * | | | scripts/get_maintainer.pl: add patch/file search for keywords | Joe Perches | 2009-10-29 | 1 | -2/+35 |
| |/ / |
|
| * | | warn about use of uninstalled kernel headers | Arnd Bergmann | 2009-10-11 | 1 | -1/+1 |
| * | | kbuild: mkcompile_h: trivial cleanups | Felipe Contreras | 2009-10-11 | 1 | -1/+3 |
| * | | kbuild: fix warning when domainname is not available | Felipe Contreras | 2009-10-11 | 1 | -2/+6 |
| * | | kbuild: Fix size_append issue for bzip2/lzma kernel | Alek Du | 2009-10-11 | 1 | -1/+1 |
| * | | kbuild,scripts: use non-builtin echo for '-e' | Amerigo Wang | 2009-10-11 | 2 | -3/+3 |
| * | | kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set | Frans Pop | 2009-10-11 | 2 | -2/+11 |
| |/ |
|
* | | SELinux: header generation may hit infinite loop | Eric Paris | 2009-11-23 | 1 | -1/+1 |
* | | selinux: Fix warnings | Alan Cox | 2009-11-19 | 1 | -2/+2 |
* | | SELinux: add .gitignore files for dynamic classes | Eric Paris | 2009-10-24 | 1 | -0/+1 |
* | | selinux: generate flask headers during kernel build | Stephen Smalley | 2009-10-07 | 3 | -2/+125 |
* | | selinux: dynamic class/perm discovery | Stephen Smalley | 2009-10-07 | 1 | -123/+28 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 19 | -171/+235 |
|\ |
|
| * | kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts. | Tim Abbott | 2009-09-21 | 1 | -1/+1 |
| * | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 2009-09-20 | 1 | -1/+2 |
| * | kbuild: add static to prototypes | Trevor Keith | 2009-09-20 | 9 | -43/+43 |
| * | kbuild: fail build if recordmcount.pl fails | Andi Kleen | 2009-09-20 | 1 | -1/+1 |
| * | kbuild: echo the record_mcount command | Andi Kleen | 2009-09-20 | 1 | -0/+1 |
| * | gconfig: disable "typeahead find" search in treeviews | Diego Elio 'Flameeyes' Pettenò | 2009-09-20 | 1 | -2/+2 |
| * | kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling | Jory A. Pratt | 2009-09-20 | 1 | -2/+2 |
| * | checkincludes.pl: add option to remove duplicates in place | Luis R. Rodriguez | 2009-09-20 | 1 | -7/+59 |
| * | markup_oops: use modinfo to avoid confusion with underscored module names | Ozan Çaglayan | 2009-09-20 | 1 | -4/+1 |