summaryrefslogtreecommitdiffstats
path: root/drivers/message (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-25sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2-0/+18
2012-01-25sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2-92/+142
2012-01-25sysctl: Make the header lists per directory.Eric W. Biederman2-18/+12
2012-01-25sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman1-9/+11
2012-01-25sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman3-27/+17
2012-01-25sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2-104/+296
2012-01-25sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman1-1/+10
2012-01-25sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2-202/+150
2012-01-25sysctl: Add a root pointer to ctl_table_setEric W. Biederman3-3/+8
2012-01-25sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman1-36/+62
2012-01-25sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman1-26/+76
2012-01-25sysctl: Normalize the root_table data structure.Eric W. Biederman1-4/+11
2012-01-25sysctl: Factor out insert_header and erase_headerEric W. Biederman1-3/+13
2012-01-25sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman1-8/+17
2012-01-25sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2-9/+20
2012-01-25sysctl: A more obvious version of grab_header.Eric W. Biederman1-4/+4
2012-01-25sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2-12/+1
2012-01-25sysctl: Improve the sysctl sanity checksEric W. Biederman2-144/+86
2012-01-25sysctl: register only tables of sysctl filesEric W. Biederman2-19/+148
2012-01-25sysctl: Add ctl_table chains into cstring pathsEric W. Biederman1-0/+9
2012-01-25sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2-10/+87
2012-01-25sysctl: Create local copies of directory names used in pathsEric W. Biederman1-3/+8
2012-01-25sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman3-9/+10
2012-01-25sysctl: Implement retire_sysctl_setEric W. Biederman3-1/+6
2012-01-25sysctl: Make the directories have nlink == 1Eric W. Biederman1-1/+0
2012-01-25sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman6-641/+625
2012-01-25sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman4-12/+9
2012-01-25sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2-59/+62
2012-01-25sysctl: remove impossible condition checkLucas De Marchi1-12/+2
2012-01-20Linux 3.3-rc1v3.3-rc1Linus Torvalds1-2/+2
2012-01-19x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin1-0/+1
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-19KEYS: Permit key_serial() to be called with a const key pointerDavid Howells1-1/+1
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar1-3/+3
2012-01-19ima: fix cred sparse warningMimi Zohar1-1/+2
2012-01-19uml: fix compile for x86-64Linus Torvalds1-0/+5
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells1-0/+2
2012-01-19tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-19nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-19xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell1-0/+1
2012-01-18gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan1-1/+1
2012-01-18acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi specTony Luck3-48/+234
2012-01-18intel_idle: Split up and provide per CPU initialization funcThomas Renninger2-40/+49
2012-01-18ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2Thomas Renninger1-9/+8
2012-01-18tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14
2012-01-18openvswitch: Fix multipart datapath dumps.Ben Pfaff1-4/+3
2012-01-18ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-18x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro1-0/+2