summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-07-18ARM: i.MX: Remove registration helper for i.MX1 USB UDCAlexander Shiyan1-23/+0
2014-07-18devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi1-0/+4
2014-07-18serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE1-0/+2
2014-07-18Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman1-0/+2
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko1-0/+5
2014-07-18cpufreq: make table sentinel macros unsigned to match useBrian W Hart1-2/+2
2014-07-18nfsd: silence sparse warning about accessing credentialsJeff Layton1-0/+9
2014-07-18Add module param type 'ullong'Hannes Reinecke1-0/+5
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+1
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)1-0/+1
2014-07-17KEYS: validate certificate trust only with builtin keysDmitry Kasatkin1-0/+1
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON1-0/+2
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding4-200/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-4/+0
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar21-42/+126
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar4-59/+67
2014-07-17Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas2-2/+6
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-28/+44
2014-07-17PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang1-2/+0
2014-07-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner138-1036/+2187
2014-07-16tracing: Kill ftrace_event_call->filesOleg Nesterov1-1/+0
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov1-1/+0
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov1-1/+0
2014-07-16Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris1-1/+4
2014-07-16i2c: s6000: remove duplicate driverWolfram Sang1-10/+0
2014-07-16usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht1-0/+6
2014-07-16ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)1-0/+10
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2-9/+11
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2-6/+112
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar17-18/+77
2014-07-16ARM: mvebu: extend PMSU code to support dynamic frequency scalingThomas Petazzoni1-0/+20
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso1-2/+4
2014-07-16locking/rwsem: Reduce the size of struct rw_semaphoreJason Low1-14/+11
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra1-4/+4
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai1-3/+3
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov1-2/+0
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2-1/+9
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low3-6/+24
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2-4/+4
2014-07-16ARM: OMAP2+: remove DSP platform deviceKristina Martšenko1-34/+0
2014-07-16net-timestamp: document deprecated syststampWillem de Bruijn1-2/+4
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-4/+6
2014-07-16net: add name_assign_type netdev attributeTom Gundersen1-0/+2
2014-07-16quota: remove dqptr_semNiu Yawei1-1/+0
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+2
2014-07-15cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup coreTejun Heo1-2/+4
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo1-2/+7
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo1-1/+1
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1