summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-6/+75
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer4-212/+2
2015-01-08Input: i8042 - reset keyboard to fix Elantech touchpad detectionSrihari Vijayaraghavan3-0/+47
2015-01-08Merge tag 'amdkfd-fixes-2015-01-06' of git://people.freedesktop.org/~gabbayo/...Dave Airlie8-167/+235
2015-01-08Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie5-12/+14
2015-01-08Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie8-33/+124
2015-01-08ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin instancesGeert Uytterhoeven1-0/+3
2015-01-08MAINTAINERS: remove Dmitry Torokhov's alternate addressDmitry Torokhov1-1/+0
2015-01-07ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko1-2/+2
2015-01-07ARM: 8249/1: mm: dump: don't skip regionsMark Rutland1-7/+2
2015-01-07ARM: wire up execveat syscallRussell King2-0/+2
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields1-3/+3
2015-01-07nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2015-01-07spi: dw: amend warning messageAndy Shevchenko1-1/+1
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin2-0/+17
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe2-3/+1
2015-01-07ASoC: Intel: Add NULL checks for the stream pointerJie Yang1-0/+30
2015-01-07vfio-pci: Fix the check on pci device type in vfio_pci_probe()Wei Yang1-3/+1
2015-01-07assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar1-0/+1
2015-01-07ALSA: fireworks: fix an endianness bug for transaction lengthTakashi Sakamoto1-1/+1
2015-01-07sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko1-14/+12
2015-01-07ARM: dts: berlin: correct BG2Q's SM GPIO location.Jisheng Zhang1-30/+30
2015-01-07ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell DMP DTJisheng Zhang1-0/+2
2015-01-07ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 hostJisheng Zhang1-1/+2
2015-01-07cfg80211: fix deadlock during reg chan checkArik Nemtsov1-22/+34
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Yoshihiro Shimoda1-2/+2
2015-01-07mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsJohn Linville1-1/+1
2015-01-07thermal: rcar: fix ENR register valueYoshihiro Shimoda1-3/+8
2015-01-07irqchip: atmel-aic-common: Prevent clobbering of priority when changing IRQ typeGavin Li1-2/+2
2015-01-07arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley1-0/+1
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley1-0/+1
2015-01-07arm64: fix missing linux/bug.h include in asm/arch_timer.hPaul Walmsley1-0/+1
2015-01-07arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley1-0/+1
2015-01-07arm64: sanity checks: add missing AArch32 registersMark Rutland2-0/+15
2015-01-07arm64: Remove unused prepare_to_copy()Tobias Klauser1-3/+0
2015-01-07arm64: Correct __NR_compat_syscalls for bpfMark Rutland1-1/+1
2015-01-07vhost/net: length miscalculationMichael S. Tsirkin1-1/+1
2015-01-07pinctrl: st: Add irq_disable hook to st_gpio_irqchipPatrice CHOTARD1-0/+1
2015-01-07pinctrl: st: avoid multiple mutex lockFrancesco VIRLINZI1-1/+3
2015-01-07gpio: dln2: Fix gpio output value in dln2_gpio_direction_output()Axel Lin1-4/+11
2015-01-07gpio: dln2: fix issue when an IRQ is unmasked then enabledOctavian Purdila1-46/+7
2015-01-07USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xxReinhard Speyerer2-2/+10
2015-01-07s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2-5/+7
2015-01-07ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hdaAaron Plattner1-0/+2
2015-01-07irqchip: omap-intc: Fix legacy DMA regressionFelipe Balbi1-5/+21
2015-01-07irqchip: gic-v3-its: Fix use of max with decimal constantWill Deacon1-1/+1
2015-01-07irqchip: hip04: Initialize hip04_cpu_map to 0xffffWang Long1-1/+1
2015-01-07irqchip: mtk-sysirq: Use IS_ERR() instead of NULL pointer checkYingjoe Chen1-2/+2
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-71/+105