summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-131-2/+1
|\
| * Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-16/+25
|\ \
| * | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-6/+9
| * | rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-101-1/+1
| * | rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers2018-07-101-7/+7
| * | rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-101-4/+10
| |/
* | Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-132-6/+7
|\ \
| * | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-122-6/+7
* | | Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-111-1/+5
|\| | | |/ |/|
| * tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-111-1/+5
* | 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