index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2021-08-10
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
-7
/
+53
2021-08-10
posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...
Frederic Weisbecker
-6
/
+35
2021-08-10
posix-cpu-timers: Consolidate timer base accessor
Frederic Weisbecker
-15
/
+13
2021-08-10
posix-cpu-timers: Remove confusing return value override
Frederic Weisbecker
-2
/
+0
2021-08-10
posix-cpu-timers: Force next expiration recalc after itimer reset
Frederic Weisbecker
-2
/
+0
2021-08-10
posix-cpu-timers: Force next_expiration recalc after timer deletion
Frederic Weisbecker
-1
/
+32
2021-08-10
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
-0
/
+17
2021-08-10
posix-timers: Remove redundant initialization of variable ret
Colin Ian King
-1
/
+1
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-10
/
+61
2021-08-10
genirq/msi: Ensure deactivation on teardown
Bixuan Cui
-5
/
+8
2021-08-10
genirq/timings: Prevent potential array overflow in __irq_timings_store()
Ben Dai
-0
/
+5
2021-08-10
genirq/generic_chip: Use struct_size() in kzalloc()
Gustavo A. R. Silva
-7
/
+10
2021-08-10
KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
Cédric Le Goater
-0
/
+1
2021-08-10
genirq: Clarify documentation for request_threaded_irq()
Joel Savitz
-3
/
+5
2021-08-10
smpboot: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-4
/
+4
2021-08-10
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-3
/
+3
2021-08-10
sched: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-2
/
+2
2021-08-10
genirq/affinity: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-4
/
+4
2021-08-10
bpf, core: Fix kernel-doc notation
Randy Dunlap
-1
/
+6
2021-08-10
kernel/pid.c: implement additional checks upon pidfd_create() parameters
Matthew Bobrowski
-4
/
+7
2021-08-10
kernel/pid.c: remove static qualifier from pidfd_create()
Matthew Bobrowski
-1
/
+3
2021-08-10
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
-204
/
+334
2021-08-10
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
-1
/
+4
2021-08-10
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
-2
/
+2
2021-08-10
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
-2
/
+3
2021-08-10
locking/rtmutex: Use the correct rtmutex debugging config option
Zhen Lei
-1
/
+1
2021-08-09
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-8
/
+11
2021-08-09
cgroup: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-15
/
+15
2021-08-09
cgroup/cpuset: Fix violation of cpuset locking rule
Waiman Long
-23
/
+35
2021-08-09
workqueue: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-11
/
+11
2021-08-09
workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()
Zhen Lei
-7
/
+6
2021-08-09
workqueue: Fix typo in comments
Cai Huoqing
-3
/
+3
2021-08-09
bpf, devmap: Exclude XDP broadcast to master device
Jussi Maki
-9
/
+60
2021-08-09
ucounts: add missing data type changes
Sven Schnelle
-8
/
+11
2021-08-09
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
-6
/
+6
2021-08-09
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
-3
/
+1
2021-08-09
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
-1
/
+1
2021-08-09
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
-1
/
+1
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
-8
/
+74
2021-08-09
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
-3
/
+4
2021-08-09
dma-debug: use memory_intersects() directly
Kefeng Wang
-12
/
+2
2021-08-08
Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+4
2021-08-08
Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-55
/
+35
2021-08-08
Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-3
/
+32
2021-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-2
/
+2
2021-08-07
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
-2
/
+2
2021-08-06
rcu: Print human-readable message for schedule() in RCU reader
Paul E. McKenney
-1
/
+1
2021-08-06
rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
Frederic Weisbecker
-0
/
+11
2021-08-06
rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
Liu Song
-3
/
+3
2021-08-06
rcu: Remove useless "ret" update in rcu_gp_fqs_loop()
Liu Song
-2
/
+2
[prev]
[next]