summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-22bpf: add skc_lookup_tcp helperLorenz Bauer1-1/+19
2019-03-22bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+1
2019-03-22rhashtable: rename rht_for_each*continue as *from.NeilBrown1-20/+20
2019-03-22rhashtable: don't hold lock on first table throughout insertion.NeilBrown1-13/+0
2019-03-21net: dst: remove gc leftoversJulian Wiedmann1-11/+0
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern1-0/+4
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2-1/+2
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti1-1/+6
2019-03-21tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai1-0/+1
2019-03-21PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas1-9/+0
2019-03-21PCI/MSI: Remove unused __write_msi_msg() and write_msi_msg()Bjorn Helgaas1-9/+0
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern1-1/+2
2019-03-21ARM: at91: add sam9x60 SFR definitionsTudor Ambarus1-7/+27
2019-03-21mtd: spinand: Use the spi-mem dirmap APIBoris Brezillon1-0/+7
2019-03-21regulator: add regulator_get_linear_step() stub helperArnd Bergmann1-0/+5
2019-03-21ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto1-45/+45
2019-03-21ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto1-31/+8
2019-03-21ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto1-1/+9
2019-03-21ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto1-3/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto1-0/+23
2019-03-21ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto1-0/+72
2019-03-21ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson1-1/+7
2019-03-21Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner1-2/+1
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu1-1/+1
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst1-10/+11
2019-03-21LSM: add new hook for kernfs node initializationOndrej Mosnacek3-0/+37
2019-03-21syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-2/+3
2019-03-21unicore32: define syscall_get_arch()Dmitry V. Levin1-0/+1
2019-03-21Move EM_UNICORE to uapi/linux/elf-em.hDmitry V. Levin1-0/+1
2019-03-21nios2: define syscall_get_arch()Dmitry V. Levin1-0/+1
2019-03-21nds32: define syscall_get_arch()Dmitry V. Levin1-0/+2
2019-03-21Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin1-0/+2
2019-03-21hexagon: define syscall_get_arch()Dmitry V. Levin1-0/+1
2019-03-21Move EM_HEXAGON to uapi/linux/elf-em.hDmitry V. Levin1-0/+1
2019-03-21h8300: define syscall_get_arch()Dmitry V. Levin1-0/+1
2019-03-21c6x: define syscall_get_arch()Dmitry V. Levin1-0/+2
2019-03-21arc: define syscall_get_arch()Dmitry V. Levin1-0/+4
2019-03-21Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin1-0/+2
2019-03-21ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra1-0/+1
2019-03-21vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2-0/+9
2019-03-21vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2-0/+19
2019-03-21vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2-0/+16
2019-03-21vfs: Implement logging through fs_contextDavid Howells2-7/+21
2019-03-21vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells3-0/+22
2019-03-21vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells4-0/+27