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
2019-06-23
smp: Do not mark call_function_data as shared
Nadav Amit
1
-1
/
+1
2019-06-23
timer_list: Guard procfs specific code
Nathan Huckleberry
1
-17
/
+19
2019-06-22
timekeeping: Provide a generic update_vsyscall() implementation
Vincenzo Frascino
2
-0
/
+134
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-42
/
+12
2019-06-22
posix-timers: Use spin_lock_irq() in itimer_delete()
Sebastian Andrzej Siewior
1
-5
/
+3
2019-06-22
posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()
Sebastian Andrzej Siewior
1
-5
/
+0
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
3
-4
/
+4
2019-06-22
timekeeping: Use proper ktime_add when adding nsecs in coarse offset
Jason A. Donenfeld
1
-1
/
+1
2019-06-22
Merge branch 'linus' into timers/core
Thomas Gleixner
12
-84
/
+178
2019-06-22
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
12
-42
/
+12
2019-06-21
arm64: Fix interrupt tracing in the presence of NMIs
Julien Thierry
1
-2
/
+6
2019-06-21
cgroup: export css_next_descendant_pre for bfq
Christoph Hellwig
1
-0
/
+1
2019-06-21
arch: handle arches who do not yet define clone3
Christian Brauner
2
-0
/
+4
2019-06-20
livepatch: Remove duplicate warning about missing reliable stacktrace support
Petr Mladek
1
-1
/
+0
2019-06-20
Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"
Miroslav Benes
1
-0
/
+7
2019-06-20
stacktrace: Remove weak version of save_stack_trace_tsk_reliable()
Miroslav Benes
1
-8
/
+0
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-70
/
+733
2019-06-19
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.13a', 'srcu.2019.05.28a', 'sync.2019.05.28a' and 'torture.2019.05.28a' into HEAD
Paul E. McKenney
15
-150
/
+302
2019-06-19
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
1
-0
/
+3
2019-06-19
keys: Cache result of request_key*() temporarily in task_struct
David Howells
1
-0
/
+9
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
3
-12
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
Thomas Gleixner
4
-16
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
Thomas Gleixner
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
4
-12
/
+4
2019-06-19
Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2
Konrad Rzeszutek Wilk
1
-2
/
+2
2019-06-19
swiotlb: fix phys_addr_t overflow warning
Arnd Bergmann
1
-2
/
+2
2019-06-19
PM: suspend: Rename pm_suspend_via_s2idle()
Rafael J. Wysocki
1
-3
/
+3
2019-06-19
bpf: precise scalar_value tracking
Alexei Starovoitov
1
-11
/
+480
2019-06-19
bpf: fix callees pruning callers
Alexei Starovoitov
1
-5
/
+6
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
1
-12
/
+131
2019-06-19
bpf: extend is_branch_taken to registers
Alexei Starovoitov
1
-15
/
+19
2019-06-19
bpf: track spill/fill of constants
Alexei Starovoitov
1
-25
/
+65
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
50
-302
/
+385
2019-06-17
tracepoint: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+2
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-46
/
+137
2019-06-17
x86/percpu, sched/fair: Avoid local_clock()
Peter Zijlstra
1
-2
/
+3
2019-06-17
Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
Ingo Molnar
36
-213
/
+111
2019-06-17
locking/rwsem: Guard against making count negative
Waiman Long
1
-12
/
+41
2019-06-17
locking/rwsem: Adaptive disabling of reader optimistic spinning
Waiman Long
2
-8
/
+135
2019-06-17
locking/rwsem: Enable time-based spinning on reader-owned rwsem
Waiman Long
2
-30
/
+144
2019-06-17
locking/rwsem: Make rwsem->owner an atomic_long_t
Waiman Long
1
-45
/
+80
2019-06-17
locking/rwsem: Enable readers spinning on writer
Waiman Long
2
-12
/
+75
2019-06-17
locking/rwsem: Clarify usage of owner's nonspinaable bit
Waiman Long
1
-22
/
+21
2019-06-17
locking/rwsem: Wake up almost all readers in wait queue
Waiman Long
1
-5
/
+26
2019-06-17
locking/rwsem: More optimal RT task handling of null owner
Waiman Long
1
-7
/
+44
2019-06-17
locking/rwsem: Always release wait_lock before waking up tasks
Waiman Long
1
-16
/
+15
2019-06-17
locking/rwsem: Implement lock handoff to prevent lock starvation
Waiman Long
2
-54
/
+173
2019-06-17
locking/rwsem: Make rwsem_spin_on_owner() return owner state
Waiman Long
1
-18
/
+47
2019-06-17
locking/rwsem: Code cleanup after files merging
Waiman Long
2
-95
/
+42
[prev]
[next]