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
2016-03-09
bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS
Alexei Starovoitov
1
-0
/
+5
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
2
-18
/
+70
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2
-1
/
+4
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
2
-74
/
+181
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
3
-1
/
+132
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
2
-2
/
+13
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-144
/
+266
2016-03-04
Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+15
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2
-12
/
+15
2016-02-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-128
/
+240
2016-02-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-02-25
Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2016-02-25
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2016-02-25
perf: Robustify task_function_call()
Peter Zijlstra
1
-20
/
+20
2016-02-25
perf: Fix scaling vs. perf_install_in_context()
Peter Zijlstra
1
-45
/
+70
2016-02-25
perf: Fix scaling vs. perf_event_enable()
Peter Zijlstra
1
-19
/
+23
2016-02-25
perf: Fix scaling vs. perf_event_enable_on_exec()
Peter Zijlstra
1
-0
/
+1
2016-02-25
perf: Fix ctx time tracking by introducing EVENT_TIME
Peter Zijlstra
1
-12
/
+30
2016-02-25
perf: Cure event->pending_disable race
Peter Zijlstra
1
-3
/
+3
2016-02-25
perf: Fix race between event install and jump_labels
Peter Zijlstra
1
-8
/
+41
2016-02-25
perf: Fix cloning
Peter Zijlstra
1
-15
/
+14
2016-02-25
perf: Only update context time when active
Peter Zijlstra
1
-6
/
+6
2016-02-25
perf: Allow perf_release() with !event->ctx
Peter Zijlstra
1
-3
/
+13
2016-02-25
perf: Do not double free
Peter Zijlstra
1
-1
/
+6
2016-02-25
perf: Close install vs. exit race
Peter Zijlstra
1
-9
/
+26
2016-02-24
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
1
-1
/
+2
2016-02-23
devm_memremap: Fix error value when memremap failed
Toshi Kani
1
-1
/
+3
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-156
/
+266
2016-02-22
Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+5
2016-02-21
bpf: add new arg_type that allows for 0 sized stack buffer
Daniel Borkmann
1
-10
/
+32
2016-02-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2016-02-20
kernel/resource.c: fix muxed resource handling in __request_region()
Simon Guinot
1
-2
/
+3
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
4
-1
/
+247
2016-02-20
perf: generalize perf_callchain
Alexei Starovoitov
2
-14
/
+20
2016-02-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
1
-1
/
+7
2016-02-19
tracing, kasan: Silence Kasan warning in check_stack of stack_tracer
Yang Shi
1
-1
/
+5
2016-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-35
/
+5
2016-02-18
devm_memremap_release(): fix memremap'd addr handling
Toshi Kani
1
-1
/
+1
2016-02-17
ftrace/module: remove ftrace module notifier
Jessica Yu
2
-35
/
+5
2016-02-17
perf/core: Plug potential memory leak in CPU_UP_PREPARE
Thomas Gleixner
1
-1
/
+1
2016-02-17
perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug state
Thomas Gleixner
1
-1
/
+0
2016-02-17
perf/core: Remove bogus UP_CANCELED hotplug state
Thomas Gleixner
1
-1
/
+0
2016-02-17
sched/deadline: Fix trivial typo in printk() message
Steven Rostedt
1
-1
/
+1
2016-02-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+10
2016-02-11
mm: fix pfn_t vs highmem
Dan Williams
1
-1
/
+1
2016-02-11
kernel/locking/lockdep.c: convert hash tables to hlists
Andrew Morton
1
-23
/
+19
2016-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2016-02-10
bpf: fix branch offset adjustment on backjumps after patching ctx expansion
Daniel Borkmann
1
-1
/
+1
2016-02-10
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-30
/
+72
[next]