summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-257-118/+413
|\
| * bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov2015-06-161-0/+2
| * bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-162-8/+16
| * bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-163-0/+67
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-142-2/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-093-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-022-6/+11
| |\ \ \
| * | | | ebpf: misc core cleanupDaniel Borkmann2015-06-012-48/+58
| * | | | ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-06-013-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/+12Star
| * | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-46/+22Star
* | | | | | | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-256-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/+18Star
| * | | | | | | sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34Star
| * | | | | | | sched: Move code aroundPeter Zijlstra2015-06-191-186/+178Star
| * | | | | | | 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/+23Star
| * | | | | | | 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/+939Star
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ 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/+10Star
| |/ / / / / / / /
* | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-13/+7Star
| | * | | | | | | | | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-6/+9
| | * | | | | | | | | sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki2015-05-041-44/+46
| | * | | | | | | | | sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki2015-05-041-19/+24
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-35/+61
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'for-4.1/upstream-fixes', 'for-4.2/kaslr' and 'for-4.2/upstrea...Jiri Kosina2015-06-221-30/+48
| |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | livepatch: annotate klp_init() with __initMinfei Huang2015-05-251-1/+1