aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-03-26rcu: Do a single rhp->func read in rcu_head_after_call_rcu()Neeraj Upadhyay1-2/+4
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean1-0/+16
2019-03-26proc/kcore: Remove unused kclist_add_remap()Bhupesh Sharma1-11/+0
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun1-0/+8
2019-03-25Revert "parport: daisy: use new parport device model"Linus Torvalds1-13/+0
2019-03-25LSM: lsm_hooks.h - fix missing colon in docstringOndrej Mosnacek1-1/+1
2019-03-25Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+2
2019-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát1-0/+3
2019-03-23Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+1
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-2/+2
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner1-0/+6
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+20
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+4
2019-03-23Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song1-0/+2
2019-03-22net/mlx5e: Add VLAN ID rewrite fieldsEli Britstein1-0/+1
2019-03-22sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang1-1/+1
2019-03-22gpio: amd-fch: Fix bogus SPDX identifierThomas Gleixner1-1/+1
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+2
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner1-25/+0
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+1
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown1-20/+20
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown1-13/+0
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-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-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-20LSM: add new hook for kernfs node initializationOndrej Mosnacek3-0/+37
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells1-0/+1
2019-03-20vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells1-0/+1
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+2
2019-03-20vfs: Implement logging through fs_contextDavid Howells2-7/+21
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2-0/+17
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells3-0/+16
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2-2/+6
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche1-2/+0
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu1-0/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-8/+4
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni1-0/+2
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni1-3/+3
2019-03-20spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko1-0/+1
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov1-0/+2
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang1-5/+0
2019-03-20reset: Add acquire/release support for arraysThierry Reding1-0/+6
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding1-6/+8
2019-03-20reset: add acquired/released state for exclusive reset controlsPhilipp Zabel1-20/+73