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-04-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2019-04-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-11
/
+45
2019-04-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-17
/
+12
2019-04-12
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+5
2019-04-12
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
1
-6
/
+8
2019-04-12
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
1
-10
/
+20
2019-04-12
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
1
-14
/
+20
2019-04-12
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
1
-3
/
+1
2019-04-12
swiotlb: save io_tlb_used to local variable before leaving critical section
Dongli Zhang
1
-2
/
+5
2019-04-12
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
1
-1
/
+1
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2
-0
/
+135
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
1
-0
/
+29
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
1
-3
/
+51
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
1
-1
/
+80
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
1
-0
/
+65
2019-04-12
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
1
-1
/
+69
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
3
-0
/
+100
2019-04-12
bpf: Add base proto function for cgroup-bpf programs
Andrey Ignatov
1
-1
/
+7
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-150
/
+903
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-04-11
ftrace: Do not process STUB functions in ftrace_ops_list_func()
Steven Rostedt (VMware)
1
-0
/
+3
2019-04-11
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-1
/
+9
2019-04-10
swiotlb: dump used and total slots when swiotlb buffer is full
Dongli Zhang
1
-1
/
+2
2019-04-10
ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.c
Steven Rostedt (VMware)
1
-4
/
+0
2019-04-10
alarmtimer: Return correct remaining time
Andrei Vagin
1
-1
/
+1
2019-04-10
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
1
-17
/
+12
2019-04-10
locking/rwsem: Enable lock event counting
Waiman Long
3
-0
/
+32
2019-04-10
locking/lock_events: Don't show pvqspinlock events on bare metal
Waiman Long
1
-1
/
+27
2019-04-10
locking/lock_events: Make lock_events available for all archs & other locks
Waiman Long
4
-132
/
+173
2019-04-10
locking/qspinlock_stat: Introduce generic lockevent_*() counting APIs
Waiman Long
5
-114
/
+181
2019-04-10
locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
Waiman Long
2
-8
/
+16
2019-04-10
locking/rwsem: Add debug check for __down_read*()
Waiman Long
2
-5
/
+10
2019-04-10
locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()
Waiman Long
1
-10
/
+5
2019-04-10
locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
Waiman Long
1
-0
/
+7
2019-04-10
locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
Waiman Long
3
-22
/
+20
2019-04-10
locking/rwsem: Relocate rwsem_down_read_failed()
Waiman Long
1
-86
/
+86
2019-04-10
sched/topology: Skip duplicate group rewrites in build_sched_groups()
Valentin Schneider
1
-3
/
+9
2019-04-10
sched/topology: Fix build_sched_groups() comment
Valentin Schneider
1
-2
/
+2
2019-04-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
7
-33
/
+44
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
3
-6
/
+26
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
1
-20
/
+397
2019-04-09
bpf: allow . char as part of the object name
Daniel Borkmann
1
-3
/
+3
2019-04-09
bpf: add syscall side map freeze support
Daniel Borkmann
1
-12
/
+54
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
7
-13
/
+62
2019-04-09
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
1
-1
/
+13
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
5
-30
/
+124
2019-04-10
cpuidle: Export the next timer expiration for CPUs
Ulf Hansson
1
-0
/
+12
2019-04-09
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEAD
Paul E. McKenney
14
-826
/
+831
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
12
-19
/
+19
[prev]
[next]