aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08
|\
| * security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman2009-11-20
| * security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman2009-11-20
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
| * sysctl: Remove CTL_NONE and CTL_UNNUMBEREDEric W. Biederman2009-11-18
| * sysctl: kill dead ctl_handler definitions.Eric W. Biederman2009-11-18
| * Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-17
| |\
| * | sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
| * | sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa2009-11-12
| * | sysctl arm: Remove binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl x86: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl sh: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl powerpc: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl ia64: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl s390: Remove dead sysctl binary supportEric W. Biederman2009-11-12
| * | sysctl frv: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl mips/lasat: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl crypto: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl security/keys: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl kernel: Remove binary sysctl logicEric W. Biederman2009-11-12
| * | sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-12
| * | sysctl ipc: Remove dead binary sysctl support code.Eric W. Biederman2009-11-12
| * | sysctl: Stop using binary sysctl numbers in arlan.Eric W. Biederman2009-11-12
| * | sysctl: Remove the unused frv sysctl unumbersEric W. Biederman2009-11-12
| * | sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman2009-11-12
| * | sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman2009-11-12
| * | sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman2009-11-11
| * | sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-11
| * | sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman2009-11-11
| * | sysctl: Remove dead code from sysctl_checkEric W. Biederman2009-11-11
| * | sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman2009-11-11
| * | sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman2009-11-11
| * | sysctl: Make do_sysctl staticEric W. Biederman2009-11-06
| * | sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman2009-11-06
| * | sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: sparc Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: s390 Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: parisc Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: mips Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: ia64 Use the compat_sys_sysctlEric W. Biederman2009-11-06
| * | sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-06
| * | sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman2009-11-06
| * | sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-06
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
|\ \ \
| * | | x86: Limit number of per cpu TSC sync messagesMike Travis2009-11-26
| * | | x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar2009-11-26
| * | | x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar2009-11-26
| * | | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-23