summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-06-18clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_dataChen-Yu Tsai1-0/+9
2019-06-18clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_dataChen-Yu Tsai1-0/+11
2019-06-18clk: Add CLK_HW_INIT_* macros using .parent_hwsChen-Yu Tsai1-0/+32
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+3
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2-0/+4
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha1-1/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller168-1381/+320
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-2/+29
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-6/+1
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-1/+1
2019-06-17netfilter: synproxy: remove module dependency on IPv6 SYNPROXYFernando Fernandez Mancera1-0/+36
2019-06-17spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko1-0/+2
2019-06-17platform/x86: wmi: add context argument to the probe functionMattias Jacobsson1-1/+1
2019-06-17platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson1-0/+1
2019-06-17platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi1-0/+1
2019-06-17platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi1-2/+2
2019-06-17platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi1-0/+1
2019-06-17Merge tag 'versatile-v5.3-armsoc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-28/+0
2019-06-17Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-0/+1
2019-06-17Merge tag 'omap-for-v5.3/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-0/+12
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra1-14/+31
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar157-1379/+202
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2-7/+8
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long1-1/+1
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long1-0/+5
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long1-4/+5
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar164-1395/+293
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov1-2/+2
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira1-0/+3
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar164-1395/+293
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman164-1395/+293
2019-06-17mfd: lp87565: Add support for 4-phase LP87561 combinationKeerthy1-0/+2
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl1-1/+0
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl1-3/+0
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl1-1/+0
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2019-06-16net/mlx5: Expose eswitch encap modeMaor Gottlieb1-0/+12
2019-06-16tcp: limit payload size of sacked skbsEric Dumazet1-0/+4
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu1-0/+1
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens2-4/+1
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-1/+1
2019-06-15processor: remove spin_cpu_yieldHeiko Carstens1-9/+0
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov1-0/+1
2019-06-15Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+13
2019-06-15sysctl: define proc_do_static_key()Eric Dumazet2-1/+3
2019-06-15Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-4/+19
2019-06-15locking/static_key: always define static_branch_deferred_incWillem de Bruijn1-2/+3
2019-06-15net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl1-1/+1
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing1-7/+24
2019-06-15i2c: headers: reformat header comment and update copyrightWolfram Sang1-11/+7