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-08-23
irqdomain: Export irq_domain_disconnect_hierarchy()
Maulik Shah
1
-0
/
+1
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
8
-13
/
+958
2021-08-20
locking/semaphore: Add might_sleep() to down_*() family
Xiaoming Ni
1
-0
/
+4
2021-08-20
sched: Introduce dl_task_check_affinity() to check proposed affinity
Will Deacon
1
-17
/
+29
2021-08-20
sched: Allow task CPU affinity to be restricted on asymmetric systems
Will Deacon
2
-18
/
+181
2021-08-20
sched: Split the guts of sched_setaffinity() into a helper function
Will Deacon
1
-48
/
+57
2021-08-20
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
2
-0
/
+22
2021-08-20
sched: Reject CPU affinity changes based on task_cpu_possible_mask()
Will Deacon
1
-1
/
+8
2021-08-20
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
2
-4
/
+9
2021-08-20
cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
Will Deacon
1
-17
/
+26
2021-08-20
cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
Will Deacon
1
-2
/
+6
2021-08-20
sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
Will Deacon
1
-6
/
+3
2021-08-20
sched: Cgroup SCHED_IDLE support
Josh Don
4
-25
/
+208
2021-08-20
sched/topology: Skip updating masks for non-online nodes
Valentin Schneider
1
-0
/
+65
2021-08-20
sched: Fix Core-wide rq->lock for uninitialized CPUs
Peter Zijlstra
2
-27
/
+118
2021-08-20
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
1
-1
/
+1
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-53
/
+116
2021-08-20
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
1
-0
/
+8
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-17
/
+17
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
2021-08-19
Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-6
/
+17
2021-08-19
bpf: Fix NULL event->prog pointer access in bpf_overflow_handler
Yonghong Song
1
-1
/
+4
2021-08-19
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
1
-1
/
+1
2021-08-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-6
/
+17
2021-08-19
tracing/probes: Reject events which have the same name of existing one
Masami Hiramatsu
4
-2
/
+36
2021-08-19
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
Steven Rostedt (VMware)
3
-5
/
+7
2021-08-19
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
4
-11
/
+31
2021-08-19
livepatch: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-19
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
1
-22
/
+27
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-18
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2
-10
/
+2
2021-08-18
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
1
-0
/
+3
2021-08-18
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
4
-36
/
+31
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
8
-23
/
+80
2021-08-18
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
4
-6
/
+8
2021-08-18
Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-4
/
+4
2021-08-18
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
1
-18
/
+14
2021-08-18
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
1
-44
/
+32
2021-08-18
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
1
-0
/
+2
2021-08-18
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
2
-0
/
+19
2021-08-18
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/debug
Ingo Molnar
4
-51
/
+175
2021-08-17
bpf: Remove redundant initialization of variable allow
Colin Ian King
1
-1
/
+1
2021-08-17
Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-35
/
+15
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
3
-26
/
+26
2021-08-17
workqueue: Assign a color to barrier work items
Lai Jiangshan
2
-9
/
+14
2021-08-17
workqueue: Mark barrier work with WORK_STRUCT_INACTIVE
Lai Jiangshan
1
-8
/
+34
2021-08-17
workqueue: Change the code of calculating work_flags in insert_wq_barrier()
Lai Jiangshan
1
-4
/
+3
2021-08-17
workqueue: Change arguement of pwq_dec_nr_in_flight()
Lai Jiangshan
1
-8
/
+10
2021-08-17
workqueue: Rename "delayed" (delayed by active management) to "inactive"
Lai Jiangshan
1
-29
/
+29
2021-08-17
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
1
-2
/
+5
[prev]
[next]