1. 12f8f74 perf test: fix a build error on builtin-test by Zheng Liu · 12 years ago
  2. 4126938 [media] dvb_usb_v2: switch interruptible mutex to normal by Antti Palosaari · 12 years ago
  3. 69d2591 perf machine: Move more methods to machine.[ch] by Arnaldo Carvalho de Melo · 12 years ago
  4. 26ffd0d ARM: mm: introduce present, faulting entries for PAGE_NONE by Will Deacon · 12 years ago
  5. dbf62d5 ARM: mm: introduce L_PTE_VALID for page table entries by Will Deacon · 12 years ago
  6. 0cbbbad ARM: mm: don't use the access flag permissions mechanism for classic MMU by Will Deacon · 12 years ago
  7. 864aa04 ARM: mm: use pteval_t to represent page protection values by Will Deacon · 12 years ago
  8. f1d6a32 drbd: use copy_highpage by Akinobu Mita · 12 years ago
  9. ed635cb0 drbd: if the replication link breaks during handshake, keep retrying by Lars Ellenberg · 12 years ago
  10. 063eacf drbd: check return of kmalloc in receive_uuids by Jing Wang · 12 years ago
  11. 9868365 Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 by Philipp Reisner · 12 years ago
  12. 328e0f12 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
  13. 518a4d5 drbd: don't try to clear bits once the disk has failed by Philipp Reisner · 12 years ago
  14. fd0017c drbd: fix regression: potential NULL pointer dereference by Philipp Reisner · 12 years ago
  15. 4035e4c drbd: Fix clearing of MDF_AL_DISABLED by Philipp Reisner · 12 years ago
  16. 42839f6 drbd: log request sector offset and size for IO errors by Lars Ellenberg · 12 years ago
  17. edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
  18. e34b677 drbd: wait for meta data IO completion even with failed disk, unless force-detached by Lars Ellenberg · 12 years ago
  19. 8747d30 drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  20. bc891c9 drbd: fix potential deadlock during bitmap (re-)allocation by Lars Ellenberg · 12 years ago
  21. a506c13 drbd: use list_move_tail instead of list_del/list_add_tail by Lars Ellenberg · 12 years ago
  22. 1b6dd25 drbd: panic on delayed completion of aborted requests by Philipp Reisner · 12 years ago
  23. a3025a2 drbd: Fix comparison of is_valid_transition()'s return code by Philipp Reisner · 12 years ago
  24. 1393b59 drbd: Remove duplicate code by Philipp Reisner · 12 years ago
  25. 70f17b6 drbd: differentiate early and later "postponing" of requests by Lars Ellenberg · 12 years ago
  26. 76590cd drbd: Fix postponed requests by Philipp Reisner · 12 years ago
  27. 19fffd7 drbd: Call drbd_md_sync() explicitly after a state change on the connection by Philipp Reisner · 12 years ago
  28. d764401 drbd: Fix postponed requests by Philipp Reisner · 12 years ago
  29. 4ae98b4 drbd: Imporve the error reporting of failed conn state changes by Philipp Reisner · 12 years ago
  30. 7970201 drbd: Fix the way the STATE_SENT bit is cleared by Philipp Reisner · 12 years ago
  31. 07fc961 drbd: Do not check aspects that are not subject to change in _conn_requests_state() by Philipp Reisner · 12 years ago
  32. 892fdd1 drbd: Improve readability of IO resuming after freeze due to no data access by Philipp Reisner · 12 years ago
  33. 88f79ec drbd: Fix IO resuming after connection was established while executing the fence handler by Philipp Reisner · 12 years ago
  34. b792b65 drbd: fix potential list_add corruption by Lars Ellenberg · 12 years ago
  35. bc317a9 drbd: dequeue single work items in wait_for_work() by Lars Ellenberg · 12 years ago
  36. c02abda drbd: mutex_unlock "... must no be used in interrupt context" by Lars Ellenberg · 12 years ago
  37. c1fd29a drbd: Fix a race condition that can lead to a BUG() by Philipp Reisner · 12 years ago
  38. 0ee98e2 drbd: temporarily suspend io in drbd_adm_disk_opts by Lars Ellenberg · 12 years ago
  39. 4eb9b3c drbd: don't send out P_BARRIER with stale information by Lars Ellenberg · 12 years ago
  40. 08332d7 drbd: properly call drbd_rs_cancel_all() in drbd_disconnected() by Lars Ellenberg · 12 years ago
  41. 155522d drbd: Remove dead code by Philipp Reisner · 12 years ago
  42. b66623e drbd: Avoid NetworkFailure state during disconnect by Philipp Reisner · 12 years ago
  43. 39a1aa7f drbd: Protect accesses to the uuid set with a spinlock by Philipp Reisner · 12 years ago
  44. fef45d2 drbd: Write all pages of the bitmap after an online resize by Philipp Reisner · 12 years ago
  45. 5af2e8c drbd: Fix completion of requests while the device is suspended by Philipp Reisner · 12 years ago
  46. 715306f drbd: Don't unregister socket state_change callback from within the callback by Andreas Gruenbacher · 12 years ago
  47. eb12010 drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/ by Lars Ellenberg · 12 years ago
  48. 427c043 drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/ by Lars Ellenberg · 12 years ago
  49. d4dabbe drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/ by Lars Ellenberg · 12 years ago
  50. 232fd3f drbd: cleanup, drop unused struct by Lars Ellenberg · 12 years ago
  51. 46e21bb drbd: NEG_ACK does not imply a barrier-ack by Lars Ellenberg · 12 years ago
  52. 99b4d8f drbd: only start a new epoch, if the current epoch contains writes by Lars Ellenberg · 12 years ago
  53. 8a0bab2 drbd: Finish requests that completed while IO was frozen by Philipp Reisner · 12 years ago
  54. e959d08 drbd: Fix a potential issue with the DISCARD_CONCURRENT flag by Lars Ellenberg · 12 years ago
  55. 519b6d3 drbd: fix drbd wire compatibility for empty flushes by Lars Ellenberg · 12 years ago
  56. 80c6eed drbd: More random to the connect logic by Philipp Reisner · 12 years ago
  57. 92f1495 drbd: Try to connec to peer only once per cycle by Philipp Reisner · 12 years ago
  58. b666dbf drbd: Remove redundant and wrong test for NULL simplification in conn_connect() by Philipp Reisner · 12 years ago
  59. 3174f8c drbd: pass some more information to userspace. by Philipp Marek · 13 years ago
  60. 81a3537 drbd: announce FLUSH/FUA capability to upper layers by Lars Ellenberg · 12 years ago
  61. 58ffa58 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
  62. ab277bb xen/arm: Fix compile errors when drivers are compiled as modules (export more). by Stefano Stabellini · 12 years ago
  63. 47acde1 ARM: OMAP2+: tusb6010: generic timing calculation by Afzal Mohammed · 12 years ago
  64. ac2d9ae ARM: OMAP2+: smc91x: generic timing calculation by Afzal Mohammed · 12 years ago
  65. 4f4426f ARM: OMAP2+: onenand: generic timing calculation by Afzal Mohammed · 12 years ago
  66. 246da26 ARM: OMAP2+: gpmc: generic timing calculation by Afzal Mohammed · 12 years ago
  67. 559d94b ARM: OMAP2+: gpmc: handle additional timings by Afzal Mohammed · 12 years ago
  68. 9b47260 pinctrl/nomadik: db8540: fix moduartstmmux_oc4_1 pin group definition. by Jean-Nicolas Graux · 12 years ago
  69. f1671bf pinctrl/nomadik: make independent of prcmu driver by Jonas Aaberg · 12 years ago
  70. f435ab7 ARM: hw_breakpoint: kill WARN_ONCE usage by Will Deacon · 12 years ago
  71. 9e962f7 ARM: hw_breakpoint: use CRn as argument for debug reg accessor macros by Dietmar Eggemann · 12 years ago
  72. 0daa034 ARM: hw_breakpoint: check if monitor mode is enabled during validation by Will Deacon · 12 years ago
  73. 5ad29ea ARM: hw_breakpoint: make boot quieter without CPUID feature registers by Will Deacon · 12 years ago
  74. 7f4050a ARM: hw_breakpoint: don't try to clear v6 debug registers during boot by Will Deacon · 12 years ago
  75. 614bea5 ARM: hw_breakpoint: fix ordering of debug register reset sequence by Will Deacon · 12 years ago
  76. b59a540 ARM: hw_breakpoint: fix monitor mode detection with v7.1 by Will Deacon · 12 years ago
  77. e64877d ARM: hw_breakpoint: only clear OS lock when implemented on v7 by Will Deacon · 12 years ago
  78. 3f5475d ASoC: wm0010: Split out the stage2 load from the boot function by Scott Ling · 12 years ago
  79. 8f7d52a ASoC: wm0010: Split out the firmware file parsing from the boot by Scott Ling · 12 years ago
  80. 560615e regulator: max8925: update dt regulator binding doc by Qing Xu · 12 years ago
  81. 2ac29a1 ARM: PMU: fix runtime PM enable by Jon Hunter · 12 years ago
  82. 0305230 ARM: perf: consistently use arm_pmu->name for PMU name by Will Deacon · 12 years ago
  83. 288700d ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU by Will Deacon · 12 years ago
  84. 2a4961b ARM: perf: register cpu_notifier at driver init by Mark Rutland · 12 years ago
  85. 7279adb ARM: perf: check ARMv7 counter validity on a per-pmu basis by Sudeep KarkadaNagesha · 12 years ago
  86. ed6f2a5 ARM: perf: consistently use struct perf_event in arm_pmu functions by Sudeep KarkadaNagesha · 12 years ago
  87. 513c99c ARM: perf: allocate CPU PMU dynamically at probe time by Sudeep KarkadaNagesha · 12 years ago
  88. e50c541 ARM: perf: add guest vs host discrimination by Marc Zyngier · 12 years ago
  89. afcc87a drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory by Thomas Hellstrom · 12 years ago
  90. 95e8f6a drm/vmwgfx: Fix hibernation device reset by Thomas Hellstrom · 12 years ago
  91. 69b1803 MIPS: Loongson1B: Fix a typo by Kelvin Cheung · 12 years ago
  92. 94fd4bd MIPS: Loongson1B: Update stmmac_mdio_bus_data by Kelvin Cheung · 12 years ago
  93. 4460764 MIPS: Loongson1B: improve ls1x_serial_setup() by Kelvin Cheung · 12 years ago
  94. 17ded0a MIPS: Loongson1B: use common clock infrastructure instead of private APIs by Kelvin Cheung · 12 years ago
  95. ed21cfe MIPS: Netlogic: Support for XLR/XLS Fast Message Network by Ganesan Ramalingam · 12 years ago
  96. 3854174 MIPS: Netlogic: PIC IRQ handling update for multi-chip by Jayachandran C · 12 years ago
  97. bb1e4bc MIPS: Netlogic: Make number of nodes configurable by Jayachandran C · 12 years ago
  98. 77ae798 MIPS: Netlogic: Support for multi-chip configuration by Jayachandran C · 12 years ago
  99. 2a37b1a MIPS: Netlogic: Move from u32 cpumask to cpumask_t by Jayachandran C · 12 years ago
  100. 7143246 MIPS: Netlogic: Update PIC access functions by Jayachandran C · 12 years ago