summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-10-03virtchnl: Added support to exchange additional speed valuesYashaswini Raghuram Prathivadi Bhayankaram
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever
2018-10-03clocksource: Remove obsolete CLOCKSOURCE_OF_DECLAREDaniel Lezcano
2018-10-03clk: ti: Add functions to save/restore clk contextRuss Dill
2018-10-03clk: clk: Add clk_gate_restore_context functionKeerthy
2018-10-03clk: Add functions to save/restore clock context en-masseRuss Dill
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo
2018-10-03dt-bindings: clock: dra7xx: add clkctrl indices for new data layoutTero Kristo
2018-10-03dt-bindings: clock: am43xx: add clkctrl indices for new data layoutTero Kristo
2018-10-03dt-bindings: clock: am33xx: add clkctrl indices for new data layoutTero Kristo
2018-10-03Merge tag 'media/v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Greg Kroah-Hartman
2018-10-03kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose
2018-10-03media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus
2018-10-03irqchip/gic: Unify GIC priority definitionsJulien Thierry
2018-10-03netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon
2018-10-03mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon
2018-10-03mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon
2018-10-03mtd: rawnand: Get rid of the duplicate nand_chip forward declarationBoris Brezillon
2018-10-03mtd: rawnand: Get rid of nand_flash_dev forward declationBoris Brezillon
2018-10-03mtd: rawnand: Move function prototypes after struct declarationsBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->erase()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon
2018-10-03mtd: rawnand: Make maxchips an unsigned intBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon