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
2017-01-24
bpf: enable verifier to better track const alu ops
Daniel Borkmann
1
-19
/
+45
2017-01-23
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
1
-1
/
+1
2017-01-23
bpf: add a longest prefix match trie map implementation
Daniel Mack
2
-1
/
+504
2017-01-20
bpf: add bpf_probe_read_str helper
Gianluca Borello
1
-0
/
+32
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-59
/
+169
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-11
/
+13
2017-01-16
bpf, trace: make ctx access checks more robust
Daniel Borkmann
1
-0
/
+9
2017-01-16
bpf: rework prog_digest into prog_tag
Daniel Borkmann
3
-11
/
+13
2017-01-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-4
/
+6
2017-01-15
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+9
2017-01-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-42
/
+133
2017-01-14
perf/x86/intel: Account interrupts for PEBS errors
Jiri Olsa
1
-16
/
+31
2017-01-14
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
1
-4
/
+54
2017-01-14
perf/core: Fix sys_perf_event_open() vs. hotplug
Peter Zijlstra
1
-22
/
+48
2017-01-13
Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2017-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+7
2017-01-12
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
1
-2
/
+6
2017-01-12
bpf: pass original insn directly to convert_ctx_access
Daniel Borkmann
2
-9
/
+9
2017-01-12
capability: export has_capability
Jike Song
1
-0
/
+1
2017-01-12
jump_labels: API for flushing deferred jump label updates
David Matlack
1
-0
/
+7
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+8
2017-01-11
nohz: Fix collision between tick and other hrtimers
Frederic Weisbecker
2
-2
/
+9
2017-01-10
signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
Jamie Iles
1
-2
/
+2
2017-01-10
mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
Dan Williams
1
-0
/
+4
2017-01-10
bpf: do not use KMALLOC_SHIFT_MAX
Michal Hocko
2
-2
/
+2
2017-01-10
bpf: Make unnecessarily global functions static
Tobias Klauser
1
-7
/
+10
2017-01-10
bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()
Tobias Klauser
1
-2
/
+1
2017-01-10
pid: fix lockdep deadlock warning due to ucount_lock
Andrei Vagin
1
-4
/
+6
2017-01-09
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
3
-26
/
+26
2017-01-09
bpf: allow helpers access to variable memory
Gianluca Borello
1
-10
/
+64
2017-01-09
bpf: allow adjusted map element values to spill
Gianluca Borello
1
-5
/
+16
2017-01-09
bpf: allow helpers access to map element values
Gianluca Borello
1
-2
/
+7
2017-01-09
bpf: split check_mem_access logic for map values
Gianluca Borello
1
-39
/
+49
2017-01-05
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-4
/
+14
2017-01-03
audit: Fix sleep in atomic
Jan Kara
1
-4
/
+14
2016-12-26
smp/hotplug: Undo tglxs brainfart
Thomas Gleixner
1
-1
/
+8
2016-12-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
24
-147
/
+144
2016-12-25
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-184
/
+51
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
5
-7
/
+7
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
13
-88
/
+88
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
10
-52
/
+49
2016-12-25
cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions
Thomas Gleixner
1
-138
/
+1
2016-12-25
cpu/hotplug: Prevent overwriting of callbacks
Thomas Gleixner
1
-46
/
+50
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
29
-29
/
+29
2016-12-23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-12-23
fsnotify: Remove fsnotify_duplicate_mark()
Jan Kara
1
-4
/
+4
2016-12-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+3
2016-12-22
move aio compat to fs/aio.c
Al Viro
1
-0
/
+3
2016-12-20
kcov: make kcov work properly with KASLR enabled
Alexander Popov
1
-1
/
+7
2016-12-20
ima: on soft reboot, save the measurement list
Mimi Zohar
1
-0
/
+4
[next]