| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-12-13 | ipc/msg: increase MSGMNI, remove scaling | Manfred Spraul | 1 | -4/+6 |
| 2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+30 |
| 2014-12-10 | kernel: add panic_on_warn | Prarit Bhargava | 1 | -14/+26 |
| 2014-11-16 | net: provide a per host RSS key generic infrastructure | Eric Dumazet | 1 | -0/+22 |
| 2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -4/+8 |
| 2014-10-14 | coredump: add %i/%I in core_pattern to report the tid of the crashed thread | Oleg Nesterov | 1 | -0/+2 |
| 2014-09-01 | tipc: add name distributor resiliency queue | Erik Hugne | 1 | -0/+16 |
| 2014-08-08 | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 1 | -0/+1 |
| 2014-06-23 | kernel/watchdog.c: print traces for all cpus on lockup detection | Aaron Tomlin | 1 | -0/+17 |
| 2014-06-23 | mm, pcp: allow restoring percpu_pagelist_fraction default | David Rientjes | 1 | -1/+2 |
| 2014-06-06 | sysctl: allow for strict write position handling | Kees Cook | 1 | -0/+21 |
| 2014-06-04 | Documentation/sysctl/vm.txt: clarify vfs_cache_pressure description | Denys Vlasenko | 1 | -2/+7 |
| 2014-06-04 | mm: disable zone_reclaim_mode by default | Mel Gorman | 1 | -8/+9 |
| 2014-04-07 | hung_task: check the value of "sysctl_hung_task_timeout_sec" | Liu Hua | 1 | -0/+1 |
| 2014-04-06 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
| 2014-04-03 | drop_caches: add some documentation and info message | Dave Hansen | 1 | -6/+27 |
| 2014-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+1 |
| 2014-03-13 | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 1 | -0/+2 |
| 2014-02-27 | Merge branch 'core/urgent' into core/locking | Ingo Molnar | 1 | -2/+3 |
| 2014-02-02 | Merge branch 'linus' into sched/core, to resolve conflicts | Ingo Molnar | 2 | -2/+71 |
| 2014-01-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+42 |
| 2014-01-31 | hung_task/Documentation: Fix hung_task_warnings description | Aaron Tomlin | 1 | -2/+3 |
| 2014-01-29 | mm: document improved handling of swappiness==0 | Aaron Tomlin | 1 | -1/+3 |
| 2014-01-28 | sched/numa, mm: Remove p->numa_migrate_deferred | Rik van Riel | 1 | -9/+1 |
| 2014-01-25 | hung_task: Display every hung task warning | Aaron Tomlin | 1 | -0/+42 |
| 2014-01-23 | kexec: add sysctl to disable kexec_load | Kees Cook | 1 | -1/+14 |
| 2014-01-21 | mm: add overcommit_kbytes sysctl variable | Jerome Marchand | 1 | -0/+12 |
| 2013-12-17 | sched/numa: Drop sysctl_numa_balancing_settle_count sysctl | Wanpeng Li | 1 | -5/+0 |
| 2013-11-13 | vsprintf: check real user/group id for %pK | Ryan Mallon | 1 | -7/+18 |
| 2013-11-13 | mm: improve the description for dirty_background_ratio/dirty_ratio sysctl | Zheng Liu | 1 | -5/+10 |
| 2013-10-09 | sched/numa: Skip some page migrations after a shared fault | Rik van Riel | 1 | -1/+9 |
| 2013-10-09 | sched/numa: Remove the numa_balancing_scan_period_reset sysctl | Mel Gorman | 1 | -8/+3 |
| 2013-10-09 | sched/numa: Favour moving tasks towards the preferred node | Mel Gorman | 1 | -1/+7 |
| 2013-10-09 | sched/numa: Set the scan rate proportional to the memory usage of the task be... | Mel Gorman | 1 | -5/+6 |
| 2013-10-09 | mm: numa: Document automatic NUMA balancing sysctls | Mel Gorman | 1 | -0/+66 |
| 2013-09-11 | coredump: add new %P variable in core_pattern | Stéphane Graber | 1 | -0/+1 |
| 2013-09-11 | mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable | Naoya Horiguchi | 1 | -11/+19 |
| 2013-08-31 | qdisc: allow setting default queuing discipline | stephen hemminger | 1 | -0/+13 |
| 2013-08-01 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 1 | -2/+2 |
| 2013-07-10 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -8/+9 |
| 2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+40 |
| 2013-07-09 | mm/page_alloc: fix doc for numa_zonelist_order | Wanpeng Li | 1 | -1/+1 |
| 2013-07-08 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 1 | -5/+7 |
| 2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
| 2013-06-25 | net: poll/select low latency socket support | Eliezer Tamir | 1 | -2/+16 |
| 2013-06-24 | sysctl/net.txt: delete reference to obsolete 2.4.x kernel | Paul Gortmaker | 1 | -3/+3 |
| 2013-06-23 | perf: Drop sample rate when sampling is too slow | Dave Hansen | 1 | -0/+26 |
| 2013-06-17 | tipc: change socket buffer overflow control to respect sk_rcvbuf | Ying Xue | 1 | -1/+16 |
| 2013-06-10 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+7 |
| 2013-05-28 | watchdog: Remove softlockup_thresh from Documentation | Li Zefan | 1 | -10/+0 |
| 2013-05-28 | watchdog: Document watchdog_thresh sysctl | Li Zefan | 1 | -0/+14 |
| 2013-05-19 | Documentation/sysctl/net.txt: fix (attribute removal). | Rami Rosen | 1 | -2/+1 |
| 2013-04-29 | mm: replace hardcoded 3% with admin_reserve_pages knob | Andrew Shewmaker | 1 | -0/+30 |
| 2013-04-29 | mm: limit growth of 3% hardcoded other user reserve | Andrew Shewmaker | 1 | -0/+20 |
| 2013-01-04 | Documentation/sysctl/kernel.txt: document /proc/sys/shmall | Carlos Alberto Lopez Perez | 1 | -0/+13 |
| 2013-01-04 | ipc: add sysctl to specify desired next object id | Stanislav Kinsbursky | 1 | -0/+19 |
| 2012-10-06 | coredump: add support for %d=__get_dumpable() in core name | Oleg Nesterov | 1 | -0/+2 |
| 2012-08-04 | Documentation: fix the VM knobs descritpion WRT pdflush | Artem Bityutskiy | 1 | -7/+7 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+42 |
| 2012-07-31 | mm, oom: replace some information in tasklist dump | David Rientjes | 1 | -3/+4 |
| 2012-07-31 | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads | Wanpeng Li | 1 | -11/+0 |
| 2012-07-31 | documentation: update how page-cluster affects swap I/O | Christian Ehrhardt | 1 | -2/+10 |
| 2012-07-30 | fs: make dumpable=2 require fully qualified path | Kees Cook | 1 | -6/+12 |
| 2012-07-29 | fs: add link restrictions | Kees Cook | 1 | -0/+42 |
| 2012-05-31 | mqueue: separate mqueue default value from maximum value | KOSAKI Motohiro | 1 | -0/+7 |
| 2012-04-27 | net: doc: merge /proc/sys/net/core/* documents into one place | Shan Wei | 1 | -0/+7 |
| 2012-02-06 | Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt | Larry Finger | 1 | -0/+2 |
| 2012-01-12 | sysctl: add the kernel.ns_last_pid control | Pavel Emelyanov | 1 | -0/+8 |
| 2011-12-05 | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 1 | -0/+14 |
| 2011-10-31 | kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel | Dan Ballard | 1 | -0/+8 |
| 2011-07-26 | ipc: introduce shm_rmid_forced sysctl | Vasiliy Kulikov | 1 | -0/+22 |
| 2011-07-23 | Documentation: refresh sysctl/kernel.txt | Borislav Petkov | 1 | -105/+110 |
| 2011-05-26 | coredump: add support for exe_file in core name | Jiri Slaby | 1 | -1/+2 |
| 2011-05-23 | Documentation: update epoll sysctl text | Lucian Adrian Grijincu | 1 | -7/+0 |
| 2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2011-04-27 | net: filter: Just In Time compiler for x86-64 | Eric Dumazet | 1 | -0/+11 |
| 2011-04-06 | doc: fix 3 typos in sysctl/vm.txt | Paul Bolle | 1 | -2/+2 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-16 | Documentation: file handles are now freed | Federica Teodori | 1 | -9/+8 |
| 2011-02-11 | Documentation: default_message_level is a typo | Paul Bolle | 1 | -1/+1 |
| 2011-01-13 | sysctl: remove obsolete comments | Jovi Zhang | 1 | -2/+0 |
| 2011-01-13 | kptr_restrict for hiding kernel pointers from unprivileged users | Dan Rosenberg | 1 | -0/+14 |
| 2010-12-09 | syslog: check cap_syslog when dmesg_restrict | Serge E. Hallyn | 1 | -1/+1 |
| 2010-11-12 | Restrict unprivileged access to kernel syslog | Dan Rosenberg | 1 | -0/+14 |
| 2010-10-27 | doc: clarify the behaviour of dirty_ratio/dirty_bytes | Andrea Righi | 1 | -4/+8 |
| 2010-08-09 | oom: enable oom tasklist dump by default | David Rientjes | 1 | -1/+1 |
| 2010-06-28 | Documentation/sysctl/vm.txt typo | Kulikov Vasiliy | 1 | -1/+1 |
| 2010-05-25 | mm: compaction: add a tunable that decides when memory should be compacted an... | Mel Gorman | 1 | -0/+15 |
| 2010-05-25 | mm: compaction: add /proc trigger for memory compaction | Mel Gorman | 1 | -0/+10 |
| 2010-05-15 | net: Consistent skb timestamping | Eric Dumazet | 1 | -0/+10 |
| 2010-03-12 | memcg: handle panic_on_oom=always case | KAMEZAWA Hiroyuki | 1 | -1/+4 |
| 2009-12-11 | doc: Add documentation for bootloader_{type,version} | H. Peter Anvin | 1 | -0/+31 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -4/+4 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-11-18 | sysctl: Remove CTL_NONE and CTL_UNNUMBERED | Eric W. Biederman | 1 | -22/+0 |
| 2009-11-09 | docs: fix core_pipe_limit info | Randy Dunlap | 1 | -3/+3 |
| 2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -1/+40 |
| 2009-09-24 | exec: let do_coredump() limit the number of concurrent dumps to pipes | Neil Horman | 1 | -0/+22 |
| 2009-09-24 | Documentation: update stale definition of file-nr in fs.txt | Xiaotian Feng | 1 | -7/+10 |
| 2009-09-23 | printk: add printk_delay to make messages readable for some scenarios | Dave Young | 1 | -0/+8 |
| 2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -13/+17 |
| 2009-09-22 | vm: document that setting vfs_cache_pressure to 0 isn't a good idea | Jan Kara | 1 | -1/+3 |
| 2009-09-21 | trivial: doc: document missing value 2 for randomize-va-space | Horst Schirmeier | 1 | -13/+17 |
| 2009-09-16 | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 1 | -1/+40 |
| 2009-09-11 | [S390] add call home support | Hans-Joachim Picht | 1 | -0/+16 |
| 2009-06-16 | vmscan: properly account for the number of page cache pages zone_reclaim() ca... | Mel Gorman | 1 | -4/+8 |
| 2009-06-16 | page allocator: use allocation flags as an index to the zone watermark | Mel Gorman | 1 | -5/+6 |
| 2009-06-12 | trivial: Miscellaneous documentation typo fixes | Matt LaPlante | 1 | -2/+2 |
| 2009-05-22 | Merge branch 'master' into next | James Morris | 1 | -28/+0 |
| 2009-05-15 | Revert "mm: add /proc controls for pdflush threads" | Jens Axboe | 1 | -28/+0 |
| 2009-05-08 | Merge branch 'master' into next | James Morris | 5 | -2/+334 |
| 2009-05-02 | mm: prevent divide error for small values of vm_dirty_bytes | Andrea Righi | 1 | -0/+4 |
| 2009-04-13 | Documentation/sysctl/net.txt: fix a typo | Li Zefan | 1 | -1/+1 |
| 2009-04-07 | mm: add /proc controls for pdflush threads | Peter W Morreale | 1 | -0/+28 |
| 2009-04-02 | documentation: fix unix_dgram_qlen description | Li Xiaodong | 1 | -2/+3 |
| 2009-04-02 | documentation: update Documentation/filesystem/proc.txt and Documentation/sys... | Shen Feng | 4 | -2/+301 |
| 2009-04-03 | modules: sysctl to block module loading | Kees Cook | 1 | -0/+11 |
| 2009-01-15 | Update of Documentation: vm.txt and proc.txt | Peter W Morreale | 1 | -184/+435 |
| 2009-01-08 | NOMMU: Make mmap allocation page trimming behaviour configurable. | Paul Mundt | 1 | -0/+18 |
| 2009-01-06 | mm: add dirty_background_bytes and dirty_bytes sysctls | David Rientjes | 1 | -1/+2 |
| 2008-10-29 | Document kernel taint flags properly | Greg Kroah-Hartman | 1 | -7/+17 |
| 2008-10-10 | Staging: add TAINT_CRAP for all drivers/staging code | Greg Kroah-Hartman | 1 | -0/+1 |
| 2008-09-23 | Documentation/sysctl/kernel.txt: fix softlockup_thresh description | Andrew Morton | 1 | -3/+4 |
| 2008-07-26 | Documentation cleanup: trivial misspelling, punctuation, and grammar correcti... | Matt LaPlante | 1 | -1/+1 |
| 2008-02-13 | Documentation: sysctl/kernel.txt: fix documentation reference | Michael Opdenacker | 1 | -1/+1 |
| 2008-02-09 | brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re: | Jiri Kosina | 1 | -0/+29 |
| 2008-02-07 | oom: add sysctl to enable task memory dump | David Rientjes | 1 | -0/+22 |
| 2008-02-06 | get rid of NR_OPEN and introduce a sysctl_nr_open | Eric Dumazet | 1 | -0/+10 |
| 2008-02-05 | mm/page-writeback: highmem_is_dirtyable option | Bron Gondwana | 1 | -3/+4 |
| 2007-12-17 | Documentation: update hugetlb information | Nishanth Aravamudan | 1 | -0/+19 |
| 2007-10-17 | vm.txt: document min_free_pages as critical for correctness | Pavel Machek | 1 | -0/+6 |
| 2007-10-17 | Add a 00-INDEX file to Documentation/sysctl/ | Jesper Juhl | 1 | -0/+16 |
| 2007-10-17 | softlockup: add a /proc tuning parameter | Ravikiran G Thirumalai | 1 | -0/+8 |
| 2007-10-17 | oom: add oom_kill_allocating_task sysctl | David Rientjes | 1 | -0/+22 |
| 2007-07-17 | handle kernelcore=: generic | Mel Gorman | 1 | -1/+2 |
| 2007-07-16 | Add Documentation/sysctl/ctl_unnumbered.txt | Andrew Morton | 1 | -0/+22 |
| 2007-07-16 | change zonelist order: zonelist order selection logic | KAMEZAWA Hiroyuki | 1 | -0/+45 |
| 2007-07-11 | security: Protection for exploiting null dereference using mmap | Eric Paris | 1 | -0/+15 |
| 2007-05-09 | misc doc and kconfig typos | Matt LaPlante | 1 | -1/+1 |
| 2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 1 | -1/+1 |
| 2007-05-07 | mm: fix handling of panic_on_oom when cpusets are in use | Yasunori Goto | 1 | -6/+17 |
| 2006-12-07 | [PATCH] x86: add sysctl for kstack_depth_to_print | Chuck Ebbert | 1 | -0/+8 |
| 2006-11-30 | Fix typos in /Documentation : Misc | Matt LaPlante | 2 | -2/+2 |
| 2006-10-11 | [PATCH] document the core-dump-to-a-pipe patch | Matthias Urlichs | 1 | -1/+4 |
| 2006-09-26 | [PATCH] zone_reclaim: dynamic slab reclaim | Christoph Lameter | 1 | -7/+20 |
| 2006-08-27 | [PATCH] Fix docs for fs.suid_dumpable | Alexey Dobriyan | 2 | -20/+20 |
| 2006-08-06 | [PATCH] doc: update panic_on_oops documentation | Maxime Bizon | 1 | -3/+2 |
| 2006-07-03 | [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O | Christoph Lameter | 1 | -0/+14 |
| 2006-06-30 | [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int... | Christoph Lameter | 1 | -13/+0 |
| 2006-06-23 | [PATCH] support for panic at OOM | KAMEZAWA Hiroyuki | 1 | -0/+13 |
| 2006-02-20 | [PATCH] suspend-to-ram: allow video options to be set at runtime | Pavel Machek | 1 | -0/+10 |
| 2006-02-01 | [PATCH] Reclaim slab during zone reclaim | Christoph Lameter | 1 | -0/+6 |
| 2006-02-01 | [PATCH] Zone reclaim: Allow modification of zone reclaim behavior | Christoph Lameter | 1 | -8/+30 |
| 2006-02-01 | [PATCH] zone_reclaim: configurable off node allocation period. | Christoph Lameter | 1 | -0/+12 |
| 2006-01-18 | [PATCH] Zone reclaim: proc override | Christoph Lameter | 1 | -0/+18 |
| 2006-01-08 | [PATCH] Make high and batch sizes of per_cpu_pagelists configurable | Rohit Seth | 1 | -0/+17 |
| 2006-01-08 | [PATCH] drop-pagecache | Andrew Morton | 1 | -1/+2 |
| 2005-06-23 | [PATCH] setuid core dump | Alan Cox | 1 | -0/+20 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 6 | -0/+717 |