summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-235-11/+76
|\
| * prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-032-3/+29
| * introduce the walk_process_tree() helperOleg Nesterov2017-02-031-0/+32
| * fs: Better permission checking for submountsEric W. Biederman2017-02-021-2/+2
| * exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov2017-02-011-5/+8
| * inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-231-1/+1
|\ \
| * | bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King2017-02-231-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-223-13/+60
|\ \ \
| * | | userfaultfd: non-cooperative: Add fork() eventPavel Emelyanov2017-02-221-3/+7
| * | | kernel/watchdog.c: do not hardcode CPU 0 as the initial threadPrarit Bhargava2017-02-221-10/+15
| * | | tracing: add __print_flags_u64()Ross Zwisler2017-02-221-0/+38
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-02-221-5/+8
|\ \ \ \
| * | | | seccomp: Only dump core when single-threadedKees Cook2017-02-231-5/+8
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-226-240/+313
|\ \ \ \
| * | | | printk: drop call_console_drivers() unused paramSergey Senozhatsky2017-02-081-8/+4
| * | | | printk: convert the rest to printk-safeSergey Senozhatsky2017-02-081-38/+65
| * | | | printk: remove zap_locks() functionSergey Senozhatsky2017-02-081-61/+0
| * | | | printk: use printk_safe buffers in printkSergey Senozhatsky2017-02-081-15/+32
| * | | | printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky2017-02-083-37/+28
| * | | | printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky2017-02-081-8/+6
| * | | | printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-084-52/+157
| * | | | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-084-36/+36
| * | | | printk: use vprintk_func in vprintk()Sergey Senozhatsky2017-02-081-1/+1
* | | | | Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-221-13/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | module: fix memory leak on early load_module() failuresLuis R. Rodriguez2017-02-211-0/+1
| * | | | module: Optimize search_module_extables()Peter Zijlstra2017-02-101-13/+14
| * | | | livepatch/module: print notice of TAINT_LIVEPATCHJoe Lawrence2017-01-301-0/+2
| |/ / /
* | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-2/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman2017-01-191-0/+14
| * | | kmod: make usermodehelper path a const stringGreg Kroah-Hartman2017-01-191-2/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon2017-01-121-1/+1
| |\ \ \ \
| | * | | | kexec: Switch to __pa_symbolLaura Abbott2017-01-111-1/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-0/+6
|\ \ \ \ \
| * | | | | kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao2017-02-101-0/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-2215-151/+1158
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-196-26/+13
| |\ \ \ \ \ \
| * | | | | | | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-174-13/+282
| * | | | | | | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-1/+11
| * | | | | | | bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-175-14/+14
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-166-40/+90
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu2017-02-141-0/+5
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-2/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-081-9/+27
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-074-66/+102
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-1/+1
| * | | | | | | | | | trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann2017-02-031-2/+13
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-11/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2819-92/+194
| |\ \ \ \ \ \ \ \ \ \ \