summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.8.5v3.8.5Greg Kroah-Hartman2013-03-281-2/+2
* rt2x00: error in configurations with mesh support disabledFelix Fietkau2013-03-281-0/+2
* ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski2013-03-281-2/+3
* usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy2013-03-281-1/+1
* USB: io_ti: fix get_icount for two port adaptersJohan Hovold2013-03-281-0/+1
* USB: garmin_gps: fix memory leak on disconnectJohan Hovold2013-03-281-6/+1
* udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-03-281-1/+1
* ACPI: Rework acpi_get_child() to be more efficientRafael J. Wysocki2013-03-281-22/+13
* efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings2013-03-281-1/+1
* efivars: Add module parameter to disable use as a pstore backendSeth Forshee2013-03-282-1/+16
* efivars: Allow disabling use as a pstore backendSeth Forshee2013-03-282-44/+29
* USB: serial: fix interface refcountingJohan Hovold2013-03-281-1/+2
* usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz2013-03-281-2/+2
* USB: EHCI: fix regression in QH unlinkingAlan Stern2013-03-281-1/+1
* USB: EHCI: fix regression during bus resumeAlan Stern2013-03-283-1/+15
* USB: cdc-acm: fix device unregistrationJohan Hovold2013-03-281-1/+2
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-282-10/+16
* USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-281-2/+2
* x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang2013-03-281-2/+2
* clockevents: Don't allow dummy broadcast timersMark Rutland2013-03-281-1/+2
* nfsd: fix bad offset useKent Overstreet2013-03-281-1/+2
* md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2013-03-282-6/+40
* MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow2013-03-281-13/+20
* md/raid5: schedule_construction should abort if nothing to do.NeilBrown2013-03-281-16/+22
* watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka2013-03-281-120/+6
* watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2Takahisa Tanaka2013-03-281-1/+1
* IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-281-2/+6
* ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-281-1/+2
* ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner2013-03-281-1/+1
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-285-15/+15
* usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow2013-03-281-0/+7
* ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-281-1/+5
* jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-281-5/+10
* cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-281-48/+5
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-283-1/+33
* drm/radeon/benchmark: make sure bo blit copy exists before using itAlex Deucher2013-03-281-7/+9
* drm/radeon: fix backend map setup on 1 RB trinity boardsAlex Deucher2013-03-281-5/+16
* drm/radeon: fix S/R on VM systems (cayman/TN/SI)Alex Deucher2013-03-282-0/+2
* drm/radeon: add support for Richland APUsAlex Deucher2013-03-281-1/+10
* drm/radeon: add Richland pci idsAlex Deucher2013-03-281-1/+12
* drm/mgag200: Bug fix: Modified pll algorithm for EH projectJulia Lemire2013-03-281-5/+5
* dm verity: avoid deadlockMikulas Patocka2013-03-282-5/+36
* dm thin: fix discard corruptionJoe Thornber2013-03-282-24/+26
* ARM: tegra: fix register address of slink controllerLaxman Dewangan2013-03-282-2/+2
* target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-281-1/+1
* target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-281-1/+4
* mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov2013-03-281-1/+2
* drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()H Hartley Sweeten2013-03-281-0/+1
* mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li2013-03-281-2/+6
* drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre2013-03-282-20/+31