summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller4-28/+76
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-1/+15
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+16
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-18/+19
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+17
2009-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-103/+80
2009-08-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-28/+44
2009-08-25Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds3-39/+22
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2009-08-25tty: make sure to flush any pending work when halting the ldiscLinus Torvalds1-3/+7
2009-08-25powerpc/85xx: Add QE USB support for MPC8569E-MDS boardsAnton Vorontsov2-0/+49
2009-08-25powerpc/82xx: Add CPM USB Gadget support for MPC8272ADS boardsAnton Vorontsov2-0/+22
2009-08-25powerpc/82xx: Fix BCSR bits for MPC8272ADS boardsAnton Vorontsov1-1/+7
2009-08-25powerpc/85xx: Add eSDHC support for MPC8536DS boardsAnton Vorontsov2-0/+16
2009-08-25x86: Fix build with older binutils and consolidate linker scriptJan Beulich1-79/+47
2009-08-25sound: pcm_lib: fix unsorted list constraint handlingClemens Ladisch1-31/+8
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2-2/+2
2009-08-24powerpc/85xx: sbc8560 - remove "has-rstcr" from global utilities blockPaul Gortmaker1-1/+0
2009-08-24powerpc/85xx: issue fsl_soc reboot warning only when applicablePaul Gortmaker1-2/+4
2009-08-24powerpc/85xx: sbc8560 - Fix warm reboot with board specific reset functionLiang Li1-1/+38
2009-08-24powerpc/83xx: sbc8349 - update defconfig, enable MTD, USB storagePaul Gortmaker1-12/+308
2009-08-24powerpc/83xx: Fix incorrect PCI interrupt map in SBC834x DTSLiang Li1-4/+4
2009-08-24powerpc/83xx: Add localbus node and MTD partitions for SBC834xLiang Li1-0/+40
2009-08-24powerpc/83xx: Remove second USB node from SBC834x DTSLiang Li1-12/+0
2009-08-24powerpc/85xx: Add support for P2020RDB boardPoonam Aggrwal5-1/+739
2009-08-24powerpc/booke: Move MMUCSR definition into mmu-book3e.hKumar Gala3-8/+12
2009-08-24powerpc/82xx: mgcoge - updated defconfigHeiko Schocher1-6/+80
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-08-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+19
2009-08-24Merge branch 'fixes' of git://git.marvell.com/orionLinus Torvalds4-2/+13
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins3-13/+21
2009-08-24Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-3/+9
2009-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2-3/+17
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-45/+89
2009-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-80/+117
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-5/+7
2009-08-24x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang1-1/+1
2009-08-24[ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom1-1/+1
2009-08-24[ARM] Kirkwood: enable eSATA on QNAP TS-219PJohn Holland2-1/+10
2009-08-24[ARM] Kirkwood: __init requires linux/init.hMartin Michlmayr1-0/+2
2009-08-24ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara1-13/+27
2009-08-24ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDEREDTheodore Ts'o1-15/+17
2009-08-24sound: vx222: fix input level control range checkClemens Ladisch1-2/+2
2009-08-23smc91x: let smc91x work well under netpollDongdong Deng1-18/+22
2009-08-23pxaficp-ir: remove incorrect net_device_opsMarek Vasut1-3/+1
2009-08-23NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-08-24ima: hashing large files bug fixMimi Zohar1-2/+4
2009-08-24kernel_read: redefine offset typeMimi Zohar2-3/+3
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng4-9/+13
2009-08-23netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng1-0/+5