summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: clear the throttle queue on forkJosef Bacik2018-08-011-0/+5
* Blktrace: bail out early if block debugfs is not configuredLiu Bo2018-07-091-3/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-086-73/+98
|\
| * kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-032-26/+35
| * sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4
| * sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-031-5/+10
| * sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-032-8/+12
| * sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-033-7/+16
| * sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
* | Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-056-17/+17
|\ \
| * | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-031-1/+4
| * | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-031-12/+1
| * | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-031-0/+5
| * | tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-031-3/+1
| * | tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-031-0/+5
| * | tracing: Avoid string overflowArnd Bergmann2018-07-031-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-024-177/+260
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-014-177/+260
| |\
| | * bpf: sockhash, add release routineJohn Fastabend2018-07-011-0/+1
| | * bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-07-011-49/+96
| | * bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-07-011-12/+22
| | * bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-011-10/+48
| | * bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-29/+1
| | * bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-263-78/+93
* | | Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-07-011-0/+1
|\ \ \
| * | | swiotlb: export swiotlb_dma_opsChristoph Hellwig2018-06-281-0/+1
| |/ /
* / / perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-271-1/+1
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-241-3/+3
|\ \
| * | perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-241-3/+4
|\ \ \
| * | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-3/+4
| | |/ | |/|
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-242-6/+7
|\ \ \
| * | | locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)2018-06-211-6/+6
| * | | locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long2018-06-201-0/+1
| | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-06-243-5/+5
|\ \ \
| * | | time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-06-221-2/+4
| * | | posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann2018-06-191-1/+1
| * | | posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior2018-06-121-2/+0
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-0/+1
|\ \ \
| * | | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
* | | | Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-243-7/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-211-5/+1
| * | | softirq: Reorder trace_softirqs_on to prevent lockdep splatJoel Fernandes (Google)2018-06-211-1/+5
| * | | tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-06-211-1/+9
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-213-16/+79
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-173-16/+79
| |\ \ \
| | * | | xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+14
| | * | | bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-152-10/+49
| | * | | bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-152-6/+16
* | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-2011-0/+4344
|\ \ \ \ \ | |_|_|/ / |/| | | |