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-10-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+6
2019-10-19
kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
Song Liu
1
-2
/
+11
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
1
-1
/
+1
2019-10-18
bpf: Fix build error without CONFIG_NET
YueHaibing
1
-0
/
+2
2019-10-18
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
1
-6
/
+11
2019-10-18
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
1
-0
/
+2
2019-10-18
Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2019-10-18
trace: Use pr_warn instead of pr_warning
Kefeng Wang
1
-2
/
+2
2019-10-18
dma-debug: Use pr_warn instead of pr_warning
Kefeng Wang
1
-1
/
+1
2019-10-18
Merge branches 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+1
2019-10-17
perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()
Yunfeng Ye
1
-10
/
+10
2019-10-17
perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()
Yunfeng Ye
1
-4
/
+4
2019-10-17
perf_event: Add support for LSM and SELinux checks
Joel Fernandes (Google)
2
-16
/
+56
2019-10-17
sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relax
Valentin Schneider
1
-6
/
+3
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
3
-15
/
+101
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
3
-1
/
+22
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
2
-0
/
+27
2019-10-17
bpf: Attach raw_tp program with BTF via type name
Alexei Starovoitov
1
-23
/
+47
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
3
-4
/
+276
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-4
/
+14
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2
-1
/
+90
2019-10-17
pid: use pid_has_task() in pidfd_open()
Christian Brauner
1
-7
/
+5
2019-10-17
exit: use pid_has_task() in do_wait()
Christian Brauner
1
-1
/
+1
2019-10-17
pid: use pid_has_task() in __change_pid()
Christian Brauner
1
-1
/
+1
2019-10-17
pidfd: check pid has attached task in fdinfo
Christian Brauner
1
-6
/
+11
2019-10-17
stop_machine: Avoid potential race behaviour
Mark Rutland
1
-4
/
+6
2019-10-17
kheaders: substituting --sort in archive creation
Dmitry Goldin
1
-4
/
+7
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-10-16
kthread: make __kthread_queue_delayed_work static
Ben Dooks
1
-3
/
+3
2019-10-15
Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
1
-2
/
+2
2019-10-15
pidfd: add NSpid entries to fdinfo
Christian Kellner
1
-1
/
+52
2019-10-14
parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define
Helge Deller
1
-2
/
+2
2019-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+55
2019-10-14
hrtimer: Annotate lockless access to timer->base
Eric Dumazet
1
-4
/
+4
2019-10-13
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
13
-87
/
+217
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-12
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-16
/
+24
2019-10-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+36
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
1
-1
/
+1
2019-10-11
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+0
2019-10-11
cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop()
Oleg Nesterov
1
-1
/
+1
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
1
-2
/
+55
2019-10-10
seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
Christian Brauner
1
-6
/
+22
[prev]
[next]