summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-18pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Tom Haynes4-75/+45
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai1-0/+1
2015-02-18firmware: dmi_scan: Fix dmi scan to handle "End of Table" structureIvan Khoronzhuk1-6/+7
2015-02-18dm snapshot: fix a possible invalid memory access on unloadMikulas Patocka1-2/+2
2015-02-18dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-02-18x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()Joerg Roedel1-0/+3
2015-02-18x86/irq: Fix regression caused by commit b568b8601f05Jiang Liu1-0/+5
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T3-56/+64
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-02-18Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar6-213/+307
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown2-22/+19
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov1-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker1-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai1-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra3-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra1-0/+16
2015-02-18Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming1-10/+6
2015-02-18ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2-8/+0
2015-02-18Merge tag 'arm-soc/for-3.20/dts' of http://github.com/broadcom/stblinux into ...Arnd Bergmann2-2/+23
2015-02-18ARM: rockchip: force built-in regulator support for PMArnd Bergmann1-0/+1
2015-02-18ARM: mvebu: build armada375-smp code conditionallyArnd Bergmann1-1/+1
2015-02-18ARM: sti: always enable RESET_CONTROLLERArnd Bergmann1-0/+1
2015-02-18ARM: rockchip: make rockchip_suspend_init conditionalArnd Bergmann1-0/+6
2015-02-18ARM: ixp4xx: fix {in,out}s{bwl} data typesArnd Bergmann1-6/+13
2015-02-18ARM: prima2: do not select SMP_ON_UPArnd Bergmann1-1/+0
2015-02-18ARM: at91: fix pm declarationsArnd Bergmann1-4/+4
2015-02-18ARM: davinci: multi-soc kernels require AUTO_ZRELADDRArnd Bergmann1-0/+2
2015-02-18ARM: davinci: davinci_cfg_reg cannot be initArnd Bergmann1-2/+2
2015-02-18ARM: BCM: put back ARCH_MULTI_V7 dependency for mobileArnd Bergmann1-2/+2
2015-02-18ARM: vexpress: use ARM_CPU_SUSPEND if neededArnd Bergmann1-0/+1
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior1-1/+2
2015-02-18pwm: tegra: Use NSEC_PER_SECThierry Reding1-1/+1
2015-02-18ACPI / resources: Change pr_info() to pr_debug() for debug informationRafael J. Wysocki1-1/+1
2015-02-18IB/core: Properly handle registration of on-demand paging MRs after deregHaggai Eran1-1/+2
2015-02-18IB/mlx5: Update the dev in reg_createMajd Dibbiny1-0/+1
2015-02-18IB/mlx4: In mlx4_ib_demux_cm, print out GUID in host-endian orderJack Morgenstein1-1/+1
2015-02-18IB/mlx4: Bug fixes in mlx4_ib_resize_cqMajd Dibbiny1-4/+3
2015-02-18IB/mlx4: Fix memory leak in __mlx4_ib_modify_qpMajd Dibbiny1-2/+4
2015-02-18IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2015-02-18ACPI / video: Disable native backlight on Samsung Series 9 laptopsJens Reyer1-0/+9
2015-02-18cpuidle: powernv: Read target_residency value of idle states from DT if avail...Preeti U Murthy1-29/+40
2015-02-18gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro1-214/+141
2015-02-18gadgetfs: use-after-free in ->aio_read()Al Viro1-3/+12
2015-02-18gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro1-78/+58
2015-02-18gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro1-61/+25
2015-02-18gadget/function/f_fs.c: close leaksAl Viro1-2/+12
2015-02-18move iov_iter.c from mm/ to lib/Al Viro3-2/+2
2015-02-18new helper: dup_iter()Al Viro2-0/+17