1. 7cee4e0 proc: less special case in xlate code by Alexey Dobriyan · 17 years ago
  2. f649d6d proc: simplify locking in remove_proc_entry() by Alexey Dobriyan · 17 years ago
  3. 638fa20 procfs: mem permission cleanup by Roland McGrath · 17 years ago
  4. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 17 years ago
  5. 925d1c4 procfs task exe symlink by Matt Helsley · 17 years ago
  6. e93b4ea proc: print more information when removing non-empty directories by Alexey Dobriyan · 17 years ago
  7. 7249db2 keys: make key_serial() a function if CONFIG_KEYS=y by David Howells · 17 years ago
  8. fdb89bc keys: explicitly include required slab.h header file. by Robert P. J. Day · 17 years ago
  9. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 17 years ago
  10. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
  11. 6b79ccb keys: allow clients to set key perms in key_create_or_update() by Arun Raghavan · 17 years ago
  12. da91d2e keys: switch to proc_create() by Alexey Dobriyan · 17 years ago
  13. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 17 years ago
  14. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 17 years ago
  15. dceba99 keys: check starting keyring as part of search by Kevin Coffman · 17 years ago
  16. 38bbca6 keys: increase the payload size when instantiating a key by David Howells · 17 years ago
  17. 4220b7f elf: fix shadowed variables in fs/binfmt_elf.c by WANG Cong · 17 years ago
  18. 6970c8e BINFMT: fill_elf_header cleanup - use straight memset first by Cyrill Gorcunov · 17 years ago
  19. eb6900f ELF: Use EI_NIDENT instead of numeric value by Cyrill Gorcunov · 17 years ago
  20. adf535e ipmi: fix return from atca_oem_poweroff_hook by Adrian Bunk · 17 years ago
  21. 7400630 ipmi: make alloc_recv_msg static by Adrian Bunk · 17 years ago
  22. 66ec2d7 ipmi: make comment match actual preprocessor check by Robert P. J. Day · 17 years ago
  23. fa68be0 ipmi: remove ->write_proc code by Alexey Dobriyan · 17 years ago
  24. 95c0ba8 ipmi: remove unused target and action in Makefile by Denis Cheng · 17 years ago
  25. 36c7dc4 IPMI: Style fixes in the misc code by Corey Minyard · 17 years ago
  26. c305e3d IPMI: Style fixes in the system interface code by Corey Minyard · 17 years ago
  27. c70d749 ipmi: style fixes in the base code by Corey Minyard · 17 years ago
  28. ba8ff1c IPMI: Convert system interface defines to an enum by Corey Minyard · 17 years ago
  29. 64959e2 ipmi: convert locked counters to atomics in the system interface by Corey Minyard · 17 years ago
  30. 73f2bdb IPMI: convert message handler defines to an enum by Corey Minyard · 17 years ago
  31. b2655f2 ipmi: convert locked counters to atomics by Konstantin Baydarov · 17 years ago
  32. f7caa1b ipmi: update driver version by Corey Minyard · 17 years ago
  33. 87ebd06 ipmi: don't print event queue full on every event by Corey Minyard · 17 years ago
  34. 5956dce ipmi: don't grab locks in run-to-completion mode by Konstantin Baydarov · 17 years ago
  35. bda4c30 ipmi: run to completion fixes by Corey Minyard · 17 years ago
  36. 4ea1842 ipmi: hold ATTN until upper layer ready by Corey Minyard · 17 years ago
  37. 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 17 years ago
  38. 6013f67 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC by Manfred Spraul · 17 years ago
  39. 9edff4a ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) by Manfred Spraul · 17 years ago
  40. 44f564a ipc: add definitions of USHORT_MAX and others by Zhang, Yanmin · 17 years ago
  41. a5f75e7 IPC: consolidate all xxxctl_down() functions by Pierre Peiffer · 17 years ago
  42. 8f4a380 IPC: introduce ipc_update_perm() by Pierre Peiffer · 17 years ago
  43. 016d713 IPC: get rid of the use *_setbuf structure. by Pierre Peiffer · 17 years ago
  44. 21a4826 IPC/semaphores: remove one unused parameter from semctl_down() by Pierre Peiffer · 17 years ago
  45. 522bb2a IPC/semaphores: move the rwmutex handling inside semctl_down by Pierre Peiffer · 17 years ago
  46. a0d092f IPC/message queues: introduce msgctl_down by Pierre Peiffer · 17 years ago
  47. 8d4cc8b IPC/shared memory: introduce shmctl_down by Pierre Peiffer · 17 years ago
  48. 6ff3797 IPC/semaphores: code factorisation by Pierre Peiffer · 17 years ago
  49. 6546bc4 ipc: re-enable msgmni automatic recomputing msgmni if set to negative by Nadia Derbey · 17 years ago
  50. 91cfb2b ipc: do not recompute msgmni anymore if explicitly set by user by Nadia Derbey · 17 years ago
  51. e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 17 years ago
  52. 424450c ipc: invoke the ipcns notifier chain as a work item by Nadia Derbey · 17 years ago
  53. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 17 years ago
  54. 0c40ba4 ipc: define the slab_memory_callback priority as a constant by Nadia Derbey · 17 years ago
  55. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 17 years ago
  56. f7bf3df ipc: scale msgmni to the amount of lowmem by Nadia Derbey · 17 years ago
  57. 48dea40 IPC: use ipc_buildid() directly from ipc_addid() by Pierre Peiffer · 17 years ago
  58. 02d15c4 doc: fix DMA-API function parameters by Randy Dunlap · 17 years ago
  59. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 17 years ago
  60. 309df0c dma/ia64: update ia64 machvecs, swiotlb.c by Arthur Kepner · 17 years ago
  61. a75b0a2 dma: document dma_*map*_attrs() interfaces by Arthur Kepner · 17 years ago
  62. 74bc7ce dma: add dma_*map*_attrs() interfaces by Arthur Kepner · 17 years ago
  63. d2ba7e2 simplify cpu_hotplug_begin()/put_online_cpus() by Oleg Nesterov · 17 years ago
  64. 1e35eaa cleanup_workqueue_thread: remove the unneeded "cpu" parameter by Oleg Nesterov · 17 years ago
  65. 00dfcaf workqueues: shrink cpu_populated_map when CPU dies by Oleg Nesterov · 17 years ago
  66. 7860836 Cpuset hardwall flag: add a mem_hardwall flag to cpusets by Paul Menage · 17 years ago
  67. addf2c7 Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() API by Paul Menage · 17 years ago
  68. 9e0c914 kernel/cpuset.c: make 3 functions static by Adrian Bunk · 17 years ago
  69. 1faf8e4 memcg: remove redundant initialization in mem_cgroup_create() by Li Zefan · 17 years ago
  70. 3332794 memcgroup: use vmalloc for mem_cgroup allocation by KAMEZAWA Hiroyuki · 17 years ago
  71. 4a56d02 memcgroup: make the memory controller more desktop responsive by Balbir Singh · 17 years ago
  72. 3eae90c memcg: remove redundant function calls by KAMEZAWA Hiroyuki · 17 years ago
  73. 29f2a4d memcgroup: implement failcounter reset by Pavel Emelyanov · 17 years ago
  74. 85cc59d memcgroup: use triggers in force_empty and max_usage files by Pavel Emelyanov · 17 years ago
  75. b6ac57d memcgroup: move memory controller allocations to their own slabs by Balbir Singh · 17 years ago
  76. faebe9f memcgroups: add a document describing the resource counter abstraction by Pavel Emelyanov · 17 years ago
  77. c84872e memcgroup: add the max_usage member on the res_counter by Pavel Emelyanov · 17 years ago
  78. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 17 years ago
  79. 29486df cgroups: introduce cft->read_seq() by Serge E. Hallyn · 17 years ago
  80. 28fd5df cgroups: remove the css_set linked-list by Li Zefan · 17 years ago
  81. e8d55fd cgroups: simplify init_subsys() by Li Zefan · 17 years ago
  82. 472b105 cgroups: use a hash table for css_set finding by Li Zefan · 17 years ago
  83. 08ce5f1 cgroups: implement device whitelist by Serge E. Hallyn · 17 years ago
  84. d447ea2 cgroups: add the trigger callback to struct cftype by Pavel Emelyanov · 17 years ago
  85. 46ae220 cgroup: switch to proc_create() by Li Zefan · 17 years ago
  86. 06a1192 cgroup: annotate cgroup_init_subsys with __init by Li Zefan · 17 years ago
  87. 06ecb27 CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime file by Paul Menage · 17 years ago
  88. e73d2c6 CGroups _s64 files: add cgroups read_s64/write_s64 file methods by Paul Menage · 17 years ago
  89. 418d7d8 CGroup API files: make CGROUP_DEBUG default to off by Paul Menage · 17 years ago
  90. 3116f0e CGroup API files: move "releasable" to cgroup_debug subsystem by Paul Menage · 17 years ago
  91. c27e881 CGroup API files: drop mem_cgroup_force_empty() by Paul Menage · 17 years ago
  92. c64745c CGroup API files: use cgroup map for memcontrol stats file by Paul Menage · 17 years ago
  93. 9179656 CGroup API files: add cgroup map data type by Paul Menage · 17 years ago
  94. 700fe1a CGroup API files: update cpusets to use cgroup structured file API by Paul Menage · 17 years ago
  95. b7269df CGroup API files: strip all trailing whitespace in cgroup_write_u64 by Paul Menage · 17 years ago
  96. 2c3daa7 CGroup API files: use read_u64 in memory controller by Paul Menage · 17 years ago
  97. 2c7eabf CGroup API files: add res_counter_read_u64() by Paul Menage · 17 years ago
  98. f4c753b CGroup API files: rename read/write_uint methods to read_write_u64 by Paul Menage · 17 years ago
  99. 3ff31d0 cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h> by Adrian Bunk · 17 years ago
  100. 4fe91d5 cgroup: fix sparse warning of shadow symbol in cgroup.c by Paul Jackson · 17 years ago