aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20dma-direct: don't check swiotlb=force in dma_direct_map_resourceChristoph Hellwig1-1/+1
2019-11-20dma-debug: clean up put_hash_bucket()Dan Carpenter1-11/+9
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-7/+7
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+44
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-1/+7
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano1-7/+7
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki1-1/+7
2019-11-20futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-11-20futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-11-20futex: Add mutex around futex exitThomas Gleixner1-0/+16
2019-11-20futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34
2019-11-20futex: Sanitize exit state handlingThomas Gleixner1-7/+10
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner2-13/+37
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2-1/+1
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner2-4/+8
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner2-2/+12
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-28/+15
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner2-26/+32
2019-11-19bpf: Make array_map_mmap staticYueHaibing1-1/+1
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)1-3/+3
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimizationSteven Rostedt (VMware)1-32/+88
2019-11-18perf/core: Fix the mlock accounting, againAlexander Shishkin1-4/+2
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar8-21/+74
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot1-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot1-7/+84
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2-9/+148
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko3-28/+14
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko5-40/+27
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+3
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+23
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-78/+172
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+44
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber3-18/+80
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov4-27/+147
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov3-3/+98
2019-11-15bpf: Annotate context typesAlexei Starovoitov3-6/+114
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2-6/+28
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov6-8/+419
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+6
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-0/+4
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior1-1/+2
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)1-30/+29
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)1-1/+6
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)1-2/+1
2019-11-15futex: Prevent robust futex exit raceYang Tao1-7/+51