summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt2012-04-231-0/+7
* powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt2012-04-231-8/+4
* powerpc/pmac: Don't add_timer() twiceBenjamin Herrenschmidt2012-04-231-0/+9
* powerpc/eeh: Fix crash caused by null eeh_devGavin Shan2012-04-231-1/+1
* Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-04-239-33/+71
|\
| * powerpc/mpc85xx: add MPIC message dts nodeMingkai Hu2012-04-192-0/+53
| * powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu2012-04-191-1/+1
| * powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu2012-04-191-5/+5
| * powerpc/mpic_msgr: fix compile error when SMP disabledMingkai Hu2012-04-191-0/+1
| * powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach2012-04-192-5/+3
| * powerpc/85xx: don't call of_platform_bus_probe() twiceTimur Tabi2012-04-193-22/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-181-0/+1
|\ \
| * | security: fix compile error in commoncap.cJonghwan Choi2012-04-191-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-04-184-28/+129
|\ \ \
| * | | fuse: use flexible array in fuse.hMiklos Szeredi2012-04-121-1/+1
| * | | fuse: allow nanosecond granularityMiklos Szeredi2012-04-111-0/+1
| * | | fuse: O_DIRECT support for filesAnand Avati2012-03-052-20/+112
| * | | fuse: fix nlink after unlinkMiklos Szeredi2012-03-051-7/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-04-1813-74/+125
|\ \ \ \ | |_|/ / |/| | |
| * | | [S390] Fix compile error in swab.hMartin Schwidefsky2012-04-111-1/+1
| * | | [S390] Fix stfle() lowcore protection problemMichael Holzheu2012-04-112-3/+2
| * | | [S390] cpum_cf: get rid of compile warningsHeiko Carstens2012-04-111-2/+2
| * | | [S390] irq: simple coding style changeHeiko Carstens2012-04-111-3/+6
| * | | [S390] update default configurationMichael Holzheu2012-04-111-19/+18
| * | | [S390] fix tlb flushing for page table pagesMartin Schwidefsky2012-04-114-28/+61
| * | | [S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu2012-04-111-9/+18
| * | | [S390] s390/char/vmur.c: fix memory leakDennis Chen2012-04-111-1/+1
| * | | [S390] drivers/s390/block/dasd_eckd.c: add missing dasd_sfree_requestJulia Lawall2012-04-111-8/+16
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-184-27/+41
|\ \ \ \
| * | | | fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-04-181-0/+5
| * | | | mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl2012-04-181-2/+3
| * | | | Smack: move label list initializationCasey Schaufler2012-04-182-25/+33
* | | | | xz: Enable BCJ filters on SPARC and 32-bit x86Lasse Collin2012-04-181-2/+2
* | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-04-186-6/+10
|\ \ \ \ \
| * | | | | libata: forbid port runtime pm by default, fixing regressionLin Ming2012-04-181-0/+1
| * | | | | libata: make ata_print_id atomicDan Williams2012-04-123-5/+5
| * | | | | sata_mv: silence an uninitialized variable warningDan Carpenter2012-04-121-1/+2
| * | | | | ata_piix: IDE-mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley2012-04-121-0/+2
* | | | | | Revert "ACPI: Make ACPI interrupt threaded"Thomas Gleixner2012-04-181-2/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-04-173-40/+15
|\ \ \ \ \
| * | | | | ext4: fix handling of journalled quota optionsTheodore Ts'o2012-04-161-17/+15
| * | | | | ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o2012-04-163-23/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-04-1711-46/+36
|\ \ \ \ \ \
| * | | | | | lockd: fix the endianness bugAl Viro2012-04-132-2/+2
| * | | | | | ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-04-131-2/+2
| * | | | | | ocfs2: ->rl_count endianness breakageAl Viro2012-04-131-1/+1
| * | | | | | ocfs: ->rl_used breakage on big-endianAl Viro2012-04-131-4/+4
| * | | | | | ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-04-132-3/+3
| * | | | | | btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-04-131-1/+1
| * | | | | | ext4: fix endianness breakage in ext4_split_extent_at()Al Viro2012-04-131-1/+1
OpenPOWER on IntegriCloud