summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nfs: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-8/+6
* nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-2/+2
* proc: introduce proc_create_data to setup de->dataDenis V. Lunev2008-04-293-6/+21
* proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan2008-04-291-31/+45
* proc: remove ->get_info infrastructureAlexey Dobriyan2008-04-292-20/+2
* proc: switch /proc/scsi/device_info to seq_file interfaceAlexey Dobriyan2008-04-291-33/+44
* proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan2008-04-291-28/+25
* proc: convert /proc/bus/nubus to seq_file interfaceAlexey Dobriyan2008-04-291-22/+20
* proc: switch /proc/irda/irnet to seq_file interfaceAlexey Dobriyan2008-04-292-39/+34
* proc: switch /proc/excite/unit_id to seq_file interfaceAlexey Dobriyan2008-04-291-8/+20
* proc: switch /proc/bus/ecard/devices to seq_file interfaceAlexey Dobriyan2008-04-291-28/+26
* proc: remove /proc/mac_iopAlexey Dobriyan2008-04-291-85/+0
* proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan2008-04-291-5/+18
* proc: switch /proc/bus/zorro/devices to seq_file interfaceAlexey Dobriyan2008-04-291-25/+47
* proc: remove proc_root from driversAlexey Dobriyan2008-04-2922-38/+34
* proc: remove proc_root_driverAlexey Dobriyan2008-04-296-17/+11
* proc: remove proc_root_fsAlexey Dobriyan2008-04-296-15/+12
* proc: remove proc_busAlexey Dobriyan2008-04-2910-17/+14
* proc: drop several "PDE valid/invalid" checksAlexey Dobriyan2008-04-292-56/+46
* proc: less special case in xlate codeAlexey Dobriyan2008-04-291-3/+6
* proc: simplify locking in remove_proc_entry()Alexey Dobriyan2008-04-291-42/+40
* procfs: mem permission cleanupRoland McGrath2008-04-291-9/+29
* proc: switch to proc_create()Alexey Dobriyan2008-04-294-51/+24
* 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/+96
* 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/+2
* 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/+10
* BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov2008-04-291-6/+3
* 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/+8
* ipmi: remove unused target and action in MakefileDenis Cheng2008-04-291-4/+0
* 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/+66
* IPMI: convert message handler defines to an enumCorey Minyard2008-04-291-58/+67
* ipmi: convert locked counters to atomicsKonstantin Baydarov2008-04-291-248/+194