aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)1-0/+3
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-1/+9
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang1-1/+2
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)1-4/+0
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin1-1/+1
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche1-17/+12
2019-04-10locking/rwsem: Enable lock event countingWaiman Long3-0/+32
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long1-1/+27
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long4-132/+173
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long5-114/+181
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2-8/+16
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long2-5/+10
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long1-10/+5
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long1-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long3-22/+20
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long1-86/+86
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider1-3/+9
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider1-2/+2
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar7-33/+44
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann3-6/+26
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann1-20/+397
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann1-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann1-12/+54
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann7-13/+62
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann1-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann5-30/+124
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson1-0/+12
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEADPaul E. McKenney14-826/+831
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus12-19/+19
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2019-04-08audit: purge unnecessary list_empty callsRichard Guy Briggs2-37/+25
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-0/+10
2019-04-08workqueue: Use normal rcuThomas Gleixner1-42/+51
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig1-7/+0
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig1-1/+1
2019-04-08dma: select GENERIC_ALLOCATOR for DMA_REMAPClément Leger1-0/+1
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao2-11/+6
2019-04-08tracing: Add error_log to READMETom Zanussi1-0/+1
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)5-23/+46
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)1-62/+80
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)3-13/+18
2019-04-08tracing: stop making gpio tracing configurableUwe Kleine-König1-7/+0
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon1-1/+5
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2-0/+14
2019-04-08cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki1-11/+10
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-4/+7
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-34/+70
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano1-5/+457