aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-13PM: QoS: Drop pm_qos_update_request_timeout()Rafael J. Wysocki1-48/+0
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner3-31/+188
2020-02-12cgroup: add cgroup_may_write() helperChristian Brauner1-7/+17
2020-02-12cgroup: refactor fork helpersChristian Brauner2-23/+27
2020-02-12cgroup: add cgroup_get_from_file() helperChristian Brauner1-11/+19
2020-02-12cgroup: unify attach permission checkingChristian Brauner1-14/+25
2020-02-12cpuset: Make cpuset hotplug synchronousPrateek Sood2-14/+19
2020-02-12cgroup.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-12cgroup: Clean up css_set task traversalMichal Koutný1-33/+28
2020-02-12cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-02-12cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-02-12cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-02-12PM: QoS: Drop debugfs interfaceRafael J. Wysocki1-71/+2
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-142/+87
2020-02-11perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang1-0/+10
2020-02-11locking/percpu-rwsem: Add might_sleep() for writer lockingDavidlohr Bueso1-0/+1
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso2-15/+1
2020-02-11locking/rwsem: Remove RWSEM_OWNER_UNKNOWNPeter Zijlstra1-2/+0
2020-02-11locking/percpu-rwsem: Remove the embedded rwsemPeter Zijlstra3-58/+116
2020-02-11locking/percpu-rwsem: Extract __percpu_down_read_trylock()Peter Zijlstra1-6/+13
2020-02-11locking/percpu-rwsem: Move __this_cpu_inc() into the slowpathPeter Zijlstra1-0/+2
2020-02-11locking/percpu-rwsem: Convert to boolPeter Zijlstra1-4/+4
2020-02-11locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra4-8/+18
2020-02-11locking/lockdep: Reuse freed chain_hlocks entriesWaiman Long3-15/+255
2020-02-11locking/lockdep: Track number of zapped lock chainsWaiman Long3-0/+7
2020-02-11locking/lockdep: Throw away all lock chains with zapped classWaiman Long3-36/+7
2020-02-11locking/lockdep: Track number of zapped classesWaiman Long3-0/+9
2020-02-11locking/lockdep: Display irq_context names in /proc/lockdep_chainsWaiman Long1-1/+8
2020-02-11locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long2-17/+29
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap1-1/+0
2020-02-11printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor1-3/+3
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan1-0/+3
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko1-0/+3
2020-02-11console: Don't notify user space when unregister non-listed consoleAndy Shevchenko1-1/+11
2020-02-11console: Avoid positive return code from unregister_console()Andy Shevchenko1-2/+4
2020-02-11console: Drop misleading commentAndy Shevchenko1-1/+0
2020-02-11console: Use for_each_console() helper in unregister_console()Andy Shevchenko1-6/+5
2020-02-11console: Drop double check for console_drivers being non-NULLAndy Shevchenko1-10/+6
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki1-4/+5
2020-02-10tracing: Consolidate trace() functionsTom Zanussi1-134/+86
2020-02-10tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi1-14/+6
2020-02-10tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi1-0/+1
2020-02-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao1-3/+3
2020-02-10tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva1-1/+1
2020-02-10audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb1-2/+0
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman3-11/+27
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+3
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+5