1. 48c8cee drivers/block/floppy.c: #define space and column neatening by Joe Perches · 14 years ago
  2. d493754 drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ by Joe Perches · 14 years ago
  3. 718a382 mm: introduce dump_page() and print symbolic flag names by Wu Fengguang · 14 years ago
  4. 9b3a654 drivers/scsi/ses.c: eliminate double free by Julia Lawall · 14 years ago
  5. 2d30a1f mm: do not iterate over NR_CPUS in __zone_pcp_update() by Thomas Gleixner · 14 years ago
  6. 53bddb4 nommu: fix build breakage by KAMEZAWA Hiroyuki · 14 years ago
  7. 936ed49 MAINTAINERS: add bfin_sdh driver by Mike Frysinger · 14 years ago
  8. 516a824 sdio: recognize io card without powercycle by Albert Herranz · 14 years ago
  9. d0ab4a4 rtc/hctosys: only claim the RTC provided the system time if it did by Uwe Kleine-König · 14 years ago
  10. 019b4d1 fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slub by Richard Kennedy · 14 years ago
  11. 03affde fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  12. 104f9c4 xtensa: Fix unnecessary setting of xtime by John Stultz · 14 years ago
  13. c450725 time: Clean up direct xtime usage in xen by John Stultz · 14 years ago
  14. 2526849 time: Add xtime, wall_to_monotonic to feature-removal-schedule by John Stultz · 14 years ago
  15. fdb19a6 cs5535-clockevt: Free timer in IRQ setup error path by Jens Rottmann · 14 years ago
  16. 802702e timer: Try to survive timer callback preempt_count leak by Thomas Gleixner · 14 years ago
  17. 576da12 timer: Split out timer function call by Thomas Gleixner · 14 years ago
  18. 06f71b9 timer: Print function name for timer callbacks modifying preemption count by Uwe Kleine-König · 14 years ago
  19. 64ce4c2 time: Clean up warp_clock() by John Stultz · 14 years ago
  20. c287393 cpu-timers: Avoid iterating over all threads in fastpath_timer_check() by Stanislaw Gruszka · 14 years ago
  21. 1f169f8 cpu-timers: Change SIGEV_NONE timer implementation by Stanislaw Gruszka · 14 years ago
  22. ae1a78e cpu-timers: Return correct previous timer reload value by Stanislaw Gruszka · 14 years ago
  23. 5eb9aa6 cpu-timers: Cleanup arm_timer() by Stanislaw Gruszka · 14 years ago
  24. f55db60 cpu-timers: Simplify RLIMIT_CPU handling by Stanislaw Gruszka · 14 years ago
  25. 0308635 Merge branch 'perf/x86' into perf/core by Ingo Molnar · 14 years ago
  26. 3997d37 perf hist: Don't fprintf the callgraph unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  27. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 14 years ago
  28. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 14 years ago
  29. 0636b33 Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-next by Roland Dreier · 14 years ago
  30. a72042c RDMA/nes: Fix CX4 link problem in back-to-back configuration by Chien Tung · 14 years ago
  31. 15365c1 posix-cpu-timers: Reset expire cache when no timer is running by Stanislaw Gruszka · 14 years ago
  32. 829b6c1 timer stats: Fix del_timer_sync() and try_to_del_timer_sync() by Andrew Morton · 14 years ago
  33. 80a05b9 clockevents: Sanitize min_delta_ns adjustment and prevent overflows by Thomas Gleixner · 14 years ago
  34. 29b2ee5 ARM/OMAP: Remove the +x bit from a couple of source files by Andrew Clayton · 14 years ago
  35. 0841cb8 omap: McBSP: Drop unnecessary status/error bit clearing on reg_cacheretrieved register values by Janusz Krzysztofik · 14 years ago
  36. 23caaf1 ALSA: usb-mixer: Add support for Audio Class v2.0 by Daniel Mack · 14 years ago
  37. 99fc864 ALSA: usb-mixer: parse descriptors with structs by Daniel Mack · 14 years ago
  38. f0b5e63 ALSA: usbmixer: rename usbmixer.[ch] -> mixer.[ch] by Daniel Mack · 14 years ago
  39. 7b1eda2 ALSA: usb-mixer: factor out quirks by Daniel Mack · 14 years ago
  40. 45d7605 ALSA: usb-mixer: use defines from audio.h by Daniel Mack · 14 years ago
  41. 7e84789 linux/usb/audio.h: split header by Daniel Mack · 14 years ago
  42. 75581d2 ASoC: OMAP3: Report delay caused by the internal FIFO by Peter Ujfalusi · 14 years ago
  43. 7dc976e OMAP3: McBSP: Add interface for FIFO caused delay query by Peter Ujfalusi · 14 years ago
  44. eeb309a ASoC: tlv320dac33: Add option for keeping the BCLK running by Peter Ujfalusi · 14 years ago
  45. c3746a0 ASoC: tlv320dac33: Start/stop sequence change by Peter Ujfalusi · 14 years ago
  46. aa9b88e DaVinci: DM365: Voice Codec support for the DM365 EVM by Miguel Aguilar · 14 years ago
  47. b56e972 ASoC: DaVinci: CQ93VC Voice Codec by Miguel Aguilar · 14 years ago
  48. e155fcc ASoC: DaVinci: Voice Codec Interface by Miguel Aguilar · 14 years ago
  49. ca26308 MFD: DaVinci Voice Codec by Miguel Aguilar · 14 years ago
  50. d9ad629 ASoC: PCM_RATE: Check for KNOT and CONTINUOUS flags by Jassi Brar · 14 years ago
  51. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 14 years ago
  52. dd2ee78 perf tools: Add missing bytes printed in hist_entry__fprintf by Arnaldo Carvalho de Melo · 14 years ago
  53. b4f5296 perf tools: Use eprintf for pr_{err,warning,info} too by Arnaldo Carvalho de Melo · 14 years ago
  54. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  55. fe2197b perf symbols: Bump plt synthesizing warning debug level by Arnaldo Carvalho de Melo · 14 years ago
  56. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  57. 8447b36 x86, UV: Fix target_cpus() in x2apic_uv_x.c by Jack Steiner · 14 years ago
  58. 0b86122 x86, perf: Fix NULL deref on not assigned x86_pmu by Cyrill Gorcunov · 14 years ago
  59. f11c9c5 vfs: improve writeback_inodes_wb() by Edward Shishkin · 14 years ago
  60. c12ec0a paride: fix off-by-one test by Roel Kluin · 14 years ago
  61. 8d002bd mfd: Several MFD drivers should depend on GENERIC_HARDIRQS by Geert Uytterhoeven · 15 years ago
  62. a5300dc mfd: Fix sm501 requested region size by Samuel Ortiz · 14 years ago
  63. 964ad81 ipconfig: Handle devices which take some time to come up. by David S. Miller · 14 years ago
  64. aa4b1f6 OMAP4: fix temporary hacks that break multi-omap PM by Kevin Hilman · 14 years ago
  65. 54c44fb OMAP2: cpu_is_omap2*: fix compile-time removal of unused code by Kevin Hilman · 14 years ago
  66. 03d5671 omap3: pandora: add missing i2c3 board_info by Grazvydas Ignotas · 14 years ago
  67. 8185e46 omap: mach-omap2/io.c: fix function declarations by Aaro Koskinen · 14 years ago
  68. 9f29006 RDMA/nes: Clear stall bit before destroying NIC QP by Chien Tung · 14 years ago
  69. 883c699 RDMA/nes: Set assume_aligned_header bit by Faisal Latif · 14 years ago
  70. f00d649 omap: Fix gpio_resume_after_retention by Sergio Aguirre · 14 years ago
  71. 228893f omap3: Fix support for the LEDs connected to GPIO outputs on IGEP v2board by Enric Balletbo i Serra · 14 years ago
  72. 00df938 omap: Checkpatch cleanup for blizzard.h by Andrea Gelmini · 14 years ago
  73. 29b9a21 omap: pass the reboot command to the boot loader by Aaro Koskinen · 14 years ago
  74. 26e4248 omap2/3/4: mailbox: remove compiler warning by Suman Anna · 14 years ago
  75. 21b9034 OMAP2: serial.c: Fix number of uarts in early_init by Thomas Weber · 14 years ago
  76. 69960a2 RDMA/cxgb3: Wait at least one schedule cycle during device removal by Steve Wise · 14 years ago
  77. 070e140 IB/mad: Ignore iWARP devices on device removal by Steve Wise · 14 years ago
  78. a48f509 IPoIB: Include return code in trace message for ib_post_send() failures by Or Gerlitz · 14 years ago
  79. f0dc117 IPoIB: Fix TX queue lockup with mixed UD/CM traffic by Eli Cohen · 14 years ago
  80. 9e542f3 omap: Enable PM_RUNTIME in defconfigs to avoid USB compile errors by Tony Lindgren · 14 years ago
  81. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 14 years ago
  82. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 14 years ago
  83. 79cf5bf omap2: Update n8x0 defconfig to test multi-omap and DMA api changes by Tony Lindgren · 14 years ago
  84. 97b9ad1 omap2: add USB initialization for tusb6010 by Francisco Alecrim · 14 years ago
  85. a072738 perf, x86: Implement initial P4 PMU driver by Cyrill Gorcunov · 14 years ago
  86. d660f9a omap4: Fix build break by moving omap_smc1 into a separate .S by Santosh Shilimkar · 14 years ago
  87. beac4c7 sched: Remove AFFINE_WAKEUPS feature by Mike Galbraith · 14 years ago
  88. 13814d4 sched: Remove ASYM_GRAN feature by Mike Galbraith · 14 years ago
  89. c6ee36c sched: Remove SYNC_WAKEUPS feature by Mike Galbraith · 14 years ago
  90. f2e74ee sched: Remove WAKEUP_SYNC feature by Mike Galbraith · 14 years ago
  91. 5ca9880 sched: Remove FAIR_SLEEPERS feature by Mike Galbraith · 14 years ago
  92. 6bc6cf2 sched: Remove NORMALIZED_SLEEPER by Mike Galbraith · 14 years ago
  93. 8b911ac sched: Fix select_idle_sibling() by Mike Galbraith · 14 years ago
  94. 2140692 sched: Tweak sched_latency and min_granularity by Mike Galbraith · 14 years ago
  95. a64692a sched: Cleanup/optimize clock updates by Mike Galbraith · 14 years ago
  96. e12f31d sched: Remove avg_overlap by Mike Galbraith · 14 years ago
  97. b42e0c4 sched: Remove avg_wakeup by Mike Galbraith · 14 years ago
  98. 39c0cbe sched: Rate-limit nohz by Mike Galbraith · 14 years ago
  99. 6f69a18 omap2/3/4: ehci: avoid compiler error with touchbook by Felipe Balbi · 14 years ago
  100. 0c82d3c mtd/nand/r852: Use pci_dma_mapping_error() by David Woodhouse · 14 years ago