summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-28/+58
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann-15/+5
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann-9/+111
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann-12/+200
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann-0/+34
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann-21/+43
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann-20/+23
2019-11-24bpf: Provide better register bounds after jmp32 instructionsYonghong Song-0/+19
2019-11-24xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen-28/+46
2019-11-23mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe-1/+0
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski-32/+1
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed-7/+25
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi-22/+102
2019-11-22tracing: Fix Kconfig indentationKrzysztof Kozlowski-4/+4
2019-11-22ring-buffer: Fix typos in function ring_buffer_producerXianting Tian-2/+2
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+36
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+3
2019-11-22Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+7
2019-11-22tracing: Remove unnecessary DEBUG_FS dependencyKusanagi Kouichi-1/+0
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne-14/+13
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig-7/+6
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini-98/+508
2019-11-21perf/core: Make the mlock accounting simple againAlexander Shishkin-7/+1
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker-20/+116
2019-11-21sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker-11/+43
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-141/+1187
2019-11-21time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov-1/+2
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann-4/+7
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann-1/+32
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig-3/+3
2019-11-20dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig-1/+1
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter-11/+9
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig-7/+7
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-0/+44
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck-3/+3
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano-1/+7
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano-7/+7
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar-109/+100
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki-1/+7
2019-11-20futex: Prevent exit livelockThomas Gleixner-15/+91
2019-11-20futex: Provide distinct return value when owner is exitingThomas Gleixner-7/+9
2019-11-20futex: Add mutex around futex exitThomas Gleixner-0/+16
2019-11-20futex: Provide state handling for exec() as wellThomas Gleixner-4/+34
2019-11-20futex: Sanitize exit state handlingThomas Gleixner-7/+10
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner-13/+37
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner-1/+1
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner-4/+8
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner-2/+12
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner-28/+15
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner-26/+32