1. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  2. f0adb13 [CPUFREQ] Fix NULL ptr regression in powernow-k8 by Kurt Roeckx · 15 years ago
  3. 7ea6176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  4. 0950efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6 by Linus Torvalds · 15 years ago
  5. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  6. 6b7b352 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  7. a3eb51e Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  8. 182a85f sched: Disable wakeup balancing by Peter Zijlstra · 15 years ago
  9. 5a9b86f sched: Rename flags to wake_flags by Peter Zijlstra · 15 years ago
  10. 5158f4e sched: Clean up the load_idx selection in select_task_rq_fair by Peter Zijlstra · 15 years ago
  11. 3b64089 sched: Optimize cgroup vs wakeup a bit by Peter Zijlstra · 15 years ago
  12. 0ec04e1 perf sched: Add 'perf sched map' scheduling event map printout by Ingo Molnar · 15 years ago
  13. 1ef7d9a writeback: fix possible bdi writeback refcounting problem by Nick Piggin · 15 years ago
  14. 77b9d05 writeback: Fix bdi use after free in wb_work_complete() by Nick Piggin · 15 years ago
  15. 77fad5e writeback: improve scalability of bdi writeback work queues by Nick Piggin · 15 years ago
  16. deed62e writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() by Nick Piggin · 15 years ago
  17. 49db041 writeback: use schedule_timeout_interruptible() by Jens Axboe · 15 years ago
  18. 8010c3b writeback: add comments to bdi_work structure by Jens Axboe · 15 years ago
  19. ce5f8e7 writeback: splice dirty inode entries to default bdi on bdi_destroy() by Jens Axboe · 15 years ago
  20. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  21. bcddc3f writeback: inline allocation failure handling in bdi_alloc_queue_work() by Jens Axboe · 15 years ago
  22. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  23. f11fcae writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout by Jens Axboe · 15 years ago
  24. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  25. c4a77a6 writeback: make wb_writeback() take an argument structure by Jens Axboe · 15 years ago
  26. f0fad8a writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE by Christoph Hellwig · 15 years ago
  27. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  28. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  29. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 15 years ago
  30. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  31. 79a9d99 fuse: add fusectl interface to max_background by Csaba Henk · 15 years ago
  32. 487ea5a fuse: limit user-specified values of max background requests by Csaba Henk · 15 years ago
  33. d6db07d fuse: use drop_nlink() instead of direct nlink manipulation by Csaba Henk · 15 years ago
  34. 0672453 amd64_edac: check NB MCE bank enable on the current node properly by Borislav Petkov · 15 years ago
  35. 57a3085 amd64_edac: Rewrite unganged mode code of f10_early_channel_count by Wan Wei · 15 years ago
  36. be3468e amd64_edac: cleanup amd64_check_ecc_enabled by Borislav Petkov · 15 years ago
  37. 80ed098 perf sched: Make idle thread and comm/pid names more consistent by Ingo Molnar · 15 years ago
  38. c8a3775 perf sched: Sanity check context switch events by Ingo Molnar · 15 years ago
  39. 465fdd9 HWPOISON: Enable error_remove_page on btrfs by Andi Kleen · 15 years ago
  40. cae681f HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs by Andi Kleen · 15 years ago
  41. 9893e49 HWPOISON: Add madvise() based injector for hardware poisoned pages v4 by Andi Kleen · 15 years ago
  42. f590f33 HWPOISON: Enable error_remove_page for NFS by Andi Kleen · 15 years ago
  43. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  44. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  45. 4db96cf HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process by Andi Kleen · 15 years ago
  46. 6746aff HWPOISON: shmem: call set_page_dirty() with locked page by Wu Fengguang · 15 years ago
  47. 2571873 HWPOISON: Define a new error_remove_page address space op for async truncation by Andi Kleen · 15 years ago
  48. 83f7866 HWPOISON: Add invalidate_inode_page by Wu Fengguang · 15 years ago
  49. 750b498 HWPOISON: Refactor truncate to allow direct truncating of page v2 by Nick Piggin · 15 years ago
  50. 2a7684a HWPOISON: check and isolate corrupted free pages v2 by Wu Fengguang · 15 years ago
  51. 888b9f7 HWPOISON: Handle hardware poisoned pages in try_to_unmap by Andi Kleen · 15 years ago
  52. 14fa31b HWPOISON: Use bitmask/action code for try_to_unmap behaviour by Andi Kleen · 15 years ago
  53. a6e04aa HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 by Andi Kleen · 15 years ago
  54. a3b947e HWPOISON: Add poison check to page fault handling by Andi Kleen · 15 years ago
  55. d1737fd HWPOISON: Add basic support for poisoned pages in fault handler v3 by Andi Kleen · 15 years ago
  56. ad5fa91 HWPOISON: Add new SIGBUS error codes for hardware poison signals by Andi Kleen · 15 years ago
  57. a7420aa HWPOISON: Add support for poison swap entries v2 by Andi Kleen · 15 years ago
  58. 10be22d HWPOISON: Export some rmap vma locking to outside world by Andi Kleen · 15 years ago
  59. d466f2f HWPOISON: Add page flag for poisoned pages by Andi Kleen · 15 years ago
  60. dc02bf7 perf sched: Account for lost events, increase default buffering by Ingo Molnar · 15 years ago
  61. 6a81269 x86, EDAC: Provide function to return NodeId of a CPU by Andreas Herrmann · 15 years ago
  62. b9183f9 amd64_edac: build driver only on AMD hardware by Ingo Molnar · 15 years ago
  63. 7c423e9 sched: x86: Name old_perf in a unique way by Peter Zijlstra · 15 years ago
  64. 54e2603 x86: platform: Fix section annotations by Thomas Gleixner · 15 years ago
  65. 0a375d7 sparc: Update defconfigs. by David S. Miller · 15 years ago
  66. 51e0304 sched: Implement a gentler fair-sleepers feature by Ingo Molnar · 15 years ago
  67. 4e36a95 RxRPC: Use uX/sX rather than uintX_t/intX_t types by David Howells · 15 years ago
  68. 634354d mlx4: Fix access to freed memory by Vitaliy Gusev · 15 years ago
  69. 657e964 tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG() by Robert Varga · 15 years ago
  70. 59abf02 sched: Add SD_PREFER_LOCAL by Peter Zijlstra · 15 years ago
  71. 7c64b9f pkt_sched: Fix qdisc_create on stab error handling by Jarek Poplawski · 15 years ago
  72. 8dfaa8a drm/radeon/kms: Get LVDS native mode details from EDID if necessary. by Michel Dänzer · 15 years ago
  73. 480c646 sh: Kill off unused se_skipped in alignment trap notification code. by Paul Mundt · 15 years ago
  74. a74f7e0 sh: Wire up HAVE_SYSCALL_TRACEPOINTS. by Paul Mundt · 15 years ago
  75. ea88023 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  76. fe832a3 tracing: remove notrace from __kprobes annotation by Steven Rostedt · 15 years ago
  77. fdec29c Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus by Alex Elder · 15 years ago
  78. b09333c nfsd41: Refactor create_client() by Ricardo Labiaga · 15 years ago
  79. 3ddc8bf nfsd41: modify nfsd4.1 backchannel to use new xprt class by Alexandros Batsakis · 15 years ago
  80. 0421b5c nfsd41: Backchannel: Implement cb_recall over NFSv4.1 by Ricardo Labiaga · 15 years ago
  81. 2af7358 nfsd41: Backchannel: cb_sequence callback by Benny Halevy · 15 years ago
  82. 2a1d1b5 nfsd41: Backchannel: Setup sequence information by Ricardo Labiaga · 15 years ago
  83. 199ff35 nfsd41: Backchannel: Server backchannel RPC wait queue by Ricardo Labiaga · 15 years ago
  84. 132f977 nfsd41: Backchannel: Add sequence arguments to callback RPC arguments by Ricardo Labiaga · 15 years ago
  85. 38524ab nfsd41: Backchannel: callback infrastructure by Andy Adamson · 15 years ago
  86. 80fc015 nfsd4: use common rpc_cred for all callbacks by J. Bruce Fields · 15 years ago
  87. 29ab23c nfsd4: allow nfs4 state startup to fail by J. Bruce Fields · 15 years ago
  88. 5d35175 SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous by Trond Myklebust · 15 years ago
  89. 886e3b7 nfsd4: fix null dereference creating nfsv4 callback client by J. Bruce Fields · 15 years ago
  90. f657c2a drm/radeon: Save and restore bios scratch regs during S/R by Yang Zhao · 15 years ago
  91. 6e74057 Btrfs: Fix async thread shutdown race by Chris Mason · 15 years ago
  92. 627e421 Btrfs: fix worker thread double spin_lock_irq by Chris Mason · 15 years ago
  93. 3e99d8e Btrfs: fix async worker startup race by Chris Mason · 15 years ago
  94. 09d3f3f sparc: Kill PROM console driver. by David S. Miller · 15 years ago
  95. b93011e ARM: S3C64XX: DMA: Debugged alloc's with GFP_KERNEL flag in Intr context. by Jassi · 15 years ago
  96. 3ea61e4 ARM: S3C64XX: DMA: 'size' argument of dma_pool_create by Jassi · 15 years ago
  97. 23c94b4 ARM: S3C64XX: DMA: struct s3c64xx_dma_buff lli fix. by Jassi · 15 years ago
  98. 5e49bc4 ARM: S3C64XX: Fix divider value calculation in s3c64xx_roundrate_clksrc by Thomas Abraham · 15 years ago
  99. 6d025ac ARM: S3C6410: update clk->parent when setting clock source by Thomas Abraham · 15 years ago
  100. 9adb15b ARM: S3C6410: use correct divider_shift in setrate_clksrc() by Thomas Abraham · 15 years ago