| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-13 | 3 | -8/+28 |
|\ |
|
| * | Merge commit '3cf2f34' into sched/core, to fix build error | Ingo Molnar | 2014-06-12 | 16 | -38/+88 |
| |\ |
|
| * | | sched, trace: Add a tracepoint for IPI-less remote wakeups | Andy Lutomirski | 2014-06-05 | 1 | -0/+20 |
| * | | sched: Rename capacity related flags | Nicolas Pitre | 2014-06-05 | 1 | -2/+2 |
| * | | sched: Final power vs. capacity cleanups | Nicolas Pitre | 2014-06-05 | 1 | -3/+3 |
| * | | sched: Let 'struct sched_group_power' care about CPU capacity | Nicolas Pitre | 2014-06-05 | 1 | -1/+1 |
| * | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2014-06-05 | 2 | -2/+2 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-13 | 7 | -10/+63 |
|\ \ \ |
|
| * | | | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 2014-06-06 | 3 | -5/+14 |
| * | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar | 2014-06-06 | 31 | -51/+181 |
| |\ \ \ |
|
| | * | | | perf: Fix perf_event_comm() vs. exec() assumption | Peter Zijlstra | 2014-06-06 | 1 | -1/+3 |
| * | | | | perf: Add new conditional branch filter 'PERF_SAMPLE_BRANCH_COND' | Anshuman Khandual | 2014-06-05 | 1 | -1/+2 |
| * | | | | perf: Disable sampled events if no PMU interrupt | Vince Weaver | 2014-06-05 | 1 | -0/+10 |
| * | | | | Merge branch 'perf/kprobes' into perf/core | Ingo Molnar | 2014-06-05 | 3 | -3/+30 |
| |\ \ \ \ |
|
| | * | | | | kprobes: Ensure blacklist data is aligned | Vineet Gupta | 2014-05-07 | 1 | -1/+2 |
| | * | | | | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu | 2014-04-24 | 3 | -3/+28 |
| | * | | | | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu | 2014-04-24 | 1 | -0/+1 |
| * | | | | | Merge branch 'perf/uprobes' into perf/core | Ingo Molnar | 2014-06-05 | 1 | -0/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov | 2014-05-14 | 1 | -0/+4 |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-13 | 3 | -3/+209 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocks | Waiman Long | 2014-06-06 | 2 | -0/+187 |
| * | | | | | | | locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCK | Davidlohr Bueso | 2014-06-05 | 1 | -1/+1 |
| * | | | | | | | locking/rwsem: Support optimistic spinning | Davidlohr Bueso | 2014-06-05 | 1 | -3/+22 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 108 | -540/+2197 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | net_sched: drr: warn when qdisc is not work conserving | Florian Westphal | 2014-06-12 | 1 | -1/+1 |
| * | | | | | | | net: Save software checksum complete | Tom Herbert | 2014-06-12 | 1 | -1/+2 |
| * | | | | | | | net: Preserve CHECKSUM_COMPLETE at validation | Tom Herbert | 2014-06-12 | 1 | -9/+14 |
| * | | | | | | | ip_vti: fix sparse warnings for VTI_ISVTI | Dmitry Popov | 2014-06-12 | 1 | -1/+1 |
| * | | | | | | | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2014-06-12 | 1 | -1/+15 |
| * | | | | | | | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai | 2014-06-11 | 1 | -0/+8 |
| * | | | | | | | net: sctp: migrate most recently used transport to ktime | Daniel Borkmann | 2014-06-11 | 1 | -3/+3 |
| * | | | | | | | ktime: add ktime_after and ktime_before helper | Daniel Borkmann | 2014-06-11 | 1 | -0/+24 |
| * | | | | | | | net: filter: cleanup A/X name usage | Alexei Starovoitov | 2014-06-11 | 1 | -72/+84 |
| * | | | | | | | bridge: memorize and export selected IGMP/MLD querier port | Linus Lüssing | 2014-06-11 | 1 | -0/+1 |
| * | | | | | | | bridge: add export of multicast database adjacent to net_dev | Linus Lüssing | 2014-06-11 | 1 | -0/+18 |
| * | | | | | | | tcp: add gfp parameter to tcp_fragment | Octavian Purdila | 2014-06-11 | 1 | -1/+1 |
| * | | | | | | | net: phy: fix sparse warning in fixed.c | Konrad Zapalowicz | 2014-06-06 | 1 | -0/+5 |
| * | | | | | | | isdn/capi: move capi_info2str to capidrv.c | Paul Bolle | 2014-06-05 | 1 | -5/+0 |
| * | | | | | | | vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) | Tom Herbert | 2014-06-05 | 2 | -1/+14 |
| * | | | | | | | gre: Call gso_make_checksum | Tom Herbert | 2014-06-05 | 3 | -2/+7 |
| * | | | | | | | net: Add GSO support for UDP tunnels with checksum | Tom Herbert | 2014-06-05 | 2 | -0/+3 |
| * | | | | | | | net: Support for multiple checksums with gso | Tom Herbert | 2014-06-05 | 1 | -1/+25 |
| * | | | | | | | udp: Generic functions to set checksum | Tom Herbert | 2014-06-05 | 2 | -0/+21 |
| * | | | | | | | xen-net{back, front}: Document multi-queue feature in netif.h | Andrew J. Bennieston | 2014-06-04 | 1 | -0/+53 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-04 | 9 | -6/+12 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2014-06-03 | 2 | -25/+24 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 2014-06-03 | 1 | -6/+0 |
| | * | | | | | | | | ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh | Ben Hutchings | 2014-05-19 | 1 | -1/+2 |
| | * | | | | | | | | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged | Ben Hutchings | 2014-05-19 | 1 | -2/+2 |
| | * | | | | | | | | ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh() | Ben Hutchings | 2014-05-19 | 1 | -8/+9 |