| Commit message (Expand) | Author | Age | Files | Lines |
* | cris: use non-racy method for /proc/system_profile creation | Denis V. Lunev | 2008-04-29 | 1 | -2/+2 |
* | avr32: proc: use non-racy method for /proc/tlb creation | Denis V. Lunev | 2008-04-29 | 1 | -5/+1 |
* | arm: use non-racy method for /proc/davinci_clocks creation | Denis V. Lunev | 2008-04-29 | 1 | -5/+1 |
* | s390: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 3 | -14/+10 |
* | usb: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 3 | -23/+5 |
* | scsi: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 2 | -10/+6 |
* | samples: use non-racy method for /proc/marker-example creation | Denis V. Lunev | 2008-04-29 | 1 | -4/+2 |
* | zorro: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -3/+4 |
* | sound: use non-racy method for /proc/driver/snd-page-alloc creation | Denis V. Lunev | 2008-04-29 | 1 | -3/+2 |
* | mm: use non-racy method for /proc/swaps creation | Denis V. Lunev | 2008-04-29 | 1 | -5/+1 |
* | sysvipc: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -7/+6 |
* | jbd2: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -13/+4 |
* | reiserfs: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -6/+3 |
* | ext4: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -11/+4 |
* | afs: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -19/+14 |
* | nfs: use proc_create to setup de->proc_fops | Denis V. Lunev | 2008-04-29 | 1 | -8/+6 |
* | nfsd: use proc_create to setup de->proc_fops | Denis V. Lunev | 2008-04-29 | 1 | -2/+2 |
* | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 2008-04-29 | 3 | -6/+21 |
* | proc: convert /proc/tty/ldiscs to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -31/+45 |
* | proc: remove ->get_info infrastructure | Alexey Dobriyan | 2008-04-29 | 2 | -20/+2 |
* | proc: switch /proc/scsi/device_info to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -33/+44 |
* | proc: switch /proc/ip2mem to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -28/+25 |
* | proc: convert /proc/bus/nubus to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -22/+20 |
* | proc: switch /proc/irda/irnet to seq_file interface | Alexey Dobriyan | 2008-04-29 | 2 | -39/+34 |
* | proc: switch /proc/excite/unit_id to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -8/+20 |
* | proc: switch /proc/bus/ecard/devices to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -28/+26 |
* | proc: remove /proc/mac_iop | Alexey Dobriyan | 2008-04-29 | 1 | -85/+0 |
* | proc: switch /proc/apm to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -5/+18 |
* | proc: switch /proc/bus/zorro/devices to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -25/+47 |
* | proc: remove proc_root from drivers | Alexey Dobriyan | 2008-04-29 | 22 | -38/+34 |
* | proc: remove proc_root_driver | Alexey Dobriyan | 2008-04-29 | 6 | -17/+11 |
* | proc: remove proc_root_fs | Alexey Dobriyan | 2008-04-29 | 6 | -15/+12 |
* | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 10 | -17/+14 |
* | proc: drop several "PDE valid/invalid" checks | Alexey Dobriyan | 2008-04-29 | 2 | -56/+46 |
* | proc: less special case in xlate code | Alexey Dobriyan | 2008-04-29 | 1 | -3/+6 |
* | proc: simplify locking in remove_proc_entry() | Alexey Dobriyan | 2008-04-29 | 1 | -42/+40 |
* | procfs: mem permission cleanup | Roland McGrath | 2008-04-29 | 1 | -9/+29 |
* | proc: switch to proc_create() | Alexey Dobriyan | 2008-04-29 | 4 | -51/+24 |
* | procfs task exe symlink | Matt Helsley | 2008-04-29 | 12 | -81/+157 |
* | proc: print more information when removing non-empty directories | Alexey Dobriyan | 2008-04-29 | 1 | -1/+6 |
* | keys: make key_serial() a function if CONFIG_KEYS=y | David Howells | 2008-04-29 | 1 | -1/+4 |
* | keys: explicitly include required slab.h header file. | Robert P. J. Day | 2008-04-29 | 2 | -0/+2 |
* | keys: make the keyring quotas controllable through /proc/sys | David Howells | 2008-04-29 | 9 | -16/+131 |
* | keys: don't generate user and user session keyrings unless they're accessed | David Howells | 2008-04-29 | 7 | -145/+96 |
* | keys: allow clients to set key perms in key_create_or_update() | Arun Raghavan | 2008-04-29 | 3 | -9/+15 |
* | keys: switch to proc_create() | Alexey Dobriyan | 2008-04-29 | 1 | -6/+2 |
* | keys: add keyctl function to get a security label | David Howells | 2008-04-29 | 9 | -2/+140 |
* | keys: allow the callout data to be passed as a blob rather than a string | David Howells | 2008-04-29 | 7 | -41/+70 |
* | keys: check starting keyring as part of search | Kevin Coffman | 2008-04-29 | 1 | -4/+31 |
* | keys: increase the payload size when instantiating a key | David Howells | 2008-04-29 | 1 | -8/+30 |