summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf script: Add --inline option for debuggingNamhyung Kim2017-05-243-0/+39
| * | | | | perf report: Fix off-by-one for non-activation framesMilian Wolff2017-05-242-1/+16
| * | | | | perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff2017-05-241-10/+13
| * | | | | perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff2017-05-241-4/+9
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-05-271-6/+18
|\ \ \ \ \ \
| * | | | | | futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra2017-05-221-6/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-271-5/+12
|\ \ \ \ \ \
| * | | | | | kthread: Fix use-after-free if kthread fork failsVegard Nossum2017-05-221-5/+12
* | | | | | | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-276-9/+47
|\ \ \ \ \ \ \
| * | | | | | | x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner2017-05-271-6/+14
| * | | | | | | x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)2017-05-271-1/+1
| * | | | | | | selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu2017-05-271-0/+21
| * | | | | | | kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-272-1/+10
| * | | | | | | ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques2017-05-271-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-275-17/+20
|\ \ \ \ \ \ \
| * | | | | | | Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8
| * | | | | | | Input: elan_i2c - clear INT before resetting controllerKT Liao2017-05-251-1/+8
| * | | | | | | Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-Bélanger2017-05-231-0/+1
| * | | | | | | Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger2017-05-233-3/+3
* | | | | | | | Merge tag 'led_fixes_for_4-12-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | leds: pca955x: Correct I2C FunctionalityTin Huynh2017-05-221-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2657-254/+701
|\ \ \ \ \ \ \ \
| * | | | | | | | ipv4: add reference counting to metricsEric Dumazet2017-05-265-23/+45
| * | | | | | | | net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König2017-05-261-5/+2
| * | | | | | | | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| * | | | | | | | sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| * | | | | | | | net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| * | | | | | | | bonding: Don't update slave->link until ready to commitNithin Sujir2017-05-251-2/+9
| * | | | | | | | test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-251-0/+38
| * | | | | | | | Merge branch 'bpf-fixes'David S. Miller2017-05-258-34/+285
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: add various verifier test casesDaniel Borkmann2017-05-253-4/+255
| | * | | | | | | | bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann2017-05-253-0/+3
| | * | | | | | | | bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
| | * | | | | | | | bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann2017-05-251-21/+16
| | * | | | | | | | bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann2017-05-251-9/+10
| |/ / / / / / / /
| * | | | | | | | arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
| * | | | | | | | tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
| * | | | | | | | net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
| * | | | | | | | net: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-251-1/+1
| * | | | | | | | geneve: fix fill_info when using collect_metadataEric Garver2017-05-251-3/+5
| * | | | | | | | Merge branch 'q-in-q-checksums'David S. Miller2017-05-243-9/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich2017-05-241-0/+1
| | * | | | | | | | be2net: Fix offload features for Q-in-Q packetsVlad Yasevich2017-05-241-1/+3
| | * | | | | | | | vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich2017-05-241-8/+10
| |/ / / / / / / /
| * | | | | | | | net: phy: marvell: Limit errata to 88m1101Andrew Lunn2017-05-241-29/+37
| * | | | | | | | net/phy: fix mdio-octeon dependency and buildRandy Dunlap2017-05-241-1/+1
| * | | | | | | | Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-05-248-30/+120
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: Tolerate irq_set_affinity_hint() failuresTariq Toukan2017-05-231-11/+4
| | * | | | | | | | net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-234-8/+44
| | * | | | | | | | net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit2017-05-231-1/+7