summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-05-23Input: lm8323 - move header file out of I2C realmWolfram Sang1-0/+0
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez1-2/+2
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+6
2017-05-22blk-mq: remove blk_mq_abort_requeue_list()Ming Lei1-1/+0
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern1-0/+5
2017-05-22of/platform: Make of_platform_device_destroy globally visibleJan Glauber1-0/+1
2017-05-22HID: Microsoft Win8 Wireless Radio Controls cleanupHans de Goede1-3/+2
2017-05-22HID: i2c-hid: move header file out of I2C realmWolfram Sang1-0/+0
2017-05-22gpiolib: Add stubs for gpiod lookup table interfaceAnatolij Gustschin1-0/+7
2017-05-22Revert "pinctrl: generic: Add bi-directional and output-enable"Linus Walleij1-3/+0
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman9-23/+54
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman9-23/+54
2017-05-22Merge 4.12-rc2 into char-misc-nextGreg Kroah-Hartman9-23/+54
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar1-8/+2
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2-0/+10
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-0/+2
2017-05-21wait4(2)/waitid(2): separate copying rusage to userlandAl Viro1-1/+1
2017-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+6
2017-05-21Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2017-05-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+4
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-10/+2
2017-05-20nvme-fc: correct port role bitsJames Smart1-2/+2
2017-05-20Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2017-05-20Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+27
2017-05-20phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2017-05-20sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti1-2/+5
2017-05-20net: more accurate checksumming in validate_xmit_skb()Davide Caratti2-8/+8
2017-05-20net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-7/+9
2017-05-20sk_buff: remove support for csum_bad in sk_buffDavide Caratti2-24/+3
2017-05-20net: introduce skb_crc32c_csum_helpDavide Caratti2-1/+3
2017-05-20skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+2
2017-05-20Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+5
2017-05-19drm/pl111: Register the clock divider and use it.Eric Anholt1-0/+5
2017-05-19regulator: axp20x-regulator: add support for AXP803Icenowy Zheng1-0/+37
2017-05-19Merge tag 'v4.12-rc1' into fixesOlof Johansson64-436/+1159
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval7-125/+188
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet7-12/+13
2017-05-18doc: ReSTify keys.txtKees Cook1-1/+1
2017-05-18doc: security: minor cleanups to build kernel-docKees Cook1-13/+12
2017-05-18doc: ReSTify credentials.txtKees Cook1-1/+1
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold2-2/+14
2017-05-18misc: sram-exec: Use aligned fncpy instead of memcpyDave Gerlach1-4/+4
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi1-0/+1
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren1-7/+7
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan1-1/+1
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-0/+1
2017-05-18tap: export skb_arrayJason Wang1-0/+5
2017-05-18tun: export skb_arrayJason Wang1-0/+5
2017-05-18skb_array: introduce batch dequeuingJason Wang1-0/+25