summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-09-09mmc: dw_mmc: use mmc_regulator_get_supply to handle regulatorsYuvaraj CD
2014-09-09mmc: tmio: add actual clock support as optionShinobu Uehara
2014-09-09mmc: tmio: remove Renesas specific #ifdefKuninori Morimoto
2014-09-09mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara
2014-09-09mmc: tmio: control multiple block transfer modeShinobu Uehara
2014-09-09mmc: tmio: care about DMA tx/rx addr offsetKuninori Morimoto
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-09-09mmc: Correct the value of MMC_NUM_PHY_PARTITIONYi Sun
2014-09-09mmc: include linux/types.h for bool definition in atmel-mci.hHans-Christian Egtvedt
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar
2014-09-09cpufreq: Add support for per-policy driver dataViresh Kumar
2014-09-08Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-08tty: serial: 8250_core: allow to overwrite & export serial8250_startup()Sebastian Andrzej Siewior
2014-09-08serial: core: Document lock requirement for UPF_* flags updatesPeter Hurley
2014-09-09PM / domains: Keep declaration of dev_power_governors togetherUlf Hansson
2014-09-09PM / domains: Remove default_stop_ok() APIUlf Hansson
2014-09-09PM / domains: Remove genpd_queue_power_off_work() APIUlf Hansson
2014-09-09PM / domains: Remove pm_genpd_syscore_switch() APIUlf Hansson
2014-09-09PM / domains: Remove dev_irq_safe from genpd configUlf Hansson
2014-09-09PM / domains: Remove system PM callbacks from gpd_dev_opsUlf Hansson
2014-09-09PM / domains: Ignore callbacks for subsys generic_pm_domain_dataUlf Hansson
2014-09-09PM / domains: Remove the pm_genpd_add|remove_callbacks APIsUlf Hansson
2014-09-08serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Tejun Heo
2014-09-08bdi: remove unused stuffTejun Heo
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo
2014-09-08ARM: at91/tclib: mask interruptions at shutdown and probeGaël PORTAY
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY
2014-09-08mac80211: support DTPC IE (from Cisco Client eXtensions)Steinar H. Gunderson
2014-09-08HID: usbhid: add always-poll quirkJohan Hovold
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-09-08proportions: add @gfp to init functionsTejun Heo
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney
2014-09-07rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney
2014-09-07rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches
2014-09-07rcu: Uninline rcu_read_lock_held()Oleg Nesterov