summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-07-11Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+5
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa-1/+5
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)-7/+35
2018-07-11printk: Fix warning about unused suppress_message_printingPetr Mladek-1/+0
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers-6/+9
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers-1/+1
2018-07-10rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers-7/+7
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers-4/+10
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla-2/+1
2018-07-10timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar-6/+30
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo-3/+3
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek-23/+48
2018-07-09printk: Create helper function to queue deferred console handlingPetr Mladek-5/+9
2018-07-09printk: Split the code for storing a message into the log bufferPetr Mladek-17/+26
2018-07-09printk: Clean up syslog_print_all()Petr Mladek-11/+9
2018-07-09cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner-2/+24
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-73/+98
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita-1/+6
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend-2/+2
2018-07-07bpf: sockmap, consume_skb in close pathJohn Fastabend-1/+4
2018-07-07bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend-1/+18
2018-07-07bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend-2/+0
2018-07-07bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend-11/+6
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+17
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+1
2018-07-06Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie-85/+264
2018-07-04x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk-0/+1
2018-07-03tracing: Fix missing return symbol in function_graph outputChangbin Du-1/+4
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie-12/+1
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre-0/+5
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu-3/+1
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)-0/+5
2018-07-03tracing: Avoid string overflowArnd Bergmann-1/+1
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B-5/+11
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann-2/+2
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom-19/+150
2018-07-03locking: WW mutex cleanupPeter Ziljstra-77/+125
2018-07-03kthread: Simplify kthread_park() completionPeter Zijlstra-2/+4
2018-07-03smpboot: Remove cpumask from the APIPeter Zijlstra-49/+5
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra-77/+65
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-114/+4558
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra-26/+35
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker-15/+21
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-177/+260
2018-07-02docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab-1/+1
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu-2/+2