1. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  2. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  3. f8f191f mm/page_alloc: fix doc for numa_zonelist_order by Wanpeng Li · 11 years ago
  4. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  5. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  6. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  7. faa5273 sysctl/net.txt: delete reference to obsolete 2.4.x kernel by Paul Gortmaker · 11 years ago
  8. 14c63f1 perf: Drop sample rate when sampling is too slow by Dave Hansen · 11 years ago
  9. cc79dd1 tipc: change socket buffer overflow control to respect sk_rcvbuf by Ying Xue · 11 years ago
  10. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  11. c0ffaf3 watchdog: Remove softlockup_thresh from Documentation by Li Zefan · 11 years ago
  12. 08825c9 watchdog: Document watchdog_thresh sysctl by Li Zefan · 11 years ago
  13. 3cc7587 Documentation/sysctl/net.txt: fix (attribute removal). by Rami Rosen · 11 years ago
  14. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  15. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  16. 358e419 Documentation/sysctl/kernel.txt: document /proc/sys/shmall by Carlos Alberto Lopez Perez · 12 years ago
  17. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 12 years ago
  18. 12a2b4b coredump: add support for %d=__get_dumpable() in core name by Oleg Nesterov · 12 years ago
  19. 6601fac Documentation: fix the VM knobs descritpion WRT pdflush by Artem Bityutskiy · 12 years ago
  20. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  21. de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
  22. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 12 years ago
  23. df858fa documentation: update how page-cluster affects swap I/O by Christian Ehrhardt · 12 years ago
  24. 9520628 fs: make dumpable=2 require fully qualified path by Kees Cook · 12 years ago
  25. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  26. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 12 years ago
  27. c60f6aa net: doc: merge /proc/sys/net/core/* documents into one place by Shan Wei · 12 years ago
  28. f5fe184 Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt by Larry Finger · 12 years ago
  29. b8f566b sysctl: add the kernel.ns_last_pid control by Pavel Emelyanov · 13 years ago
  30. 55af779 x86: Panic on detection of stack overflow by Mitsuo Hayasaka · 13 years ago
  31. 73efc03 kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel by Dan Ballard · 13 years ago
  32. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  33. 807094c Documentation: refresh sysctl/kernel.txt by Borislav Petkov · 13 years ago
  34. 57cc083 coredump: add support for exe_file in core name by Jiri Slaby · 13 years ago
  35. 52307a9 Documentation: update epoll sysctl text by Lucian Adrian Grijincu · 13 years ago
  36. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  37. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  38. 5a3016a doc: fix 3 typos in sysctl/vm.txt by Paul Bolle · 13 years ago
  39. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  40. ca3b78a Documentation: file handles are now freed by Federica Teodori · 13 years ago
  41. 87889e1 Documentation: default_message_level is a typo by Paul Bolle · 13 years ago
  42. e020e74 sysctl: remove obsolete comments by Jovi Zhang · 14 years ago
  43. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 14 years ago
  44. 38ef4c2 syslog: check cap_syslog when dmesg_restrict by Serge E. Hallyn · 14 years ago
  45. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  46. abffc02 doc: clarify the behaviour of dirty_ratio/dirty_bytes by Andrea Righi · 14 years ago
  47. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  48. 2174efb Documentation/sysctl/vm.txt typo by Kulikov Vasiliy · 14 years ago
  49. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 14 years ago
  50. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 14 years ago
  51. 3b098e2 net: Consistent skb timestamping by Eric Dumazet · 14 years ago
  52. daaf1e6 memcg: handle panic_on_oom=always case by KAMEZAWA Hiroyuki · 14 years ago
  53. d75757a doc: Add documentation for bootloader_{type,version} by H. Peter Anvin · 15 years ago
  54. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  55. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  56. 86926d0 sysctl: Remove CTL_NONE and CTL_UNNUMBERED by Eric W. Biederman · 15 years ago
  57. 7beeec8 docs: fix core_pipe_limit info by Randy Dunlap · 15 years ago
  58. 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
  59. a293980 exec: let do_coredump() limit the number of concurrent dumps to pipes by Neil Horman · 15 years ago
  60. bcadbbd Documentation: update stale definition of file-nr in fs.txt by Xiaotian Feng · 15 years ago
  61. af91322 printk: add printk_delay to make messages readable for some scenarios by Dave Young · 15 years ago
  62. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  63. 55c37a8 vm: document that setting vfs_cache_pressure to 0 isn't a good idea by Jan Kara · 15 years ago
  64. b7f5ab6 trivial: doc: document missing value 2 for randomize-va-space by Horst Schirmeier · 15 years ago
  65. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  66. c114728a [S390] add call home support by Hans-Joachim Picht · 15 years ago
  67. 90afa5d vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim by Mel Gorman · 15 years ago
  68. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  69. 19f5946 trivial: Miscellaneous documentation typo fixes by Matt LaPlante · 15 years ago
  70. 2c9e703 Merge branch 'master' into next by James Morris · 15 years ago
  71. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 15 years ago
  72. d254117 Merge branch 'master' into next by James Morris · 15 years ago
  73. 9e4a5bd mm: prevent divide error for small values of vm_dirty_bytes by Andrea Righi · 15 years ago
  74. ca8b995 Documentation/sysctl/net.txt: fix a typo by Li Zefan · 15 years ago
  75. fafd688 mm: add /proc controls for pdflush threads by Peter W Morreale · 15 years ago
  76. 45dad7b documentation: fix unix_dgram_qlen description by Li Xiaodong · 15 years ago
  77. 760df93 documentation: update Documentation/filesystem/proc.txt and Documentation/sysctls by Shen Feng · 15 years ago
  78. 3d43321 modules: sysctl to block module loading by Kees Cook · 15 years ago
  79. db0fb18 Update of Documentation: vm.txt and proc.txt by Peter W Morreale · 16 years ago
  80. dd8632a NOMMU: Make mmap allocation page trimming behaviour configurable. by Paul Mundt · 16 years ago
  81. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
  82. bb20698 Document kernel taint flags properly by Greg Kroah-Hartman · 16 years ago
  83. 061b1bd Staging: add TAINT_CRAP for all drivers/staging code by Greg Kroah-Hartman · 16 years ago
  84. b4d19cc Documentation/sysctl/kernel.txt: fix softlockup_thresh description by Andrew Morton · 16 years ago
  85. d919588 Documentation cleanup: trivial misspelling, punctuation, and grammar corrections. by Matt LaPlante · 16 years ago
  86. ac76cff Documentation: sysctl/kernel.txt: fix documentation reference by Michael Opdenacker · 16 years ago
  87. 1ec7fd5 brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re: by Jiri Kosina · 16 years ago
  88. fef1bdd oom: add sysctl to enable task memory dump by David Rientjes · 17 years ago
  89. 9cfe015 get rid of NR_OPEN and introduce a sysctl_nr_open by Eric Dumazet · 17 years ago
  90. 195cf453 mm/page-writeback: highmem_is_dirtyable option by Bron Gondwana · 17 years ago
  91. d5dbac8 Documentation: update hugetlb information by Nishanth Aravamudan · 17 years ago
  92. 2495089 vm.txt: document min_free_pages as critical for correctness by Pavel Machek · 17 years ago
  93. ea069f4 Add a 00-INDEX file to Documentation/sysctl/ by Jesper Juhl · 17 years ago
  94. c4f3b63 softlockup: add a /proc tuning parameter by Ravikiran G Thirumalai · 17 years ago
  95. fe071d7 oom: add oom_kill_allocating_task sysctl by David Rientjes · 17 years ago
  96. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  97. 97d8f83 Add Documentation/sysctl/ctl_unnumbered.txt by Andrew Morton · 17 years ago
  98. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  99. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  100. a982ac0 misc doc and kconfig typos by Matt LaPlante · 17 years ago