summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta
2018-05-03nospec: Allow getting/setting on non-current taskKees Cook
2018-05-03prctl: Add speculation control prctlsThomas Gleixner
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-05-03Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...Daniel Vetter
2018-05-03dma-fence: Make ->wait callback optionalDaniel Vetter
2018-05-03dma-fence: Make ->enable_signaling optionalDaniel Vetter
2018-05-03dma-fence: remove fill_driver_data callbackDaniel Vetter
2018-05-03Merge branch 'sdhci_omap' into nextUlf Hansson
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-05-02clk: Extract OF clock helpers in <linux/of_clk.h>Geert Uytterhoeven
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley
2018-05-02mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com
2018-05-02mtd: rawnand: davinci: store the core chipselect number in platform dataBartosz Golaszewski
2018-05-02dma-fence: Some kerneldoc polish for dma-fence.hDaniel Vetter
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh
2018-05-02Merge branch 'topic/bd9571mwv' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01Merge tag 'v4.17-rc3' into next-generalJames Morris
2018-05-01bus: ti-sysc: Tag some modules resource providers for noirq suspendTony Lindgren
2018-05-01net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin
2018-05-01net: Add TLS offload netdev opsIlya Lesokhin
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin
2018-05-01fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai
2018-04-30net: bridge: Publish bridge accessor functionsPetr Machata
2018-04-30Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-04-30backlight: Nuke BL_CORE_DRIVER1Daniel Vetter
2018-04-30backlight: Nuke unused backlight.props.state statesDaniel Vetter
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-30Merge 4.17-rc3 into staging-nextGreg Kroah-Hartman
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman
2018-04-30pwm-backlight: Add support for PWM delays proprieties.Enric Balletbo i Serra
2018-04-30backlight: Add RAVE SP backlight driverAndrey Smirnov
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song
2018-04-29bpf: add bpf_get_stack helperYonghong Song