Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | kernel: add common infrastructure for unaligned access | Harvey Harrison | 10 | -0/+510 |
2008-04-29 | sysv fs: remove superfluous check for __GNUC__ compiler | Robert P. J. Day | 1 | -5/+1 |
2008-04-29 | edac: fix module initialization on several modules 2nd time | Hitoshi Mitake | 1 | -1/+13 |
2008-04-29 | idr: create idr_layer_cache at boot time | Akinobu Mita | 1 | -0/+3 |
2008-04-29 | generalize asm-generic/ioctl.h to allow overriding values | Robert P. J. Day | 1 | -6/+27 |
2008-04-29 | nbd: delete superfluous test for __GNUC__ | Robert P. J. Day | 1 | -5/+1 |
2008-04-29 | NBD: allow nbd to be used locally | Laurent Vivier | 1 | -1/+3 |
2008-04-29 | sysctl: add the ->permissions callback on the ctl_table_root | Pavel Emelyanov | 1 | -1/+6 |
2008-04-29 | sysctl: clean from unneeded extern and forward declarations | Pavel Emelyanov | 1 | -5/+0 |
2008-04-29 | include/linux/sysctl.h: remove empty #else | Adrian Bunk | 1 | -2/+0 |
2008-04-29 | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 1 | -2/+15 |
2008-04-29 | proc: remove ->get_info infrastructure | Alexey Dobriyan | 1 | -14/+1 |
2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 1 | -3/+0 |
2008-04-29 | proc: remove proc_root_driver | Alexey Dobriyan | 1 | -3/+0 |
2008-04-29 | proc: remove proc_root_fs | Alexey Dobriyan | 1 | -1/+0 |
2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -2/+0 |
2008-04-29 | procfs task exe symlink | Matt Helsley | 3 | -1/+38 |
2008-04-29 | keys: make key_serial() a function if CONFIG_KEYS=y | David Howells | 1 | -1/+4 |
2008-04-29 | keys: make the keyring quotas controllable through /proc/sys | David Howells | 1 | -0/+5 |
2008-04-29 | keys: don't generate user and user session keyrings unless they're accessed | David Howells | 1 | -8/+0 |
2008-04-29 | keys: allow clients to set key perms in key_create_or_update() | Arun Raghavan | 1 | -0/+3 |
2008-04-29 | keys: add keyctl function to get a security label | David Howells | 2 | -1/+20 |
2008-04-29 | keys: allow the callout data to be passed as a blob rather than a string | David Howells | 1 | -3/+6 |
2008-04-29 | ELF: Use EI_NIDENT instead of numeric value | Cyrill Gorcunov | 1 | -1/+1 |
2008-04-29 | ipmi: make comment match actual preprocessor check | Robert P. J. Day | 1 | -1/+1 |
2008-04-29 | ipmi: remove ->write_proc code | Alexey Dobriyan | 1 | -1/+1 |
2008-04-29 | ipmi: style fixes in the base code | Corey Minyard | 2 | -47/+33 |
2008-04-29 | ipmi: run to completion fixes | Corey Minyard | 1 | -9/+2 |
2008-04-29 | ipc: add definitions of USHORT_MAX and others | Zhang, Yanmin | 1 | -0/+3 |
2008-04-29 | ipc: re-enable msgmni automatic recomputing msgmni if set to negative | Nadia Derbey | 2 | -0/+5 |
2008-04-29 | ipc: recompute msgmni on ipc namespace creation/removal | Nadia Derbey | 1 | -23/+2 |
2008-04-29 | ipc: recompute msgmni on memory add / remove | Nadia Derbey | 2 | -2/+42 |
2008-04-29 | ipc: define the slab_memory_callback priority as a constant | Nadia Derbey | 1 | -0/+6 |
2008-04-29 | ipc: scale msgmni to the number of ipc namespaces | Nadia Derbey | 1 | -0/+1 |
2008-04-29 | ipc: scale msgmni to the amount of lowmem | Nadia Derbey | 1 | -2/+12 |
2008-04-29 | IB: expand ib_umem_get() prototype | Arthur Kepner | 2 | -2/+35 |
2008-04-29 | dma/ia64: update ia64 machvecs, swiotlb.c | Arthur Kepner | 5 | -48/+78 |
2008-04-29 | dma: add dma_*map*_attrs() interfaces | Arthur Kepner | 2 | -0/+91 |
2008-04-29 | memcgroup: implement failcounter reset | Pavel Emelyanov | 1 | -0/+8 |
2008-04-29 | memcgroups: add a document describing the resource counter abstraction | Pavel Emelyanov | 1 | -0/+2 |
2008-04-29 | memcgroup: add the max_usage member on the res_counter | Pavel Emelyanov | 1 | -0/+14 |
2008-04-29 | cgroups: add an owner to the mm_struct | Balbir Singh | 4 | -15/+34 |
2008-04-29 | cgroups: introduce cft->read_seq() | Serge E. Hallyn | 1 | -0/+6 |
2008-04-29 | cgroups: remove the css_set linked-list | Li Zefan | 1 | -6/+0 |
2008-04-29 | cgroups: use a hash table for css_set finding | Li Zefan | 1 | -1/+6 |
2008-04-29 | cgroups: implement device whitelist | Serge E. Hallyn | 2 | -0/+18 |
2008-04-29 | cgroups: add the trigger callback to struct cftype | Pavel Emelyanov | 1 | -0/+8 |
2008-04-29 | CGroups _s64 files: add cgroups read_s64/write_s64 file methods | Paul Menage | 1 | -0/+8 |
2008-04-29 | CGroup API files: move "releasable" to cgroup_debug subsystem | Paul Menage | 1 | -0/+11 |
2008-04-29 | CGroup API files: add cgroup map data type | Paul Menage | 1 | -0/+19 |