summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche
2019-04-10locking/rwsem: Enable lock event countingWaiman Long
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08audit: purge unnecessary list_empty callsRichard Guy Briggs
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing
2019-04-08workqueue: Use normal rcuThomas Gleixner
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig
2019-04-08dma: select GENERIC_ALLOCATOR for DMA_REMAPClément Leger
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao
2019-04-08tracing: Add error_log to READMETom Zanussi
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)
2019-04-08tracing: stop making gpio tracing configurableUwe Kleine-König
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon
2019-04-08cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov