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
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2
-81
/
+346
2020-01-10
PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
Colin Ian King
1
-1
/
+1
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
1
-1
/
+3
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
12
-28
/
+80
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+16
2020-01-09
time/sched_clock: Disable interrupts in sched_clock_register()
Paul Cercueil
1
-2
/
+5
2020-01-09
time/posix-stubs: Provide compat itimer supoprt for alpha
Arnd Bergmann
1
-0
/
+3
2020-01-09
genirq: Add missing __must_hold() sparse annotation
Jules Irenge
1
-0
/
+1
2020-01-09
genirq: Add missing __releases() sparse annotation
Jules Irenge
1
-0
/
+1
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
1
-1
/
+6
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
6
-34
/
+565
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
6
-63
/
+304
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
1
-5
/
+39
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
1
-1
/
+1
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
1
-3
/
+6
2020-01-09
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
Martin KaFai Lau
1
-0
/
+1
2020-01-09
cpu/SMT: Fix x86 link error without CONFIG_SYSFS
Arnd Bergmann
1
-71
/
+72
2020-01-09
genirq: Show irq name in non-oneshot error message
Luca Ceresoli
1
-2
/
+2
2020-01-09
futex: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2020-01-09
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
1
-24
/
+43
2020-01-08
kexec: add machine_kexec_post_load()
Pavel Tatashin
4
-0
/
+16
2020-01-08
kexec: quiet down kexec reboot
Pavel Tatashin
1
-1
/
+1
2020-01-08
kernel/module: Fix memleak in module_add_modinfo_attrs()
YueHaibing
1
-0
/
+2
2020-01-07
kcsan, ubsan: Make KCSAN+UBSAN work together
Marco Elver
1
-0
/
+1
2020-01-07
clone3: ensure copy_thread_tls is implemented
Amanieu d'Antras
1
-0
/
+10
2020-01-07
PM: hibernate: Add more logging on hibernation failure
Luigi Semenzato
2
-20
/
+27
2020-01-07
PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()
Wen Yang
1
-3
/
+1
2020-01-06
Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
6
-6
/
+27
2020-01-06
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2020-01-06
bpf: cgroup: prevent out-of-order release of cgroup bpf
Roman Gushchin
1
-2
/
+9
2020-01-06
Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict
Ingo Molnar
6
-57
/
+72
2020-01-04
memcg: account security cred as well to kmemcg
Shakeel Butt
1
-3
/
+3
2020-01-03
tracing: Fix indentation issue
Colin Ian King
1
-1
/
+1
2020-01-03
Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2
-15
/
+27
2020-01-03
kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail
Kaitao Cheng
1
-1
/
+3
2020-01-02
ftrace: Avoid potential division by zero in function profiler
Wen Yang
1
-3
/
+3
2020-01-02
tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
Steven Rostedt (VMware)
1
-0
/
+5
2020-01-02
tracing: Define MCOUNT_INSN_SIZE when not defined without direct calls
Steven Rostedt (VMware)
1
-0
/
+14
2020-01-02
Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+7
2020-01-02
tracing: Initialize val to zero in parse_entry of inject code
Steven Rostedt (VMware)
1
-1
/
+1
2020-01-02
seccomp: Check that seccomp_notif is zeroed out by the user
Sargun Dhillon
1
-0
/
+7
2020-01-02
printk: fix exclusive_console replaying
John Ogness
1
-2
/
+2
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-39
/
+35
2019-12-30
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-18
/
+13
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
140
-3817
/
+8378
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-194
/
+332
2019-12-25
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
10
-212
/
+141
2019-12-25
locking/lockdep: Fix buffer overrun problem in stack_trace[]
Waiman Long
1
-4
/
+3
2019-12-25
sched/rt: Make RT capacity-aware
Qais Yousef
3
-18
/
+94
2019-12-25
sched/fair: Make EAS wakeup placement consider uclamp restrictions
Valentin Schneider
1
-2
/
+10
[prev]
[next]