Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-01-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-01-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-27bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song
2018-01-27bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann
2018-01-27bpf: make unknown opcode handling more robustDaniel Borkmann
2018-01-27bpf: improve dead code sanitizingDaniel Borkmann
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-01-26bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün
2018-01-25perf/core: Fix ctx::mutex deadlockPeter Zijlstra
2018-01-25perf/core: Fix another perf,trace,cpuhp lock inversionPeter Zijlstra
2018-01-25perf/core: Fix lock inversion between perf,trace,cpuhpPeter Zijlstra
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo
2018-01-24futex: Fix OWNER_DEAD fixupPeter Zijlstra
2018-01-23ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen
2018-01-23trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-23bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song
2018-01-23signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman
2018-01-23signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman
2018-01-23signal: Add send_sig_fault and force_sig_faultEric W. Biederman
2018-01-23signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2018-01-23signal: Don't use structure initializers for struct siginfoEric W. Biederman
2018-01-22Merge branch 'for-4.16-console-waiter-logic' into for-4.16Petr Mladek
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek
2018-01-22Merge branch 'for-4.16-deprecate-printk-pf' into for-4.16Petr Mladek
2018-01-22printk: drop redundant devkmsg_log_str memsetsSergey Senozhatsky
2018-01-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-20bpf: add upper complexity limit to verifier logDaniel Borkmann
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-20bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann
2018-01-20bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song
2018-01-19Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-19Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-19Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo