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
2014-11-19
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
2
-6
/
+16
2014-11-18
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
1
-47
/
+9
2014-11-18
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2
-1
/
+90
2014-11-18
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
1
-1
/
+1
2014-11-18
bpf: add array type of eBPF maps
Alexei Starovoitov
2
-1
/
+152
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2
-1
/
+363
2014-11-18
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
1
-2
/
+2
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-46
/
+72
2014-11-13
kernel/panic.c: update comments for print_tainted
Xie XiuQi
1
-0
/
+1
2014-11-13
Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2
-1
/
+2
2014-11-11
audit: keep inode pinned
Miklos Szeredi
1
-0
/
+1
2014-11-10
tracing: Do not risk busy looping in buffer splice
Rabin Vincent
1
-2
/
+8
2014-11-10
tracing: Do not busy wait in buffer splice
Rabin Vincent
2
-43
/
+61
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-249
/
+410
2014-10-31
Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+7
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-5
/
+15
2014-10-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-55
/
+97
2014-10-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-21
/
+1
2014-10-31
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-15
/
+21
2014-10-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-6
/
+57
2014-10-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+2
2014-10-31
Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2014-10-30
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
1
-4
/
+4
2014-10-30
audit: AUDIT_FEATURE_CHANGE message format missing delimiting space
Richard Guy Briggs
1
-1
/
+1
2014-10-30
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-44
/
+57
2014-10-30
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
4
-6
/
+57
2014-10-29
kernel/kmod: fix use-after-free of the sub_info structure
Martin Schwidefsky
1
-39
/
+37
2014-10-29
gcov: add ARM64 to GCOV_PROFILE_ALL
Riku Voipio
1
-1
/
+1
2014-10-28
Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+37
2014-10-28
rcu: Make rcu_barrier() understand about missing rcuo kthreads
Paul E. McKenney
3
-5
/
+44
2014-10-28
perf: Fix and clean up initialization of pmu::event_idx
Peter Zijlstra
2
-21
/
+1
2014-10-28
sched/dl: Fix preemption checks
Kirill Tkhai
1
-3
/
+7
2014-10-28
sched: stop the unbound recursion in preempt_schedule_context()
Oleg Nesterov
2
-40
/
+41
2014-10-28
sched/fair: Fix division by zero sysctl_numa_balancing_scan_size
Kirill Tkhai
2
-3
/
+5
2014-10-28
sched/fair: Care divide error in update_task_scan_period()
Yasuaki Ishimatsu
1
-1
/
+1
2014-10-28
sched/numa: Fix unsafe get_task_struct() in task_numa_assign()
Kirill Tkhai
1
-2
/
+12
2014-10-28
sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()
Juri Lelli
1
-5
/
+13
2014-10-28
sched/deadline: Don't replenish from a !SCHED_DEADLINE entity
Juri Lelli
1
-1
/
+12
2014-10-28
sched: Fix race between task_group and sched_task_group
Kirill Tkhai
1
-0
/
+6
2014-10-27
bpf: split eBPF out of NET
Alexei Starovoitov
3
-4
/
+13
2014-10-27
PM / Sleep: fix recovery during resuming from hibernation
Imre Deak
1
-1
/
+7
2014-10-26
futex: Fix a race condition between REQUEUE_PI and task death
Brian Silverman
1
-11
/
+11
2014-10-26
futex: Mention key referencing differences between shared and private futexes
Davidlohr Bueso
1
-4
/
+10
2014-10-25
clockevents: Prevent shift out of bounds
Thomas Gleixner
1
-1
/
+1
2014-10-25
posix-timers: Fix stack info leak in timer_create()
Mathias Krause
1
-0
/
+1
2014-10-24
ftrace: Fix checking of trampoline ftrace_ops in finding trampoline
Steven Rostedt (Red Hat)
1
-8
/
+22
2014-10-24
ftrace: Set ops->old_hash on modifying what an ops hooks to
Steven Rostedt (Red Hat)
1
-9
/
+15
2014-10-23
Merge branch 'freezer'
Rafael J. Wysocki
2
-15
/
+51
2014-10-23
Merge branch 'pm-qos'
Rafael J. Wysocki
1
-1
/
+26
2014-10-23
rcu: More on deadlock between CPU hotplug and expedited grace periods
Paul E. McKenney
1
-1
/
+13
[next]