summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-1/+1
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams1-1/+0
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-26/+19
2019-11-17percpu-refcount: Use normal instead of RCU-sched"Sebastian Andrzej Siewior1-8/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-435/+0
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede1-41/+0
2019-11-16pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer1-0/+13
2019-11-16irqchip/qcom-pdc: Add irqdomain for wakeup capable GPIOsLina Iyer1-0/+21
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+6
2019-11-16irqdomain: Add bus token DOMAIN_BUS_WAKEUPLina Iyer1-0/+1
2019-11-16mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-16fork: extend clone3() to support setting a PIDAdrian Reber3-1/+7
2019-11-16bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2-0/+2
2019-11-16bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2-0/+9
2019-11-16bpf: Annotate context typesAlexei Starovoitov2-27/+62
2019-11-16bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-2/+3
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+105
2019-11-16bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+8
2019-11-16bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-2/+4
2019-11-16i2c: remove helpers for ref-counting clientsWolfram Sang1-3/+0
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-0/+1
2019-11-15fs/namei.c: pull positivity check into follow_managed()Al Viro1-0/+5
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-1/+5
2019-11-15jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara1-2/+6
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-4/+5
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann1-11/+4
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann1-1/+1
2019-11-15y2038: make ns_to_compat_timeval use __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann1-2/+5
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-5/+5
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann3-4/+4
2019-11-15Merge drm/drm-next into drm-intel-next-queuedJani Nikula49-176/+405
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: remember position in kvm->vcpus arrayRadim Krčmář1-8/+3
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu1-0/+5
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu1-0/+5
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley1-0/+1
2019-11-15mmc: sdio: fix wl1251 vendor idH. Nikolaus Schaller1-0/+2
2019-11-15mmc: host: omap-hsmmc: remove init_card pdata callback from pdataH. Nikolaus Schaller1-3/+0
2019-11-15ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)1-0/+6
2019-11-15libnvdimm: Trivial comment fixIra Weiny1-1/+1
2019-11-15vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-0/+2
2019-11-15vsock: handle buffer_size sockopts in the coreStefano Garzarella1-14/+1
2019-11-15vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-1/+2
2019-11-15vsock: remove include/linux/vm_sockets.h fileStefano Garzarella1-13/+0
2019-11-15vsock: remove vm_sockets_get_local_cid()Stefano Garzarella1-2/+0
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2-0/+9