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-07-27
cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
Tejun Heo
1
-8
/
+11
2021-07-27
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
1
-1
/
+10
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-3
/
+1
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-7
/
+13
2021-07-27
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
1
-2
/
+4
2021-07-27
scftorture: Avoid NULL pointer exception on early exit
Paul E. McKenney
1
-1
/
+1
2021-07-27
scftorture: Add RPC-like IPI tests
Paul E. McKenney
1
-13
/
+63
2021-07-27
locktorture: Count lock readers
Paul E. McKenney
1
-5
/
+4
2021-07-27
locktorture: Mark statistics data races
Paul E. McKenney
1
-7
/
+9
2021-07-27
rcuscale: Console output claims too few grace periods
Jiangong.Han
1
-2
/
+2
2021-07-27
rcutorture: Preempt rather than block when testing task stalls
Paul E. McKenney
1
-1
/
+6
2021-07-27
refscale: Add measurement of clock readout
Paul E. McKenney
1
-1
/
+35
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
3
-244
/
+242
2021-07-27
kdb: Simplify kdb_defcmd macro logic
Sumit Garg
1
-49
/
+58
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
3
-130
/
+62
2021-07-27
kdb: Rename struct defcmd_set to struct kdb_macro
Sumit Garg
1
-20
/
+20
2021-07-27
kdb: Get rid of custom debug heap allocator
Sumit Garg
3
-307
/
+28
2021-07-26
cgroup/cpuset: Fix a partition bug with hotplug
Waiman Long
1
-0
/
+7
2021-07-26
cgroup/cpuset: Miscellaneous code cleanup
Waiman Long
1
-21
/
+19
2021-07-26
printk: syslog: close window between wait and read
John Ogness
1
-19
/
+36
2021-07-26
printk: convert @syslog_lock to mutex
John Ogness
1
-29
/
+20
2021-07-26
printk: remove NMI tracking
John Ogness
3
-46
/
+1
2021-07-26
printk: remove safe buffers
John Ogness
5
-428
/
+48
2021-07-26
printk: track/limit recursion
John Ogness
1
-3
/
+83
2021-07-26
printk: Move the printk() kerneldoc comment to its new home
Jonathan Corbet
1
-24
/
+0
2021-07-26
printk/index: Fix warning about missing prototypes
Petr Mladek
1
-2
/
+2
2021-07-25
smpboot: fix duplicate and misplaced inlining directive
Linus Torvalds
1
-1
/
+1
2021-07-25
Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-8
/
+10
2021-07-25
Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-07-25
Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+10
2021-07-23
swiotlb: Free tbl memory in swiotlb_exit()
Will Deacon
1
-6
/
+15
2021-07-23
swiotlb: Emit diagnostic in swiotlb_exit()
Will Deacon
1
-0
/
+1
2021-07-23
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
1
-30
/
+36
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2
-1
/
+28
2021-07-23
Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
7
-19
/
+52
2021-07-23
signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
Eric W. Biederman
1
-5
/
+5
2021-07-23
signal: Remove the generic __ARCH_SI_TRAPNO support
Eric W. Biederman
1
-14
/
+0
2021-07-23
signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
Eric W. Biederman
1
-0
/
+21
2021-07-23
signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
Eric W. Biederman
1
-0
/
+19
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-16
/
+16
2021-07-23
tracepoints: Update static_call before tp_funcs when adding a tracepoint
Steven Rostedt (VMware)
1
-1
/
+1
2021-07-23
ftrace: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-07-23
ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary
Nicolas Saenz Julienne
1
-1
/
+2
2021-07-23
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
1
-5
/
+3
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2
-6
/
+20
2021-07-23
tracing: Synthetic event field_pos is an index not a boolean
Steven Rostedt (VMware)
1
-1
/
+1
2021-07-22
bpf: Remove redundant intiialization of variable stype
Colin Ian King
1
-1
/
+1
2021-07-22
bpf: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+2
2021-07-22
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
1
-4
/
+24
[prev]
[next]