summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-15cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup coreTejun Heo
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-13locks: typedef fl_owner_t to void *Christoph Hellwig
2014-07-10PCI: Add include guard to include/linux/pci_ids.hRasmus Villemoes
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney
2014-07-09rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney
2014-07-09rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney
2014-07-09rcu: Document deadlock-avoidance information for rcu_read_unlock()Paul E. McKenney
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo
2014-07-09cgroup: remove CGRP_ROOT_OPTION_MASKTejun Heo
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier
2014-07-08cgroup: implement cgroup_subsys->depends_onTejun Heo
2014-07-08cgroup: implement cgroup_subsys->css_reset()Tejun Heo
2014-07-08cgroup: make interface files visible iff enabled on cgroup->subtree_controlTejun Heo
2014-07-08cgroup: introduce cgroup->subtree_controlTejun Heo
2014-07-03Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-07-03Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo
2014-07-03PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang
2014-07-03PCI: Make resetting secondary bus logic commonGavin Shan
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai
2014-07-02clk: define and export clk_debugs_add_filePeter De Schrijver
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack
2014-07-02sched: Fix compiler warningsGuenter Roeck
2014-07-01core: fix typo in percpu read_mostly sectionZhengyu He
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern
2014-06-30ata: pata_samsung_cf: removes s5pc100 related ata codesKukjin Kim
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)
2014-06-30ftrace: Use macros for numbers in ftrace rec shift bitsSteven Rostedt (Red Hat)
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2014-06-28percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo
2014-06-28percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo
2014-06-28percpu-refcount: add helpers for ->percpu_count accessesTejun Heo
2014-06-28percpu-refcount: one bit is enough for REF_STATUSTejun Heo
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin