| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-11-01 | 1 | -0/+18 |
|\ |
|
| * | stackleak: Allow runtime disabling of kernel stack erasing | Alexander Popov | 2018-09-04 | 1 | -0/+18 |
* | | bpf: add bpf_jit_limit knob to restrict unpriv allocations | Daniel Borkmann | 2018-10-26 | 1 | -0/+8 |
* | | Drop all 00-INDEX files from Documentation/ | Henrik Austad | 2018-09-09 | 1 | -16/+0 |
|/ |
|
* | namei: allow restricted O_CREAT of FIFOs and regular files | Salvatore Mesoraca | 2018-08-24 | 1 | -0/+36 |
* | ipc: reorganize initialization of kern_ipc_perm.seq | Manfred Spraul | 2018-08-22 | 1 | -1/+2 |
* | kernel/hung_task.c: allow to set checking interval separately from timeout | Dmitry Vyukov | 2018-08-22 | 1 | -1/+14 |
* | Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path | juviliu | 2018-08-22 | 1 | -1/+1 |
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 1 | -0/+11 |
|\ |
|
| * | Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic | Sunil Muthuswamy | 2018-07-08 | 1 | -0/+11 |
* | | Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description. | Prashant Dhamdhere | 2018-07-27 | 1 | -0/+10 |
* | | doc: add description to dirtytime_expire_seconds | Yang Shi | 2018-06-26 | 1 | -0/+13 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-07 | 1 | -0/+1 |
|\ |
|
| * | bpf, x86_32: add eBPF JIT compiler for ia32 | Wang YanQing | 2018-05-03 | 1 | -0/+1 |
* | | docs/admin-guide/mm: start moving here files from Documentation/vm | Mike Rapoport | 2018-04-28 | 1 | -2/+2 |
* | | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 2018-04-16 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | docs/vm: rename documentation files to .rst | Mike Rapoport | 2018-04-16 | 1 | -3/+3 |
* | | taint: add taint for randstruct | Kees Cook | 2018-04-11 | 1 | -0/+1 |
* | | taint: consolidate documentation | Kees Cook | 2018-04-11 | 1 | -26/+27 |
* | | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim | 2018-04-11 | 1 | -3/+2 |
* | | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet | 2018-03-09 | 1 | -0/+12 |
|/ |
|
* | Documentation/sysctl/user.txt: fix typo | Kangmin Park | 2018-02-07 | 1 | -1/+1 |
* | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 2018-02-01 | 1 | -1/+16 |
|\ |
|
| * | doc: update kptr_restrict documentation | Tobin C. Harding | 2017-12-21 | 1 | -1/+2 |
| * | Documentation: Better document the hardlockup_panic sysctl | Scott Wood | 2017-12-11 | 1 | -0/+14 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-02-01 | 1 | -25/+0 |
|\ \ |
|
| * | | mm, hugetlb: remove hugepages_treat_as_movable sysctl | Michal Hocko | 2018-02-01 | 1 | -25/+0 |
| |/ |
|
* / | net: Clarify dev_weight documentation for LRO and GRO_HW. | Michael Chan | 2017-12-20 | 1 | -1/+3 |
|/ |
|
* | Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are... | Michal Hocko | 2017-11-30 | 1 | -7/+0 |
* | Documentation/sysctl/vm.txt: fix typo | Kangmin Park | 2017-11-18 | 1 | -1/+1 |
* | mm, sysctl: make NUMA stats configurable | Kemi Wang | 2017-11-16 | 1 | -0/+16 |
* | mm: consolidate page table accounting | Kirill A. Shutemov | 2017-11-16 | 1 | -4/+4 |
* | mm: account pud page tables | Kirill A. Shutemov | 2017-11-16 | 1 | -4/+4 |
* | mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical | Yafang Shao | 2017-11-16 | 1 | -0/+7 |
* | docs: Update binfmt_misc links | Tom Saeger | 2017-10-03 | 2 | -2/+2 |
* | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-23 | 1 | -0/+1 |
|\ |
|
| * | seccomp: Sysctl to display available actions | Tyler Hicks | 2017-08-14 | 1 | -0/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-07 | 1 | -1/+3 |
|\ \ |
|
| * | | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 2017-09-07 | 1 | -1/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | bpf, doc: Add arm32 as arch supporting eBPF JIT | Shubham Bansal | 2017-08-24 | 1 | -1/+1 |
* | | | Merge tag 'perf-core-for-mingo-4.14-20170823' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-08-24 | 1 | -1/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb | Konstantin Khlebnikov | 2017-08-22 | 1 | -1/+12 |
| |/ |
|
* | | bpf, doc: also add s390x as arch to sysctl description | Daniel Borkmann | 2017-08-21 | 1 | -0/+1 |
* | | bpf, doc: improve sysctl knob description | Daniel Borkmann | 2017-08-18 | 1 | -14/+23 |
* | | bpf: Update sysctl documentation to list all supported architectures | Michael Ellerman | 2017-08-17 | 1 | -2/+17 |
|/ |
|
* | mm: document highmem_is_dirtyable sysctl | Michal Hocko | 2017-07-11 | 1 | -0/+20 |
* | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning | Matthew Whitehead | 2017-04-21 | 1 | -1/+10 |
* | Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux | Linus Torvalds | 2017-03-04 | 1 | -1/+1 |
|\ |
|
| * | Documentation: Update path to sysrq.txt | Krzysztof Kozlowski | 2017-03-03 | 1 | -1/+1 |