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-12-02
workqueue: Fix unbind_workers() VS wq_worker_sleeping() race
Frederic Weisbecker
1
-0
/
+10
2021-12-02
workqueue: Fix unbind_workers() VS wq_worker_running() race
Frederic Weisbecker
1
-0
/
+9
2021-12-02
bpf: Fix bpf_check_mod_kfunc_call for built-in modules
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-12-02
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
1
-7
/
+2
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-104
/
+136
2021-12-02
bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().
Alexei Starovoitov
1
-1
/
+345
2021-12-02
bpf: Adjust BTF log size limit.
Alexei Starovoitov
1
-1
/
+1
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
3
-1
/
+83
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2
-0
/
+30
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
2
-12
/
+12
2021-12-02
sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full
Frederic Weisbecker
1
-3
/
+9
2021-12-02
timers/nohz: Last resort update jiffies on nohz_full IRQ entry
Frederic Weisbecker
2
-1
/
+9
2021-12-02
gcov: Remove compiler version check
Nathan Chancellor
1
-1
/
+0
2021-12-01
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+3
2021-12-01
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
1
-0
/
+3
2021-12-01
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
1
-1
/
+1
2021-12-01
bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level
Hou Tao
1
-4
/
+6
2021-12-01
workqueue: Upgrade queue_work_on() comment
Paul E. McKenney
1
-1
/
+2
2021-11-30
refscale: Prevent buffer to pr_alert() being too long
Li Zhijian
1
-10
/
+13
2021-11-30
refscale: Simplify the errexit checkpoint
Li Zhijian
1
-13
/
+6
2021-11-30
rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCU
Paul E. McKenney
1
-1
/
+6
2021-11-30
rcutorture: More thoroughly test nested readers
Paul E. McKenney
1
-23
/
+50
2021-11-30
rcutorture: Sanitize RCUTORTURE_RDR_MASK
Paul E. McKenney
1
-3
/
+4
2021-11-30
rcu-tasks: Don't remove tasks with pending IPIs from holdout list
Paul E. McKenney
1
-2
/
+3
2021-11-30
srcu: Prevent redundant __srcu_read_unlock() wakeup
Paul E. McKenney
1
-1
/
+1
2021-11-30
rcu: Avoid alloc_pages() when recording stack
Jun Miao
1
-2
/
+2
2021-11-30
rcu: Avoid running boost kthreads on isolated CPUs
Zqiang
1
-1
/
+2
2021-11-30
rcu: Improve tree_plugin.h comments and add code cleanups
Zhouyi Zhou
1
-6
/
+5
2021-11-30
rcu: in_irq() cleanup
Changbin Du
2
-2
/
+2
2021-11-30
rcu: Move rcu_needs_cpu() to tree.c
Paul E. McKenney
2
-16
/
+18
2021-11-30
rcu: Remove the RCU_FAST_NO_HZ Kconfig option
Paul E. McKenney
5
-244
/
+4
2021-11-30
clocksource: Reduce the default clocksource_watchdog() retries to 2
Waiman Long
1
-1
/
+1
2021-11-30
clocksource: Avoid accidental unstable marking of clocksources
Waiman Long
1
-9
/
+41
2021-11-30
bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-12-01
genirq/generic_chip: Constify irq_generic_chip_ops
Rikard Falkeborn
1
-1
/
+1
2021-12-01
sched: Snapshot thread flags
Mark Rutland
1
-1
/
+1
2021-12-01
entry: Snapshot thread flags
Mark Rutland
2
-4
/
+4
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
3
-34
/
+91
2021-11-30
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
1
-1
/
+1
2021-11-30
bpf: Remove a redundant comment on bpf_prog_free
Christoph Hellwig
1
-1
/
+0
2021-11-29
cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()
Wei Yang
1
-1
/
+1
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+1
2021-11-29
fork: move copy_io to block/blk-ioc.c
Christoph Hellwig
1
-26
/
+0
2021-11-28
Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+7
2021-11-28
Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2021-11-28
Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-93
/
+89
2021-11-28
Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+1
2021-11-27
tracing: Test the 'Do not trace this pid' case in create event
Steven Rostedt (VMware)
1
-1
/
+1
2021-11-27
Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+30
2021-11-26
tracing: Fix pid filtering when triggers are attached
Steven Rostedt (VMware)
1
-6
/
+18
[prev]
[next]