index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
1
-2
/
+15
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
2017-10-07
bpf: add helper bpf_perf_prog_read_value
Yonghong Song
1
-0
/
+28
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2
-5
/
+44
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
3
-4
/
+15
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-284
/
+606
2017-10-05
Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-7
/
+11
2017-10-06
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-7
/
+11
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
1
-0
/
+40
2017-10-04
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
4
-0
/
+128
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
4
-149
/
+414
2017-10-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-23
/
+38
2017-10-04
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-16
/
+2
2017-10-03
kernel/params.c: improve STANDARD_PARAM_DEF readability
Jean Delvare
1
-8
/
+8
2017-10-03
kernel/params.c: fix an overflow in param_attr_show
Jean Delvare
1
-10
/
+7
2017-10-03
kernel/params.c: fix the maximum length in param_get_string
Jean Delvare
1
-1
/
+1
2017-10-03
kernel/kcmp.c: drop branch leftover typo
Cyrill Gorcunov
1
-1
/
+1
2017-10-03
memremap: add scheduling point to devm_memremap_pages
Michal Hocko
1
-1
/
+3
2017-10-03
kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()
Luis R. Rodriguez
1
-2
/
+0
2017-10-03
android: binder: drop lru lock in isolate callback
Sherry Yang
1
-0
/
+18
2017-10-03
kernel/params.c: align add_sysfs_param documentation with code
Jean Delvare
1
-1
/
+1
2017-10-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
1
-1
/
+1
2017-10-03
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2017-10-03
rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()
Paul E. McKenney
1
-2
/
+2
2017-10-03
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
1
-14
/
+0
2017-10-01
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-142
/
+364
2017-10-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-23
/
+35
2017-10-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+15
2017-10-01
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-11
/
+49
2017-10-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+6
2017-10-01
bpf: Fix compiler warning on info.map_ids for 32bit platform
Martin KaFai Lau
1
-1
/
+1
2017-09-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+10
2017-09-29
fix infoleak in waitid(2)
Al Viro
1
-13
/
+10
2017-09-29
sched/sysctl: Check user input value of sysctl_sched_time_avg
Ethan Zhao
1
-1
/
+2
2017-09-29
sched/debug: Ignore TASK_IDLE for SysRq-W
Peter Zijlstra
1
-1
/
+23
2017-09-29
sched/tracing: Use common task-state helpers
Peter Zijlstra
2
-19
/
+10
2017-09-29
locking/rwsem-xadd: Fix missed wakeup due to reordering of load
Prateek Sood
1
-0
/
+27
2017-09-29
sched/debug: Remove unused variable
Peter Zijlstra
1
-2
/
+0
2017-09-29
perf/aux: Only update ->aux_wakeup in non-overwrite mode
Alexander Shishkin
1
-5
/
+15
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
1
-1
/
+6
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
1
-1
/
+50
2017-09-29
PM / s2idle: Invoke the ->wake() platform callback earlier
Rafael J. Wysocki
1
-7
/
+11
2017-09-28
Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+16
2017-09-28
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
1
-0
/
+5
2017-09-28
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
1
-2
/
+16
2017-09-28
irq/generic-chip: Don't replace domain's name
Jeffy Chen
1
-1
/
+0
2017-09-27
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
Oleg Nesterov
1
-7
/
+16
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-28
/
+86
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
1
-2
/
+2
[next]