1. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  2. ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
  3. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  4. bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
  5. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  6. 8a7a854 pageflag helpers for configed-out flags by Lee Schermerhorn · 16 years ago
  7. 33c120e more aggressively use lumpy reclaim by Rik van Riel · 16 years ago
  8. c5fdae4 vmscan: add newly swapped in pages to the inactive list by Rik van Riel · 16 years ago
  9. 7e9cd48 vmscan: fix pagecache reclaim referenced bit check by Rik van Riel · 16 years ago
  10. 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
  11. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  12. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  13. 68a22394 vmscan: free swap space on swap-in/activation by Rik van Riel · 16 years ago
  14. f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
  15. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  16. 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
  17. 7108878 mm: cleanup to make remove_memory() arch-neutral by Badari Pulavarty · 16 years ago
  18. 8433ac6 serial_txx9: use %lx for iobase by Atsushi Nemoto · 16 years ago
  19. cbb2ed4 tpm: don't export static functions by Stephen Rothwell · 16 years ago
  20. d014e5f mailmap: add Mark Brown by Mark Brown · 16 years ago
  21. d9d332e anon_vma_prepare: properly lock even newly allocated entries by Linus Torvalds · 16 years ago
  22. 0cfd810 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  23. f7ea4a4 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  24. 5564da7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  25. 58617d5 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  26. 802f389 USB: remove err() macro from more usb drivers by Greg Kroah-Hartman · 16 years ago
  27. fd3f191 USB: remove err() macro from usb misc drivers by Greg Kroah-Hartman · 16 years ago
  28. 69a8594 USB: remove err() macro from usb core code by Greg Kroah-Hartman · 16 years ago
  29. 9908a32 USB: remove err() macro from usb class drivers by Greg Kroah-Hartman · 16 years ago
  30. 194343d USB: remove use of err() in drivers/usb/serial by Greg Kroah-Hartman · 16 years ago
  31. b887265 USB: remove info() macro from usb mtd drivers by Greg Kroah-Hartman · 16 years ago
  32. 899ef6e USB: remove info() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago
  33. 880c9c6 USB: remove info() macro from usb network drivers by Greg Kroah-Hartman · 16 years ago
  34. 5909f6e USB: remove info() macro from remaining usb drivers by Greg Kroah-Hartman · 16 years ago
  35. 1b29a37 USB: remove info() macro from usb/misc drivers by Greg Kroah-Hartman · 16 years ago
  36. c197a8d USB: remove info() macro from usb/serial drivers by Greg Kroah-Hartman · 16 years ago
  37. 46fcaec USB: remove warn macro from HID core by Greg Kroah-Hartman · 16 years ago
  38. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  39. 4dc8994 USB: remove warn() macro from usb net drivers by Greg Kroah-Hartman · 16 years ago
  40. aa82661 USB: remove warn() macro from usb media drivers by Greg Kroah-Hartman · 16 years ago
  41. 1817b16 USB: remove warn() macro from usb input drivers by Greg Kroah-Hartman · 16 years ago
  42. 15d5a9a usb/fsl_qe_udc: clear data toggle on clear halt request by Li Yang · 16 years ago
  43. 928dfa6 usb/fsl_qe_udc: fix response to get status request by Li Yang · 16 years ago
  44. 23d7cd0 fsl_usb2_udc: Fix oops on probe failure. by Will Newton · 16 years ago
  45. 59097fb fsl_usb2_udc: Add a wmb before priming endpoint. by Will Newton · 16 years ago
  46. 224b503 fsl_usb2_udc: Make fsl_queue_td return type void. by Will Newton · 16 years ago
  47. 825bee3 fsl_usb2_udc: Uninline udc_reset_ep_queue. by Will Newton · 16 years ago
  48. c93eebb fsl_usb2_udc: Rename the arguments of the fsl_writel macro. by Will Newton · 16 years ago
  49. e06da9a fsl_usb2_udc: Initialize spinlock earlier. by Will Newton · 16 years ago
  50. 9d9d88c fsl_usb2_udc: Clean up whitespace in /proc debugging output. by Will Newton · 16 years ago
  51. bf7409a fsl_usb2_udc: Clean up whitespace in errors and warnings. by Will Newton · 16 years ago
  52. 7483cff8 fsl_usb2_udc: Fix some sparse warnings and remove redundant code. by Will Newton · 16 years ago
  53. f6e4411 fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup. by Will Newton · 16 years ago
  54. 9c94155 fsl_usb2_udc: Make dr_ep_setup function static. by Will Newton · 16 years ago
  55. 84dcd59 USB: fix up problems in the vtusb driver by Stephen Ware · 16 years ago
  56. 71b7497 USB: OHCI: fix endless polling behavior by Alan Stern · 16 years ago
  57. 8b6346e USB: option: add Pantech cards by Dan Williams · 16 years ago
  58. fd7c519 USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore by Jaroslav Kysela · 16 years ago
  59. 49e7cc8 USB: Export if an interface driver supports autosuspend. by Sarah Sharp · 16 years ago
  60. eafe5b9 USB: EHCI: fix remote-wakeup support for ARC/TDI core by Alan Stern · 16 years ago
  61. 2da41d5 USB: snoop processes opening usbfs device files by Alan Stern · 16 years ago
  62. bb78a82 USB: Option / AnyData new modem, same ID by Jon K Hellan · 16 years ago
  63. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  64. 2b70f07 USB: EHCI, OHCI, UHCI: remove version numbers by Alan Stern · 16 years ago
  65. 1987625 USB: anchor API changes needed for btusb by Oliver Neukum · 16 years ago
  66. c0f082c USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds. by Sarah Sharp · 16 years ago
  67. ce5dee5 USB: isp1760: Use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  68. f0d781d USB: improve ehci_watchdog's side effect in CPU power management by Yi Yang · 16 years ago
  69. e58dceb USB: UHCI: improve scheduling of interrupt URBs by Alan Stern · 16 years ago
  70. 925dff5 USB: ti_usb_3410_5052: removed duplicated include by Huang Weiyi · 16 years ago
  71. cbc3011 usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc. by Stephen Ware · 16 years ago
  72. 29bac7b usb gadget: cdc ethernet notification bugfix by David Brownell · 16 years ago
  73. f1c9e15 USB: omap_udc: sync with OMAP tree by Tony Lindgren · 16 years ago
  74. 9b466c3 USB: ohci-omap: handle other omap15xx chips by Tony Lindgren · 16 years ago
  75. 28c2c51 usb: musb: remove dead code from procfs by Felipe Balbi · 16 years ago
  76. 458e6a5 usb: musb: general cleanup to musbhsdma.c by Felipe Balbi · 16 years ago
  77. c767c1c usb: musb_hdrc build fixes by David Brownell · 16 years ago
  78. 64ca44a usb: musb: do not mess up count number and CSR0 register value by Bryan Wu · 16 years ago
  79. 2492e67 OMAP:MUSB: Corrects urb unlink function path by Ajay Kumar Gupta · 16 years ago
  80. ae5ad29 OMAP:MUSB: Fixes the TT programming. by Ajay Kumar Gupta · 16 years ago
  81. eaa3246 musb: io: only define read/write stubs if they're not defined yet by Felipe Balbi · 16 years ago
  82. f9e9cff USB: Fix s3c2410_udc usb speed handling by Yauhen Kharuzhy · 16 years ago
  83. 36e893d usb gadget: USB_GADGET_VBUS_DRAW Kconfig option by David Brownell · 16 years ago
  84. 02582b9 MUSB: Add sanity check for maximum number of endpoints by Kevin Hilman · 16 years ago
  85. cede969f usb: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  86. bb4e3b5 usbmon: fix tiny race exposed by the fastboot patches by Arjan van de Ven · 16 years ago
  87. 8520f38 USB: change hub initialization sleeps to delayed_work by Alan Stern · 16 years ago
  88. 3c4bb71 USB: ehci-dbg: fix reading less content of periodic file by Ming Lei · 16 years ago
  89. 3c04e20 USB: ehci-dbg: increase debug buffer size for periodic file by Ming Lei · 16 years ago
  90. 549c41e usb: gadget: workaround storage command size issues by Felipe Balbi · 16 years ago
  91. 8296345 USB: g_printer: fix handling zero-length packet by SangSu Park · 16 years ago
  92. 0b14c38 USB: Fix spelling in usb/serial.h by Geoff Levand · 16 years ago
  93. 81ab5b8 USB: Fix doc for usb_autopm_enable by Geoff Levand · 16 years ago
  94. 7384a92 USB Serial: Sierra: debug message fix by Kevin Lloyd · 16 years ago
  95. 399d31d USB: RESET_RESUME needs to block autosuspend when remote wakeup is needed by Oliver Neukum · 16 years ago
  96. 6826504 USB: ftdi_sio: fix 'product' parameter description by Paulius Zaleckas · 16 years ago
  97. bc45df9 usb core: fix USB_OTG_BLACKLIST_HUB typo by Peter Korsgaard · 16 years ago
  98. d1b1944 USB: Documentation/usb/anchors.txt #2 by Oliver Neukum · 16 years ago
  99. 4a511bc OHCI: Allow broken controllers to auto-stop by Alan Stern · 16 years ago
  100. 8bfa247 usb-storage: report underflow with no sense data by Alan Stern · 16 years ago