1. 071407e pwm: pwm-mxs: encode soc name in compatible string by Shawn Guo · 12 years ago
  2. 200efed pwm: Take over maintainership of the PWM subsystem by Thierry Reding · 12 years ago
  3. 3e3ed6c pwm-backlight: Add rudimentary device tree support by Thierry Reding · 13 years ago
  4. 4dce82c pwm: add pwm-mxs support by Shawn Guo · 12 years ago
  5. a245cce ARM vt8500: Move vt8500 pwm driver to pwm framework by Sascha Hauer · 12 years ago
  6. 215c29d ARM Samsung: Move s3c pwm driver to pwm framework by Sascha Hauer · 12 years ago
  7. 2969324 ARM i.MX: Move i.MX pwm driver to pwm framework by Sascha Hauer · 12 years ago
  8. 17b2b47 pwm: Move PXA PWM driver to PWM framework by Thierry Reding · 13 years ago
  9. a4315e3 pwm: Move Blackfin PWM driver to PWM framework by Thierry Reding · 13 years ago
  10. 140fd97 pwm: tegra: Add device tree support by Thierry Reding · 13 years ago
  11. 0134b93 pwm: Add NVIDIA Tegra SoC support by Thierry Reding · 13 years ago
  12. 7299ab7 pwm: Add device tree support by Thierry Reding · 13 years ago
  13. e05e507 dt: Add empty of_parse_phandle_with_args() function by Thierry Reding · 12 years ago
  14. bd3d550 dt: Add empty of_property_match_string() function by Thierry Reding · 12 years ago
  15. 8138d2d pwm: Add table-based lookup for static mappings by Thierry Reding · 12 years ago
  16. 62099ab pwm: Add debugfs interface by Thierry Reding · 12 years ago
  17. f051c46 pwm: Allow chips to support multiple PWMs by Thierry Reding · 13 years ago
  18. 0c2498f pwm: Add PWM framework support by Sascha Hauer · 14 years ago
  19. cfaf025 Linux 3.5-rc2 by Linus Torvalds · 12 years ago
  20. 1e11ad8 mm, oom: fix badness score underflow by David Rientjes · 12 years ago
  21. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  22. cd96891 sched/fair: fix lots of kernel-doc warnings by Randy Dunlap · 12 years ago
  23. 8f53369 Revert "drm/i915/crt: Do not rely upon the HPD presence pin" by Linus Torvalds · 12 years ago
  24. 7724953 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  25. 3e9ca02 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 12 years ago
  26. e726430 Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  27. 32ba9c3 Revert "vfs: stop d_splice_alias creating directory aliases" by Linus Torvalds · 12 years ago
  28. 0b35d32 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  29. 106544d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  30. 03d8f54 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  31. b1e25f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  32. 857505f Merge tag 'moduleparam-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  33. eeaaa96 x86/nmi: Fix section mismatch warnings on 32-bit by Don Zickus · 12 years ago
  34. 3c75296 powerpc: Fix kernel panic during kernel module load by Steffen Rumler · 12 years ago
  35. d5d2d2e x86/uv: Fix UV2 BAU legacy mode by Cliff Wickman · 12 years ago
  36. bd2753b x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table space by Yinghai Lu · 12 years ago
  37. 2d5c7cd Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  38. 6cf98d6 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  39. 19efb72 init: Drop initcall level output by Borislav Petkov · 12 years ago
  40. ae82fdb module_param: stop double-calling parameters. by Rusty Russell · 12 years ago
  41. 860aed2 powerpc/time: Sanity check of decrementer expiration is necessary by Paul Mackerras · 12 years ago
  42. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 12 years ago
  43. b22b1f1 ext4: don't set i_flags in EXT4_IOC_SETFLAGS by Tao Ma · 12 years ago
  44. b0dd6b7 ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg by Theodore Ts'o · 12 years ago
  45. 46edaed Merge branch 'akpm' (Andrew's fixups) by Linus Torvalds · 12 years ago
  46. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 12 years ago
  47. 39caa09 btree: catch NULL value before it does harm by Joern Engel · 12 years ago
  48. cbf8ae3 btree: fix tree corruption in btree_get_prev() by Roland Dreier · 12 years ago
  49. 7d8a456 ipc: shm: restore MADV_REMOVE functionality on shared memory segments by Will Deacon · 12 years ago
  50. 4e791c9 drivers/platform/x86/acerhdf.c: correct Boris' mail address by Borislav Petkov · 12 years ago
  51. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 12 years ago
  52. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 12 years ago
  53. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 12 years ago
  54. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  55. 6305902 MAINTAINERS: whitespace fixes by Joe Perches · 12 years ago
  56. 0142ef6 shmem: replace_page must flush_dcache and others by Hugh Dickins · 12 years ago
  57. 743628e x86, efi stub: Add .reloc section back into image by Jordan Justen · 12 years ago
  58. 513335f Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 12 years ago
  59. 0c30989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  60. 12027f1 UBI: correct ubi_wl_flush locking by Artem Bityutskiy · 12 years ago
  61. 818039c UBIFS: fix debugfs-less systems support by Artem Bityutskiy · 12 years ago
  62. e9b4cf2 UBI: fix debugfs-less systems support by Artem Bityutskiy · 12 years ago
  63. 23e81d6 drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handler by Adam Jackson · 12 years ago
  64. 71fae7e Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  65. ff39d0e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  66. ae501be Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  67. 20952cd Merge branches 'cxgb4', 'mlx4' and 'ocrdma' into for-linus by Roland Dreier · 12 years ago
  68. fc2d004 IB/mlx4: Fix max_wqe capacity reported from query device by Sagi Grimberg · 12 years ago
  69. edc4a67 mlx4_core: Fix setting VL_cap in mlx4_SET_PORT wrapper flow by Jack Morgenstein · 12 years ago
  70. 374916e Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  71. 9e68447 Merge tag 'iommu-fixes-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  72. 2ded5c2 tile: add #include to unbreak build after generic init_task conversion by Chris Metcalf · 12 years ago
  73. 10db9e0 tile: remove cpu_idle_on_new_stack by Chris Metcalf · 12 years ago
  74. db0dc75 perf/x86: Check user address explicitly in copy_from_user_nmi() by Arun Sharma · 12 years ago
  75. bc6ca7b perf/x86: Check if user fp is valid by Arun Sharma · 12 years ago
  76. 0b0d9cf perf: Limit callchains to 127 by Arun Sharma · 12 years ago
  77. 302fa4b perf/x86: Allow multiple stacks by Arun Sharma · 12 years ago
  78. a841f8c sched: Fix the relax_domain_level boot parameter by Dimitri Sivanich · 12 years ago
  79. 67384fe char/agp: add another Ironlake host bridge by Eugeni Dodonov · 12 years ago
  80. 8440ccb perf/x86: Update SNB PEBS constraints by Peter Zijlstra · 12 years ago
  81. b6db437 perf/x86: Enable/Add IvyBridge hardware support by Peter Zijlstra · 12 years ago
  82. cccb9ba perf/x86: Implement cycles:p for SNB/IVB by Peter Zijlstra · 12 years ago
  83. b430f7c perf/x86: Fix Intel shared extra MSR allocation by Peter Zijlstra · 12 years ago
  84. d039ac6 sched: Validate assumptions in sched_init_numa() by Peter Zijlstra · 12 years ago
  85. c3decf0 sched: Always initialize cpu-power by Peter Zijlstra · 12 years ago
  86. c117487 sched: Fix domain iteration by Peter Zijlstra · 12 years ago
  87. 7f1b439 sched/rt: Fix lockdep annotation within find_lock_lowest_rq() by Peter Zijlstra · 12 years ago
  88. 10717dc sched/numa: Load balance between remote nodes by Alex Shi · 12 years ago
  89. ceb1cba sched/x86: Calculate booted cores after construction of sibling_mask by Kamalesh Babulal · 12 years ago
  90. f6175f5 x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs by Tomoki Sekiyama · 12 years ago
  91. 55c844a x86/reboot: Fix a warning message triggered by stop_other_cpus() by Feng Tang · 12 years ago
  92. 7071f6b x86/intel/moorestown: Change intel_scu_devices_create() to __devinit by Sebastian Andrzej Siewior · 12 years ago
  93. 4af463d x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init() by Yasuaki Ishimatsu · 12 years ago
  94. aff5a62 x86/gart: Fix kmemleak warning by Xiaotian Feng · 12 years ago
  95. 1a87fc1 x86: mce: Add the dropped timer interval init back by Thomas Gleixner · 12 years ago
  96. 436d03f x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefix by Masami Hiramatsu · 12 years ago
  97. 02e0304 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  98. 958fb3c x86/mce: Fix the MCE poll timer logic by Chen Gong · 12 years ago
  99. eea5b551 Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 12 years ago
  100. ecc7284 Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago