Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | sysctl: clean from unneeded extern and forward declarations | Pavel Emelyanov | 2008-04-29 | 1 | -5/+0 | |
* | | | | | | | | include/linux/sysctl.h: remove empty #else | Adrian Bunk | 2008-04-29 | 1 | -2/+0 | |
* | | | | | | | | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 2008-04-29 | 1 | -2/+15 | |
* | | | | | | | | proc: remove ->get_info infrastructure | Alexey Dobriyan | 2008-04-29 | 1 | -14/+1 | |
* | | | | | | | | proc: remove proc_root from drivers | Alexey Dobriyan | 2008-04-29 | 1 | -3/+0 | |
* | | | | | | | | proc: remove proc_root_driver | Alexey Dobriyan | 2008-04-29 | 1 | -3/+0 | |
* | | | | | | | | proc: remove proc_root_fs | Alexey Dobriyan | 2008-04-29 | 1 | -1/+0 | |
* | | | | | | | | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 1 | -2/+0 | |
* | | | | | | | | procfs task exe symlink | Matt Helsley | 2008-04-29 | 3 | -1/+38 | |
* | | | | | | | | keys: make key_serial() a function if CONFIG_KEYS=y | David Howells | 2008-04-29 | 1 | -1/+4 | |
* | | | | | | | | keys: make the keyring quotas controllable through /proc/sys | David Howells | 2008-04-29 | 1 | -0/+5 | |
* | | | | | | | | keys: don't generate user and user session keyrings unless they're accessed | David Howells | 2008-04-29 | 1 | -8/+0 | |
* | | | | | | | | keys: allow clients to set key perms in key_create_or_update() | Arun Raghavan | 2008-04-29 | 1 | -0/+3 | |
* | | | | | | | | keys: add keyctl function to get a security label | David Howells | 2008-04-29 | 2 | -1/+20 | |
* | | | | | | | | keys: allow the callout data to be passed as a blob rather than a string | David Howells | 2008-04-29 | 1 | -3/+6 | |
* | | | | | | | | ELF: Use EI_NIDENT instead of numeric value | Cyrill Gorcunov | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | | | ipmi: make comment match actual preprocessor check | Robert P. J. Day | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | | | ipmi: remove ->write_proc code | Alexey Dobriyan | 2008-04-29 | 1 | -1/+1 | |
* | | | | | | | | ipmi: style fixes in the base code | Corey Minyard | 2008-04-29 | 2 | -47/+33 | |
* | | | | | | | | ipmi: run to completion fixes | Corey Minyard | 2008-04-29 | 1 | -9/+2 | |
* | | | | | | | | ipc: add definitions of USHORT_MAX and others | Zhang, Yanmin | 2008-04-29 | 1 | -0/+3 | |
* | | | | | | | | ipc: re-enable msgmni automatic recomputing msgmni if set to negative | Nadia Derbey | 2008-04-29 | 2 | -0/+5 | |
* | | | | | | | | ipc: recompute msgmni on ipc namespace creation/removal | Nadia Derbey | 2008-04-29 | 1 | -23/+2 | |
* | | | | | | | | ipc: recompute msgmni on memory add / remove | Nadia Derbey | 2008-04-29 | 2 | -2/+42 | |
* | | | | | | | | ipc: define the slab_memory_callback priority as a constant | Nadia Derbey | 2008-04-29 | 1 | -0/+6 | |
* | | | | | | | | ipc: scale msgmni to the number of ipc namespaces | Nadia Derbey | 2008-04-29 | 1 | -0/+1 | |
* | | | | | | | | ipc: scale msgmni to the amount of lowmem | Nadia Derbey | 2008-04-29 | 1 | -2/+12 | |
* | | | | | | | | IB: expand ib_umem_get() prototype | Arthur Kepner | 2008-04-29 | 2 | -2/+35 | |
* | | | | | | | | dma/ia64: update ia64 machvecs, swiotlb.c | Arthur Kepner | 2008-04-29 | 5 | -48/+78 | |
* | | | | | | | | dma: add dma_*map*_attrs() interfaces | Arthur Kepner | 2008-04-29 | 2 | -0/+91 | |
* | | | | | | | | memcgroup: implement failcounter reset | Pavel Emelyanov | 2008-04-29 | 1 | -0/+8 | |
* | | | | | | | | memcgroups: add a document describing the resource counter abstraction | Pavel Emelyanov | 2008-04-29 | 1 | -0/+2 | |
* | | | | | | | | memcgroup: add the max_usage member on the res_counter | Pavel Emelyanov | 2008-04-29 | 1 | -0/+14 | |
* | | | | | | | | cgroups: add an owner to the mm_struct | Balbir Singh | 2008-04-29 | 4 | -15/+34 | |
* | | | | | | | | cgroups: introduce cft->read_seq() | Serge E. Hallyn | 2008-04-29 | 1 | -0/+6 | |
* | | | | | | | | cgroups: remove the css_set linked-list | Li Zefan | 2008-04-29 | 1 | -6/+0 | |
* | | | | | | | | cgroups: use a hash table for css_set finding | Li Zefan | 2008-04-29 | 1 | -1/+6 | |
* | | | | | | | | cgroups: implement device whitelist | Serge E. Hallyn | 2008-04-29 | 2 | -0/+18 | |
* | | | | | | | | cgroups: add the trigger callback to struct cftype | Pavel Emelyanov | 2008-04-29 | 1 | -0/+8 | |
* | | | | | | | | CGroups _s64 files: add cgroups read_s64/write_s64 file methods | Paul Menage | 2008-04-29 | 1 | -0/+8 | |
* | | | | | | | | CGroup API files: move "releasable" to cgroup_debug subsystem | Paul Menage | 2008-04-29 | 1 | -0/+11 | |
* | | | | | | | | CGroup API files: add cgroup map data type | Paul Menage | 2008-04-29 | 1 | -0/+19 | |
* | | | | | | | | CGroup API files: add res_counter_read_u64() | Paul Menage | 2008-04-29 | 1 | -1/+4 | |
* | | | | | | | | CGroup API files: rename read/write_uint methods to read_write_u64 | Paul Menage | 2008-04-29 | 1 | -4/+4 | |
* | | | | | | | | x86: olpc: add One Laptop Per Child architecture support | Andres Salomon | 2008-04-29 | 1 | -0/+132 | |
* | | | | | | | | vt: fix background color on line feed | Jan Engelhardt | 2008-04-29 | 1 | -0/+1 | |
* | | | | | | | | isolate ratelimit from printk.c for other use | Dave Young | 2008-04-29 | 1 | -0/+1 | |
* | | | | | | | | xattr: add missing consts to function arguments | David Howells | 2008-04-29 | 3 | -37/+42 | |
* | | | | | | | | smb.h: uses struct timespec but didn't include linux/time.h | Ilpo Järvinen | 2008-04-29 | 1 | -0/+1 | |
* | | | | | | | | lists: add "const" qualifier to first arg of list_splice() operations | Robert P. J. Day | 2008-04-29 | 1 | -2/+3 |