Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5f784336dc02a1c5be3dffac3506bc07c1604cee
/
kernel
/
sysctl.c
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
a293980
exec: let do_coredump() limit the number of concurrent dumps to pipes
by Neil Horman
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
af91322
printk: add printk_delay to make messages readable for some scenarios
by Dave Young
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
6a46079
HWPOISON: The high level memory error handler in the VM v7
by Andi Kleen
· 15 years ago
cb684b5
block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK
by Jens Axboe
· 15 years ago
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
774a694
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5e605b6
block: add blk-iopoll, a NAPI like approach for block devices
by Jens Axboe
· 15 years ago
2bba22c
sched: Turn off child_runs_first
by Mike Galbraith
· 15 years ago
b6d9c25
Security/SELinux: includecheck fix kernel/sysctl.c
by Jaswinder Singh Rajput
· 15 years ago
e9e9250
sched: Scale down cpu_power due to RT tasks
by Peter Zijlstra
· 15 years ago
788084a
Security/SELinux: seperate lsm specific mmap_min_addr
by Eric Paris
· 15 years ago
8326e28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5211a24
x86: Add sysctl to allow panic on IOCK NMI error
by Kurt Garloff
· 16 years ago
bfdb4d9
timers: Fix timer_migration interface which accepts any number as input
by Arun R Bharadwaj
· 16 years ago
7338f29
sysctl.c: remove unused variable
by Sukanto Ghosh
· 16 years ago
517d086
Merge branch 'akpm'
by Linus Torvalds
· 16 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 16 years ago
b3fec0f
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
by Linus Torvalds
· 16 years ago
19035e5
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
dfec072
kmemcheck: add the kmemcheck core
by Vegard Nossum
· 17 years ago
8a1ca8c
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
940010c
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
df58ab2
perf_counter: Rename perf_counter_limit sysctl
by Peter Zijlstra
· 16 years ago
0764771
perf_counter: More paranoia settings
by Peter Zijlstra
· 16 years ago
73fbad2
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
82782ca
Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e0a94c2
security: use mmap_min_addr indepedently of security models
by Christoph Lameter
· 16 years ago
a78ac32
perf_counter: Generic per counter interrupt throttle
by Peter Zijlstra
· 16 years ago
2c9e703
Merge branch 'master' into next
by James Morris
· 16 years ago
dc3f81b
Merge commit 'v2.6.30-rc6' into perfcounters/core
by Ingo Molnar
· 16 years ago
cd17cbfd
Revert "mm: add /proc controls for pdflush threads"
by Jens Axboe
· 16 years ago
cd1bb94
timers: /proc/sys sysctl hook to enable timer migration
by Arun R Bharadwaj
· 16 years ago
5031296
x86: add extension fields for bootloader type and version
by H. Peter Anvin
· 16 years ago
d254117
Merge branch 'master' into next
by James Morris
· 16 years ago
c5078f7
perf_counter: provide an mlock threshold
by Peter Zijlstra
· 16 years ago
9e4a5bd
mm: prevent divide error for small values of vm_dirty_bytes
by Andrea Righi
· 16 years ago
e7fd5d4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
4be6f6b
mm: move the scan_unevictable_pages sysctl to the vm table
by Peter Zijlstra
· 16 years ago
1ccd154
perf_counter: sysctl for system wide perf counters
by Peter Zijlstra
· 16 years ago
1551260
Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
fafd688
mm: add /proc controls for pdflush threads
by Peter W Morreale
· 16 years ago
5e34437
Merge branch 'linus' into core/softlockup
by Ingo Molnar
· 16 years ago
cd5f9a4
kernel/sysctl.c: avoid annoying warnings
by Linus Torvalds
· 16 years ago
12e22c5
Make the slow work pool configurable
by David Howells
· 16 years ago
8e654fb
sysctl: fix suid_dumpable and lease-break-time sysctls
by Matthew Wilcox
· 16 years ago
3d43321
modules: sysctl to block module loading
by Kees Cook
· 16 years ago
704503d
mm: fix proc_dointvec_userhz_jiffies "breakage"
by Alexey Dobriyan
· 16 years ago
9f8d979
softlockup: move 'one' to the softlockup section in sysctl.c
by Ingo Molnar
· 16 years ago
871cafc
Merge branch 'linus' into core/softlockup
by Ingo Molnar
· 16 years ago
fc3501d
mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit arches
by Sven Wegener
· 16 years ago
6552eba
Merge branch 'core/debugobjects' into core/urgent
by Thomas Gleixner
· 16 years ago
e162b39
softlockup: decouple hung tasks check from softlockup detection
by Mandeep Singh Baines
· 16 years ago
88fc241
[IA64] dump stack on kernel unaligned warnings
by Doug Chapman
· 16 years ago
1e7bfb2
[CVE-2009-0029] System call wrappers part 27
by Heiko Carstens
· 16 years ago
baf48f6
softlock: fix false panic which can occur if softlockup_thresh is reduced
by Mandeep Singh Baines
· 16 years ago
dd8632a
NOMMU: Make mmap allocation page trimming behaviour configurable.
by Paul Mundt
· 16 years ago
2da0299
mm: add dirty_background_bytes and dirty_bytes sysctls
by David Rientjes
· 16 years ago
e3c6d4e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
b0f4b28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f38f1d2
trace: add a way to enable or disable the stack tracer
by Steven Rostedt
· 16 years ago
0871420
sparc64: Add tsb-ratio sysctl.
by David S. Miller
· 16 years ago
b8307db
Merge commit 'v2.6.28-rc7' into tracing/core
by Ingo Molnar
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
7ef9964
epoll: introduce resource usage limits
by Davide Libenzi
· 16 years ago
76aac0e
CRED: Wrap task credential accesses in the core kernel
by David Howells
· 16 years ago
3299b4d
ftrace: sysctl typo
by Peter Zijlstra
· 16 years ago
e1e302d
Merge branch 'linus' into tracing/ftrace
by Ingo Molnar
· 16 years ago
944ac42
ftrace: ftrace dump on oops control
by Steven Rostedt
· 16 years ago
4944dd6
Merge commit 'v2.6.28-rc2' into tracing/urgent
by Ingo Molnar
· 16 years ago
133e887
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
debfcaf
Merge branch 'tracing/ftrace' into tracing/urgent
by Ingo Molnar
· 16 years ago
606576c
ftrace: rename FTRACE to FUNCTION_TRACER
by Steven Rostedt
· 16 years ago
af936a1
vmscan: unevictable LRU scan sysctl
by Lee Schermerhorn
· 16 years ago
ffda12a
sched: optimize group load balancer
by Peter Zijlstra
· 16 years ago
ebf3f09
Configure out AIO support
by Thomas Petazzoni
· 16 years ago
f221e72
sysctl: simplify ->strategy
by Alexey Dobriyan
· 16 years ago
25ddbb1
Make the taint flags reliable
by Andi Kleen
· 16 years ago
8acd3a6
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
20272c8
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
3bbfe05
proc: remove kernel.maps_protect
by Alexey Dobriyan
· 16 years ago
bfcd17a
Configure out file locking features
by Thomas Petazzoni
· 16 years ago
2e57572
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by David S. Miller
· 16 years ago
17f04fb
sysctl: Use header file for sysctl knob declarations on sparc.
by David S. Miller
· 16 years ago
72c57ed
sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.
by David S. Miller
· 16 years ago
b380b0d
forgotten refcount on sysctl root table
by Al Viro
· 16 years ago
bfbcf03
lost sysctl fix
by Al Viro
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
9043476f
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
ae7edec
[PATCH] sysctl: keep track of tree relationships
by Al Viro
· 16 years ago
f7e6ced
[PATCH] allow delayed freeing of ctl_table_header
by Al Viro
· 16 years ago
7345509
[PATCH] beginning of sysctl cleanup - ctl_table_set
by Al Viro
· 16 years ago
717115e
printk ratelimiting rewrite
by Dave Young
· 16 years ago
e5ff215
hugetlb: multiple hstates for multiple page sizes
by Andi Kleen
· 16 years ago
c748e13
mm/vmstat.c: proper externs
by Adrian Bunk
· 16 years ago
d7b6de1
Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
a1ef5ad
remove CONFIG_KMOD from core kernel code
by Johannes Berg
· 17 years ago
Next »