aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin
2019-04-16kprobes: Fix error check when reusing optimized probesMasami Hiramatsu
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-04-11dma-debug: only skip one stackframe entryScott Wood
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds