summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2019-05-31Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-245/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-28/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-72/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-137/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-30audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore-3/+0
2019-05-30signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman-2/+8
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+6
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman-8/+8
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman-3/+9
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman-1/+9