index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-58
/
+179
2018-07-20
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
1
-1
/
+3
2018-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-42
/
+69
2018-07-18
bpf: offload: allow program and map sharing per-ASIC
Jakub Kicinski
1
-7
/
+35
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
1
-17
/
+64
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
1
-46
/
+96
2018-07-18
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2
-2
/
+2
2018-07-18
bpf: sockmap: remove redundant pointer sg
Colin Ian King
1
-3
/
+0
2018-07-18
bpf: fix rcu annotations in compute_effective_progs()
Roman Gushchin
1
-4
/
+3
2018-07-18
bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
1
-1
/
+1
2018-07-17
Mark HI and TASKLET softirq synchronous
Linus Torvalds
1
-4
/
+8
2018-07-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2018-07-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-16
/
+25
2018-07-13
Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+7
2018-07-12
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2
-6
/
+7
2018-07-12
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
1
-2
/
+9
2018-07-11
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
1
-17
/
+13
2018-07-11
Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+5
2018-07-11
tracing/kprobe: Release kprobe print_fmt properly
Jiri Olsa
1
-1
/
+5
2018-07-10
rseq: uapi: Declare rseq_cs field as union, update includes
Mathieu Desnoyers
1
-6
/
+9
2018-07-10
rseq: uapi: Update uapi comments
Mathieu Desnoyers
1
-1
/
+1
2018-07-10
rseq: Use get_user/put_user rather than __get_user/__put_user
Mathieu Desnoyers
1
-7
/
+7
2018-07-10
rseq: Use __u64 for rseq_cs fields, validate user inputs
Mathieu Desnoyers
1
-4
/
+10
2018-07-10
Revert "tick: Prefer a lower rating device only if it's CPU local device"
Sudeep Holla
1
-2
/
+1
2018-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-73
/
+98
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-1
/
+6
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-2
/
+2
2018-07-07
bpf: sockmap, consume_skb in close path
John Fastabend
1
-1
/
+4
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2
-1
/
+18
2018-07-07
bpf: sockmap, hash table is RCU so readers do not need locks
John Fastabend
1
-2
/
+0
2018-07-07
bpf: sockmap, error path can not release psock in multi-map case
John Fastabend
1
-11
/
+6
2018-07-05
Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-17
/
+17
2018-07-03
tracing: Fix missing return symbol in function_graph output
Changbin Du
1
-1
/
+4
2018-07-03
ftrace: Nuke clear_ftrace_function
Yisheng Xie
1
-12
/
+1
2018-07-03
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
1
-0
/
+5
2018-07-03
tracing: Optimize trace_buffer_iter() logic
yuan linyu
1
-3
/
+1
2018-07-03
tracing: Make create_filter() code match the comments
Steven Rostedt (VMware)
1
-0
/
+5
2018-07-03
tracing: Avoid string overflow
Arnd Bergmann
1
-1
/
+1
2018-07-03
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
2
-26
/
+35
2018-07-03
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
1
-12
/
+4
2018-07-03
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
1
-5
/
+10
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2
-8
/
+12
2018-07-03
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
3
-7
/
+16
2018-07-03
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
1
-15
/
+21
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-177
/
+260
2018-07-01
Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+1
2018-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-177
/
+260
2018-07-01
bpf: sockhash, add release routine
John Fastabend
1
-0
/
+1
2018-07-01
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
1
-49
/
+96
[next]