aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: fix the warning when running make tagsAneesh Kumar K.V2007-07-171-1/+1
* kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle2007-07-171-2/+9
* kbuild: use POSIX BRE in headers install targetMike Frysinger2007-07-171-7/+7
* Whitelist references from __dbe_table to .initRalf Baechle2007-07-171-0/+1
* modpost white list pattern adjustmentJan Beulich2007-07-171-2/+4
* kbuild: do section mismatch check on full vmlinuxSam Ravnborg2007-07-173-6/+23
* kbuild: whitelist references from variables named _timer to .init.textSam Ravnborg2007-07-161-1/+2
* kbuild: remove hardcoded _logo names from modpostSam Ravnborg2007-07-162-16/+5
* kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg2007-07-162-2/+1
* kbuild: warn about references from .init.text to .exit.textSam Ravnborg2007-07-161-1/+0
* kbuild: consolidate section checksSam Ravnborg2007-07-161-25/+7
* kbuild: refactor code in modpost to improve maintainabilitySam Ravnborg2007-07-161-79/+75
* kbuild: ignore section mismatch warnings originating from .note sectionSam Ravnborg2007-07-161-0/+2
* kbuild: .paravirtprobe section is obsolete, so modpost doesn't need to handle itJeremy Fitzhardinge2007-07-161-11/+0
* kbuild: suppress modpost warnings for references from the .toc section as use...Stephen Rothwell2007-07-161-1/+4
* kbuild: make better section mismatch reports on armSam Ravnborg2007-07-161-0/+24
* kbuild: make better section mismatch reports on i386 and mipsAtsushi Nemoto2007-07-162-0/+76
* kconfig: fix update-po-configSam Ravnborg2007-07-162-18/+21
* kbuild: add support for squashing uid/gid in gen_initramfs_list.shMike Frysinger2007-07-161-6/+6
* kbuild: add support for reading stdin with gen_init_cpioMike Frysinger2007-07-161-1/+3
* kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger2007-07-161-1/+1
* scripts: Make cleanfile/cleanpatch warn about long linesH. Peter Anvin2007-07-162-5/+107
* kbuild: avoid environment to set variables used by kbuildSam Ravnborg2007-07-161-0/+16
* kbuild: document cc-fullversionSam Ravnborg2007-07-161-0/+14
* powerpc: Refuse to build 64-bit with GCC-4.2.0 and CONFIG_MODULESSegher Boessenkool2007-07-161-0/+8
* kbuild: New 'cc-fullversion' macroSegher Boessenkool2007-07-162-4/+18
* kbuild: asm-offsets.h is now cleaned with O=.. buildsSam Ravnborg2007-07-161-0/+1
* Remove duplicate comments from sysctl.cLinus Torvalds2007-07-161-8/+0
* Fix new generic block device SG compileLinus Torvalds2007-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-07-162-36/+44
|\
| * [PATCH] sched: fix up fs/proc/array.c whitespace problemsIngo Molnar2007-07-161-26/+25
| * [PATCH] sched: prettify prio_to_wmult[]Ingo Molnar2007-07-161-8/+8
| * [PATCH] sched: document prio_to_wmult[]Ingo Molnar2007-07-161-0/+7
| * [PATCH] sched: improve weight-array commentsIngo Molnar2007-07-161-1/+3
| * [PATCH] sched: remove dead code from task_stime()Ingo Molnar2007-07-161-1/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-1639-1054/+4623
|\ \
| * | [PATCH] ocfs2: zero_user_page conversionEric Sandeen2007-07-101-11/+2
| * | ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-106-16/+216
| * | ocfs2: support for removing file regionsMark Fasheh2007-07-104-12/+262
| * | ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-103-46/+35
| * | ocfs2: btree support for removal of arbirtrary extentsMark Fasheh2007-07-101-0/+367
| * | ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-107-28/+105
| * | ocfs2: support writing of unwritten extentsMark Fasheh2007-07-103-26/+84
| * | ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh2007-07-101-32/+76
| * | ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-106-91/+1770
| * | ocfs2: abstract btree growing callsMark Fasheh2007-07-101-45/+74
| * | ocfs2: use all extent block suballocatorsMark Fasheh2007-07-102-12/+0
| * | ocfs2: plug truncate into cached dealloc routinesMark Fasheh2007-07-105-94/+29
| * | ocfs2: simplify deallocation lockingMark Fasheh2007-07-104-21/+242
| * | ocfs2: harden buffer check during mapping of page blocksMark Fasheh2007-07-101-1/+2