aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/request_key_auth.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells7-145/+96
2008-04-29keys: allow clients to set key perms in key_create_or_update()Arun Raghavan3-9/+15
2008-04-29keys: switch to proc_create()Alexey Dobriyan1-6/+2
2008-04-29keys: add keyctl function to get a security labelDavid Howells9-2/+140
2008-04-29keys: allow the callout data to be passed as a blob rather than a stringDavid Howells7-41/+70
2008-04-29keys: check starting keyring as part of searchKevin Coffman1-4/+31
2008-04-29keys: increase the payload size when instantiating a keyDavid Howells1-8/+30
2008-04-29elf: fix shadowed variables in fs/binfmt_elf.cWANG Cong1-11/+10
2008-04-29BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov1-6/+3
2008-04-29ELF: Use EI_NIDENT instead of numeric valueCyrill Gorcunov1-1/+1
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk1-1/+1
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk1-1/+1
2008-04-29ipmi: make comment match actual preprocessor checkRobert P. J. Day1-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan3-9/+8
2008-04-29ipmi: remove unused target and action in MakefileDenis Cheng1-4/+0
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard2-201/+227
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard5-436/+574
2008-04-29ipmi: style fixes in the base codeCorey Minyard3-461/+614
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard1-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard1-74/+66
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard1-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov1-248/+194
2008-04-29ipmi: update driver versionCorey Minyard1-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard1-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2-8/+28
2008-04-29ipmi: run to completion fixesCorey Minyard4-45/+37
2008-04-29ipmi: hold ATTN until upper layer readyCorey Minyard1-2/+5
2008-04-29ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn1-0/+12
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul1-1/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul2-18/+12
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin4-9/+11
2008-04-29IPC: consolidate all xxxctl_down() functionsPierre Peiffer5-119/+66
2008-04-29IPC: introduce ipc_update_perm()Pierre Peiffer5-12/+17
2008-04-29IPC: get rid of the use *_setbuf structure.Pierre Peiffer3-86/+46
2008-04-29IPC/semaphores: remove one unused parameter from semctl_down()Pierre Peiffer1-3/+3
2008-04-29IPC/semaphores: move the rwmutex handling inside semctl_downPierre Peiffer1-11/+13
2008-04-29IPC/message queues: introduce msgctl_downPierre Peiffer1-73/+89
2008-04-29IPC/shared memory: introduce shmctl_downPierre Peiffer1-88/+72
2008-04-29IPC/semaphores: code factorisationPierre Peiffer1-30/+31
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey5-10/+87
2008-04-29ipc: do not recompute msgmni anymore if explicitly set by userNadia Derbey1-2/+41
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey4-25/+17
2008-04-29ipc: invoke the ipcns notifier chain as a work itemNadia Derbey1-1/+14
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey8-4/+162
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey2-1/+7
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey4-3/+14
2008-04-29ipc: scale msgmni to the amount of lowmemNadia Derbey2-3/+48
2008-04-29IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer4-13/+2
2008-04-29doc: fix DMA-API function parametersRandy Dunlap1-2/+2
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner15-19/+75