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
2018-12-07
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
Jiong Wang
1
-5
/
+0
2018-12-07
bpf: interpreter support BPF_ALU | BPF_ARSH
Jiong Wang
1
-22
/
+30
2018-12-07
Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2018-12-06
Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+2
2018-12-06
kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump
AKASHI Takahiro
1
-3
/
+6
2018-12-06
powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
AKASHI Takahiro
1
-4
/
+57
2018-12-06
s390, kexec_file: drop arch_kexec_mem_walk()
AKASHI Takahiro
1
-0
/
+4
2018-12-06
kexec_file: make kexec_image_post_load_cleanup_default() global
AKASHI Takahiro
1
-1
/
+1
2018-12-05
Uprobes: Fix kernel oops with delayed_uprobe_remove()
Ravi Bangoria
1
-0
/
+2
2018-12-05
stackleak: Mark stackleak_track_stack() as notrace
Anders Roxell
1
-1
/
+1
2018-12-05
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
1
-9
/
+9
2018-12-05
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2
-26
/
+20
2018-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-14
/
+171
2018-12-05
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
1
-2
/
+12
2018-12-05
timekeeping: Use proper seqcount initializer
Bart Van Assche
1
-1
/
+3
2018-12-04
bpf: add per-insn complexity limit
Alexei Starovoitov
1
-1
/
+6
2018-12-04
bpf: improve verifier branch analysis
Alexei Starovoitov
1
-13
/
+80
2018-12-04
bpf: check pending signals while verifying programs
Alexei Starovoitov
1
-0
/
+3
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
28
-583
/
+824
2018-12-03
audit: shorten PATH cap values when zero
Richard Guy Briggs
1
-4
/
+6
2018-12-03
sched: Fix various typos in comments
Ingo Molnar
6
-16
/
+16
2018-12-03
Merge tag 'v4.20-rc5' into irq/core, to pick up fixes
Ingo Molnar
32
-188
/
+380
2018-12-03
Merge tag 'v4.20-rc5' into sched/core, to pick up fixes
Ingo Molnar
67
-1301
/
+1932
2018-12-03
perf: Fix typos in comments
Ingo Molnar
2
-2
/
+2
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
1
-0
/
+2
2018-12-01
rcutorture: Don't do busted forward-progress testing
Paul E. McKenney
1
-1
/
+2
2018-12-01
rcutorture: Use 100ms buckets for forward-progress callback histograms
Paul E. McKenney
1
-3
/
+5
2018-12-01
rcutorture: Recover from OOM during forward-progress tests
Paul E. McKenney
1
-11
/
+49
2018-12-01
rcutorture: Print forward-progress test age upon failure
Paul E. McKenney
1
-1
/
+2
2018-12-01
rcutorture: Print time since GP end upon forward-progress failure
Paul E. McKenney
2
-1
/
+6
2018-12-01
rcutorture: Print histogram of CB invocation at OOM time
Paul E. McKenney
1
-8
/
+16
2018-12-01
rcutorture: Print GP age upon forward-progress failure
Paul E. McKenney
1
-0
/
+2
2018-12-01
rcu: Print per-CPU callback counts for forward-progress failures
Paul E. McKenney
1
-0
/
+18
2018-12-01
rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings
Paul E. McKenney
3
-9
/
+35
2018-12-01
rcutorture: Dump grace-period diagnostics upon forward-progress OOM
Paul E. McKenney
3
-3
/
+50
2018-12-01
rcutorture: Prepare for asynchronous access to rcu_fwd_startat
Paul E. McKenney
1
-2
/
+2
2018-12-01
torture: Remove unnecessary "ret" variables
Pierce Griffiths
1
-14
/
+8
2018-12-01
rcutorture: Affinity forward-progress test to avoid housekeeping CPUs
Paul E. McKenney
3
-0
/
+14
2018-12-01
rcutorture: Break up too-long rcu_torture_fwd_prog() function
Paul E. McKenney
1
-119
/
+135
2018-12-01
rcutorture: Remove cbflood facility
Paul E. McKenney
1
-85
/
+1
2018-12-01
torture: Bring any extra CPUs online during kernel startup
Paul E. McKenney
1
-0
/
+12
2018-12-01
rcutorture: Add call_rcu() flooding forward-progress tests
Paul E. McKenney
1
-2
/
+127
2018-12-01
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD
Paul E. McKenney
25
-418
/
+430
2018-12-01
livepatch: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2
-4
/
+4
2018-12-01
cgroups: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-27
/
+21
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-1
/
+8
2018-11-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-15
/
+27
2018-11-30
Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+3
2018-11-30
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
Anders Roxell
1
-2
/
+2
[prev]
[next]