aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/ke...Linus Torvalds2-16/+52
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin11-25/+26
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo1-5/+20
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo2-3/+25
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo1-0/+43
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-05-31cgroup: Call cgroup_release() before __exit_signal()Tejun Heo1-1/+1
2019-05-31Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds26-245/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner7-28/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner7-72/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-137/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore1-3/+0
2019-05-30signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman1-2/+8
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2-8/+8
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman1-3/+9
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman1-1/+9