aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre2014-06-051-13/+13
| * | | | | | sched/fair: Remove "power" from 'struct numa_stats'Nicolas Pitre2014-06-051-6/+7
| * | | | | | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
| * | | | | | sched/fair: Use time_after() in record_wakee()Manuel Schölling2014-06-051-1/+1
| * | | | | | sched/balancing: Reduce the rate of needless idle load balancingTim Chen2014-06-051-6/+11
| * | | | | | sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall2014-06-051-19/+21
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-1210-310/+428
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-2/+2
| * | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-0623-250/+377
| |\ \ \ \ \ \
| | * | | | | | perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-12/+16
| * | | | | | | uprobes: Teach copy_insn() to support tmpfsOleg Nesterov2014-06-051-5/+10
| * | | | | | | uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov2014-06-051-3/+3
| * | | | | | | perf: Disable sampled events if no PMU interruptVince Weaver2014-06-051-0/+7
| * | | | | | | perf: Fix use after free in perf_remove_from_context()Peter Zijlstra2014-06-051-2/+2
| * | | | | | | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-058-254/+343
| |\ \ \ \ \ \ \
| | * | | | | | | kprobes: Show blacklist entries via debugfsMasami Hiramatsu2014-04-241-8/+53
| | * | | | | | | kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu2014-04-241-2/+4
| | * | | | | | | kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu2014-04-241-9/+13
| | * | | | | | | kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-244-65/+82
| | * | | | | | | kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu2014-04-241-26/+41
| | * | | | | | | kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-243-15/+14
| | * | | | | | | kprobes: Allow probe on some kprobe functionsMasami Hiramatsu2014-04-241-77/+76
| | * | | | | | | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-242-48/+53
| | * | | | | | | kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-5/+8
| * | | | | | | | Merge branch 'perf/uprobes' into perf/coreIngo Molnar2014-06-052-34/+47
| |\ \ \ \ \ \ \ \
| | * | | | | | | | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-141-0/+10
| | * | | | | | | | uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov2014-05-141-12/+11
| | * | | | | | | | uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov2014-04-301-1/+1
| | * | | | | | | | uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov2014-04-301-5/+9
| | * | | | | | | | uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov2014-04-301-18/+18
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-125-30/+367
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2014-06-063-0/+141
| * | | | | | | | | | locking/rwsem: Fix checkpatch.pl warningsAndrew Morton2014-06-051-3/+3
| * | | | | | | | | | locking/rwsem: Support optimistic spinningDavidlohr Bueso2014-06-052-30/+226
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-123-57/+121
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-039-48/+153
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-011-42/+41
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-2417-211/+236
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-211-4/+2
| * | | | | | | | | | | seccomp: JIT compile seccomp filterAlexei Starovoitov2014-05-151-9/+20
| * | | | | | | | | | | ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-2/+2
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-1210-41/+54
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | audit: send multicast messages only if there are listenersRichard Guy Briggs2014-04-221-0/+3
| * | | | | | | | | | | | audit: add netlink multicast group for log readRichard Guy Briggs2014-04-221-4/+47
| * | | | | | | | | | | | audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs2014-04-221-0/+10
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-124-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-124-2/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-074-2/+23
| | * | | | | | | | | | | | Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2014-06-0715-44/+74
| | |\ \ \ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-112-29/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \