aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/probes/decode-insn.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPATTony Lindgren1-1/+1
2019-03-08clk: fixup default index for of_clk_get_by_name()Kuninori Morimoto1-1/+1
2019-03-01clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd3-66/+62
2019-03-01clk: Inform the core about consumer devicesStephen Boyd3-9/+21
2019-03-01clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd3-65/+69
2019-03-01clk: core: clarify the check for runtime PMMiquel Raynal1-6/+8
2019-03-01clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd3-61/+98
2019-02-28clk: imx8mq: add GPIO clocks to clock treeAnson Huang2-1/+12
2019-02-26clk: mediatek: correct cpu clock name for MT8173 SoCSeiya Wang2-3/+4
2019-02-26clk: imx: Refactor entire sccg pll clkAbel Vesa3-159/+417
2019-02-26clk: imx: scu: add cpu frequency scaling supportAnson Huang1-0/+36
2019-02-26clk: mediatek: Mark bus and DRAM related clocks as criticalJasper Mattsson1-25/+43
2019-02-26clk: mediatek: Add flags to mtk_gateJasper Mattsson4-3/+7
2019-02-26clk: mediatek: Add MUX_FLAGS macroJasper Mattsson1-2/+6
2019-02-26clk: qcom: gcc-sdm845: Define parent of PCIe PIPE clocksBjorn Andersson1-0/+5
2019-02-26clk: ingenic: Remove set but not used variable 'enable'YueHaibing1-2/+1
2019-02-25clk: at91: programmable: remove unneeded register readNicolas Ferre1-3/+0
2019-02-25clk: mediatek: using CLK_MUX_ROUND_CLOSEST for the clock of dpi1_selchunhui dai1-2/+2
2019-02-25clk: mediatek: add MUX_GATE_FLAGS_2chunhui dai2-7/+15
2019-02-25clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLKFabrizio Castro1-1/+1
2019-02-24Linux 5.0-rc8Linus Torvalds1-1/+1
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2-0/+15
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-23net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens1-7/+3
2019-02-23Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu1-8/+1
2019-02-23selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo1-0/+1
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier1-1/+5
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-22Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli1-5/+5
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn1-1/+5
2019-02-22ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev1-102/+12
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev3-19/+74
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2-3/+12
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev3-9/+7
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2019-02-22net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to private for each of them.Vadim Lomovtsev2-15/+19