aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+1
2019-05-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2019-05-03perf/ring_buffer: Fix AUX software double bufferingGravatar Alexander Shishkin 1-2/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-30/+46
2019-04-30sched/cpufreq: Fix kobject memleakGravatar Tobin C. Harding 1-0/+1
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+15
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-17/+20
2019-04-26trace: Fix preempt_enable_no_resched() abuseGravatar Peter Zijlstra 1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Gravatar Wenwen Wang 1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsGravatar Jann Horn 1-14/+14
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-30/+46
2019-04-25bpf: mark registers in all frames after pkt/null checksGravatar Paul Chaignon 1-30/+46
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveGravatar Tycho Andersen 1-2/+15
2019-04-25sched/numa: Fix a possible divide-by-zeroGravatar Xie XiuQi 1-0/+4
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-2/+11
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-39/+43
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+26
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-4/+5
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineGravatar Sergey Senozhatsky 1-1/+2
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeGravatar Masami Hiramatsu 1-1/+5
2019-04-18signal: use fdget() since we don't allow O_PATHGravatar Christian Brauner 1-1/+1
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Gravatar Chang-An Chen 3-2/+11
2019-04-16sched/deadline: Correctly handle active 0-lag timersGravatar luca abeni 1-2/+1
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupGravatar Phil Auld 1-0/+25
2019-04-16perf/ring_buffer: Fix AUX record suppressionGravatar Alexander Shishkin 1-18/+15
2019-04-16perf/core: Fix the address filtering fixGravatar Alexander Shishkin 1-16/+21
2019-04-16kprobes: Fix error check when reusing optimized probesGravatar Masami Hiramatsu 1-4/+2
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againGravatar Bart Van Assche 1-4/+5
2019-04-14Merge branch 'page-refs' (page ref overflow)Gravatar Linus Torvalds 1-1/+5
2019-04-14fs: prevent page refcount overflow in pipe_buf_getGravatar Matthew Wilcox 1-1/+5
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-11/+45
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-17/+12
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+5
2019-04-12perf/core: Fix perf_event_disable_inatomic() raceGravatar Peter Zijlstra 2-11/+45
2019-04-11dma-debug: only skip one stackframe entryGravatar Scott Wood 1-1/+1
2019-04-10alarmtimer: Return correct remaining timeGravatar Andrei Vagin 1-1/+1
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledGravatar Bart Van Assche 1-17/+12
2019-04-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxGravatar Will Deacon 1-1/+2
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-4/+7
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Gravatar Stephen Boyd 1-0/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 2-3/+3
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nGravatar Kefeng Wang 1-0/+1
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-19/+31
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Gravatar Steven Rostedt (Red Hat) 1-3/+6
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationGravatar Mel Gorman 1-3/+3
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdGravatar Jann Horn 1-9/+4