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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-06
sched: Simplify set_affinity_pending refcounts
Peter Zijlstra
1
-12
/
+20
2021-03-06
sched/fair: Merge for each idle cpu loop of ILB
Vincent Guittot
1
-25
/
+7
2021-03-06
sched: Fix affine_move_task() self-concurrency
Peter Zijlstra
1
-3
/
+12
2021-03-06
sched/fair: Remove unused parameter of update_nohz_stats
Vincent Guittot
1
-3
/
+3
2021-03-06
sched: Optimize migration_cpu_stop()
Peter Zijlstra
1
-1
/
+12
2021-03-06
sched/fair: Remove unused return of _nohz_idle_balance
Vincent Guittot
1
-9
/
+1
2021-03-06
sched: Collate affine_move_task() stoppers
Peter Zijlstra
1
-15
/
+8
2021-03-06
sched/fair: Remove update of blocked load from newidle_balance
Vincent Guittot
1
-28
/
+5
2021-03-06
sched: Simplify migration_cpu_stop()
Valentin Schneider
1
-9
/
+18
2021-03-06
sched: Simplify migration_cpu_stop()
Peter Zijlstra
1
-48
/
+8
2021-03-06
sched: Fix migration_cpu_stop() requeueing
Peter Zijlstra
1
-11
/
+28
2021-03-05
Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+30
2021-03-04
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2
-1
/
+22
2021-03-04
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-2
/
+81
2021-03-04
kernel: provide create_io_thread() helper
Jens Axboe
1
-0
/
+30
2021-03-04
bpf: Account for BPF_FETCH in insn_has_def32()
Ilya Leoshkevich
1
-31
/
+39
2021-03-04
tracing: Skip selftests if tracing is disabled
Steven Rostedt (VMware)
1
-0
/
+6
2021-03-04
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
1
-1
/
+3
2021-03-04
ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected
Steven Rostedt (VMware)
1
-3
/
+7
2021-03-04
ring-buffer: Force before_stamp and write_stamp to be different on discard
Steven Rostedt (VMware)
1
-0
/
+11
2021-03-04
tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig
Rolf Eike Beer
1
-1
/
+1
2021-03-04
tracing: Remove duplicate declaration from trace.h
Yordan Karadzhov (VMware)
1
-1
/
+0
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+13
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+3
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2021-02-26
Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-116
/
+194
2021-02-26
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+40
2021-02-26
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2
-0
/
+92
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
4
-13
/
+215
2021-02-26
bpf: Change return value of verifier function add_subprog()
Yonghong Song
1
-2
/
+2
2021-02-26
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
1
-17
/
+43
2021-02-26
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
1
-11
/
+19
2021-02-26
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
1
-12
/
+23
2021-02-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-3
/
+3
2021-02-26
bpf: Rename fixup_bpf_calls and add some comments
Brendan Jackman
1
-7
/
+9
2021-02-26
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
2
-12
/
+15
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
3
-10
/
+62
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
6
-49
/
+38
2021-02-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+0
2021-02-26
kgdb: fix to kill breakpoints on initmem after boot
Sumit Garg
1
-0
/
+11
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
7
-11
/
+11
2021-02-26
groups: simplify struct group_info allocation
Hubert Jasudowicz
1
-6
/
+1
2021-02-26
sysctl.c: fix underflow value setting risk in vm_table
Lin Feng
1
-4
/
+4
2021-02-26
tracing: add error_report_end trace point
Alexander Potapenko
2
-0
/
+12
2021-02-26
swiotlb: Validate bounce size in the sync/unmap path
Martin Radev
1
-3
/
+50
2021-02-26
swiotlb: respect min_align_mask
Christoph Hellwig
1
-10
/
+31
2021-02-25
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+2
2021-02-24
Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-41
/
+11
[prev]
[next]