summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-254-153/+121
|\
| * suspend: simplify block I/O handlingChristoph Hellwig2015-05-194-153/+121
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-244-7/+129
|\ \
| * | mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-241-1/+1
| * | watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-243-5/+70
| * | smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-241-1/+58
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-247-118/+413
|\ \ \
| * | | bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov2015-06-151-0/+2
| * | | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-152-8/+16
| * | | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-153-0/+67
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-132-2/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-083-3/+20
| |\ \ \ \
| * | | | | bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-9/+28
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-012-6/+11
| |\ \ \ \ \
| * | | | | | ebpf: misc core cleanupDaniel Borkmann2015-05-312-48/+58
| * | | | | | ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-313-12/+14
| * | | | | | bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-312-3/+20
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-234-50/+82
| |\ \ \ \ \ \
| * | | | | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-215-8/+220
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-13/+13
| |\ \ \ \ \ \ \
| * | | | | | | | seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-30/+12
| * | | | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-46/+22
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-246-492/+587
|\ \ \ \ \ \ \ \
| * | | | | | | | sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-195-8/+71
| * | | | | | | | lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+80
| * | | | | | | | lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
| * | | | | | | | sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34
| * | | | | | | | sched: Move code aroundPeter Zijlstra2015-06-191-186/+178
| * | | | | | | | sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
| * | | | | | | | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
| * | | | | | | | sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
| * | | | | | | | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-191-16/+19
| * | | | | | | | sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-191-11/+11
| * | | | | | | | sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
| * | | | | | | | sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23
| * | | | | | | | sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-194-38/+63
| * | | | | | | | Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-1931-1069/+939
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-243-34/+88
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-191-9/+9
| * | | | | | | | | futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-193-18/+73
| * | | | | | | | | locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-181-11/+10
| |/ / / / / / / /
* | | | | | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-234-63/+78
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-193-8/+19
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| | * | | | | | | | | PM / sleep: Return -EBUSY from suspend_enter() on wakeup detectionRuchi Kandoi2015-05-191-0/+2
| | * | | | | | | | | PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki2015-05-151-4/+11
| | * | | | | | | | | PM / sleep: Fix symbol name in a comment in kernel/power/main.cRafael J. Wysocki2015-05-131-1/+1
| | * | | | | | | | | PM / sleep: Refine diagnostic messages in enter_state()Rafael J. Wysocki2015-05-121-3/+3
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-191-55/+59
| |\ \ \ \ \ \ \ \ \