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-08-16
tracing: Apply trace filters on all output channels
Pingfan Liu
2
-35
/
+15
2021-08-16
params: lift param_set_uint_minmax to common code
Sagi Grimberg
1
-0
/
+18
2021-08-15
Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+17
2021-08-15
Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-08-15
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
1
-0
/
+14
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
1
-1
/
+1
2021-08-13
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
1
-0
/
+18
2021-08-13
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
1
-0
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-108
/
+246
2021-08-13
genirq: Fix kernel doc indentation
Thomas Gleixner
1
-3
/
+1
2021-08-12
Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-13
/
+19
2021-08-12
cgroup/cpuset: Enable memory migration for cpuset v2
Waiman Long
1
-1
/
+5
2021-08-12
hrtimer: Unbreak hrtimer_force_reprogram()
Thomas Gleixner
1
-20
/
+20
2021-08-12
hrtimer: Use raw_cpu_ptr() in clock_was_set()
Thomas Gleixner
1
-2
/
+3
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-12
tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS
Lukas Bulwahn
1
-0
/
+5
2021-08-12
trace/osnoise: Print a stop tracing message
Daniel Bristot de Oliveira
1
-1
/
+5
2021-08-12
trace/timerlat: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+19
2021-08-12
trace/osnoise: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+31
2021-08-12
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-8
/
+11
2021-08-12
set_user: add capability check when rlimit(RLIMIT_NPROC) exceeds
Ran Xiaokai
1
-1
/
+2
2021-08-12
padata: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-7
/
+7
2021-08-11
Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2021-08-11
cfi: Use rcu_read_{un}lock_sched_notrace
Elliot Berman
1
-4
/
+4
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
[prev]
[next]