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-05-24
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
1
-4
/
+23
2018-05-24
bpf: devmap prepare xdp frames for bulking
Jesper Dangaard Brouer
1
-4
/
+70
2018-05-24
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
1
-6
/
+28
2018-05-24
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
4
-0
/
+230
2018-05-24
perf/core: add perf_get_event() to return perf_event given a struct file
Yonghong Song
1
-0
/
+8
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
1
-22
/
+64
2018-05-24
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
1
-0
/
+1
2018-05-24
cpufreq: schedutil: Avoid missing updates for one-CPU policies
Rafael J. Wysocki
1
-23
/
+47
2018-05-24
bpf: get JITed image lengths of functions via syscall
Sandipan Das
1
-0
/
+20
2018-05-24
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
1
-3
/
+34
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
2
-6
/
+26
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
1
-1
/
+14
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
1
-6
/
+5
2018-05-23
workqueue: move function definitions within CONFIG_SMP block
Mathieu Malaterre
1
-2
/
+2
2018-05-23
cgroup: css_set_lock should nest inside tasklist_lock
Tejun Heo
1
-8
/
+8
2018-05-23
umh: introduce fork_usermode_blob() helper
Alexei Starovoitov
1
-3
/
+122
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2
-10
/
+10
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
1
-17
/
+35
2018-05-23
bpf: btf: Check array->index_type
Martin KaFai Lau
1
-24
/
+56
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
1
-51
/
+158
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
1
-7
/
+7
2018-05-23
schedutil: Allow cpufreq requests to be made even when kthread kicked
Joel Fernandes (Google)
1
-8
/
+26
2018-05-23
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
1
-1
/
+1
2018-05-22
rcu/x86: Provide early rcu_cpu_starting() callback
Peter Zijlstra
1
-0
/
+9
2018-05-22
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
1
-4
/
+28
2018-05-22
cpufreq: schedutil: Cleanup and document iowait boost
Patrick Bellasi
1
-45
/
+107
2018-05-22
cpufreq: schedutil: Fix iowait boost reset
Patrick Bellasi
1
-8
/
+10
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-185
/
+223
2018-05-21
audit: Fix wrong task in comparison of session ID
Ondrej Mosnáček
1
-1
/
+1
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-9
/
+94
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-34
/
+84
2018-05-21
workqueue: Make sure struct worker is accessible for wq_worker_comm()
Tejun Heo
1
-24
/
+34
2018-05-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+8
2018-05-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-7
/
+4
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-3
/
+56
2018-05-19
timekeeping: Add ktime_get_coarse_with_offset
Arnd Bergmann
1
-0
/
+19
2018-05-19
timekeeping: Standardize on ktime_get_*() naming
Arnd Bergmann
1
-14
/
+9
2018-05-19
timekeeping: Clean up ktime_get_real_ts64
Arnd Bergmann
1
-25
/
+6
2018-05-19
timekeeping: Remove timespec64 hack
Arnd Bergmann
1
-2
/
+0
2018-05-19
Merge branch 'linus' into timers/2038
Thomas Gleixner
42
-433
/
+506
2018-05-18
bpf: allow sk_msg programs to read sock fields
John Fastabend
1
-0
/
+1
2018-05-18
audit: use existing session info function
Richard Guy Briggs
1
-3
/
+1
2018-05-18
workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
Tejun Heo
1
-0
/
+39
2018-05-18
workqueue: Set worker->desc to workqueue name by default
Tejun Heo
2
-12
/
+10
2018-05-18
workqueue: Make worker_attach/detach_pool() update worker->pool
Tejun Heo
2
-9
/
+9
2018-05-18
workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex
Tejun Heo
1
-21
/
+20
2018-05-18
scsi: zfcp: workqueue: set description for port work items with their WWPN as context
Steffen Maier
1
-0
/
+1
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
1
-9
/
+0
2018-05-18
fsnotify: add fsnotify_add_inode_mark() wrappers
Amir Goldstein
3
-7
/
+7
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
3
-6
/
+2
[prev]
[next]