index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-07
Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+2
2021-10-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+2
2021-10-07
tracing: Initialize upper and lower vars in pid_list_refill_irq()
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-07
tracing: Fix missing osnoise tracer on max_latency
Jackie Liu
1
-7
/
+4
2021-10-07
sched: Simplify wake_up_*idle*()
Peter Zijlstra
2
-12
/
+8
2021-10-07
sched,livepatch: Use task_call_func()
Peter Zijlstra
1
-46
/
+44
2021-10-07
sched,rcu: Rework try_invoke_on_locked_down_task()
Peter Zijlstra
3
-13
/
+13
2021-10-07
sched: Improve try_invoke_on_locked_down_task()
Peter Zijlstra
1
-24
/
+39
2021-10-07
futex: Implement sys_futex_waitv()
André Almeida
4
-0
/
+336
2021-10-07
futex: Simplify double_lock_hb()
Peter Zijlstra
1
-8
/
+6
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
4
-536
/
+543
2021-10-07
futex: Split out requeue
Peter Zijlstra
4
-963
/
+979
2021-10-07
futex: Rename mark_wake_futex()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename: match_futex()
Peter Zijlstra
1
-12
/
+12
2021-10-07
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
1
-17
/
+17
2021-10-07
futex: Split out PI futex
Peter Zijlstra
4
-1405
/
+1449
2021-10-07
futex: Rename: {get,cmpxchg}_futex_value_locked()
Peter Zijlstra
1
-15
/
+15
2021-10-07
futex: Rename hash_futex()
Peter Zijlstra
1
-11
/
+11
2021-10-07
futex: Rename __unqueue_futex()
Peter Zijlstra
1
-7
/
+7
2021-10-07
futex: Rename: queue_{,un}lock()
Peter Zijlstra
1
-13
/
+13
2021-10-07
futex: Rename futex_wait_queue_me()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename {,__}{,un}queue_me()
Peter Zijlstra
1
-23
/
+23
2021-10-07
futex: Split out syscalls
Peter Zijlstra
5
-419
/
+454
2021-10-07
futex: Move to kernel/futex/
Peter Zijlstra
3
-2
/
+5
2021-10-07
locking/rwbase: Optimize rwbase_read_trylock
Davidlohr Bueso
1
-3
/
+2
2021-10-07
Merge branch 'tip/locking/urgent'
Peter Zijlstra
1
-20
/
+45
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
19
-89
/
+155
2021-10-06
coredump: Don't perform any cleanups before dumping core
Eric W. Biederman
3
-35
/
+14
2021-10-06
exit: Factor coredump_exit_mm out of exit_mm
Eric W. Biederman
1
-35
/
+41
2021-10-06
ptrace: Remove the unnecessary arguments from arch_ptrace_stop
Eric W. Biederman
1
-2
/
+2
2021-10-06
signal: Remove the bogus sigkill_pending in ptrace_stop
Eric W. Biederman
1
-14
/
+4
2021-10-06
sched: Fix DEBUG && !SCHEDSTATS warn
Peter Zijlstra
1
-1
/
+2
2021-10-05
bpf: Avoid retpoline for bpf_for_each_map_elem
Andrey Ignatov
1
-1
/
+10
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-10-05
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
1
-0
/
+2
2021-10-05
bpf: btf: Introduce helpers for dynamic BTF set registration
Kumar Kartikeya Dwivedi
1
-0
/
+52
2021-10-05
bpf: Be conservative while processing invalid kfunc calls
Kumar Kartikeya Dwivedi
1
-0
/
+18
2021-10-05
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2
-27
/
+179
2021-10-05
tracing: Create a sparse bitmask for pid filtering
Steven Rostedt (VMware)
2
-35
/
+445
2021-10-05
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
7
-61
/
+217
2021-10-05
cgroup: cgroup-v1: do not exclude cgrp_dfl_root
Vishal Verma
1
-3
/
+0
2021-10-05
PM: EM: Mark inefficiencies in CPUFreq
Vincent Donnefort
1
-0
/
+40
2021-10-05
PM: EM: Allow skipping inefficient states
Vincent Donnefort
1
-0
/
+13
2021-10-05
PM: EM: Extend em_perf_domain with a flag field
Vincent Donnefort
1
-2
/
+4
2021-10-05
PM: EM: Mark inefficient states
Vincent Donnefort
1
-1
/
+3
2021-10-05
PM: EM: Fix inefficient states detection
Vincent Donnefort
1
-15
/
+8
2021-10-05
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
1
-5
/
+0
2021-10-05
sched: Remove pointless preemption disable in sched_submit_work()
Thomas Gleixner
1
-8
/
+2
2021-10-05
sched: Move kprobes cleanup out of finish_task_switch()
Thomas Gleixner
3
-10
/
+6
2021-10-05
sched: Disable TTWU_QUEUE on RT
Thomas Gleixner
1
-0
/
+5
[prev]
[next]