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-09
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-8
/
+11
2021-08-09
cgroup: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-15
/
+15
2021-08-09
cgroup/cpuset: Fix violation of cpuset locking rule
Waiman Long
1
-23
/
+35
2021-08-09
workqueue: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-11
/
+11
2021-08-09
workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()
Zhen Lei
1
-7
/
+6
2021-08-09
workqueue: Fix typo in comments
Cai Huoqing
1
-3
/
+3
2021-08-09
bpf, devmap: Exclude XDP broadcast to master device
Jussi Maki
1
-9
/
+60
2021-08-09
ucounts: add missing data type changes
Sven Schnelle
1
-8
/
+11
2021-08-09
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2
-6
/
+6
2021-08-09
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
1
-3
/
+1
2021-08-09
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
1
-1
/
+1
2021-08-09
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
1
-1
/
+1
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
1
-8
/
+74
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
1
-3
/
+4
2021-08-09
dma-debug: use memory_intersects() directly
Kefeng Wang
1
-12
/
+2
2021-08-08
Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2021-08-08
Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-55
/
+35
2021-08-08
Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+32
2021-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2021-08-07
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
1
-2
/
+2
2021-08-06
rcu: Print human-readable message for schedule() in RCU reader
Paul E. McKenney
1
-1
/
+1
2021-08-06
rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
Frederic Weisbecker
1
-0
/
+11
2021-08-06
rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
Liu Song
3
-3
/
+3
2021-08-06
rcu: Remove useless "ret" update in rcu_gp_fqs_loop()
Liu Song
1
-2
/
+2
2021-08-06
rcu: Mark accesses in tree_stall.h
Paul E. McKenney
1
-30
/
+33
2021-08-06
rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stack
Paul E. McKenney
1
-2
/
+2
2021-08-06
rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()
Paul E. McKenney
1
-1
/
+1
2021-08-06
srcutiny: Mark read-side data races
Paul E. McKenney
1
-1
/
+1
2021-08-06
rcu: Start timing stall repetitions after warning complete
Paul E. McKenney
1
-1
/
+8
2021-08-06
rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()
Sergey Senozhatsky
1
-6
/
+3
2021-08-06
rcu/tree: Handle VM stoppage in stall detection
Sergey Senozhatsky
1
-0
/
+18
2021-08-06
rcu: Mark accesses to ->rcu_read_lock_nesting
Paul E. McKenney
1
-3
/
+6
2021-08-06
rcu: Weaken ->dynticks accesses and updates
Paul E. McKenney
1
-8
/
+18
2021-08-06
rcu: Remove special bit at the bottom of the ->dynticks counter
Joel Fernandes (Google)
1
-63
/
+14
2021-08-06
rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
Yanfei Xu
1
-1
/
+3
2021-08-06
rcu: Fix to include first blocked task in stall warning
Yanfei Xu
1
-2
/
+2
2021-08-06
Merge tag 'trace-v5.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-20
/
+135
2021-08-06
tracepoint: Use rcu get state and cond sync for static call updates
Mathieu Desnoyers
1
-14
/
+67
2021-08-06
cpufreq: schedutil: Use kobject release() method to free sugov_tunables
Kevin Hao
1
-5
/
+11
2021-08-06
PM: EM: Increase energy calculation precision
Lukasz Luba
1
-1
/
+3
2021-08-06
sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS
Quentin Perret
1
-6
/
+13
2021-08-06
sched: Fix UCLAMP_FLAG_IDLE setting
Quentin Perret
1
-6
/
+19
2021-08-06
sched/deadline: Fix missing clock update in migrate_task_rq_dl()
Dietmar Eggemann
1
-0
/
+1
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+34
2021-08-05
tracepoint: Fix static call function vs data state mismatch
Mathieu Desnoyers
1
-20
/
+82
2021-08-05
tracepoint: static call: Compare data on transition from 2->1 callees
Mathieu Desnoyers
1
-1
/
+1
2021-08-05
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-3
/
+7
2021-08-05
Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-3
/
+27
2021-08-05
tracing: Quiet smp_processor_id() use in preemptable warning in hwlat
Steven Rostedt (VMware)
1
-1
/
+1
2021-08-04
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
1
-1
/
+19
[prev]
[next]