summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman2020-04-291-45/+30
* posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman2020-04-291-4/+4
* posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman2020-04-291-20/+23
* signal: Remove has_group_leader_pidEric W. Biederman2020-04-281-11/+0
* exec: Remove BUG_ON(has_group_leader_pid)Eric W. Biederman2020-04-281-1/+0
* posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman2020-04-281-8/+7
* posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman2020-04-281-6/+2
* proc: Ensure we see the exit of each process tid exactlyEric W. Biederman2020-04-284-4/+42
|\
| * proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman2020-04-283-4/+21
| * rculist: Add hlists_swap_heads_rcuEric W. Biederman2020-04-281-0/+21
|/
* proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman2020-04-251-14/+2
* proc: modernize proc to support multiple private instancesEric W. Biederman2020-04-2514-96/+384
|\
| * proc: use named enums for better readabilityAlexey Gladkov2020-04-224-8/+8
| * proc: use human-readable values for hidepidAlexey Gladkov2020-04-226-31/+126
| * docs: proc: add documentation for "hidepid=4" and "subset=pid" options and ne...Alexey Gladkov2020-04-221-0/+54
| * proc: add option to mount only a pids subsetAlexey Gladkov2020-04-224-0/+55
| * proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov2020-04-223-3/+26
| * proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-2210-63/+124
| * proc: rename struct proc_fs_info to proc_fs_optsAlexey Gladkov2020-04-221-7/+7
* | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-242-3/+5
* | proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-242-1/+1
|/
* signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-211-1/+5
* proc: Handle umounts cleanlyEric W. Biederman2020-04-161-0/+7
* Linux 5.7-rc1v5.7-rc1Linus Torvalds2020-04-121-2/+2
* MAINTAINERS: sort field names for all entriesLinus Torvalds2020-04-121-1974/+1974
* MAINTAINERS: sort entries by entry nameLinus Torvalds2020-04-121-820/+820
* Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
|\
| * KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
* | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-123-0/+10
|\ \
| * | ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara2020-04-071-0/+2
| * | time/namespace: Add max_time_namespaces ucountDmitry Safonov2020-04-072-0/+7
| * | time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* | | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-125-62/+51
|\ \ \
| * | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
| * | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
| * | | sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0
| * | | sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2020-04-082-2/+0
| * | | workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-04-082-3/+6
| * | | sched/fair: Fix negative imbalance in imbalance calculationAubrey Li2020-04-081-0/+8
| * | | sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang2020-04-081-20/+11
| * | | sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider2020-04-083-11/+8
* | | | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-124-31/+573
|\ \ \ \
| * | | | perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-081-3/+6
| * | | | perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang2020-04-083-0/+522
| * | | | perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers2020-04-081-1/+2
| * | | | perf/core: Fix event cgroup trackingPeter Zijlstra2020-04-081-27/+43
| |/ / /
* | | | Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-04-123-26/+51
|\ \ \ \
| * | | | locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra2020-04-081-20/+31