summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-25/+48
2017-04-15Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner26-60/+123
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner1-0/+5
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval1-1/+1
2017-04-14blk-mq: export helpersOmar Sandoval1-0/+1
2017-04-14sbitmap: add sbitmap_get_shallow() operationOmar Sandoval1-0/+55
2017-04-14remove the mg_disk driverChristoph Hellwig1-45/+0
2017-04-14block: fix bio_will_gap() for first bvec with offsetMing Lei1-4/+28
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani2-2/+2
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-6/+6
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani2-1/+6
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-5/+5
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-15/+0
2017-04-14cpumask: Add helper cpumask_available()Matthias Kaehlcke1-0/+10
2017-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2017-04-14iio: stm32 trigger: Add quadrature encoder deviceBenjamin Gaignard1-0/+2
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar32-86/+107
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-0/+14
2017-04-14net: Add ESP offload featuresSteffen Klassert3-1/+10
2017-04-14mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov1-13/+0
2017-04-14PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOTJayachandran C1-0/+2
2017-04-14Merge remote-tracking branch 'chanwoo-extcon/ib-extcon-4.12' into psy-nextSebastian Reichel1-5/+16
2017-04-14power: supply: bq24190_charger: Use i2c-core irq-mapping codeHans de Goede1-16/+0
2017-04-14libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang1-2/+0
2017-04-13netlink: allow sending extended ACK with cookie on successJohannes Berg1-0/+7
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+25
2017-04-13Merge branch 'linux-leds/dell-laptop-changes-for-4.12'Darren Hart1-5/+1
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-04-13dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams1-0/+3
2017-04-13Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams22-57/+79
2017-04-13libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang1-1/+6
2017-04-12serdev: add helpers for cts and rts handlingSebastian Reichel1-0/+31
2017-04-12serdev: implement get/set tiocmSebastian Reichel1-0/+13
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel1-0/+3
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand1-2/+2
2017-04-12net: make struct net_device::min_header_len 8-bitAlexey Dobriyan1-1/+1
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan1-2/+1
2017-04-12Merge tag 'tegra-for-4.12-clk' of git://git.kernel.org/pub/scm/linux/kernel/g...Michael Turquette1-0/+3
2017-04-12Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas2-6/+25
2017-04-12Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+25
2017-04-12PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi1-29/+1
2017-04-11usb: gadget.h: be consistent at kernel doc macrosMauro Carvalho Chehab1-1/+1
2017-04-11usb: composite.h: fix two warnings when building docsMauro Carvalho Chehab1-2/+3
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab1-0/+1
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I2-0/+4
2017-04-11PCI: endpoint: Introduce configfs entry for configuring EP functionsKishon Vijay Abraham I1-0/+41
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I3-0/+312