aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-10netfilter: ctnetlink: fix timestamp support for new conntracksGravatar Pablo Neira Ayuso 1-0/+4
2011-05-09net/9p: Handle get_user_pages_fast return properlyGravatar M. Mohan Kumar 2-9/+4
2011-05-09Linux 2.6.39-rc7v2.6.39-rc7Gravatar Linus Torvalds 1-1/+1
2011-05-09vm: fix vm_pgoff wrap in upward expansionGravatar Hugh Dickins 1-4/+7
2011-05-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+23
2011-05-09xfs: fix race condition in AIL push triggerGravatar Dave Chinner 1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Gravatar Dave Chinner 1-3/+4
2011-05-09xfs: always push the AIL to the targetGravatar Dave Chinner 1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyGravatar Dave Chinner 1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGGravatar Dave Chinner 1-0/+1
2011-05-09Don't lock guardpage if the stack is growing upGravatar Mikulas Patocka 3-15/+37
2011-05-09pch_gbe: support ML7223 IOHGravatar Tomoya 2-1/+18
2011-05-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Gravatar Linus Torvalds 3-43/+150
2011-05-09PCH_GbE : Fixed the issue of checksum judgmentGravatar Toshiharu Okada 1-5/+4
2011-05-09PCH_GbE : Fixed the issue of collision detectionGravatar Toshiharu Okada 1-2/+1
2011-05-09NET: slip, fix ldisc->open retvalGravatar Matvejchikov Ilya 1-1/+3
2011-05-09be2net: Fixed bugs related to PVID.Gravatar Somnath Kotur 3-8/+14
2011-05-09ehea: fix wrongly reported speed and portGravatar Kleber Sacilotto de Souza 1-8/+13
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onGravatar Alex Williamson 1-0/+3
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Gravatar Chris Wilson 1-2/+2
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Gravatar Chris Wilson 1-2/+0
2011-05-09Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Gravatar Linus Torvalds 2-11/+16
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 7-13/+41
2011-05-09Merge branch 'hpfs'Gravatar Linus Torvalds 15-793/+730
2011-05-09HPFS: Remove unused variableGravatar Mikulas Patocka 1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersGravatar Mikulas Patocka 1-1/+1
2011-05-09HPFS: Fix some unaligned accessesGravatar Mikulas Patocka 3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 11-418/+498
2011-05-09HPFS: Implement fsync for hpfsGravatar Mikulas Patocka 1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itGravatar Mikulas Patocka 1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesGravatar Mikulas Patocka 1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemGravatar Mikulas Patocka 1-0/+3
2011-05-09HPFS: Use types with defined widthGravatar Mikulas Patocka 1-112/+107
2011-05-09HPFS: Remove mark_inode_dirtyGravatar Mikulas Patocka 1-3/+0
2011-05-09HPFS: Remove CR/LF conversion optionGravatar Mikulas Patocka 6-75/+7
2011-05-09HPFS: Remove remaining locksGravatar Mikulas Patocka 9-155/+50
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Gravatar Mikulas Patocka 4-18/+51
2011-05-09HPFS: Make HPFS compile on preempt and SMPGravatar Mikulas Patocka 2-6/+0
2011-05-09eeepc-laptop: Use ACPI handle to identify rfkill portGravatar Matthew Garrett 1-16/+41
2011-05-09[PATCH] sony-laptop: limit brightness range to DSDT provided onesGravatar Mattia Dongili 1-24/+103
2011-05-09sony-laptop: report failures on setting LCD brightnessGravatar Mattia Dongili 1-2/+3
2011-05-09thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.Gravatar Manoj Iyer 1-2/+4
2011-05-09drm/radeon/kms: add pci id to acer travelmate quirk for 5730Gravatar Alex Deucher 1-2/+2
2011-05-09drm/radeon: fix order of doing things in radeon_crtc_cursor_setGravatar Ilija Hadzic 1-3/+3
2011-05-09drm: mm: fix debug outputGravatar Daniel Vetter 2-4/+4
2011-05-09Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Gravatar Dave Airlie 2-2/+5
2011-05-09drm/radeon/kms: ATPX switcheroo fixesGravatar Alex Deucher 1-2/+27
2011-05-08tcp_cubic: limit delayed_ack ratio to prevent divide errorGravatar stephen hemminger 1-2/+7
2011-05-08ipheth: Properly distinguish length and alignment in URBs and skbsGravatar Ben Hutchings 1-5/+9
2011-05-09drm/nouveau: Fix a crash at card takedown for NV40 and older cardsGravatar Jimmy Rentz 2-2/+5