Commit Graph

94645 Commits (36a5aeb8787fbf92510ed20d806e229c55726f93)
 

Author SHA1 Message Date
Alexey Dobriyan 36a5aeb878 proc: remove proc_root_fs 17 years ago
Alexey Dobriyan 9c37066d88 proc: remove proc_bus 17 years ago
Alexey Dobriyan 5e971dce0b proc: drop several "PDE valid/invalid" checks 17 years ago
Alexey Dobriyan 7cee4e00e0 proc: less special case in xlate code 17 years ago
Alexey Dobriyan f649d6d326 proc: simplify locking in remove_proc_entry() 17 years ago
Roland McGrath 638fa202cd procfs: mem permission cleanup 17 years ago
Alexey Dobriyan 0d5c9f5f59 proc: switch to proc_create() 17 years ago
Matt Helsley 925d1c401f procfs task exe symlink 17 years ago
Alexey Dobriyan e93b4ea20a proc: print more information when removing non-empty directories 17 years ago
David Howells 7249db2c28 keys: make key_serial() a function if CONFIG_KEYS=y 17 years ago
Robert P. J. Day fdb89bce6c keys: explicitly include required slab.h header file. 17 years ago
David Howells 0b77f5bfb4 keys: make the keyring quotas controllable through /proc/sys 17 years ago
David Howells 69664cf16a keys: don't generate user and user session keyrings unless they're accessed 17 years ago
Arun Raghavan 6b79ccb514 keys: allow clients to set key perms in key_create_or_update() 17 years ago
Alexey Dobriyan da91d2ef9f keys: switch to proc_create() 17 years ago
David Howells 70a5bb72b5 keys: add keyctl function to get a security label 17 years ago
David Howells 4a38e122e2 keys: allow the callout data to be passed as a blob rather than a string 17 years ago
Kevin Coffman dceba99441 keys: check starting keyring as part of search 17 years ago
David Howells 38bbca6b6f keys: increase the payload size when instantiating a key 17 years ago
WANG Cong 4220b7fe89 elf: fix shadowed variables in fs/binfmt_elf.c 17 years ago
Cyrill Gorcunov 6970c8eff8 BINFMT: fill_elf_header cleanup - use straight memset first 17 years ago
Cyrill Gorcunov eb6900fbfa ELF: Use EI_NIDENT instead of numeric value 17 years ago
Adrian Bunk adf535eeac ipmi: fix return from atca_oem_poweroff_hook 17 years ago
Adrian Bunk 74006309c7 ipmi: make alloc_recv_msg static 17 years ago
Robert P. J. Day 66ec2d7786 ipmi: make comment match actual preprocessor check 17 years ago
Alexey Dobriyan fa68be0def ipmi: remove ->write_proc code 17 years ago
Denis Cheng 95c0ba8924 ipmi: remove unused target and action in Makefile 17 years ago
Corey Minyard 36c7dc4440 IPMI: Style fixes in the misc code 17 years ago
Corey Minyard c305e3d38e IPMI: Style fixes in the system interface code 17 years ago
Corey Minyard c70d749986 ipmi: style fixes in the base code 17 years ago
Corey Minyard ba8ff1c61e IPMI: Convert system interface defines to an enum 17 years ago
Corey Minyard 64959e2d47 ipmi: convert locked counters to atomics in the system interface 17 years ago
Corey Minyard 73f2bdb975 IPMI: convert message handler defines to an enum 17 years ago
Konstantin Baydarov b2655f2615 ipmi: convert locked counters to atomics 17 years ago
Corey Minyard f7caa1b51f ipmi: update driver version 17 years ago
Corey Minyard 87ebd06f2f ipmi: don't print event queue full on every event 17 years ago
Konstantin Baydarov 5956dce148 ipmi: don't grab locks in run-to-completion mode 17 years ago
Corey Minyard bda4c30aa6 ipmi: run to completion fixes 17 years ago
Corey Minyard 4ea1842543 ipmi: hold ATTN until upper layer ready 17 years ago
Serge E. Hallyn 02fdb36ae7 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) 17 years ago
Manfred Spraul 6013f67fc1 ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPC 17 years ago
Manfred Spraul 9edff4ab1f ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM) 17 years ago
Zhang, Yanmin 44f564a4bf ipc: add definitions of USHORT_MAX and others 17 years ago
Pierre Peiffer a5f75e7f25 IPC: consolidate all xxxctl_down() functions 17 years ago
Pierre Peiffer 8f4a3809c1 IPC: introduce ipc_update_perm() 17 years ago
Pierre Peiffer 016d7132f2 IPC: get rid of the use *_setbuf structure. 17 years ago
Pierre Peiffer 21a4826a7c IPC/semaphores: remove one unused parameter from semctl_down() 17 years ago
Pierre Peiffer 522bb2a2b4 IPC/semaphores: move the rwmutex handling inside semctl_down 17 years ago
Pierre Peiffer a0d092fc2d IPC/message queues: introduce msgctl_down 17 years ago
Pierre Peiffer 8d4cc8b5c5 IPC/shared memory: introduce shmctl_down 17 years ago