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-09-26
bpf: handle pseudo BPF_CALL insn
Alexei Starovoitov
1
-0
/
+37
2014-09-26
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
2
-14
/
+180
2014-09-26
bpf: add lookup/update/delete/iterate methods to BPF maps
Alexei Starovoitov
1
-0
/
+235
2014-09-26
bpf: enable bpf syscall on x64 and i386
Alexei Starovoitov
1
-0
/
+3
2014-09-26
bpf: introduce BPF syscall and maps
Alexei Starovoitov
2
-1
/
+170
2014-09-26
ARM: 8153/1: Enable gcov support on the ARM architecture
Vincent Sanders
1
-1
/
+1
2014-09-26
kernel: add support for kernel restart handler call chain
Guenter Roeck
1
-0
/
+81
2014-09-26
Revert "cgroup: remove redundant variable in cgroup_mount()"
Zefan Li
1
-4
/
+7
2014-09-25
Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-35
/
+15
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-0
/
+36
2014-09-24
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
Zefan Li
1
-4
/
+5
2014-09-25
Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"
Rafael J. Wysocki
1
-35
/
+15
2014-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-09-24
percpu_ref: add PERCPU_REF_INIT_* flags
Tejun Heo
1
-3
/
+4
2014-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...
Tejun Heo
22
-186
/
+403
2014-09-24
Revert "perf: Do not allow optimized switch for non-cloned events"
Jiri Olsa
1
-1
/
+1
2014-09-24
perf: Fix child event initial state setup
Jiri Olsa
1
-1
/
+2
2014-09-24
perf: Do not POLLHUP event if it has children
Jiri Olsa
1
-1
/
+20
2014-09-24
sched/rt: Use resched_curr() in task_tick_rt()
Kirill Tkhai
1
-1
/
+1
2014-09-24
sched: Use rq->rd in sched_setaffinity() under RCU read lock
Kirill Tkhai
1
-4
/
+5
2014-09-24
sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'
Kirill Tkhai
1
-4
/
+4
2014-09-24
sched: Use dl_bw_of() under RCU read lock
Kirill Tkhai
1
-0
/
+10
2014-09-24
sched/fair: Remove duplicate code from can_migrate_task()
Kirill Tkhai
1
-14
/
+2
2014-09-24
sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW
Peter Zijlstra
2
-36
/
+0
2014-09-24
sched: print_rq(): Don't use tasklist_lock
Oleg Nesterov
1
-5
/
+2
2014-09-24
sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...
Oleg Nesterov
1
-10
/
+6
2014-09-24
sched: Fix the task-group check in tg_has_rt_tasks()
Oleg Nesterov
1
-1
/
+1
2014-09-24
sched/fair: Leverage the idle state info when choosing the "idlest" cpu
Nicolas Pitre
1
-7
/
+34
2014-09-24
sched: Let the scheduler see CPU idle states
Daniel Lezcano
2
-0
/
+36
2014-09-24
sched/deadline: Fix inter- exclusive cpusets migrations
Juri Lelli
2
-3
/
+8
2014-09-24
sched/deadline: Clear dl_entity params when setscheduling to different class
Juri Lelli
3
-4
/
+20
2014-09-24
sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()
Oleg Nesterov
1
-4
/
+0
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-42
/
+72
2014-09-23
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2014-09-22
Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...
Josh Triplett
2
-0
/
+7
2014-09-23
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
12
-362
/
+1272
2014-09-22
ARM: exynos: Move to generic PM domain DT bindings
Tomasz Figa
1
-1
/
+1
2014-09-22
PM / Domains: Add generic OF-based PM domain look-up
Tomasz Figa
1
-0
/
+4
2014-09-22
PM / sleep: new suspend_resume trace event for console resume
Todd E Brandt
1
-0
/
+2
2014-09-21
sched: Clean up some typos and grammatical errors in code/comments
Zhihui Zhang
3
-6
/
+6
2014-09-20
cgroup: remove redundant variable in cgroup_mount()
Zefan Li
1
-7
/
+4
2014-09-20
cgroup: fix missing unlock in cgroup_release_agent()
Zefan Li
1
-0
/
+3
2014-09-19
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+10
2014-09-19
cgroup: remove CGRP_RELEASABLE flag
Zefan Li
1
-27
/
+13
2014-09-19
perf/cgroup: Remove perf_put_cgroup()
Zefan Li
1
-6
/
+1
2014-09-19
sched: Test the CPU's capacity in wake_affine()
Vincent Guittot
1
-9
/
+10
2014-09-19
sched: Allow all architectures to set 'capacity_orig'
Vincent Guittot
1
-16
/
+11
2014-09-19
sched: Fix avg_load computation
Vincent Guittot
1
-2
/
+2
2014-09-19
sched: Remove a wake_affine() condition
Vincent Guittot
1
-24
/
+6
2014-09-19
sched: Fix imbalance flag reset
Vincent Guittot
1
-4
/
+19
[prev]
[next]