summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipmi: update driver versionCorey Minyard2008-04-291-1/+1
* ipmi: don't print event queue full on every eventCorey Minyard2008-04-291-4/+11
* ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2008-04-292-8/+28
* ipmi: run to completion fixesCorey Minyard2008-04-294-45/+37
* ipmi: hold ATTN until upper layer readyCorey Minyard2008-04-291-2/+5
* ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn2008-04-291-0/+12
* ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul2008-04-291-1/+6
* ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul2008-04-292-18/+12
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-294-9/+11
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-295-119/+66
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-295-12/+17
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-293-86/+46
* IPC/semaphores: remove one unused parameter from semctl_down()Pierre Peiffer2008-04-291-3/+3
* IPC/semaphores: move the rwmutex handling inside semctl_downPierre Peiffer2008-04-291-11/+13
* IPC/message queues: introduce msgctl_downPierre Peiffer2008-04-291-73/+89
* IPC/shared memory: introduce shmctl_downPierre Peiffer2008-04-291-88/+72
* IPC/semaphores: code factorisationPierre Peiffer2008-04-291-30/+31
* ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey2008-04-295-10/+87
* ipc: do not recompute msgmni anymore if explicitly set by userNadia Derbey2008-04-291-2/+41
* ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey2008-04-294-25/+17
* ipc: invoke the ipcns notifier chain as a work itemNadia Derbey2008-04-291-1/+14
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-298-4/+162
* ipc: define the slab_memory_callback priority as a constantNadia Derbey2008-04-292-1/+7
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-294-3/+14
* ipc: scale msgmni to the amount of lowmemNadia Derbey2008-04-292-3/+48
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-294-13/+2
* doc: fix DMA-API function parametersRandy Dunlap2008-04-291-2/+2
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-2915-19/+75
* dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner2008-04-299-133/+249
* dma: document dma_*map*_attrs() interfacesArthur Kepner2008-04-292-0/+89
* dma: add dma_*map*_attrs() interfacesArthur Kepner2008-04-294-0/+95
* simplify cpu_hotplug_begin()/put_online_cpus()Oleg Nesterov2008-04-291-20/+10
* cleanup_workqueue_thread: remove the unneeded "cpu" parameterOleg Nesterov2008-04-291-7/+4
* workqueues: shrink cpu_populated_map when CPU diesOleg Nesterov2008-04-291-4/+9
* Cpuset hardwall flag: add a mem_hardwall flag to cpusetsPaul Menage2008-04-292-28/+46
* Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() APIPaul Menage2008-04-291-91/+75
* kernel/cpuset.c: make 3 functions staticAdrian Bunk2008-04-291-3/+6
* memcg: remove redundant initialization in mem_cgroup_create()Li Zefan2008-04-291-2/+0
* memcgroup: use vmalloc for mem_cgroup allocationKAMEZAWA Hiroyuki2008-04-291-6/+29
* memcgroup: make the memory controller more desktop responsiveBalbir Singh2008-04-291-2/+1
* memcg: remove redundant function callsKAMEZAWA Hiroyuki2008-04-291-8/+8
* memcgroup: implement failcounter resetPavel Emelyanov2008-04-292-3/+19
* memcgroup: use triggers in force_empty and max_usage filesPavel Emelyanov2008-04-291-15/+6
* memcgroup: move memory controller allocations to their own slabsBalbir Singh2008-04-291-6/+10
* memcgroups: add a document describing the resource counter abstractionPavel Emelyanov2008-04-292-0/+183
* memcgroup: add the max_usage member on the res_counterPavel Emelyanov2008-04-293-0/+35
* cgroups: add an owner to the mm_structBalbir Singh2008-04-2911-41/+169
* cgroups: introduce cft->read_seq()Serge E. Hallyn2008-04-293-57/+38
* cgroups: remove the css_set linked-listLi Zefan2008-04-292-26/+20
* cgroups: simplify init_subsys()Li Zefan2008-04-292-28/+10