summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08135-4748/+2183
|\
| * security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman2009-11-203-95/+0
| * security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman2009-11-201-0/+9
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-1845-339/+339
| * sysctl: Remove CTL_NONE and CTL_UNNUMBEREDEric W. Biederman2009-11-182-31/+0
| * sysctl: kill dead ctl_handler definitions.Eric W. Biederman2009-11-181-11/+0
| * Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-17381-3642/+7008
| |\
| * | sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman2009-11-122-47/+0
| * | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-1262-1130/+162
| * | sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa2009-11-121-9/+1
| * | sysctl arm: Remove binary sysctl supportEric W. Biederman2009-11-122-14/+3
| * | sysctl x86: Remove dead binary sysctl supportEric W. Biederman2009-11-122-2/+1
| * | sysctl sh: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+1
| * | sysctl powerpc: Remove dead binary sysctl supportEric W. Biederman2009-11-121-2/+0
| * | sysctl ia64: Remove dead binary sysctl supportEric W. Biederman2009-11-123-19/+2
| * | sysctl s390: Remove dead sysctl binary supportEric W. Biederman2009-11-123-13/+6
| * | sysctl frv: Remove dead binary sysctl supportEric W. Biederman2009-11-122-107/+2
| * | sysctl mips/lasat: Remove dead binary sysctl supportEric W. Biederman2009-11-121-98/+1
| * | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-1210-101/+27
| * | sysctl crypto: Remove dead binary sysctl supportEric W. Biederman2009-11-121-8/+2
| * | sysctl security/keys: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+1
| * | sysctl kernel: Remove binary sysctl logicEric W. Biederman2009-11-123-38/+3
| * | sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-129-91/+15
| * | sysctl ipc: Remove dead binary sysctl support code.Eric W. Biederman2009-11-122-81/+3
| * | sysctl: Stop using binary sysctl numbers in arlan.Eric W. Biederman2009-11-121-112/+69
| * | sysctl: Remove the unused frv sysctl unumbersEric W. Biederman2009-11-122-4/+4
| * | sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman2009-11-121-8/+7
| * | sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman2009-11-121-15/+20
| * | sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman2009-11-121-7/+1
| * | sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-113-39/+11
| * | sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman2009-11-111-188/+7
| * | sysctl: Remove dead code from sysctl_checkEric W. Biederman2009-11-112-1374/+4
| * | sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman2009-11-111-198/+0
| * | sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman2009-11-112-102/+1384
| * | sysctl: Make do_sysctl staticEric W. Biederman2009-11-062-5/+1
| * | sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman2009-11-061-1/+0
| * | sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-063-62/+1
| * | sysctl: sparc Use the compat_sys_sysctlEric W. Biederman2009-11-062-58/+1
| * | sysctl: s390 Use the compat_sys_sysctlEric W. Biederman2009-11-063-59/+2
| * | sysctl: parisc Use the compat_sys_sysctlEric W. Biederman2009-11-062-72/+1
| * | sysctl: mips Use the compat_sys_sysctlEric W. Biederman2009-11-063-63/+2
| * | sysctl: ia64 Use the compat_sys_sysctlEric W. Biederman2009-11-062-56/+1
| * | sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-062-52/+50
| * | sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman2009-11-061-65/+58
| * | sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-063-166/+186
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-0614-75/+67
|\ \ \
| * | | x86: Limit number of per cpu TSC sync messagesMike Travis2009-11-261-6/+7
| * | | x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar2009-11-261-8/+13
| * | | x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar2009-11-262-17/+17
| * | | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-236-7/+7