summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: implement the `mainmenu' directiveArnaud Lacombe2010-09-202-4/+13
* kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe2010-09-201-0/+3
* kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-206-54/+45Star
* kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-206-34/+43
* kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe2010-09-202-11/+11
* kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe2010-09-201-14/+5Star
* kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-09-081-1/+1
* xconfig: Change the titlebar if using Qt3Michal Marek2010-09-061-2/+8
* kconfig qconf: port to QT4Alexander Stein2010-09-013-146/+168
* kbuild: use getopt_long(), not its _only() variantArnaud Lacombe2010-08-311-1/+1
* kbuild: don't overwrite HOST_EXTRACFLAGSArnaud Lacombe2010-08-261-4/+2Star
* kbuild: fix typoArnaud Lacombe2010-08-171-1/+1
* kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBESArnaud Lacombe2010-08-171-2/+3
* kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe2010-08-171-0/+1
* nconfig: add search supportNir Tzachar2010-08-163-180/+208
* kconfig: fix segfault when detecting recursive dependencySam Ravnborg2010-08-151-0/+2
* kconfig: fix savedefconfig with choice marked optionalSam Ravnborg2010-08-151-2/+4
* kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2010-08-132-2/+16
* kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren2010-08-133-2/+9
* nconfig: Fix segfault when menu is emptyAndrej Gelenberg2010-08-131-0/+2
* kconfig: fix tristate choice with minimal configSam Ravnborg2010-08-121-35/+67
* kconfig: fix savedefconfig for tristate choicesSam Ravnborg2010-08-121-4/+3Star
* Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek2010-08-0415241-690787/+1248926
|\
| * Linux 2.6.35Linus Torvalds2010-08-021-1/+1
| * NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust2010-08-022-5/+6
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-3111-49/+75
| |\
| | * cyber2000fb: fix console in truecolor modesOndrej Zary2010-07-311-0/+1
| | * cyber2000fb: fix machine hang on module loadOndrej Zary2010-07-311-0/+2
| | * SA1111: Eliminate use after freeJulia Lawall2010-07-311-3/+2Star
| | * ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King2010-07-313-4/+8
| | * ARM: 6279/1: highmem: fix SMP preemption bug in kmap_high_l1_viptGary King2010-07-311-5/+8
| | * ARM: Add barriers to io{read,write}{8,16,32} accessors as wellRussell King2010-07-291-20/+18Star
| | * ARM: 6273/1: Add barriers to the I/O accessors if ARM_DMA_MEM_BUFFERABLECatalin Marinas2010-07-291-0/+11
| | * ARM: 6272/1: Convert L2x0 to use the IO relaxed operationsCatalin Marinas2010-07-291-13/+13
| | * ARM: 6271/1: Introduce *_relaxed() I/O accessorsCatalin Marinas2010-07-291-12/+17
| | * ARM: 6275/1: ux500: don't use writeb() in uncompress.hRabin Vincent2010-07-291-5/+5
| | * ARM: 6270/1: clean files in arch/arm/boot/compressed/Magnus Damm2010-07-291-0/+3
| | * ARM: Fix csum_partial_copy_from_user()Russell King2010-07-261-1/+1
| * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-07-314-11/+32
| |\ \
| | * | NFS: Ensure that writepage respects the nonblock flagTrond Myklebust2010-07-301-6/+17
| | * | NFS: kswapd must not block in nfs_release_pageTrond Myklebust2010-07-303-4/+14
| | * | nfs: include space for the NUL in root pathDan Carpenter2010-07-301-1/+1
| * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-312-2/+3
| |\ \ \
| | * | | drm/edid: Fix the HDTV hack sync adjustmentAdam Jackson2010-07-291-2/+2
| | * | | drm/radeon/kms: fix radeon mid power profile reportingDaniel J Blueman2010-07-291-0/+1
| * | | | mm: fix ia64 crash when gcore reads gate areaHugh Dickins2010-07-311-3/+13
| * | | | CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2010-07-312-2/+2
| | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-07-303-10/+32
| |\ \ \
| | * | | [S390] etr: fix clock synchronization raceMartin Schwidefsky2010-07-271-6/+12
| | * | | [S390] Fix IRQ tracing in case of PERHeiko Carstens2010-07-272-4/+20