aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-03fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+5
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-06-03locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra1-41/+4
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2-2/+11
2019-06-03perf/core: Add attr_groups_update into struct pmuJiri Olsa1-0/+6
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu2-3/+3
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du1-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du1-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du1-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du1-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du1-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du1-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du1-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du1-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du1-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du1-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du1-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du1-3/+9
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du1-8/+8
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du1-20/+39
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du1-9/+9
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2-6/+8
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du1-3/+4
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du1-3/+3
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du1-5/+16
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du1-101/+108
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar44-329/+213
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann1-3/+1
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann2-25/+10
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann3-12/+1
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann1-23/+14
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2-87/+4
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann4-264/+0
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann3-9/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior9-48/+50
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki1-0/+6
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+52
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-31/+51
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei1-0/+2
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down1-2/+14
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný1-2/+9
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný1-26/+25
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-230/+661
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin11-56/+17
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin11-82/+100