1. d9b49d3 usb: gadget: at91-udc: fix irq and iomem resource retrieval by Jean-Jacques Hiblot · 11 years ago
  2. 6426a43 drm/radeon: fix ATPX detection on non-VGA GPUs by Alex Deucher · 11 years ago
  3. 8a1e3e6 md: avoid possible spinning md thread at shutdown. by NeilBrown · 10 years ago
  4. cc10c17 hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 10 years ago
  5. 7e7072f hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 10 years ago
  6. c97a7d3 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 10 years ago
  7. 129f4db drivercore: deferral race condition fix by Grant Likely · 10 years ago
  8. 0da188d hwmon: (emc1403) Support full range of known chip revision numbers by Josef Gajdusek · 10 years ago
  9. 77f57e2 hwmon: (emc1403) fix inverted store_hyst() by Josef Gajdusek · 10 years ago
  10. 5ee96db hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 10 years ago
  11. 600d9a0 x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() by Anthony Iliopoulos · 10 years ago
  12. 07dba1a ipmi: Reset the KCS timeout when starting error recovery by Corey Minyard · 11 years ago
  13. 956c30b ipmi: Fix a race restarting the timer by Bodo Stroesser · 11 years ago
  14. c2e5d95 timer: Prevent overflow in apply_slack by Jiri Bohac · 11 years ago
  15. 3bf2200 mm: make fixup_user_fault() check the vma access rights too by Linus Torvalds · 10 years ago
  16. c812710 pata_at91: fix ata_host_activate() failure handling by Bartlomiej Zolnierkiewicz · 11 years ago
  17. df22b16 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  18. abea8e1 net-gro: reset skb->truesize in napi_reuse_skb() by Eric Dumazet · 11 years ago
  19. 3c024d3 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  20. 6d3d957 ipv4: initialise the itag variable in __mkroute_input by Li RongQing · 10 years ago
  21. c846b19 act_mirred: do not drop packets when fails to mirror it by Jason Wang · 12 years ago
  22. df210f6 ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation by Sergey Popovich · 10 years ago
  23. e15ad2e net: ipv4: ip_forward: fix inverted local_df test by Florian Westphal · 10 years ago
  24. df7c784 tcp_cubic: fix the range of delayed_ack by Liu Yu · 10 years ago
  25. 06e6e69 Revert "macvlan : fix checksums error when we are in bridge mode" by Vlad Yasevich · 10 years ago
  26. 76eb96e rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set by David Gibson · 10 years ago
  27. 6771e08 rtnetlink: Warn when interface's information won't fit in our packet by David Gibson · 10 years ago
  28. 213d579 tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled by Ivan Vecera · 11 years ago
  29. 4efc06e ipv6: Limit mtu to 65575 bytes by Eric Dumazet · 11 years ago
  30. ff0207c bonding: Remove debug_fs files when module init fails by Thomas Richter · 11 years ago
  31. 3b8e912 net: core: don't account for udp header size when computing seglen by Florian Westphal · 11 years ago
  32. d35f4ac l2tp: take PMTU from tunnel UDP socket by Dmitry Petukhov · 11 years ago
  33. dbbdbcc net: sctp: test if association is dead in sctp_wake_up_waiters by Daniel Borkmann · 11 years ago
  34. 2a200a2 net: sctp: wake up all assocs if sndbuf policy is per socket by Daniel Borkmann · 11 years ago
  35. 1515d8d list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 11 years ago
  36. 2e55096 drm/radeon: call drm_edid_to_eld when we update the edid by Alex Deucher · 11 years ago
  37. 7e5fcdf drm/vmwgfx: correct fb_fix_screeninfo.line_length by Christopher Friedt · 11 years ago
  38. d2e3ede usb: option: add and update a number of CMOTech devices by Bjørn Mork · 10 years ago
  39. 85722af usb: option: add Alcatel L800MA by Bjørn Mork · 10 years ago
  40. ef9379d usb: option: add Olivetti Olicard 500 by Bjørn Mork · 10 years ago
  41. 2d3e91b USB: io_ti: fix firmware download on big-endian machines by Johan Hovold · 10 years ago
  42. bb4a6cb Revert "USB: serial: add usbid for dell wwan card to sierra.c" by Johan Hovold · 11 years ago
  43. 4f6673f usb: option driver, add support for Telit UE910v2 by Daniele Palmas · 11 years ago
  44. 506abe6 USB: serial: ftdi_sio: add id for Brainboxes serial cards by Michele Baldessari · 11 years ago
  45. 8c86a56 USB: cp210x: Add 8281 (Nanotec Plug & Drive) by Tristan Bruns · 11 years ago
  46. 0f2db55 USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driver by Michael Ulbricht · 11 years ago
  47. 001596e mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 11 years ago
  48. f0ee696 parisc: fix epoll_pwait syscall on compat kernel by Helge Deller · 11 years ago
  49. ba33501 Linux 3.4.91 by Greg Kroah-Hartman · 10 years ago
  50. 4785877 tgafb: fix mode setting with fbset by Mikulas Patocka · 11 years ago
  51. ed059e4 powerpc: Add vr save/restore functions by Andreas Schwab · 11 years ago
  52. 75d104e tracepoint: Do not waste memory on mods with no tracepoints by Steven Rostedt (Red Hat) · 11 years ago
  53. 6c3734b netfilter: Can't fail and free after table replacement by Thomas Graf · 11 years ago
  54. 32a2dd9 net: Add net_ratelimited_function and net_<level>_ratelimited macros by Joe Perches · 12 years ago
  55. 08d448e blktrace: fix accounting of partially completed requests by Roman Pen · 11 years ago
  56. 8fa1c9e SCSI: megaraid: missing bounds check in mimd_to_kioc() by Dan Carpenter · 11 years ago
  57. c5b8737 Linux 3.4.90 by Greg Kroah-Hartman · 10 years ago
  58. 354b2be dm thin: fix dangling bio in process_deferred_bios error path by Mike Snitzer · 11 years ago
  59. f29f170 Skip intel_crt_init for Dell XPS 8700 by Giacomo Comes · 11 years ago
  60. 16df0da mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes() by Dan Carpenter · 11 years ago
  61. 8dc6046 mtd: nuc900_nand: NULL dereference in nuc900_nand_enable() by Dan Carpenter · 11 years ago
  62. 5e3b6ea tgafb: fix data copying by Mikulas Patocka · 11 years ago
  63. 297e481 gpio: mxs: Allow for recursive enable_irq_wake() call by Marek Vasut · 11 years ago
  64. 37c6423 rtlwifi: rtl8192se: Fix too long disable of IRQs by Larry Finger · 11 years ago
  65. f3263ad rtlwifi: rtl8192cu: Fix too long disable of IRQs by Larry Finger · 11 years ago
  66. a0f6fa7 locks: allow __break_lease to sleep even when break_time is 0 by Jeff Layton · 11 years ago
  67. 3510c6e libata/ahci: accommodate tag ordered controllers by Dan Williams · 11 years ago
  68. 54d73c5 b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDR by Rafał Miłecki · 11 years ago
  69. 87d8a47 mach64: fix cursor when character width is not a multiple of 8 pixels by Mikulas Patocka · 11 years ago
  70. 9a8893a mach64: use unaligned access by Mikulas Patocka · 11 years ago
  71. ae253df matroxfb: restore the registers M_ACCESS and M_PITCH by Mikulas Patocka · 11 years ago
  72. 0d57233 framebuffer: fix cfb_copyarea by Mikulas Patocka · 11 years ago
  73. 7eb8c36 crypto: ghash-clmulni-intel - use C implementation for setkey() by Ard Biesheuvel · 11 years ago
  74. 6ad40bc mpt2sas: Don't disable device twice at suspend. by Tyler Stachecki · 10 years ago
  75. fa90089 virtio_balloon: don't softlockup on huge balloon changes. by Rusty Russell · 11 years ago
  76. 21d9c59 MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume() by Huacai Chen · 11 years ago
  77. d18d9da floppy: don't write kernel-only members to FDRAWCMD ioctl output by Matthew Daley · 10 years ago
  78. 5c6ea27 floppy: ignore kernel-only members in FDRAWCMD ioctl input by Matthew Daley · 10 years ago
  79. 7c68029 drivers/tty/hvc: don't free hvc_console_setup after init by Tomoki Sekiyama · 10 years ago
  80. b6c3f63 Linux 3.4.89 by Greg Kroah-Hartman · 10 years ago
  81. e9fa7b5 USB: pl2303: add ids for Hewlett-Packard HP POS pole displays by Aaron Sanders · 11 years ago
  82. 541a6dc ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 11 years ago
  83. efbabc8 ocfs2: do not put bh when buffer_uptodate failed by alex chen · 11 years ago
  84. 9998701 ocfs2: dlm: fix recovery hung by Junxiao Bi · 11 years ago
  85. f069aae ocfs2: dlm: fix lock migration crash by Junxiao Bi · 11 years ago
  86. cb292e3 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 11 years ago
  87. 4b3597c mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 11 years ago
  88. 4a37384 sh: fix format string bug in stack tracer by Matt Fleming · 11 years ago
  89. f5dce54 USB: unbind all interfaces before rebinding any by Alan Stern · 11 years ago
  90. 1033306 hvc: ensure hvc_init is only ever called once in hvc_console.c by Paul Gortmaker · 11 years ago
  91. 45d049c usb: dwc3: fix wrong bit mask in dwc3_event_devt by Huang Rui · 11 years ago
  92. fab6100 xhci: extend quirk for Renesas cards by Igor Gnatenko · 10 years ago
  93. 505e1b3 usb: musb: set TXMAXP and AUTOSET for full speed bulk in device mode by supriya karanth · 12 years ago
  94. d2cbea8 reiserfs: fix race in readdir by Jeff Mahoney · 11 years ago
  95. ab2c9de target/tcm_fc: Fix use-after-free of ft_tpg by Andy Grover · 11 years ago
  96. 2ddabf9 iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug by Nicholas Bellinger · 11 years ago
  97. b0936e7 SCSI: arcmsr: upper 32 of dma address lost by Dan Carpenter · 11 years ago
  98. 58aa580 ib_srpt: Use correct ib_sg_dma primitives by Mike Marciniszyn · 11 years ago
  99. ea99d1e IB/ehca: Returns an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago
  100. 22e02cb IB/mthca: Return an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago