aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-11
|\
| * tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-11
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-08
|\ \
| * | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-03
| * | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-03
| * | sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-03
| * | sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-03
| * | sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-03
| * | sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-03
* | | Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-05
|\ \ \ | | |/ | |/|
| * | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-03
| * | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-03
| * | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-03
| * | tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-03
| * | tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-03
| * | tracing: Avoid string overflowArnd Bergmann2018-07-03
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-02
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-30
| |\
| | * bpf: sockhash, add release routineJohn Fastabend2018-06-30
| | * bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-06-30
| | * bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-06-30
| | * bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-06-30
| | * bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-29
| | * bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-26
* | | Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-07-01
|\ \ \
| * | | swiotlb: export swiotlb_dma_opsChristoph Hellwig2018-06-28
| |/ /
* / / perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-27
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-24
|\ \
| * | perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-22
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-24
|\ \ \
| * | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-22
| | |/ | |/|
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-24
|\ \ \
| * | | locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)2018-06-21
| * | | locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long2018-06-20
| | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-06-24
|\ \ \
| * | | time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-06-22
| * | | posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann2018-06-19
| * | | posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior2018-06-12
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-24
|\ \ \
| * | | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-22
* | | | Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-23
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-21
| * | | softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)2018-06-21
| * | | tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-06-21
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-20
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-16
| |\ \ \
| | * | | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-15
| | * | | bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-15
| | * | | bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-15
* | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-20
|\ \ \ \ \ | |_|_|/ / |/| | | |