1. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  2. 782b94c block: initialise bd_super in bdget() by Lachlan McIlroy · 13 years ago
  3. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  4. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  5. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  6. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  7. b4aff1f Btrfs: load the key from the dir item in readdir into a fake dentry by Josef Bacik · 13 years ago
  8. 9d108d2 devtmpfs: missing initialialization in never-hit case by Al Viro · 13 years ago
  9. d6b722a hppfs: missing include by Al Viro · 13 years ago
  10. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  11. b0189cd Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  12. 69f1d1a Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  13. 2d86a3f Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  14. 3960ef3 Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  15. 62c9072 Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  16. 4b30b6f Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  17. 38da590 Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  18. 7505cb6 asm-generic/atomic.h: allow SMP peeps to leverage this by Mike Frysinger · 13 years ago
  19. 00b3c28 asm-generic/atomic.h: add atomic_set_mask() helper by Mike Frysinger · 13 years ago
  20. f6081bd asm-generic/atomic.h: fix type used in atomic_clear_mask by Mike Frysinger · 13 years ago
  21. 3eea44e asm-generic/atomic.h: simplify inc/dec test helpers by Mike Frysinger · 13 years ago
  22. acac43e atomic: Update comments in atomic.h by Arun Sharma · 13 years ago
  23. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  24. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  25. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  26. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  27. b2c9cd3 fail_make_request: cleanup should_fail_request by Akinobu Mita · 13 years ago
  28. b2588c4 fail_page_alloc: simplify debugfs initialization by Akinobu Mita · 13 years ago
  29. 810f09b failslab: simplify debugfs initialization by Akinobu Mita · 13 years ago
  30. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  31. 8307fc2 fault-injection: cleanup simple attribute of stacktrace_depth by Akinobu Mita · 13 years ago
  32. 6b16f74 fault-injection: remove nonexistent function extern by Akinobu Mita · 13 years ago
  33. 35f4676 fault-injection: do not include unneeded header by Akinobu Mita · 13 years ago
  34. 3e5c4fa ramoops: make record_size a module parameter by Sergiu Iordache · 13 years ago
  35. 6b4d2a2 ramoops: move dump_oops into platform data by Sergiu Iordache · 13 years ago
  36. 0169256 ramoops: add new line to each print by Marco Stornelli · 13 years ago
  37. 13aefd7 ramoops: use module parameters instead of platform data if not available by Marco Stornelli · 13 years ago
  38. beda94d Vmware balloon: switch to using sysem-wide freezable workqueue by Dmitry Torokhov · 13 years ago
  39. f7b1371 drivers/w1/slaves/w1_therm.c: add support for DS28EA00 by Christian Glindkamp · 13 years ago
  40. c958474 panic, vt: do not force oops output when panic_timeout < 0 by Mandeep Singh Baines · 13 years ago
  41. 4302fbc panic: panic=-1 for immediate reboot by Hugh Dickins · 13 years ago
  42. 3f0fb4e Documentation/DMA-API-HOWTO.txt: fix misleading example by Michal Miroslaw · 13 years ago
  43. 91f6cdf include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macros by WANG Cong · 13 years ago
  44. 947be5d gcov: disable CONSTRUCTORS for UML by Vitaliy Ivanov · 13 years ago
  45. 444d292 drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce() by Kai.Jiang · 13 years ago
  46. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  47. d40dcdb ipc/mqueue.c: fix mq_open() return value by Jiri Slaby · 13 years ago
  48. 0471520 ipc/mqueue.c: refactor failure handling by Jiri Slaby · 13 years ago
  49. a64a26e cpumask: add cpumask_var_t documentation by KOSAKI Motohiro · 13 years ago
  50. 37e7b5f cpumask: alloc_cpumask_var() use NUMA_NO_NODE by KOSAKI Motohiro · 13 years ago
  51. 95918f4 cpumask: convert for_each_cpumask() with for_each_cpu() by KOSAKI Motohiro · 13 years ago
  52. 32e107f fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter() by Oleg Nesterov · 13 years ago
  53. b4edf8b exec: do not retry load_binary method if CONFIG_MODULES=n by Tetsuo Handa · 13 years ago
  54. 9121935 exec: do not call request_module() twice from search_binary_handler() by Tetsuo Handa · 13 years ago
  55. aacb3d1 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP by Michal Hocko · 13 years ago
  56. fb0a685 kernel/fork.c: fix a few coding style issues by Daniel Rebelo de Oliveira · 13 years ago
  57. 293eb1e proc: fix a race in do_io_accounting() by Vasiliy Kulikov · 13 years ago
  58. d2857e7 procfs: return ENOENT on opening a being-removed proc entry by Daisuke Ogino · 13 years ago
  59. 5296f6d h8300/m68k/xtensa: __FD_ISSET should return 0/1 by Andrew Morton · 13 years ago
  60. 99b6456 do_coredump: fix the "ispipe" error check by Oleg Nesterov · 13 years ago
  61. 2c56373 coredump: escape / in hostname and comm by Jiri Slaby · 13 years ago
  62. 3141c8b coredump: use task comm instead of (unknown) by Jiri Slaby · 13 years ago
  63. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  64. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  65. 8521fc5 memcg: get rid of percpu_charge_mutex lock by Michal Hocko · 13 years ago
  66. 3e92041 memcg: add mem_cgroup_same_or_subtree() helper by Michal Hocko · 13 years ago
  67. d38144b memcg: unify sync and async per-cpu charge cache draining by Michal Hocko · 13 years ago
  68. d1a05b6 memcg: do not try to drain per-cpu caches without pages by Michal Hocko · 13 years ago
  69. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  70. 108b6a7 memcg: fix behavior of mem_cgroup_resize_limit() by Daisuke Nishimura · 13 years ago
  71. 4508378b95 memcg: fix vmscan count in small memcgs by KAMEZAWA Hiroyuki · 13 years ago
  72. 1af8efe memcg: change memcg_oom_mutex to spinlock by Michal Hocko · 13 years ago
  73. 79dfdac memcg: make oom_lock 0 and 1 based rather than counter by Michal Hocko · 13 years ago
  74. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  75. 1f4c025 memcg: export memory cgroup's swappiness with mem_cgroup_swappiness() by KAMEZAWA Hiroyuki · 13 years ago
  76. b830ac1 rtc: fix hrtimer deadlock by Thomas Gleixner · 13 years ago
  77. 431e2bc rtc: limit frequency by Thomas Gleixner · 13 years ago
  78. 2c4f57d rtc: handle errors correctly in rtc_irq_set_state() by Thomas Gleixner · 13 years ago
  79. b45d59f mn10300, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  80. fc92805 drivers/base/power/opp.c: fix dev_opp initial value by Jonghwan Choi · 13 years ago
  81. adc400f frv, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  82. 07e729c i2c-eg20t : Fix the issue of Combined R/W transfer mode by Tomoya MORINAGA · 13 years ago
  83. 7a9c42c i2c-eg20t : Support Combined R/W transfer mode by Tomoya MORINAGA · 13 years ago
  84. 5c470f3 i2c: Tegra: Add DeviceTree support by John Bonesio · 13 years ago
  85. 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  86. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  87. e57712e merge fchmod() and fchmodat() guts, kill ancient broken kludge by Al Viro · 13 years ago
  88. 0320937 xfs: fix misspelled S_IS...() by Al Viro · 13 years ago
  89. abbede1 xfs: get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  90. 243dd28 gma500: udelay(20000) it too long again by Stephen Rothwell · 13 years ago
  91. 9c646cf USB / Renesas: Fix build issue related to struct scatterlist by Rafael J. Wysocki · 13 years ago
  92. 6c0cbef MMC / TMIO: Fix build issue related to struct scatterlist by Rafael J. Wysocki · 13 years ago
  93. 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
  94. d79698d ceph: document unlocked d_parent accesses by Sage Weil · 13 years ago
  95. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  96. 4f17726 ceph: document locking for ceph_set_dentry_offset by Sage Weil · 13 years ago
  97. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  98. bf1c6ac ceph: protect d_parent access in ceph_d_revalidate by Sage Weil · 13 years ago
  99. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  100. 48d0cbd ceph: handle racing calls to ceph_init_dentry by Sage Weil · 13 years ago