1. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  2. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  3. b2c9cd3 fail_make_request: cleanup should_fail_request by Akinobu Mita · 13 years ago
  4. b2588c4 fail_page_alloc: simplify debugfs initialization by Akinobu Mita · 13 years ago
  5. 810f09b failslab: simplify debugfs initialization by Akinobu Mita · 13 years ago
  6. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  7. 8307fc2 fault-injection: cleanup simple attribute of stacktrace_depth by Akinobu Mita · 13 years ago
  8. 6b16f74 fault-injection: remove nonexistent function extern by Akinobu Mita · 13 years ago
  9. 35f4676 fault-injection: do not include unneeded header by Akinobu Mita · 13 years ago
  10. 3e5c4fa ramoops: make record_size a module parameter by Sergiu Iordache · 13 years ago
  11. 6b4d2a2 ramoops: move dump_oops into platform data by Sergiu Iordache · 13 years ago
  12. 0169256 ramoops: add new line to each print by Marco Stornelli · 13 years ago
  13. 13aefd7 ramoops: use module parameters instead of platform data if not available by Marco Stornelli · 13 years ago
  14. beda94d Vmware balloon: switch to using sysem-wide freezable workqueue by Dmitry Torokhov · 13 years ago
  15. f7b1371 drivers/w1/slaves/w1_therm.c: add support for DS28EA00 by Christian Glindkamp · 13 years ago
  16. c958474 panic, vt: do not force oops output when panic_timeout < 0 by Mandeep Singh Baines · 13 years ago
  17. 4302fbc panic: panic=-1 for immediate reboot by Hugh Dickins · 13 years ago
  18. 3f0fb4e Documentation/DMA-API-HOWTO.txt: fix misleading example by Michal Miroslaw · 13 years ago
  19. 91f6cdf include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macros by WANG Cong · 13 years ago
  20. 947be5d gcov: disable CONSTRUCTORS for UML by Vitaliy Ivanov · 13 years ago
  21. 444d292 drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce() by Kai.Jiang · 13 years ago
  22. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  23. d40dcdb ipc/mqueue.c: fix mq_open() return value by Jiri Slaby · 13 years ago
  24. 0471520 ipc/mqueue.c: refactor failure handling by Jiri Slaby · 13 years ago
  25. a64a26e cpumask: add cpumask_var_t documentation by KOSAKI Motohiro · 13 years ago
  26. 37e7b5f cpumask: alloc_cpumask_var() use NUMA_NO_NODE by KOSAKI Motohiro · 13 years ago
  27. 95918f4a cpumask: convert for_each_cpumask() with for_each_cpu() by KOSAKI Motohiro · 13 years ago
  28. 32e107f fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter() by Oleg Nesterov · 13 years ago
  29. b4edf8b exec: do not retry load_binary method if CONFIG_MODULES=n by Tetsuo Handa · 13 years ago
  30. 9121935 exec: do not call request_module() twice from search_binary_handler() by Tetsuo Handa · 13 years ago
  31. aacb3d1 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP by Michal Hocko · 13 years ago
  32. fb0a685 kernel/fork.c: fix a few coding style issues by Daniel Rebelo de Oliveira · 13 years ago
  33. 293eb1e proc: fix a race in do_io_accounting() by Vasiliy Kulikov · 13 years ago
  34. d2857e7 procfs: return ENOENT on opening a being-removed proc entry by Daisuke Ogino · 13 years ago
  35. 5296f6d h8300/m68k/xtensa: __FD_ISSET should return 0/1 by Andrew Morton · 13 years ago
  36. 99b6456 do_coredump: fix the "ispipe" error check by Oleg Nesterov · 13 years ago
  37. 2c56373 coredump: escape / in hostname and comm by Jiri Slaby · 13 years ago
  38. 3141c8b coredump: use task comm instead of (unknown) by Jiri Slaby · 13 years ago
  39. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  40. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  41. 8521fc5 memcg: get rid of percpu_charge_mutex lock by Michal Hocko · 13 years ago
  42. 3e92041 memcg: add mem_cgroup_same_or_subtree() helper by Michal Hocko · 13 years ago
  43. d38144b memcg: unify sync and async per-cpu charge cache draining by Michal Hocko · 13 years ago
  44. d1a05b6 memcg: do not try to drain per-cpu caches without pages by Michal Hocko · 13 years ago
  45. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  46. 108b6a7 memcg: fix behavior of mem_cgroup_resize_limit() by Daisuke Nishimura · 13 years ago
  47. 4508378b95 memcg: fix vmscan count in small memcgs by KAMEZAWA Hiroyuki · 13 years ago
  48. 1af8efe memcg: change memcg_oom_mutex to spinlock by Michal Hocko · 13 years ago
  49. 79dfdac memcg: make oom_lock 0 and 1 based rather than counter by Michal Hocko · 13 years ago
  50. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  51. 1f4c025 memcg: export memory cgroup's swappiness with mem_cgroup_swappiness() by KAMEZAWA Hiroyuki · 13 years ago
  52. b830ac1 rtc: fix hrtimer deadlock by Thomas Gleixner · 13 years ago
  53. 431e2bc rtc: limit frequency by Thomas Gleixner · 13 years ago
  54. 2c4f57d rtc: handle errors correctly in rtc_irq_set_state() by Thomas Gleixner · 13 years ago
  55. b45d59f mn10300, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  56. fc92805 drivers/base/power/opp.c: fix dev_opp initial value by Jonghwan Choi · 13 years ago
  57. adc400f frv, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  58. 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  59. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  60. 243dd28 gma500: udelay(20000) it too long again by Stephen Rothwell · 13 years ago
  61. 9c646cf USB / Renesas: Fix build issue related to struct scatterlist by Rafael J. Wysocki · 13 years ago
  62. 6c0cbef MMC / TMIO: Fix build issue related to struct scatterlist by Rafael J. Wysocki · 13 years ago
  63. 2ac232f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  64. d79698d ceph: document unlocked d_parent accesses by Sage Weil · 13 years ago
  65. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  66. 4f17726 ceph: document locking for ceph_set_dentry_offset by Sage Weil · 13 years ago
  67. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  68. bf1c6ac ceph: protect d_parent access in ceph_d_revalidate by Sage Weil · 13 years ago
  69. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  70. 48d0cbd ceph: handle racing calls to ceph_init_dentry by Sage Weil · 13 years ago
  71. dfabbed6 ceph: set dir complete frag after adding capability by Sage Weil · 13 years ago
  72. 029bcbd rbd: set blk_queue request sizes to object size by Josh Durgin · 13 years ago
  73. e985222 ceph: set up readahead size when rsize is not passed by Yehuda Sadeh · 13 years ago
  74. 79e3057c rbd: cancel watch request when releasing the device by Yehuda Sadeh · 13 years ago
  75. 2f90b85 ceph: ignore lease mask by Sage Weil · 13 years ago
  76. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  77. 9bae113 ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNC by Sage Weil · 13 years ago
  78. acda765 ceph: fix bad parent_inode calc in ceph_lookup_open by Sage Weil · 13 years ago
  79. d8de9ab ceph: avoid carrying Fw cap during write into page cache by Sage Weil · 13 years ago
  80. 4cf9d54 libceph: don't time out osd requests that haven't been received by Sage Weil · 13 years ago
  81. 8f04d42 ceph: report f_bfree based on kb_avail rather than diffing. by Greg Farnum · 13 years ago
  82. e77dc3e ceph: only queue capsnap if caps are dirty by Sage Weil · 13 years ago
  83. af0ed56 ceph: fix snap writeback when racing with writes by Sage Weil · 13 years ago
  84. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  85. 4918b6d ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io by Sage Weil · 13 years ago
  86. 252c672 ceph: add flags field to file_info by Sage Weil · 13 years ago
  87. fa8f53a Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  88. 1d87c28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  89. aebdd82 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 13 years ago
  90. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  91. a93a132 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  92. 757c26b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  93. 11ccf11 block: fix warning with calling smp_processor_id() in preemptible section by Jens Axboe · 13 years ago
  94. 5a96a89 drm/radeon/kms: fix DP training for DPEncoderService revision bigger than 1.1 by Jerome Glisse · 13 years ago
  95. 4639dd2 drm/radeon/kms: add missing vddci setting on NI+ by Alex Deucher · 13 years ago
  96. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  97. 1380516 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  98. d5ef642 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  99. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  100. f0deb97 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago