summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-08watchdog: mpc8xxx_wdt: fix buildPeter Korsgaard1-1/+1
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds11-89/+151
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds40-2092/+324
2011-04-07Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-12/+50
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds8-31/+61
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2463-4249/+4249
2011-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-7/+36
2011-04-07fix build fail for hv_mouse indefine udelayYouquan Song1-0/+1
2011-04-07mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds1-2/+9
2011-04-07x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()Feng Tang1-1/+3
2011-04-07rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm()Feng Tang1-3/+4
2011-04-07x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld1-1/+1
2011-04-07staging: usbip: bugfix for isochronous packets and optimizationArjan Mels4-14/+122
2011-04-07staging: usbip: bugfix add number of packets for isochronous framesArjan Mels1-1/+6
2011-04-07staging: usbip: bugfixes related to kthread conversionArjan Mels1-25/+15
2011-04-07staging: usbip: fix shutdown problems.Arjan Mels1-2/+4
2011-04-07staging: hv: Fix GARP not sent after Quick MigrationHaiyang Zhang1-0/+24
2011-04-07x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin1-0/+5
2011-04-06HID: Add support for CH Pro ThrottleJiri Kosina2-0/+2
2011-04-06HID: hid-magicmouse: Increase evdev buffer sizeChase Douglas1-0/+2
2011-04-06Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2-65/+113
2011-04-06KVM: move and fix substitue search for missing CPUID entriesAndre Przywara1-6/+25
2011-04-06KVM: fix XSAVE bit scanningAndre Przywara1-3/+3
2011-04-06KVM: Enable async page fault processingGleb Natapov1-2/+21
2011-04-06KVM: fix crash on irqfd deassignMichael S. Tsirkin1-1/+1
2011-04-06Linux 2.6.39-rc2v2.6.39-rc2Linus Torvalds1-1/+1
2011-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Linus Torvalds14-91/+148
2011-04-06inotify: fix double free/corruption of stuct userEric Paris2-26/+14
2011-04-06ide: always ensure that blk_delay_queue() is called if we have pending IOJens Axboe1-21/+21
2011-04-06block: fix request sorting at unplugKonstantin Khlebnikov1-1/+1
2011-04-06dm: improve block integrity supportMike Snitzer3-35/+93
2011-04-06fs: export empty_aopsJens Axboe4-5/+12
2011-04-06ide: ide_requeue_and_plug() reinstate "always plug" behaviourJens Axboe1-2/+1
2011-04-06blk-throttle: don't call xchg on boolAndreas Schwab1-2/+2
2011-04-06ufs: remove unessecary blk_flush_plugChristoph Hellwig1-1/+0
2011-04-06block: make the flush insertion use the tail of the dispatch listJens Axboe1-2/+2
2011-04-06block: get rid of elv_insert() interfaceJens Axboe3-23/+17
2011-04-06block: dump request state on seeing a corrupted request completionJens Axboe1-1/+1
2011-04-06Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-44/+0
2011-04-05staging: IIO: IMU: ADIS16400: Avoid using printk facility directlyMichael Hennerich1-2/+4
2011-04-05staging: IIO: IMU: ADIS16400: Fix product ID check, skip embedded revision nu...Michael Hennerich1-1/+1
2011-04-05staging: IIO: IMU: ADIS16400: Make sure only enabled scan_elements are pushed...Michael Hennerich1-3/+7
2011-04-05staging: IIO: IMU: ADIS16400: Fix addresses of GYRO and ACCEL calibration offsetMichael Hennerich1-4/+4
2011-04-05staging: IIO: IMU: ADIS16400: Add delay after self testMichael Hennerich2-2/+3
2011-04-05staging: IIO: IMU: ADIS16400: Fix up SPI messages cs_change behaviorMichael Hennerich2-4/+0
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-109/+221
2011-04-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-38/+57
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-25/+145
2011-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds36-60/+138
2011-04-05perf probe: Fix listing incorrect line number with inline functionMasami Hiramatsu1-53/+81