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-11
seccomp: Fix setting loaded filter count during TSYNC
Hsuan-Chi Kuo
1
-1
/
+1
2021-08-11
bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
Yonghong Song
1
-6
/
+16
2021-08-11
cgroup/cpuset: Enable event notification when partition state changes
Waiman Long
1
-11
/
+35
2021-08-11
cgroup: cgroup-v1: clean up kernel-doc notation
Randy Dunlap
1
-1
/
+7
2021-08-11
smp: Fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+11
2021-08-11
genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.c
Randy Dunlap
3
-24
/
+29
2021-08-11
genirq/timings: Fix error return code in irq_timings_test_irqs()
Zhen Lei
1
-0
/
+2
2021-08-10
genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()
Baokun Li
1
-1
/
+2
2021-08-10
genirq: Change force_irqthreads to a static key
Tanner Love
2
-7
/
+6
2021-08-10
Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'nolibc.2021.07.20c', 'tasks.2021.07.20c', 'torture.2021.07.27a' and 'torturescript.2021.07.27a' into HEAD
Paul E. McKenney
13
-1658
/
+1767
2021-08-10
torture: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-3
/
+3
2021-08-10
rcu: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-10
cpu/hotplug: Add debug printks for hotplug callback failures
Dongli Zhang
1
-0
/
+7
2021-08-10
cpu/hotplug: Use DEVICE_ATTR_*() macro
YueHaibing
1
-27
/
+23
2021-08-10
cpu/hotplug: Eliminate all kernel-doc warnings
Randy Dunlap
1
-5
/
+21
2021-08-10
cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()
Baokun Li
1
-0
/
+1
2021-08-10
hrtimer: Avoid more SMP function calls in clock_was_set()
Thomas Gleixner
1
-9
/
+65
2021-08-10
hrtimer: Avoid unnecessary SMP function calls in clock_was_set()
Marcelo Tosatti
1
-2
/
+33
2021-08-10
hrtimer: Add bases argument to clock_was_set()
Thomas Gleixner
3
-10
/
+17
2021-08-10
time/timekeeping: Avoid invoking clock_was_set() twice
Thomas Gleixner
1
-8
/
+10
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
4
-10
/
+18
2021-08-10
hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case
Thomas Gleixner
1
-28
/
+59
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
2
-16
/
+19
2021-08-10
hrtimer: Consolidate reprogramming code
Peter Zijlstra
1
-43
/
+29
2021-08-10
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
1
-7
/
+53
2021-08-10
posix-cpu-timers: Recalc next expiration when timer_settime() ends up not queueing
Frederic Weisbecker
1
-6
/
+35
2021-08-10
posix-cpu-timers: Consolidate timer base accessor
Frederic Weisbecker
1
-15
/
+13
2021-08-10
posix-cpu-timers: Remove confusing return value override
Frederic Weisbecker
1
-2
/
+0
2021-08-10
posix-cpu-timers: Force next expiration recalc after itimer reset
Frederic Weisbecker
1
-2
/
+0
2021-08-10
posix-cpu-timers: Force next_expiration recalc after timer deletion
Frederic Weisbecker
1
-1
/
+32
2021-08-10
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
2
-0
/
+17
2021-08-10
posix-timers: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-10
/
+61
2021-08-10
genirq/msi: Ensure deactivation on teardown
Bixuan Cui
1
-5
/
+8
2021-08-10
genirq/timings: Prevent potential array overflow in __irq_timings_store()
Ben Dai
1
-0
/
+5
2021-08-10
genirq/generic_chip: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-7
/
+10
2021-08-10
KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
Cédric Le Goater
1
-0
/
+1
2021-08-10
genirq: Clarify documentation for request_threaded_irq()
Joel Savitz
1
-3
/
+5
2021-08-10
smpboot: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-4
/
+4
2021-08-10
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-3
/
+3
2021-08-10
sched: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-10
genirq/affinity: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-4
/
+4
2021-08-10
bpf, core: Fix kernel-doc notation
Randy Dunlap
1
-1
/
+6
2021-08-10
kernel/pid.c: implement additional checks upon pidfd_create() parameters
Matthew Bobrowski
1
-4
/
+7
2021-08-10
kernel/pid.c: remove static qualifier from pidfd_create()
Matthew Bobrowski
1
-1
/
+3
2021-08-10
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
14
-204
/
+334
2021-08-10
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
1
-1
/
+4
2021-08-10
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
1
-2
/
+2
2021-08-10
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
1
-2
/
+3
2021-08-10
locking/rtmutex: Use the correct rtmutex debugging config option
Zhen Lei
1
-1
/
+1
[prev]
[next]