summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Linux 3.4.67v3.4.67Greg Kroah-Hartman1-1/+1
2013-10-22mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds1-0/+27
2013-10-22mm/mmap: check for RLIMIT_AS before unmappingCyril Hrubis1-4/+46
2013-10-22drm/radeon: fix hw contexts for SUMO2 asicswojciech kapuscinski1-1/+1
2013-10-22watchdog: ts72xx_wdt: locking bug in ioctlDan Carpenter1-1/+2
2013-10-22parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-22KVM: PPC: Book3S HV: Fix typo in saving DSCRPaul Mackerras1-1/+1
2013-10-22ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-22vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-10-22random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o3-2/+4
2013-10-22ALSA: hda - Add fixup for ASUS N56VZTakashi Iwai1-0/+1
2013-10-22ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2-25/+4
2013-10-13Linux 3.4.66v3.4.66Greg Kroah-Hartman1-1/+1
2013-10-13ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-10-13Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-10-13tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf1-3/+31
2013-10-13ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()Lv Zheng1-10/+14
2013-10-13mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes8-1/+24
2013-10-13staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-15/+11
2013-10-13dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-10-13dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-13dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-13p54usb: add USB ID for Corega WLUSB2GTST USB adapterChristian Lamparter1-0/+1
2013-10-13rtlwifi: Align private space in rtl_priv structLarry Finger1-1/+1
2013-10-13ib_srpt: always set response for task managementJack Wang1-6/+4
2013-10-13ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger1-2/+2
2013-10-13USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý1-0/+3
2013-10-13sparc32: Fix exit flag passed from traced sys_sigreturnKirill Tkhai1-1/+1
2013-10-13sparc64: Fix not SRA'ed %o5 in 32-bit traced syscallKirill Tkhai1-4/+4
2013-10-13sparc64: Fix off by one in trampoline TLB mapping installation loop.David S. Miller1-2/+0
2013-10-13sparc64: Remove RWSEM export leftoversKirill Tkhai1-9/+0
2013-10-13sparc64: Fix ITLB handler of null pageKirill Tkhai1-2/+1
2013-10-13esp_scsi: Fix tag state corruption when autosensing.David S. Miller2-6/+9
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-13powerpc: Fix parameter clobber in csum_partial_copy_generic()Paul E. McKenney1-2/+2
2013-10-13powerpc/vio: Fix modalias_show return valuesPrarit Bhargava1-4/+8
2013-10-13powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()Nishanth Aravamudan1-1/+1
2013-10-13ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()Dan Carpenter1-0/+3
2013-10-13ASoC: max98095: a couple array underflowsDan Carpenter1-2/+2
2013-10-13ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2013-10-13dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2013-10-13via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi1-2/+7
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka10-17/+21
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26