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