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-09-29
tracing/syscalls: fix multiline in error message text
Colin Ian King
1
-4
/
+2
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
1
-18
/
+311
2016-09-27
bpf: clean up put_cpu_var usage
Shaohua Li
1
-1
/
+1
2016-09-27
Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-8
/
+40
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
1
-3
/
+2
2016-09-25
Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-13
/
+16
2016-09-25
genirq: Make function __irq_do_set_handler() static
Wei Yongjun
1
-1
/
+1
2016-09-25
fix memory leaks in tracing_buffers_splice_read()
Al Viro
1
-6
/
+8
2016-09-25
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
1
-7
/
+8
2016-09-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-09-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2016-09-23
cgroup: fix invalid controller enable rejections with cgroup namespace
Tejun Heo
1
-4
/
+25
2016-09-23
tracing: Call traceoff trigger after event is recorded
Masami Hiramatsu
1
-0
/
+1
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-14
/
+76
2016-09-23
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
4
-2
/
+42
2016-09-22
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
4
-0
/
+62
2016-09-22
nsfs: add ioctl to get a parent namespace
Andrey Vagin
2
-0
/
+20
2016-09-22
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
4
-0
/
+42
2016-09-23
kvmconfig: add virtio-gpu to config fragment
Rob Herring
1
-0
/
+1
2016-09-23
config: move x86 kvm_guest.config to a common location
Rob Herring
1
-0
/
+31
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
4
-4
/
+4
2016-09-22
locking/lglock: Remove lglock implementation
Peter Zijlstra
2
-90
/
+0
2016-09-22
stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()
Oleg Nesterov
2
-38
/
+26
2016-09-22
locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()
Pan Xinhui
1
-1
/
+1
2016-09-22
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
34
-143
/
+543
2016-09-22
sched/debug: Hide printk() by default
Peter Zijlstra
1
-1
/
+3
2016-09-22
sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasks
Srivatsa Vaddagiri
1
-1
/
+1
2016-09-22
perf/core: Limit matching exclusive events to one PMU
Alexander Shishkin
1
-1
/
+1
2016-09-22
sched/core: Avoid _cond_resched() for PREEMPT=y
Peter Zijlstra
1
-0
/
+2
2016-09-22
sched/core: Optimize __schedule()
Peter Zijlstra
2
-35
/
+29
2016-09-22
stop_machine: Avoid a sleep and wakeup in stop_one_cpu()
Cheng Chao
2
-2
/
+11
2016-09-22
sched/core: Remove unnecessary initialization in sched_init()
Cheng Chao
1
-5
/
+0
2016-09-22
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
5
-15
/
+73
2016-09-22
smp: Allocate smp_call_on_cpu() workqueue on stack too
Peter Zijlstra
1
-1
/
+2
2016-09-22
sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...
Con Kolivas
1
-1
/
+1
2016-09-21
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
1
-2
/
+12
2016-09-21
bpf: enable non-core use of the verfier
Jakub Kicinski
1
-0
/
+68
2016-09-21
bpf: expose internal verfier structures
Jakub Kicinski
1
-163
/
+103
2016-09-21
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-30
/
+40
2016-09-20
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2
-14
/
+43
2016-09-20
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
1
-1
/
+1
2016-09-20
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
4
-16
/
+76
2016-09-20
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
1
-0
/
+6
2016-09-19
cgroup: duplicate cgroup reference when cloning sockets
Johannes Weiner
1
-0
/
+6
2016-09-19
padata: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-38
/
+50
2016-09-19
genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONE
Marc Zyngier
1
-2
/
+6
2016-09-16
cpuset: fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-09-16
fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...
Andy Lutomirski
1
-9
/
+53
2016-09-16
sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK
Andy Lutomirski
2
-1
/
+38
2016-09-16
kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...
Oleg Nesterov
1
-2
/
+6
[prev]
[next]