index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock
Eric W. Biederman
2020-04-29
1
-45
/
+30
*
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type
Eric W. Biederman
2020-04-29
1
-4
/
+4
*
posix-cpu-timers: Extend rcu_read_lock removing task_struct references
Eric W. Biederman
2020-04-29
1
-20
/
+23
*
signal: Remove has_group_leader_pid
Eric W. Biederman
2020-04-28
1
-11
/
+0
*
exec: Remove BUG_ON(has_group_leader_pid)
Eric W. Biederman
2020-04-28
1
-1
/
+0
*
posix-cpu-timer: Unify the now redundant code in lookup_task
Eric W. Biederman
2020-04-28
1
-8
/
+7
*
posix-cpu-timer: Tidy up group_leader logic in lookup_task
Eric W. Biederman
2020-04-28
1
-6
/
+2
*
proc: Ensure we see the exit of each process tid exactly
Eric W. Biederman
2020-04-28
4
-4
/
+42
|
\
|
*
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
2020-04-28
3
-4
/
+21
|
*
rculist: Add hlists_swap_heads_rcu
Eric W. Biederman
2020-04-28
1
-0
/
+21
|
/
*
proc: Use PIDTYPE_TGID in next_tgid
Eric W. Biederman
2020-04-25
1
-14
/
+2
*
proc: modernize proc to support multiple private instances
Eric W. Biederman
2020-04-25
14
-96
/
+384
|
\
|
*
proc: use named enums for better readability
Alexey Gladkov
2020-04-22
4
-8
/
+8
|
*
proc: use human-readable values for hidepid
Alexey Gladkov
2020-04-22
6
-31
/
+126
|
*
docs: proc: add documentation for "hidepid=4" and "subset=pid" options and ne...
Alexey Gladkov
2020-04-22
1
-0
/
+54
|
*
proc: add option to mount only a pids subset
Alexey Gladkov
2020-04-22
4
-0
/
+55
|
*
proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
Alexey Gladkov
2020-04-22
3
-3
/
+26
|
*
proc: allow to mount many instances of proc in one pid namespace
Alexey Gladkov
2020-04-22
10
-63
/
+124
|
*
proc: rename struct proc_fs_info to proc_fs_opts
Alexey Gladkov
2020-04-22
1
-7
/
+7
*
|
Use proc_pid_ns() to get pid_namespace from the proc superblock
Alexey Gladkov
2020-04-24
2
-3
/
+5
*
|
proc: Put thread_pid in release_task not proc_flush_pid
Eric W. Biederman
2020-04-24
2
-1
/
+1
|
/
*
signal: Avoid corrupting si_pid and si_uid in do_notify_parent
Eric W. Biederman
2020-04-21
1
-1
/
+5
*
proc: Handle umounts cleanly
Eric W. Biederman
2020-04-16
1
-0
/
+7
*
Linux 5.7-rc1
v5.7-rc1
Linus Torvalds
2020-04-12
1
-2
/
+2
*
MAINTAINERS: sort field names for all entries
Linus Torvalds
2020-04-12
1
-1974
/
+1974
*
MAINTAINERS: sort entries by entry name
Linus Torvalds
2020-04-12
1
-820
/
+820
*
Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-04-12
4
-9
/
+79
|
\
|
*
KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest
Xiaoyao Li
2020-04-11
1
-3
/
+34
|
*
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
2020-04-11
1
-1
/
+11
|
*
x86/split_lock: Provide handle_guest_split_lock()
Thomas Gleixner
2020-04-11
2
-5
/
+34
*
|
Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-04-12
3
-0
/
+10
|
\
\
|
*
|
ucount: Make sure ucounts in /proc/sys/user don't regress again
Jan Kara
2020-04-07
1
-0
/
+2
|
*
|
time/namespace: Add max_time_namespaces ucount
Dmitry Safonov
2020-04-07
2
-0
/
+7
|
*
|
time/namespace: Fix time_for_children symlink
Michael Kerrisk (man-pages)
2020-04-07
1
-0
/
+1
*
|
|
Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-04-12
5
-62
/
+51
|
\
\
\
|
*
|
|
sched/debug: Add task uclamp values to SCHED_DEBUG procfs
Valentin Schneider
2020-04-08
1
-0
/
+6
|
*
|
|
sched/debug: Factor out printing formats into common macros
Valentin Schneider
2020-04-08
1
-14
/
+12
|
*
|
|
sched/debug: Remove redundant macro define
Valentin Schneider
2020-04-08
1
-12
/
+0
|
*
|
|
sched/core: Remove unused rq::last_load_update_tick
Vincent Donnefort
2020-04-08
2
-2
/
+0
|
*
|
|
workqueue: Remove the warning in wq_worker_sleeping()
Sebastian Andrzej Siewior
2020-04-08
2
-3
/
+6
|
*
|
|
sched/fair: Fix negative imbalance in imbalance calculation
Aubrey Li
2020-04-08
1
-0
/
+8
|
*
|
|
sched/fair: Fix race between runtime distribution and assignment
Huaixin Chang
2020-04-08
1
-20
/
+11
|
*
|
|
sched/fair: Align rq->avg_idle and rq->avg_scan_cost
Valentin Schneider
2020-04-08
3
-11
/
+8
*
|
|
|
Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-04-12
4
-31
/
+573
|
\
\
\
\
|
*
|
|
|
perf/core: Disable page faults when getting phys address
Jiri Olsa
2020-04-08
1
-3
/
+6
|
*
|
|
|
perf/x86/intel/uncore: Add Ice Lake server uncore support
Kan Liang
2020-04-08
3
-0
/
+522
|
*
|
|
|
perf/cgroup: Correct indirection in perf_less_group_idx()
Ian Rogers
2020-04-08
1
-1
/
+2
|
*
|
|
|
perf/core: Fix event cgroup tracking
Peter Zijlstra
2020-04-08
1
-27
/
+43
|
|
/
/
/
*
|
|
|
Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-04-12
3
-26
/
+51
|
\
\
\
\
|
*
|
|
|
locking/lockdep: Improve 'invalid wait context' splat
Peter Zijlstra
2020-04-08
1
-20
/
+31
[next]