summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi
2019-11-22tracing: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-22ring-buffer: Fix typos in function ring_buffer_producerXianting Tian
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-22Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-22tracing: Remove unnecessary DEBUG_FS dependencyKusanagi Kouichi
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21perf/core: Make the mlock accounting simple againAlexander Shishkin
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker
2019-11-21sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-11-20dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki
2019-11-20futex: Prevent exit livelockThomas Gleixner
2019-11-20futex: Provide distinct return value when owner is exitingThomas Gleixner
2019-11-20futex: Add mutex around futex exitThomas Gleixner
2019-11-20futex: Provide state handling for exec() as wellThomas Gleixner
2019-11-20futex: Sanitize exit state handlingThomas Gleixner
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner
2019-11-19bpf: Make array_map_mmap staticYueHaibing
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-18perf/core: Fix the mlock accounting, againAlexander Shishkin
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds