summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu-3/+3
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du-1/+1
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du-14/+7
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du-8/+14
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du-0/+4
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du-44/+74
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du-2/+2
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du-3/+3
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du-11/+10
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du-12/+21
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du-8/+13
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du-10/+14
2019-06-03locking/lockdep: Update commentYuyang Du-3/+9
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du-8/+8
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du-20/+39
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du-9/+9
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du-6/+8
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du-3/+4
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du-3/+3
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du-5/+16
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du-101/+108
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar-329/+213
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann-3/+1
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann-25/+10
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann-12/+1
2019-06-03sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann-23/+14
2019-06-03sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann-87/+4
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann-264/+0
2019-06-03sched/fair: Remove rq->loadDietmar Eggemann-9/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-48/+50
2019-06-03PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki-0/+6
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+52
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-31/+51
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei-0/+2
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down-2/+14
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný-2/+9
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný-26/+25
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-230/+661
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin-56/+17
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin-82/+100
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin-25/+26
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin-2/+9
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo-5/+20
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo-3/+25
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo-0/+43
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo-7/+37
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo-24/+36
2019-05-31cgroup: Call cgroup_release() before __exit_signal()Tejun Heo-1/+1