summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-151-1/+5
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-131-1/+1
|\ \
| * | alarmtimer: Return correct remaining timeAndrei Vagin2019-04-101-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-131-3/+3
|\ \ \
| * | | sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-132-11/+45
|\ \ \ \
| * | | | perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-04-122-11/+45
| |/ / /
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-04-131-17/+12Star
|\ \ \ \
| * | | | locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-101-17/+12Star
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-132-0/+5
|\ \ \ \ \
| * | | | | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-051-0/+4
| * | | | | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
| | |/ / / | |/| | |
* | | | | dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
| |/ / / |/| | |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-061-1/+2
|\ \ \ \
| * | | | kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-061-1/+2
* | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-062-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-3/+3
| * | | | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-053-19/+31
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-303-19/+31
| |\ \ \ \
| | * | | | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10
| | * | | | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-261-2/+3
| | * | | | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
* | | | | | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4Star
| |_|/ / / |/| | | |
* | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-311-2/+18
|\ \ \ \ \
| * | | | | cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-281-2/+18
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-2/+4
|\ \ \ \ \ \
| * | | | | | watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-281-2/+4
| |/ / / / /
* | / / / / ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-2/+13
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-272-70/+106
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-221-9/+11
| * | | | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| * | | | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-211-2/+11
| * | | | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-57/+74
| |\ \ \ \
| | * | | | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-57/+74
* | | | | | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
* | | | | | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
* | | | | | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0Star
| |_|/ / / |/| | | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-243-56/+89
|\ \ \ \ \
| * | | | | sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * | | | | sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * | | | | sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
| * | | | | sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
| * | | | | sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-191-34/+25Star
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-241-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | perf/core: Restore mmap record type correctlyStephane Eranian2019-03-111-0/+2
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-03-241-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |