1. 08ce5f1 cgroups: implement device whitelist by Serge E. Hallyn · 16 years ago
  2. d447ea2 cgroups: add the trigger callback to struct cftype by Pavel Emelyanov · 16 years ago
  3. 46ae220 cgroup: switch to proc_create() by Li Zefan · 16 years ago
  4. 06a1192 cgroup: annotate cgroup_init_subsys with __init by Li Zefan · 16 years ago
  5. 06ecb27 CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime file by Paul Menage · 16 years ago
  6. e73d2c6 CGroups _s64 files: add cgroups read_s64/write_s64 file methods by Paul Menage · 16 years ago
  7. 418d7d8 CGroup API files: make CGROUP_DEBUG default to off by Paul Menage · 16 years ago
  8. 3116f0e CGroup API files: move "releasable" to cgroup_debug subsystem by Paul Menage · 16 years ago
  9. c27e881 CGroup API files: drop mem_cgroup_force_empty() by Paul Menage · 16 years ago
  10. c64745c CGroup API files: use cgroup map for memcontrol stats file by Paul Menage · 16 years ago
  11. 9179656 CGroup API files: add cgroup map data type by Paul Menage · 16 years ago
  12. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 16 years ago
  13. b7269df CGroup API files: strip all trailing whitespace in cgroup_write_u64 by Paul Menage · 16 years ago
  14. 2c3daa7 CGroup API files: use read_u64 in memory controller by Paul Menage · 16 years ago
  15. 2c7eabf CGroup API files: add res_counter_read_u64() by Paul Menage · 16 years ago
  16. f4c753b CGroup API files: rename read/write_uint methods to read_write_u64 by Paul Menage · 16 years ago
  17. 3ff31d0 cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h> by Adrian Bunk · 16 years ago
  18. 4fe91d5 cgroup: fix sparse warning of shadow symbol in cgroup.c by Paul Jackson · 16 years ago
  19. 3df91fe make cgroup_enable_task_cg_lists() static by Adrian Bunk · 16 years ago
  20. 3ef0e1f x86: olpc: add One Laptop Per Child architecture support by Andres Salomon · 16 years ago
  21. 2f9b12a eCryptfs: protect crypt_stat->flags in ecryptfs_open() by Michael Halcrow · 16 years ago
  22. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 16 years ago
  23. f66e883 eCryptfs: integrate eCryptfs device handle into the module. by Michael Halcrow · 16 years ago
  24. 8bf2deb eCryptfs: introduce device handle for userspace daemon communications by Michael Halcrow · 16 years ago
  25. 9c3580a ecryptfs: add missing lock around notify_change by Miklos Szeredi · 16 years ago
  26. 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. 05db67a remove ecryptfs_header_cache_0 by Adrian Bunk · 16 years ago
  28. afe42d7 xen: make blkif_getgeo static by Harvey Harrison · 16 years ago
  29. c9e587ab vt: fix background color on line feed by Jan Engelhardt · 16 years ago
  30. 3265e66 directly use kmalloc() and kfree() in init/initramfs.c by Thomas Petazzoni · 16 years ago
  31. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 16 years ago
  32. 762873c vfs: fix unconditional write_super() call in file_fsync() by OGAWA Hirofumi · 16 years ago
  33. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  34. 7ec02ef vfs: remove lives_below_in_same_fs() by Jan Blunck · 16 years ago
  35. c5c8be3 fs/inode.c: use hlist_for_each_entry() by Matthias Kaehlcke · 16 years ago
  36. af065b8 vfs: skip inodes without pages to free in drop_pagecache_sb() by Jan Kara · 16 years ago
  37. eccb95c vfs: fix lock inversion in drop_pagecache_sb() by Jan Kara · 16 years ago
  38. a852250 swiotlb: use iommu_is_span_boundary helper function by FUJITA Tomonori · 16 years ago
  39. a7133a1 lib/swiotlb.c: cleanups by Andrew Morton · 16 years ago
  40. 9a3be32 firmware loader: printk when requesting firmware by Ciaran McCreesh · 16 years ago
  41. 66e1060 MAINTAINERS: clarify status of MN10300 mailing list as moderated by Robert P. J. Day · 16 years ago
  42. e1d2c8b fdpic: check that the size returned by kernel_read() is what we asked for by David Howells · 16 years ago
  43. 76308da smb.h: uses struct timespec but didn't include linux/time.h by Ilpo Järvinen · 16 years ago
  44. 9c9ba34 update checkpatch.pl to version 0.18 by Andy Whitcroft · 16 years ago
  45. 171ae1a update checkpatch.pl to version 0.17 by Andy Whitcroft · 16 years ago
  46. ee8900c scripts/Lindent: support gnu indent v2.2.10 by Joe Perches · 16 years ago
  47. 3a8ca95 drivers/misc: elide a non-zero test on a result that is never 0 by Julia Lawall · 16 years ago
  48. 95d8c36 lists: add "const" qualifier to first arg of list_splice() operations by Robert P. J. Day · 16 years ago
  49. 8673511 kbuild: move files that don't check __KERNEL__ by Robert P. J. Day · 16 years ago
  50. 1a6924f kbuild: remove duplicate, conflicting entry for oom.h by Robert P. J. Day · 16 years ago
  51. 2e50b6c fs/binfmt_aout.c: use printk_ratelimit() by S.Caglar Onur · 16 years ago
  52. aab3c3b Remove superfluous include of string.h from percpu.h by Robert P. J. Day · 16 years ago
  53. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 16 years ago
  54. 3a2e7f4 binfmt_misc.c: avoid potential kernel stack overflow by Pavel Emelyanov · 16 years ago
  55. cbd9b67 kthread: call wake_up_process() without the lock being held by Dmitry Adamushko · 16 years ago
  56. a2d416d codafs: fix build warning by Andrew Morton · 16 years ago
  57. 7afea3b drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  58. 5045bca sysrq: add show-backtrace-on-all-cpus function by Rik van Riel · 16 years ago
  59. 6e57419 drivers/misc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  60. eecd585 firmware: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  61. 7d195a5 proper extern for late_time_init by Adrian Bunk · 16 years ago
  62. 175a06a exec: remove argv_len from struct linux_binprm by Tetsuo Handa · 16 years ago
  63. ecd0fa9 Remove the macro get_personality by WANG Cong · 16 years ago
  64. 6e5e8c5 Misc: phantom, consistent whitespace by jan sonnek · 16 years ago
  65. 7d4f9f0 Misc, phantom, fix poll by Jiri Slaby · 16 years ago
  66. 7e4e8e6 Misc: phantom, add compat ioctl by Jiri Slaby · 16 years ago
  67. eb0f1c4 proper __do_softirq() prototype by Adrian Bunk · 16 years ago
  68. 8d4b690 fs/affs/file.c: use BUG_ON by Julia Lawall · 16 years ago
  69. b70d3a2 iomap: fix 64 bits resources on 32 bits by Benjamin Herrenschmidt · 16 years ago
  70. 626adeb Simplify initcall_debug output by Bjorn Helgaas · 16 years ago
  71. 22caa04 lib/inflate.c: handle failed malloc() by Jim Meyering · 16 years ago
  72. cd6fda3 hfsplus: handle match_strdup failure by Jim Meyering · 16 years ago
  73. 3fbe5c3 hfs: handle match_strdup failure by Jim Meyering · 16 years ago
  74. 6db27dd affs: handle match_strdup failure by Jim Meyering · 16 years ago
  75. 61d6457 fs: remove unused fops from struct char_device_struct by Jiri Olsa · 16 years ago
  76. 4aacd47 ipwireless: remove dead code by Jiri Kosina · 16 years ago
  77. f249fdd autofs4: fix sparse warning in root.c by Harvey Harrison · 16 years ago
  78. 58b250d remove mca_is_adapter_used() by Adrian Bunk · 16 years ago
  79. 3202e18 make BINFMT_FLAT a bool by Adrian Bunk · 16 years ago
  80. f1e3af7 make fs/buffer.c:cont_expand_zero() static by Adrian Bunk · 16 years ago
  81. 946a57b remove generic_commit_write() by Adrian Bunk · 16 years ago
  82. 45cc2b9 fs/timerfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  83. f17a32e let LOG_BUF_SHIFT default to 17 by Adrian Bunk · 16 years ago
  84. d5470b5 fs/aio.c: make 3 functions static by Adrian Bunk · 16 years ago
  85. 07d45da fs/drop_caches.c: make 2 functions static by Adrian Bunk · 16 years ago
  86. f11b00f fs/fs-writeback.c: make 2 functions static by Adrian Bunk · 16 years ago
  87. 67cde59 make vfs_ioctl() static by Adrian Bunk · 16 years ago
  88. 6b09ae6 make __put_super() static by Adrian Bunk · 16 years ago
  89. 8b1919a fs/freevxfs/: proper externs by Adrian Bunk · 16 years ago
  90. 4b0a8da fs/hfsplus/: proper externs by Adrian Bunk · 16 years ago
  91. 4488c59 fs/ramfs/ extern cleanup by Adrian Bunk · 16 years ago
  92. f7b16c1 cpu: fix section mismatch warning in reference to register_cpu_notifier by Sam Ravnborg · 16 years ago
  93. 514a20a cpu: fix section mismatch warnings in *cpu_down by Sam Ravnborg · 16 years ago
  94. 9647155 cpu: fix section mismatch warning in unregister_cpu_notifier by Sam Ravnborg · 16 years ago
  95. f718e31 cpu: fix section mismatch warnings in hotcpu_register by Sam Ravnborg · 16 years ago
  96. 63e3453 befs: fix sparse warning in linuxvfs.c by Harvey Harrison · 16 years ago
  97. 9fe76c7 coda: add static to functions in dir.c by Harvey Harrison · 16 years ago
  98. 679c9cd add RUSAGE_THREAD by Sripathi Kodi · 16 years ago
  99. e594905 adfs: work around bogus sparse warning by Harvey Harrison · 16 years ago
  100. 95b570c Taint kernel after WARN_ON(condition) by Nur Hussein · 16 years ago