index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
73
-52
/
+91
|
\
|
*
device.h: audit and cleanup users in main include dir
Paul Gortmaker
2012-03-16
53
-52
/
+68
|
*
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2012-03-11
21
-0
/
+24
*
|
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
100
-100
/
+100
|
\
\
|
*
|
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
63
-63
/
+74
|
*
|
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-28
32
-32
/
+30
|
*
|
includecheck: delete any duplicate instances of module.h
Paul Gortmaker
2012-02-28
12
-12
/
+0
*
|
|
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2012-03-24
93
-132
/
+223
|
\
\
\
|
*
|
|
kernel.h: doesn't explicitly use bug.h, so don't include it.
Paul Gortmaker
2012-03-04
1
-1
/
+0
|
*
|
|
bug: consolidate BUILD_BUG_ON with other bug code
Paul Gortmaker
2012-03-04
2
-61
/
+61
|
*
|
|
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-04
64
-3
/
+69
|
*
|
|
bug.h: add include of it to various implicit C users
Paul Gortmaker
2012-02-29
21
-0
/
+21
|
*
|
|
lib: fix implicit users of kernel.h for TAINT_WARN
Paul Gortmaker
2012-02-28
2
-0
/
+2
|
*
|
|
spinlock: macroize assert_spin_locked to avoid bug.h dependency
Paul Gortmaker
2012-02-28
1
-4
/
+1
|
*
|
|
x86: relocate get/set debugreg fcns to include/asm/debugreg.
Paul Gortmaker
2012-02-28
3
-63
/
+68
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
Linus Torvalds
2012-03-23
8
-797
/
+1280
|
\
\
\
|
*
|
|
sysctl: protect poll() in entries that may go away
Lucas De Marchi
2012-03-22
1
-1
/
+16
|
*
|
|
sysctl: Don't call sysctl_follow_link unless we are a link.
Eric W. Biederman
2012-02-01
1
-12
/
+12
|
*
|
|
sysctl: Comments to make the code clearer.
Eric W. Biederman
2012-02-01
1
-0
/
+16
|
*
|
|
sysctl: Correct error return from get_subdir
Eric W. Biederman
2012-02-01
1
-1
/
+4
|
*
|
|
sysctl: An easier to read version of find_subdir
Eric W. Biederman
2012-02-01
1
-3
/
+3
|
*
|
|
sysctl: fix memset parameters in setup_sysctl_set()
Dan Carpenter
2012-01-30
1
-1
/
+1
|
*
|
|
sysctl: remove an unused variable
Dan Carpenter
2012-01-30
1
-2
/
+0
|
*
|
|
sysctl: Add register_sysctl for normal sysctl users
Eric W. Biederman
2012-01-24
2
-0
/
+18
|
*
|
|
sysctl: Index sysctl directories with rbtrees.
Eric W. Biederman
2012-01-24
2
-92
/
+142
|
*
|
|
sysctl: Make the header lists per directory.
Eric W. Biederman
2012-01-24
2
-18
/
+12
|
*
|
|
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
2012-01-24
1
-9
/
+11
|
*
|
|
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
2012-01-24
3
-27
/
+17
|
*
|
|
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2012-01-24
2
-104
/
+296
|
*
|
|
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
2012-01-24
1
-1
/
+10
|
*
|
|
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2012-01-24
2
-202
/
+150
|
*
|
|
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
2012-01-24
3
-3
/
+8
|
*
|
|
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
2012-01-24
1
-36
/
+62
|
*
|
|
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
2012-01-24
1
-26
/
+76
|
*
|
|
sysctl: Normalize the root_table data structure.
Eric W. Biederman
2012-01-24
1
-4
/
+11
|
*
|
|
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
2012-01-24
1
-3
/
+13
|
*
|
|
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
2012-01-24
1
-8
/
+17
|
*
|
|
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2012-01-24
2
-9
/
+20
|
*
|
|
sysctl: A more obvious version of grab_header.
Eric W. Biederman
2012-01-24
1
-4
/
+4
|
*
|
|
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2012-01-24
2
-12
/
+1
|
*
|
|
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2012-01-24
2
-144
/
+86
|
*
|
|
sysctl: register only tables of sysctl files
Eric W. Biederman
2012-01-24
2
-19
/
+148
|
*
|
|
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
2012-01-24
1
-0
/
+9
|
*
|
|
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2012-01-24
2
-10
/
+87
|
*
|
|
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
2012-01-24
1
-3
/
+8
|
*
|
|
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
2012-01-24
3
-9
/
+10
|
*
|
|
sysctl: Implement retire_sysctl_set
Eric W. Biederman
2012-01-24
3
-1
/
+6
|
*
|
|
sysctl: Make the directories have nlink == 1
Eric W. Biederman
2012-01-24
1
-1
/
+0
|
*
|
|
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2012-01-24
6
-641
/
+625
|
*
|
|
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
2012-01-24
4
-12
/
+9
[next]