1. e50e372 writeback: balance_dirty_pages(): reduce calls to global_page_state by Wu Fengguang · 14 years ago
  2. a292dfa parisc: fix wrong page aligned size calculation in ioremapping code by Florian Zumbiehl · 14 years ago
  3. 17e4650 score: fix dereference of NULL pointer in local_flush_tlb_page() by Roel Kluin · 14 years ago
  4. 7b95809 pc8736x_gpio: depends on X86_32 by Randy Dunlap · 14 years ago
  5. 3c111a0 mm: fix fatal kernel-doc error by Randy Dunlap · 14 years ago
  6. 0a7992c acpi: fix bogus preemption logic by Thomas Gleixner · 14 years ago
  7. d78a3ed kernel/kfifo.c: add handling of chained scatterlists by Stefani Seibold · 14 years ago
  8. 5af568cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  9. 062e27e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  10. bf25db3 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  11. 682c30e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  12. 84479f3 Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  13. 946880f Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by Linus Torvalds · 14 years ago
  14. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  15. dd21e9b lib/decompress_bunzip2.c: fix checkstack warning by Prarit Bhargava · 14 years ago
  16. 5bf2b19 kfifo: add example files to the kernel sample directory by Stefani Seibold · 14 years ago
  17. 2e956fb kfifo: replace the old non generic API by Stefani Seibold · 14 years ago
  18. 4201d9a kfifo: add the new generic kfifo API by Stefani Seibold · 14 years ago
  19. 4457d98 kfifo: fix kfifo miss use of nozami.c by Stefani Seibold · 14 years ago
  20. ad9c7ed kfifo: kfifo_is_{full,empty} should return bools, not ints by Robert P. J. Day · 14 years ago
  21. ab654ba fs/sysv/super.c: add support for non-PDP11 v7 filesystems by Lubomir Rintel · 14 years ago
  22. 0bcaa65 fs/sysv: v7: adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  23. a36517e fs/sysv: add v7 alias by Lubomir Rintel · 14 years ago
  24. f65a03f kexec: return -EFAULT on copy_to_user() failures by Dan Carpenter · 14 years ago
  25. 832ccf6 parport_serial: use the PCI IRQ if offered by Fr?d?ric Bri?re · 14 years ago
  26. 863a604 lib/bug.c: add oops end marker to WARN implementation by Anton Blanchard · 14 years ago
  27. e2e7e09 lib/bug.c: make WARN implementation match the kernel/panic.c one by Anton Blanchard · 14 years ago
  28. c7ff0d9 panic: keep blinking in spite of long spin timer mode by TAMUKI Shoichi · 14 years ago
  29. bebf8cf afs: destroy work queue on init failure by Dan Carpenter · 14 years ago
  30. a35274c dma-mapping: add DMA_xxBIT_MASK to feature-removal-schedule.txt by FUJITA Tomonori · 14 years ago
  31. 1758336 pci: add PCI DMA unamp state API to feature-removal-schedule.txt by FUJITA Tomonori · 14 years ago
  32. c31e74c Documentation: DMA-API-HOWTO.txt: add multiple types of IOMMUs support by FUJITA Tomonori · 14 years ago
  33. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  34. d80e0d9 scsi: 53c700: remove dma_is_consistent usage by FUJITA Tomonori · 14 years ago
  35. 7896bfa dma-mapping: parisc: set ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  36. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  37. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  38. cd1542c edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllers by Anton Vorontsov · 14 years ago
  39. b425d5c edac: i5400: improve handling of pci_enable_device() return value by Kulikov Vasiliy · 14 years ago
  40. 44aa80f edac: i5000: improve handling of pci_enable_device() return value by Kulikov Vasiliy · 14 years ago
  41. bd1688d edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKE by Christoph Egger · 14 years ago
  42. c52b0b9 pids: alloc_pidmap: remove the unnecessary boundary checks by Oleg Nesterov · 14 years ago
  43. 5fdee8c pids: fix a race in pid generation that causes pids to be reused immediately by Salman · 14 years ago
  44. 9c867fb partitions: fix sometimes unreadable partition strings by Alexey Dobriyan · 14 years ago
  45. ecd6269 cs5535-mfgpt: reuse timers that have never been set up by Jens Rottmann · 14 years ago
  46. e73790a drivers/char/n_gsm.c: add missing spin_unlock_irqrestore by Julia Lawall · 14 years ago
  47. 7bb671e ipmi: print info for spmi and smbios paths like acpi and pci by Yinghai Lu · 14 years ago
  48. 7faefea ipmi: fix memleaking for add_smi when duplicating happen by Yinghai Lu · 14 years ago
  49. f46c77c drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but not used by Justin P. Mattock · 14 years ago
  50. cfbef3c procfs: simplify conditional processing of fs/proc.o. by Robert P. J. Day · 14 years ago
  51. a2a20c4 signalfd: fill in ssi_int for posix timers and message queues by Nathan Lynch · 14 years ago
  52. c7e49c1 ptrace: optimize exit_ptrace() for the likely case by Oleg Nesterov · 14 years ago
  53. 13d7e3a memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id by KOSAKI Motohiro · 14 years ago
  54. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  55. 14fec79 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask by KOSAKI Motohiro · 14 years ago
  56. da280d6 memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() by KOSAKI Motohiro · 14 years ago
  57. b8f5c56 memcg: sc.nr_to_reclaim should be initialized by KOSAKI Motohiro · 14 years ago
  58. f75ca96 memcg: avoid css_get() by KAMEZAWA Hiroyuki · 14 years ago
  59. 158e0a2 memcg: use find_lock_task_mm() in memory cgroups oom by KAMEZAWA Hiroyuki · 14 years ago
  60. 73045c4 memcg: remove mem from arg of charge_common by Daisuke Nishimura · 14 years ago
  61. bd0d24b memcg: remove redundant code by Daisuke Nishimura · 14 years ago
  62. 2bd9bb2 memcg: clean up waiting move acct by KAMEZAWA Hiroyuki · 14 years ago
  63. 4b53433 memcg: clean up try_charge main loop by KAMEZAWA Hiroyuki · 14 years ago
  64. 65e0e81 memcg: remove experimental from swap account config by KAMEZAWA Hiroyuki · 14 years ago
  65. b7300b7 blkdev: cgroup whitelist permission fix by Chris Wright · 14 years ago
  66. e400c28 cgroups: save space for the terminator by Dan Carpenter · 14 years ago
  67. 2b24706 Documentation/padata.txt: fix typos etc. by Randy Dunlap · 14 years ago
  68. a3038ea Documentation/00-INDEX: remove reference to exception.txt by Huang Shijie · 14 years ago
  69. a435600 docbook: need xmldoclinks for all doc types by Ben Hutchings · 14 years ago
  70. 79872e0 Documentation/networking/wavelan.txt: deleted, not in tree by Joe Perches · 14 years ago
  71. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  72. 71740c4 fusion: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  73. b3397ad reiserfs: remove unused local `wait' by Changli Gao · 14 years ago
  74. 628a464 drivers/video/igafb.c: make igafb_setup() and igafb_init() static by Andrew Morton · 14 years ago
  75. 527dcf4 drivers/video/igafb.c: introduce lost 'return' by Kulikov Vasiliy · 14 years ago
  76. c07fbfd fbmem: VM_IO set, but not propagated by Daniel De Graaf · 14 years ago
  77. daf695f arm: samsung: remove pixclock from several boards by Maurus Cuelenaere · 14 years ago
  78. 2bb567a s3c-fb: automatically calculate pixel clock when none is given by Maurus Cuelenaere · 14 years ago
  79. 04ab9ef s3c-fb: add support for DMA channel control on S5PV210 by Pawel Osciak · 14 years ago
  80. 8cfdcb2 s3c-fb: fix section mismatch by Marek Szyprowski · 14 years ago
  81. a8bdabc s3c-fb: protect window-specific registers during updates by Pawel Osciak · 14 years ago
  82. f676ec2 s3c-fb: correct window osd size and alpha register handling by Pawel Osciak · 14 years ago
  83. f5ec546 s3c-fb: add SHADOWCON shadow register locking support for S5PV210 by Pawel Osciak · 14 years ago
  84. d478729 s3c-fb: window 3 of 64xx+ does not have an osd_d register by Pawel Osciak · 14 years ago
  85. efdc846 s3c-fb: add wait for VSYNC ioctl by Pawel Osciak · 14 years ago
  86. 067b226 s3c-fb: add support for display panning by Pawel Osciak · 14 years ago
  87. eb42b04 s3c-fb: add device name initialization by Pawel Osciak · 14 years ago
  88. 4e591ac s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structures by Pawel Osciak · 14 years ago
  89. 9fa424a s3c-fb: correct FRAMESEL1 bitfield defines for VIDINTCON0 register by Pawel Osciak · 14 years ago
  90. cd7d7e0 s3c-fb: fix various null references on framebuffer memory alloc failure by Pawel Osciak · 14 years ago
  91. bc2da1b s3c-fb: integrate palette setup code into main driver by Ben Dooks · 14 years ago
  92. c4bb6ff s3c-fb: udpate to support s3c2416/s3c2443 style hardware by Ben Dooks · 14 years ago
  93. 50a5503 s3c-fb: initial move to unifying the header files by Ben Dooks · 14 years ago
  94. 9494703 s3c-fb: only init window colour key controls for windows with blending by Ben Dooks · 14 years ago
  95. dc8498c s3c-fb: fix distortedness situation for the mode more then 24bpp by InKi Dae · 14 years ago
  96. ad04490 s3c-fb: add default window feature. by InKi Dae · 14 years ago
  97. 45649fd s3c-fb: change to depending on CONFIG_S3C_FB_DEV by Ben Dooks · 14 years ago
  98. a67ef27 drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options() by Denys Vlasenko · 14 years ago
  99. 26c5be3 fbcon: uninline four foo_update_attr() functions by Denys Vlasenko · 14 years ago
  100. da909ce fbcon: uninline large static function get_color() by Denys Vlasenko · 14 years ago