summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch
2015-10-09NVMe: Reference count open namespacesKeith Busch
2015-10-09irqdomain: Add an accessor for the of_node fieldMarc Zyngier
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-09net/inetdevice: bad_mask can be booleanYaowei Bai
2015-10-09net/inetdevice: inet_ifa_match can be booleanYaowei Bai
2015-10-09net/dccp: dccp_list_has_service can be booleanYaowei Bai
2015-10-09net/can: can_dropped_invalid_skb can be booleanYaowei Bai
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai
2015-10-09net/ieee80211: ieee80211_is_* can be booleanYaowei Bai
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen
2015-10-09firmware: arm_scpi: Extend to support sensorsPunit Agrawal
2015-10-08Merge tag 'at91-cleanup-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2015-10-08Merge branch 'sunrpc'Trond Myklebust
2015-10-08NFSv4: nfs4_async_handle_error should take a non-const nfs_serverTrond Myklebust
2015-10-08SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran
2015-10-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney
2015-10-07cpu: Remove try_get_online_cpus()Paul E. McKenney
2015-10-07platform/chrome: Support reading/writing the vboot contextEmilio López
2015-10-07sysfs: Support is_visible() on binary attributesEmilio López
2015-10-07add FPGA manager coreAlan Tull
2015-10-07coresight: fixing typographical errorMathieu Poirier
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-10-06PCI: Add builtin_pci_driver() to avoid registration boilerplatePaul Gortmaker
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney
2015-10-06rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier
2015-10-06rcu: Add rcu_pointer_handoff()Paul E. McKenney
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng