summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-03-3016-72/+98
|\
| * setlocalversion: Use "grep -q" instead of piping output to "read dummy"Roland Dreier2012-03-261-2/+1
| * modpost: fix ALL_INIT_DATA_SECTIONSJan Beulich2012-03-261-1/+1
| * Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren2012-03-268-60/+54
| * headers_check: recursively search for linux/types.h inclusionBobby Powers2012-03-261-1/+37
| * scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle2012-03-241-1/+1
| * scripts: dtc: fix compile warningsFelipe Balbi2012-03-242-6/+1
| * kbuild: clean up samples directoryGerard Snitselaar2012-02-251-1/+1
| * kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov2012-01-261-0/+2
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-03-309-10/+687
|\ \
| * | scripts/patch-kernel: digest kernel.org hosted .xz patchesShawn Landden2012-03-301-0/+4
| * | scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_errJulia Lawall2012-03-261-0/+70
| * | scripts: refactor remove structure forward declarationsYang Bai2012-03-261-3/+8
| * | kbuild: incremental tags update for GNU GlobalJianbin Kang2012-03-261-1/+1
| * | coccinelle: semantic patch for bool issuesJulia Lawall2012-02-251-0/+178
| * | coccinelle: semantic patch to check for PTR_ERR after reassignmentJulia Lawall2012-02-251-0/+41
| * | coccinelle: semantic patch converting 0 test to null testJulia Lawall2012-02-251-0/+237
| * | coccinelle: semantic patch for missing iounmapJulia Lawall2012-02-251-0/+67
| * | coccinelle: semantic patch for missing clk_putJulia Lawall2012-02-251-0/+67
| * | kbuild: Fix out-of-tree build for 'make deb-pkg'Joerg Roedel2012-02-251-3/+3
| * | kbuild: Only build linux-image package for UMLJoerg Roedel2012-02-241-5/+9
| * | kbuild: Fix link to headers in 'make deb-pkg'Joerg Roedel2012-02-241-0/+4
| * | Merge branch 'kbuild/rc-fixes' into kbuild/miscMichal Marek2012-02-242-12/+6
| |\ \
| * | | coccicheck: change handling of C={1,2} when M= is setGreg Dietsche2012-01-261-9/+4
| | |/ | |/|
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-03-303-22/+28
|\ \ \
| * | | merge_config.sh: Add option to display redundant configsJohn Stultz2012-03-301-0/+9
| * | | merge_config.sh: Set execute bitJohn Stultz2012-03-301-0/+0
| * | | merge_config.sh: Use the first file as the initial configJosh Boyer2012-03-241-1/+5
| * | | kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-262-21/+14
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-303-15/+30
|\ \ \
| * | | genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-03-301-3/+7
| * | | genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-291-1/+8
| * | | genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-291-5/+5
| * | | genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-303-46/+40
|\ \ \ \
| * | | | futex: Mark get_robust_list as deprecatedKees Cook2012-03-293-0/+14
| * | | | futex: Do not leak robust list to unprivileged processKees Cook2012-03-292-46/+26
| |/ / /
* | | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-30152-2493/+6063
|\ \ \ \
| * | | | mtd: docg3 add protection against concurrencyRobert Jarzmik2012-03-272-11/+41
| * | | | mtd: docg3 refactor cascade floors structureRobert Jarzmik2012-03-272-45/+61
| * | | | mtd: docg3 increase write/erase timeoutRobert Jarzmik2012-03-271-3/+3
| * | | | mtd: docg3 fix inbound calculationsRobert Jarzmik2012-03-271-12/+5
| * | | | mtd: nand: gpmi: fix function annotationsWolfram Sang2012-03-271-6/+6
| * | | | mtd: phram: fix section mismatch for phram_setupRyosuke Saito2012-03-271-1/+1
| * | | | mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-275-7/+1
| * | | | mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-271-1/+2
| * | | | mtd: sm_ftl: fix typo in major number.Maxim Levitsky2012-03-271-1/+1
| * | | | mtd: add device-tree support to spear_smiStefan Roese2012-03-273-12/+135
| * | | | mtd: spear_smi: Remove default partition information from driverStefan Roese2012-03-271-35/+6
| * | | | mtd: Add device-tree support to fsmc_nandStefan Roese2012-03-273-3/+91
OpenPOWER on IntegriCloud