summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24100-100/+100
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-0763-63/+74
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-2832-32/+30
| * includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-2812-12/+0
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-2493-132/+223
|\ \
| * | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-041-1/+0
| * | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-042-61/+61
| * | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-0464-3/+69
| * | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-2921-0/+21
| * | lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2012-02-282-0/+2
| * | spinlock: macroize assert_spin_locked to avoid bug.h dependencyPaul Gortmaker2012-02-281-4/+1
| * | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-283-63/+68
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-238-797/+1280
|\ \
| * | sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-221-1/+16
| * | sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-011-12/+12
| * | sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-011-0/+16
| * | sysctl: Correct error return from get_subdirEric W. Biederman2012-02-011-1/+4
| * | sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-011-3/+3
| * | sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-301-1/+1
| * | sysctl: remove an unused variableDan Carpenter2012-01-301-2/+0
| * | sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-242-0/+18
| * | sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-242-92/+142
| * | sysctl: Make the header lists per directory.Eric W. Biederman2012-01-242-18/+12
| * | sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-241-9/+11
| * | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-243-27/+17
| * | sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-242-104/+296
| * | sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-241-1/+10
| * | sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-242-202/+150
| * | sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-243-3/+8
| * | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-241-36/+62
| * | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-241-26/+76
| * | sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-241-4/+11
| * | sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-241-3/+13
| * | sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-241-8/+17
| * | sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-242-9/+20
| * | sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-241-4/+4
| * | sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-242-12/+1
| * | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-242-144/+86
| * | sysctl: register only tables of sysctl filesEric W. Biederman2012-01-242-19/+148
| * | sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-241-0/+9
| * | sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-242-10/+87
| * | sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-241-3/+8
| * | sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-243-9/+10
| * | sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-243-1/+6
| * | sysctl: Make the directories have nlink == 1Eric W. Biederman2012-01-241-1/+0
| * | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-246-641/+625
| * | sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-244-12/+9
| * | sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-242-59/+62
| * | sysctl: remove impossible condition checkLucas De Marchi2012-01-241-12/+2
* | | Merge tag 'amd64-edac-updates-for-3.4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-03-2322-186/+127
|\ \ \