summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* procfs: mem permission cleanupRoland McGrath2008-04-291-9/+29
* proc: switch to proc_create()Alexey Dobriyan2008-04-294-51/+24Star
* procfs task exe symlinkMatt Helsley2008-04-2912-81/+157
* proc: print more information when removing non-empty directoriesAlexey Dobriyan2008-04-291-1/+6
* keys: make key_serial() a function if CONFIG_KEYS=yDavid Howells2008-04-291-1/+4
* keys: explicitly include required slab.h header file.Robert P. J. Day2008-04-292-0/+2
* keys: make the keyring quotas controllable through /proc/sysDavid Howells2008-04-299-16/+131
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-297-145/+96Star
* keys: allow clients to set key perms in key_create_or_update()Arun Raghavan2008-04-293-9/+15
* keys: switch to proc_create()Alexey Dobriyan2008-04-291-6/+2Star
* keys: add keyctl function to get a security labelDavid Howells2008-04-299-2/+140
* keys: allow the callout data to be passed as a blob rather than a stringDavid Howells2008-04-297-41/+70
* keys: check starting keyring as part of searchKevin Coffman2008-04-291-4/+31
* keys: increase the payload size when instantiating a keyDavid Howells2008-04-291-8/+30
* elf: fix shadowed variables in fs/binfmt_elf.cWANG Cong2008-04-291-11/+10Star
* BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov2008-04-291-6/+3Star
* ELF: Use EI_NIDENT instead of numeric valueCyrill Gorcunov2008-04-291-1/+1
* ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk2008-04-291-1/+1
* ipmi: make alloc_recv_msg staticAdrian Bunk2008-04-291-1/+1
* ipmi: make comment match actual preprocessor checkRobert P. J. Day2008-04-291-1/+1
* ipmi: remove ->write_proc codeAlexey Dobriyan2008-04-293-9/+8Star
* ipmi: remove unused target and action in MakefileDenis Cheng2008-04-291-4/+0Star
* IPMI: Style fixes in the misc codeCorey Minyard2008-04-292-201/+227
* IPMI: Style fixes in the system interface codeCorey Minyard2008-04-295-436/+574
* ipmi: style fixes in the base codeCorey Minyard2008-04-293-461/+614
* IPMI: Convert system interface defines to an enumCorey Minyard2008-04-291-17/+43
* ipmi: convert locked counters to atomics in the system interfaceCorey Minyard2008-04-291-74/+66Star
* IPMI: convert message handler defines to an enumCorey Minyard2008-04-291-58/+67
* ipmi: convert locked counters to atomicsKonstantin Baydarov2008-04-291-248/+194Star
* 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/+37Star
* 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/+12Star
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-294-9/+11
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-295-119/+66Star
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-295-12/+17
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-293-86/+46Star
* 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/+72Star
* 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/+17Star
* ipc: invoke the ipcns notifier chain as a work itemNadia Derbey2008-04-291-1/+14