summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2-1/+12
2011-07-26fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce1-1/+1
2011-07-26ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul1-2/+11
2011-07-26Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds30-1052/+393
2011-07-26vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds1-1/+1
2011-07-26md/raid5: move stripe_head_state and more code into handle_stripe.NeilBrown1-182/+158
2011-07-26md/raid5: add some more fields to stripe_head_stateNeilBrown2-31/+29
2011-07-26md/raid5: unify stripe_head_state and r6_stateNeilBrown2-45/+40
2011-07-26md/raid5: move common code into handle_stripeNeilBrown1-12/+6
2011-07-26md/raid5: replace sh->lock with an 'active' flag.NeilBrown2-32/+29
2011-07-26md/raid5: Protect some more code with ->device_lock.NeilBrown1-14/+16
2011-07-26md/raid5: Remove use of sh->lock in sync_requestNeilBrown2-19/+27
2011-07-26tpm_nsc: Fix bug when loading multiple TPM driversStefan Berger1-7/+7
2011-07-26net: Convert struct net_device uc_promisc to boolJoe Perches2-3/+3
2011-07-26net: fix eth.c kernel-doc warningRandy Dunlap1-0/+1
2011-07-26IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2011-07-26ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-26drivers:connector:remove an unused variable *tracer*Wanlong Gao1-1/+0
2011-07-26acenic: use netdev_alloc_skb_ip_alignstephen hemminger2-24/+27
2011-07-26xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2-1/+5
2011-07-26Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2-6/+18
2011-07-26drm/i915/dp: Don't turn CPT DP ports on too earlyAdam Jackson1-4/+10
2011-07-26drm/i915/dp: Explicitly disable symbol scrambling while trainingAdam Jackson1-2/+4
2011-07-26drm/i915/pch: Fix integer math bugs in panel fittingAdam Jackson1-0/+4
2011-07-26cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar3-23/+103
2011-07-26CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-26[CIFS] Redundant null check after dereferenceSteve French1-5/+0
2011-07-26Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2-21/+27
2011-07-26drm/i915: Hold mode_config->mutex during hotplug processingKeith Packard1-0/+3
2011-07-26cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig2-58/+10
2011-07-26cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig1-86/+23
2011-07-26cifs: introduce cifs_direntChristoph Hellwig1-69/+125
2011-07-26btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh1-2/+6
2011-07-26btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2-2/+8
2011-07-26Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-468/+1285
2011-07-26cifs: cleanup cifs_filldirChristoph Hellwig1-44/+36
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds384-676/+569
2011-07-26perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tablesArnaldo Carvalho de Melo1-3/+112
2011-07-26xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman4-7/+10
2011-07-26xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman5-7/+6
2011-07-26xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman2-3/+0
2011-07-26Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman6-7/+10
2011-07-26xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman3-5/+4
2011-07-26xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman16-47/+45
2011-07-26xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman2-3/+0
2011-07-26xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman4-4/+3
2011-07-26xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman7-26/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman16-55/+40
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman3-3/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-795/+477