1. 1c4248c x86, io_apic: Introduce x86_io_apic_ops.disable() by Joerg Roedel · 12 years ago
  2. 336224b x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume by Joerg Roedel · 12 years ago
  3. 70733e0 x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code by Joerg Roedel · 12 years ago
  4. 5ca72c4 AHCI: Support multiple MSIs by Alexander Gordeev · 12 years ago
  5. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  6. 51906e7 x86/MSI: Support multiple MSIs in presense of IRQ remapping by Alexander Gordeev · 12 years ago
  7. 4cca6ea x86/apic: Allow x2apic without IR on VMware platform by Alok N Kataria · 11 years ago
  8. e3f0f36 x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical() by Dave Jones · 11 years ago
  9. ff7532c Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  10. ae763db Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  11. 6f48ea5 Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  12. 2116e02 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  13. 5e30bbb MAINTAINERS: Someone needs to watch over the serial drivers by Greg Kroah-Hartman · 11 years ago
  14. 248152b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  15. c1b8414 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  16. dba63b2f USB: EHCI: fix build error in ehci-mxc by Alan Stern · 11 years ago
  17. db23366 Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  18. 6d26b3a MAINTAINERS: remove me by Alan Cox · 11 years ago
  19. 31614bb ALSA: hda - Fix inconsistent pin states after resume by Takashi Iwai · 11 years ago
  20. a7e2ca1 Revert "drivers/misc/ti-st: remove gpio handling" by Luciano Coelho · 11 years ago
  21. 1d85490 Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  22. f56c319 async: fix __lowest_in_progress() by Tejun Heo · 11 years ago
  23. ed06ef3 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 11 years ago
  24. 343391b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  25. 262060e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  26. b75b25b Merge tag 'fixes-for-v3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  27. 05c2cf3 Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  28. 3c2a9f84e Merge tag 'vfio-for-v3.8-rc5' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  29. d26d452 Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  30. 0944c0a Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 11 years ago
  31. a7ed6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  32. 9067ac8 wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task by Oleg Nesterov · 11 years ago
  33. 9899d11 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL by Oleg Nesterov · 11 years ago
  34. f1b9939 arm64: makefile: fix uname munging when setting ARCH on native machine by Will Deacon · 11 years ago
  35. 9cf2b72 arm64: elf: fix core dumping to match what glibc expects by Will Deacon · 11 years ago
  36. 9debc17 USB: EHCI: add a name for the platform-private field by Alan Stern · 11 years ago
  37. 9ce45ef USB: EHCI: fix incorrect configuration test by Alan Stern · 11 years ago
  38. 9ec6e9d USB: EHCI: Move definition of EHCI_STATS to ehci.h by Roger Quadros · 11 years ago
  39. 0f815a0 USB: UHCI: fix IRQ race during initialization by Alan Stern · 11 years ago
  40. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  41. d8b79b2 f2fs: use _safe() version of list_for_each by Dan Carpenter · 11 years ago
  42. 9af45ef f2fs: add comments of start_bidx_of_node by Jaegeuk Kim · 11 years ago
  43. a7fdffb f2fs: avoid issuing small bios due to several dirty node pages by Jaegeuk Kim · 11 years ago
  44. c01e54b f2fs: support swapfile by Jaegeuk Kim · 11 years ago
  45. 692bb55 f2fs: add remap_pages as generic_file_remap_pages by Jaegeuk Kim · 11 years ago
  46. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 11 years ago
  47. ad2e632 Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  48. c1bf08a ftrace: Be first to run code modification on modules by Steven Rostedt · 11 years ago
  49. 42c364a ALSA: hda - Add Conexant CX20755/20756/20757 codec IDs by Takashi Iwai · 11 years ago
  50. 103a197 security/device_cgroup: lock assert fails in dev_exception_clean() by Jerry Snitselaar · 11 years ago
  51. a67adb9 evm: checking if removexattr is not a NULL by Dmitry Kasatkin · 11 years ago
  52. 9a92841 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  53. ee61abb module: fix missing module_mutex unlock by Linus Torvalds · 11 years ago
  54. 014b344 ttm: on move memory failure don't leave a node dangling by Dave Airlie · 11 years ago
  55. 6305418 ttm: don't destroy old mm_node on memcpy failure by Dave Airlie · 11 years ago
  56. ffb5fd5 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  57. a3f5aed Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  58. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  59. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  60. edea0d0 ia64: kill thread_matches(), unexport ptrace_check_attach() by Oleg Nesterov · 11 years ago
  61. b1e0318 sys_clone() needs asmlinkage_protect by Al Viro · 11 years ago
  62. 43b1682 make sure that /linuxrc has std{in,out,err} by Al Viro · 11 years ago
  63. ec50b4c ALSA: hda - Add fixup for Acer AO725 laptop by Takashi Iwai · 11 years ago
  64. 5da1f88 Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  65. 793388a Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  66. abad21a Merge tag 'staging-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  67. 0d060d2 Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  68. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  69. b814469 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 11 years ago
  70. 2f91ec8 asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build by Kirill A. Shutemov · 11 years ago
  71. b810075 usb: gadget: FunctionFS: Fix missing braces in parse_opts by Benoit Goby · 11 years ago
  72. 6048e4c usb: dwc3: gadget: fix ep->maxburst for ep0 by Pratyush Anand · 11 years ago
  73. 61c4b56 ARM: i.MX clock: Change the connection-id for fsl-usb2-udc by Peter Chen · 11 years ago
  74. c2c9caa usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap by Peter Chen · 11 years ago
  75. f0ea883 usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id by Peter Chen · 11 years ago
  76. 091a62c usb: musb: cppi_dma: drop '__init' annotation by Sergei Shtylyov · 11 years ago
  77. e043403 ALSA: hda - Fix mute led for another HP machine by David Henningsson · 11 years ago
  78. 7d1f9ae Linux 3.8-rc4 by Linus Torvalds · 11 years ago
  79. 1ee0a22 USB: io_ti: Fix NULL dereference in chase_port() by Wolfgang Frisch · 11 years ago
  80. 99beb2e USB: option: add TP-LINK HSUPA Modem MA180 by Bjørn Mork · 11 years ago
  81. 2291dff USB: option: blacklist network interface on ONDA MT8205 4G LTE by Bjørn Mork · 11 years ago
  82. 7dfc833 staging/sb105x: PARPORT config is not good enough must use PARPORT_PC by Steven Rostedt · 11 years ago
  83. 811a37e staging: wlan-ng: Fix clamping of returned SSID length by Tormod Volden · 11 years ago
  84. aec992f Merge tag 'iio-fixes-for-3.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  85. 444ee9b PCI: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  86. ebebd49 8250/16?50: Add support for Broadcom TruManage redirected serial port by Stephen Hurd · 11 years ago
  87. ded2f295 pty: return EINVAL for TIOCGPTN for BSD ptys by Jiri Slaby · 11 years ago
  88. 1ee4c55 staging: vt6656: Fix inconsistent structure packing by Ben Hutchings · 11 years ago
  89. 33080c1 Drivers: hv: balloon: Fix a memory leak by K. Y. Srinivasan · 12 years ago
  90. 6427a0d Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg by K. Y. Srinivasan · 12 years ago
  91. 2070787 Revert "drm/radeon: do not move bo to different placement at each cs" by Alex Deucher · 11 years ago
  92. 72ffaa4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  93. 8f70611 fuse: remove unused variable in fuse_try_move_page() by Wei Yongjun · 12 years ago
  94. cdadb11 fuse: make fuse_file_fallocate() static by Miklos Szeredi · 12 years ago
  95. 807185e fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig by Robert P. J. Day · 12 years ago
  96. e256036 cuse: fix uninitialized variable warnings by Miklos Szeredi · 11 years ago
  97. 3078358 cuse: do not register multiple devices with identical names by David Herrmann · 12 years ago
  98. 8ce03fd cuse: use mutex as registration lock instead of spinlocks by David Herrmann · 12 years ago
  99. 11c0cee gpio: mvebu: Don't free chip label memory by Thierry Reding · 11 years ago
  100. 6948ce5 gpio: samsung: skip gpio lib registration for EXYNOS5440 by Kukjin Kim · 11 years ago