index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-24
sysctl: Make the header lists per directory.
Eric W. Biederman
2
-18
/
+12
2012-01-24
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
1
-9
/
+11
2012-01-24
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
3
-27
/
+17
2012-01-24
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2
-104
/
+296
2012-01-24
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
1
-1
/
+10
2012-01-24
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2
-202
/
+150
2012-01-24
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
3
-3
/
+8
2012-01-24
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
1
-36
/
+62
2012-01-24
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
1
-26
/
+76
2012-01-24
sysctl: Normalize the root_table data structure.
Eric W. Biederman
1
-4
/
+11
2012-01-24
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
1
-3
/
+13
2012-01-24
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
1
-8
/
+17
2012-01-24
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2
-9
/
+20
2012-01-24
sysctl: A more obvious version of grab_header.
Eric W. Biederman
1
-4
/
+4
2012-01-24
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2
-12
/
+1
2012-01-24
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2
-144
/
+86
2012-01-24
sysctl: register only tables of sysctl files
Eric W. Biederman
2
-19
/
+148
2012-01-24
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
1
-0
/
+9
2012-01-24
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2
-10
/
+87
2012-01-24
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
1
-3
/
+8
2012-01-24
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
3
-9
/
+10
2012-01-24
sysctl: Implement retire_sysctl_set
Eric W. Biederman
3
-1
/
+6
2012-01-24
sysctl: Make the directories have nlink == 1
Eric W. Biederman
1
-1
/
+0
2012-01-24
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
6
-641
/
+625
2012-01-24
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
4
-12
/
+9
2012-01-24
sysctl: Consolidate !CONFIG_SYSCTL handling
Eric W. Biederman
2
-59
/
+62
2012-01-24
sysctl: remove impossible condition check
Lucas De Marchi
1
-12
/
+2
2012-01-19
Linux 3.3-rc1
v3.3-rc1
Linus Torvalds
1
-2
/
+2
2012-01-19
Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...
Linus Torvalds
9
-104
/
+444
2012-01-19
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
4
-7
/
+8
2012-01-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-40
/
+27
2012-01-19
x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits
H. Peter Anvin
1
-0
/
+1
2012-01-19
Merge remote-tracking branch 'linus/master' into x86/urgent
H. Peter Anvin
9587
-258975
/
+463528
2012-01-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
4
-5
/
+8
2012-01-19
qnx4: don't leak ->BitMap on late failure exits
Al Viro
1
-1
/
+3
2012-01-19
qnx4: reduce the insane nesting in qnx4_checkroot()
Al Viro
1
-34
/
+22
2012-01-19
qnx4: di_fname is an array, for crying out loud...
Al Viro
1
-14
/
+12
2012-01-19
KEYS: Permit key_serial() to be called with a const key pointer
David Howells
1
-1
/
+1
2012-01-19
keys: fix user_defined key sparse messages
Mimi Zohar
1
-3
/
+3
2012-01-19
ima: fix cred sparse warning
Mimi Zohar
1
-1
/
+2
2012-01-18
uml: fix compile for x86-64
Linus Torvalds
1
-0
/
+5
2012-01-19
MPILIB: Add a missing ENOMEM check
David Howells
1
-0
/
+2
2012-01-18
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-0
/
+4672
2012-01-18
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
51
-1014
/
+829
2012-01-18
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
182
-795
/
+4824
2012-01-18
tpm: fix (ACPI S3) suspend regression
Stefan Berger
2
-0
/
+12
2012-01-18
nvme: fix merge error due to change of 'make_request_fn' fn type
Linus Torvalds
1
-7
/
+1
2012-01-18
xen: using EXPORT_SYMBOL requires including export.h
Stephen Rothwell
1
-0
/
+1
2012-01-18
Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
4
-54
/
+119
2012-01-18
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
56
-679
/
+727
[next]