summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2-14/+180
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+235
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov1-0/+3
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov2-1/+170
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders1-1/+1
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck1-0/+81
2014-09-26Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li1-4/+7
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+15
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-25Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki1-35/+15
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-3/+4
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo22-186/+403
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa1-1/+1
2014-09-24perf: Fix child event initial state setupJiri Olsa1-1/+2
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa1-1/+20
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai1-1/+1
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2-36/+0
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano2-0/+36
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2-3/+8
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli3-4/+20
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-42/+72
2014-09-23Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-09-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...Josh Triplett2-0/+7
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar12-362/+1272
2014-09-22ARM: exynos: Move to generic PM domain DT bindingsTomasz Figa1-1/+1
2014-09-22PM / Domains: Add generic OF-based PM domain look-upTomasz Figa1-0/+4
2014-09-22PM / sleep: new suspend_resume trace event for console resumeTodd E Brandt1-0/+2
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang3-6/+6
2014-09-20cgroup: remove redundant variable in cgroup_mount()Zefan Li1-7/+4
2014-09-20cgroup: fix missing unlock in cgroup_release_agent()Zefan Li1-0/+3
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2014-09-19cgroup: remove CGRP_RELEASABLE flagZefan Li1-27/+13
2014-09-19perf/cgroup: Remove perf_put_cgroup()Zefan Li1-6/+1
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot1-9/+10
2014-09-19sched: Allow all architectures to set 'capacity_orig'Vincent Guittot1-16/+11
2014-09-19sched: Fix avg_load computationVincent Guittot1-2/+2
2014-09-19sched: Remove a wake_affine() conditionVincent Guittot1-24/+6
2014-09-19sched: Fix imbalance flag resetVincent Guittot1-4/+19