summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang-2/+5
2019-04-12bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov-1/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov-0/+135
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov-0/+29
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov-3/+51
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov-1/+80
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov-0/+65
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov-1/+69
2019-04-12bpf: Sysctl hookAndrey Ignatov-0/+100
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov-1/+7
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra-11/+45
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-150/+903
2019-04-11dma-debug: only skip one stackframe entryScott Wood-1/+1
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)-0/+3
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev-1/+9
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang-1/+2
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)-4/+0
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin-1/+1
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche-17/+12
2019-04-10locking/rwsem: Enable lock event countingWaiman Long-0/+32
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long-1/+27
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long-132/+173
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long-114/+181
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long-8/+16
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long-5/+10
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long-10/+5
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long-22/+20
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long-86/+86
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider-3/+9
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider-2/+2
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-33/+44
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann-6/+26
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann-20/+397
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann-12/+54
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann-13/+62
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann-30/+124
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson-0/+12
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney-826/+831
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-19/+19
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+9
2019-04-08audit: purge unnecessary list_empty callsRichard Guy Briggs-39/+27
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing-0/+10
2019-04-08workqueue: Use normal rcuThomas Gleixner-42/+51
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig-7/+0
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig-1/+1
2019-04-08dma: select GENERIC_ALLOCATOR for DMA_REMAPClément Leger-0/+1
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao-11/+6