summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-201-0/+8
|\
| * tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-151-0/+8
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-203-7/+4
|\ \
| * | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
| * | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3
| |/
* | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-05-161-0/+2
* | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-05-163-21/+28
|/
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-137-67/+91
|\
| * perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| * sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-05-042-18/+16
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-032-35/+40
| * kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| * sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| * stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
|\ \
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-111-0/+5
|\ \ \
| * | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-111-5/+14
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-041-5/+14
| |\ \ \ \
| | * | | | bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-031-2/+8
| | * | | | bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-05-041-3/+6
* | | | | | Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-05-111-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-111-0/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-05-111-14/+2
|\ \ \ \ \
| * | | | | cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-091-1/+2
| * | | | | cpufreq: schedutil: remove stale commentJuri Lelli2018-05-091-13/+0
| |/ / / /
* | | | | compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn2018-05-101-0/+1
|/ / / /
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-061-19/+44
|\ \ \ \
| * | | | clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
| * | | | clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
| * | | | clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2
| * | | | clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-021-16/+34
* | | | | Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-042-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tracing: Fix the file mode of stack tracerZhengyuan Liu2018-05-031-1/+1
| * | | | ftrace: Have set_graph_* files have normal file modesChen LinX2018-05-031-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-033-29/+77
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | bpf: sockmap, fix error handling in redirect failuresJohn Fastabend2018-05-021-16/+12
| * | | bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend2018-05-021-4/+11
| * | | bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend2018-05-021-2/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-253-7/+51
| |\ \ \
| | * | | bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1
| | * | | bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
| | * | | bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-243-5/+6
* | | | | Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-024-27/+31
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-04-301-2/+2
| * | | tracing: Add field modifier parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
| * | | tracing: Add field parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
OpenPOWER on IntegriCloud