summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: sockmap, consume_skb in close pathJohn Fastabend
2018-07-07bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend
2018-07-07bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend
2018-07-07bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-07-06Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie
2018-07-04x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-07-03tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)
2018-07-03tracing: Avoid string overflowArnd Bergmann
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom
2018-07-03locking: WW mutex cleanupPeter Ziljstra
2018-07-03kthread: Simplify kthread_park() completionPeter Zijlstra
2018-07-03smpboot: Remove cpumask from the APIPeter Zijlstra
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-02docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu
2018-07-02modsign: log module name in the event of an errorJessica Yu
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner
2018-07-02cpu/hotplug: Boot HT siblings at least onceThomas Gleixner
2018-07-01Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-01bpf: sockhash, add release routineJohn Fastabend
2018-07-01bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend
2018-07-01bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend
2018-07-01bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann
2018-06-28audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs
2018-06-28printk: Export is_console_lockedHans de Goede
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta
2018-06-27printk: make sure to print log on console.Maninder Singh