summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-11-077-30/+69
|\
| * ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe2008-11-071-0/+2
| * ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V2008-11-071-0/+2
| * ext4: calculate journal credits correctlyTheodore Ts'o2008-11-061-2/+3
| * ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o2008-11-031-11/+8
| * ext4: Convert to host order before using the values.Aneesh Kumar K.V2008-11-041-3/+2
| * ext4: fix missing ext4_unlock_group in error pathAneesh Kumar K.V2008-11-041-0/+1
| * jbd2: deregister proc on failure in jbd2_journal_init_inodeSami Liedes2008-11-021-0/+2
| * jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o2008-11-061-7/+25
| * jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o2008-11-061-7/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-0616-28/+97
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-067-12/+40
| |\ \
| | * | iwl3945: fix deadlock on suspendZhu, Yi2008-11-061-1/+1
| | * | iwl3945: do not send scan command if channel count zeroReinette Chatre2008-11-061-0/+5
| | * | iwl3945: clear scanning bits upon failureMohamed Abbas2008-11-061-0/+8
| | * | ath5k: correct handling of rx status fieldsBob Copeland2008-11-061-8/+8
| | * | zd1211rw: Add 2 device IDsDaniel Drake2008-11-061-0/+2
| | * | Fix logic error in rfkill_check_duplicityJonathan McDowell2008-11-061-1/+1
| | * | iwlagn: avoid sleep in softirq contextJohn W. Linville2008-11-061-1/+5
| | * | iwlwifi: clear scanning bits upon failureMohamed Abbas2008-11-061-0/+7
| | * | Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville2008-11-061-1/+3
| * | | net: Fix recursive descent in __scm_destroy().David S. Miller2008-11-063-5/+26
| * | | tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller2008-11-051-2/+1
| * | | netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan2008-11-052-0/+8
| * | | ipv6: fix run pending DAD when interface becomes readyBenjamin Thery2008-11-051-1/+3
| * | | net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| * | | net: fix packet socket delivery in rx irq handlerPatrick McHardy2008-11-043-13/+43
| * | | xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen2008-11-042-0/+2
| |/ /
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-0613-34/+39
|\ \ \
| * | | Revert "x86: default to reboot via ACPI"Eduardo Habkost2008-11-061-5/+1
| * | | x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
| * | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-061-2/+7
| |\ \ \
| | * | | AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel2008-11-061-1/+6
| | * | | AMD IOMMU: fix detection of NP capable IOMMUsJoerg Roedel2008-10-301-1/+1
| * | | | x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2008-11-062-0/+11
| * | | | x86: remove VISWS and PARAVIRT around NR_IRQS puzzleYinghai Lu2008-11-061-3/+3
| * | | | x86: mention ACPI in top-level Kconfig menuBjorn Helgaas2008-11-061-1/+1
| * | | | x86: size NR_IRQS on 32-bit systems the same way as 64-bitYinghai Lu2008-11-061-14/+6
| * | | | x86: don't allow nr_irqs > NR_IRQSBen Hutchings2008-11-061-0/+2
| * | | | x86/docs: remove noirqbalance param docsMark McLoughlin2008-11-041-2/+0
| * | | | x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria2008-11-041-4/+4
| * | | | x86, voyager: fix smp_intr_init() compile breakageJames Bottomley2008-11-033-2/+3
| | |_|/ | |/| |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-0612-68/+123
|\ \ \ \
| * \ \ \ Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-11-064-16/+16
| |\ \ \ \
| | * | | | ARM: OMAP: Fix define for twl4030 irqsTony Lindgren2008-11-041-1/+1
| | * | | | ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bitsTony Lindgren2008-11-041-1/+3
| | * | | | ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omapZhaolei2008-11-041-10/+10
| | * | | | ARM: OMAP: Fix compiler warnings in gpmc.cSanjeev Premi2008-11-041-4/+2
| | |/ / /
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Russell King2008-11-061-2/+2
| |\ \ \ \
| | * | | | [ARM] xsc3: fix xsc3_l2_inv_rangeDan Williams2008-11-061-2/+2
| | |/ / /
OpenPOWER on IntegriCloud