1. b1a9329 video: xilinxfb: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  2. 9c29fba fbmem: move EXPORT_SYMBOL annotation next to symbol declarations by Daniel Mack · 11 years ago
  3. 9bb4058 drivers: video: fbcmap: remove the redundency and incorrect checkings by Chen Gang · 11 years ago
  4. 51617d1 video: mxsfb: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  5. 907355a Release efifb's colormap in efifb_destroy() by Peter Jones · 11 years ago
  6. 6e665fb at91/avr32/atmel_lcdfb: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  7. 05e2190 video: exynos: Ensure definitions match prototypes by Mark Brown · 11 years ago
  8. 3825ce5 OMAPDSS: fix WARN_ON in 'alpha_blending_enabled' sysfs file by Tomi Valkeinen · 11 years ago
  9. db680c6 OMAPDSS: HDMI: Fix possible NULL reference by Tomi Valkeinen · 11 years ago
  10. 53bd1a4 Merge branch '3.12/da8xx' into 3.12/fbdev by Tomi Valkeinen · 11 years ago
  11. 979778f video: da8xx-fb: adding am33xx as dependency by Darren Etheridge · 11 years ago
  12. a9cd67c video: da8xx-fb: let compiler decide what to inline by Darren Etheridge · 11 years ago
  13. 0715c72 video: da8xx-fb: make clock naming consistent by Darren Etheridge · 11 years ago
  14. 2dfa77a video: da8xx-fb: set upstream clock rate (if reqd) by Darren Etheridge · 11 years ago
  15. 2bdff06 video: da8xx-fb: reorganize panel detection by Afzal Mohammed · 11 years ago
  16. 3a58101 video: da8xx-fb: ensure non-null cfg in pdata by Afzal Mohammed · 11 years ago
  17. c45757f video: da8xx-fb: use devres by Darren Etheridge · 11 years ago
  18. e4008e2 video: da8xx-fb: enable sync lost intr for v2 ip by Afzal Mohammed · 11 years ago
  19. fa8a00c video: da8xx-fb: fix 24bpp raster configuration by Darren Etheridge · 11 years ago
  20. 26e7164 video: da8xx-fb: improve readability of code by Darren Etheridge · 11 years ago
  21. fe8c98f video: da8xx-fb: fb_set_par support by Darren Etheridge · 11 years ago
  22. 404fdfe video: da8xx-fb: report correct pixclock by Afzal Mohammed · 11 years ago
  23. dbe8e48 video: da8xx-fb: store struct device * by Afzal Mohammed · 11 years ago
  24. a6a799f video: da8xx-fb: pix clk and clk div handling cleanup by Darren Etheridge · 11 years ago
  25. 44f627a video: da8xx-fb: store clk rate even if !CPUFREQ by Afzal Mohammed · 11 years ago
  26. b6dbe8e video: da8xx-fb: store current display information by Afzal Mohammed · 11 years ago
  27. be0f6db video: da8xx-fb: remove unneeded "var" initialization by Afzal Mohammed · 11 years ago
  28. b866458 video: da8xx-fb: use modedb helper to update var by Afzal Mohammed · 11 years ago
  29. 39c87d4 video: da8xx-fb: simplify lcd_reset by Afzal Mohammed · 11 years ago
  30. 87dac71 video: da8xx-fb: fb_check_var enhancement by Afzal Mohammed · 11 years ago
  31. fd3cd7e OMAPDSS: HDMI: Fix AVI infoframe bug by Mythri P K · 12 years ago
  32. fb52566 fb: backlight: HX8357: Add HX8369 support by Alexandre Belloni · 11 years ago
  33. ccf9901 video: hx8357: Make IM pins optional by Maxime Ripard · 11 years ago
  34. dbb5ff4 simplefb: add support for a8b8g8r8 pixel format by Alexandre Courbot · 11 years ago
  35. 9f0a511 backlight: lp855x: set zero brightness at FBBLANK by Shingo Nakao · 11 years ago
  36. 787316b drivers/video: remove unused parameter in Kconfig by Michael Opdenacker · 11 years ago
  37. ce01273 matroxfb: replace kmalloc and memset with kzalloc. by Alexandru Juncu · 11 years ago
  38. 76e9189 video: mxsfb: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  39. 5b1530d video: output: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  40. 3b2f64d Linux 3.11-rc2 by Linus Torvalds · 11 years ago
  41. ea45ea7 Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  42. 90db76e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  43. dda5690 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  44. e94bd34 ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  45. f6a0d9d Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  46. 36231d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. 19bf1c2 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  48. 3be542d Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  49. 90290c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next by Linus Torvalds · 11 years ago
  50. 24924a2 vfs: constify dentry parameter in d_count() by Peng Tao · 11 years ago
  51. acfec9a livelock avoidance in sget() by Al Viro · 11 years ago
  52. ba57ea6 allow O_TMPFILE to work with O_WRONLY by Al Viro · 11 years ago
  53. d471ce5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  54. 1b05018 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  55. 89d0abe Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  56. 89a8c59 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  57. 115930c Btrfs: fix wrong write offset when replacing a device by Stefan Behrens · 11 years ago
  58. d29a9f6 Btrfs: re-add root to dead root list if we stop dropping it by Josef Bacik · 11 years ago
  59. fec386a Btrfs: fix lock leak when resuming snapshot deletion by Josef Bacik · 11 years ago
  60. 3c8f242 Btrfs: update drop progress before stopping snapshot dropping by Josef Bacik · 11 years ago
  61. b8a33fc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  62. b7356ab Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  63. ff70130 arm64: use common reboot infrastructure by Marc Zyngier · 11 years ago
  64. db6f410 arm64: mm: don't treat user cache maintenance faults as writes by Will Deacon · 11 years ago
  65. c783c28 arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler() by Chen Gang · 11 years ago
  66. 53ae3ac arm64: Only enable local interrupts after the CPU is marked online by Catalin Marinas · 11 years ago
  67. f1b7001 MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION by Markos Chandras · 11 years ago
  68. 9e82d45 um: remove dead code by Richard Weinberger · 11 years ago
  69. 9a8c135 um: siginfo cleanup by Richard Weinberger · 11 years ago
  70. ab2bb14 MIPS: Octeon: Fix DT pruning bug with pip ports by Faidon Liambotis · 11 years ago
  71. 7473534 uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases by Tristan Schmelcher · 11 years ago
  72. 0974a9c um: Fix wait_stub_done() error handling by Richard Weinberger · 11 years ago
  73. dee2003 um: Mark stub pages mapping with VM_PFNMAP by Richard Weinberger · 11 years ago
  74. 3179ce7 um: Fix return value of strnlen_user() by Richard Weinberger · 11 years ago
  75. f2a5b1d MIPS: KVM: Mark KVM_GUEST (T&E KVM) as BROKEN_ON_SMP by James Hogan · 11 years ago
  76. 38a997a MIPS: tlbex: fix broken build in v3.11-rc1 by Aaro Koskinen · 11 years ago
  77. 628f065 MIPS: Netlogic: Add XLP PIC irqdomain by Jayachandran C · 11 years ago
  78. 35ac784 MIPS: Netlogic: Fix USB block's coherent DMA mask by Ganesan Ramalingam · 11 years ago
  79. afc813a MIPS: tlbex: Fix typo in r3000 tlb store handler by Tony Wu · 11 years ago
  80. 976f39b MIPS: BMIPS: Fix thinko to release slave TP from reset by Florian Fainelli · 11 years ago
  81. 9da3545 s390/zcrypt: Alias for new zcrypt device driver base module by Ingo Tuchscherer · 11 years ago
  82. ecb2cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  83. ee114b9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. 4b8b8a4 Merge tag 'md-3.11-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  85. 0a693ab Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  86. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  87. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  88. ece793f macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  89. 8852917 tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  90. 87f40dd pkt_sched: sch_qfq: remove a source of high packet delay/jitter by Paolo Valente · 11 years ago
  91. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  92. 5a8d281 Merge branch 'pm-fixes' by Rafael J. Wysocki · 11 years ago
  93. fc0ad6c Merge branch 'acpi-fixes' by Rafael J. Wysocki · 11 years ago
  94. 9657a56 ACPI / video: ignore BIOS initial backlight value for Fujitsu E753 by Lan Tianyu · 11 years ago
  95. 5d88d15 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  96. 3f334c2 Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  97. c66bce9 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  98. 191a2fa s390/kdump: Allow copy_oldmem_page() copy to virtual memory by Michael Holzheu · 11 years ago
  99. 5a74953 s390/kdump: Disable mmap for s390 by Michael Holzheu · 11 years ago
  100. c9a7afa s390/bpf,jit: add pkt_type support by Heiko Carstens · 11 years ago