summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-10-12efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel1-0/+13
2015-10-12efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm1-1/+1
2015-10-11Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+21
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov2-7/+38
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner1-1/+3
2015-10-10Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes1-3/+5
2015-10-10irqchip/gic-v3: Change unsigned types for AArch32 compatibilityJean-Philippe Brucker1-9/+9
2015-10-10irqchip/gic-v3: Refactor the arm64 specific partsJean-Philippe Brucker1-79/+9
2015-10-10irqchip/gic-v3: Make gic_enable_sre an inline functionMarc Zyngier1-0/+16
2015-10-10devm: make allocations numa aware by defaultDan Williams1-4/+12
2015-10-10pmem: kill memremap_pmem()Dan Williams1-25/+1
2015-10-09soc: brcmstb: Add Bus Interface Unit control setupFlorian Fainelli1-0/+10
2015-10-09nvme: include <linux/types.ĥ> in <linux/nvme.h>Christoph Hellwig1-0/+2
2015-10-09nvme.h: add missing nvme_id_ctrl endianess annotationsChristoph Hellwig1-2/+2
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig1-2/+524
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig1-114/+0
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch1-1/+0
2015-10-09NVMe: Reference count open namespacesKeith Busch1-0/+1
2015-10-09irqdomain: Add an accessor for the of_node fieldMarc Zyngier1-0/+5
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-3/+3
2015-10-09net/inetdevice: bad_mask can be booleanYaowei Bai1-4/+4
2015-10-09net/inetdevice: inet_ifa_match can be booleanYaowei Bai1-1/+1
2015-10-09net/dccp: dccp_list_has_service can be booleanYaowei Bai1-3/+3
2015-10-09net/can: can_dropped_invalid_skb can be booleanYaowei Bai1-3/+3
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai1-3/+3
2015-10-09net/ieee80211: ieee80211_is_* can be booleanYaowei Bai1-38/+38
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen1-3/+4
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen1-1/+5
2015-10-09firmware: arm_scpi: Extend to support sensorsPunit Agrawal1-0/+17
2015-10-08Merge tag 'at91-cleanup-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+1
2015-10-08Merge branch 'sunrpc'Trond Myklebust1-0/+2
2015-10-08NFSv4: nfs4_async_handle_error should take a non-const nfs_serverTrond Myklebust1-3/+3
2015-10-08SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust1-0/+2
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-0/+4
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-0/+6
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-14/+47
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa2-17/+28
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran1-0/+7
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran1-19/+3
2015-10-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller1-0/+3
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar11-26/+36
2015-10-08Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2-1/+88
2015-10-08Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2-6/+6
2015-10-08cpu: Remove try_get_online_cpus()Paul E. McKenney1-2/+0
2015-10-08platform/chrome: Support reading/writing the vboot contextEmilio López1-0/+1
2015-10-08sysfs: Support is_visible() on binary attributesEmilio López1-4/+14
2015-10-07add FPGA manager coreAlan Tull1-0/+127