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