summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-26Linux 3.18-rc2v3.18-rc2Linus Torvalds1-1/+1
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-46/+107
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-58/+3814
2014-10-25Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson3-12/+11
2014-10-25ARM: dts: imx28-evk: Let i2c0 run at 100kHzFabio Estevam1-1/+0
2014-10-25ARM: i.MX6: Fix "emi" clock name typoSteve Longerbeam2-11/+11
2014-10-24overlayfs: embed middle into overlay_readdir_dataAl Viro1-7/+5
2014-10-24overlayfs: embed root into overlay_readdir_dataAl Viro1-6/+5
2014-10-24overlayfs: make ovl_cache_entry->name an array instead of pointerAl Viro1-6/+5
2014-10-24overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro1-6/+13
2014-10-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds22-575/+30
2014-10-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds13-32/+160
2014-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-62/+70
2014-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-85/+282
2014-10-24Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds7-74/+50
2014-10-24Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-18/+52
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-19/+36
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-150/+527
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds31-422/+2222
2014-10-24arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas1-4/+8
2014-10-24sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller10-62/+40
2014-10-24arm64: ASLR: Don't randomise text when randomise_va_space == 0Arun Chandran3-7/+3
2014-10-24MIPS: SEAD3: Fix I2C device registration.Ralf Baechle1-7/+1
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li4-0/+17
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit1-1/+1
2014-10-24kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-24KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit1-3/+4
2014-10-24KVM: x86: Emulator does not decode clflush wellNadav Amit1-3/+17
2014-10-24KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini1-1/+1
2014-10-24MIPS: SEAD3: Nuke PIC32 I2C driver.Ralf Baechle3-526/+0
2014-10-24KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit1-2/+4
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
2014-10-24KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+88
2014-10-24KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-10-24KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-10-24KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig3-6/+14
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-10-24ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macroDavid Henningsson1-2/+2
2014-10-23Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpg...Olof Johansson9-23/+65
2014-10-23Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson3-4/+12
2014-10-23Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx in...Olof Johansson1-7/+17
2014-10-23ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIPOlof Johansson1-0/+1
2014-10-23ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGEOlof Johansson1-0/+1
2014-10-23Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro26-58/+3809
2014-10-23fix inode leaks on d_splice_alias() failure exitsAl Viro1-0/+2
2014-10-24MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-10-24MIPS: MSP71xx: Fix build errorStefan Hengelein1-2/+2
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi3-0/+27
2014-10-24overlay: overlay filesystem documentationNeil Brown2-0/+205
2014-10-24overlayfs: implement show_optionsErez Zadok1-28/+48
2014-10-24overlayfs: add statfs supportAndy Whitcroft1-0/+40
2014-10-24overlay filesystemMiklos Szeredi10-0/+3284
2014-10-24shmem: support RENAME_WHITEOUTMiklos Szeredi1-1/+35
2014-10-24ext4: support RENAME_WHITEOUTMiklos Szeredi1-17/+78
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi2-2/+7
2014-10-24vfs: add whiteout supportMiklos Szeredi2-0/+25
2014-10-24vfs: export check_sticky()Miklos Szeredi3-26/+12
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi2-0/+30
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi3-1/+2
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi3-6/+4
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi5-5/+40
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-28/+21
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-123/+528
2014-10-23Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki6-37/+183
2014-10-23Merge branches 'acpi-pm' and 'pm-genirq'Rafael J. Wysocki2-3/+5
2014-10-23Merge branch 'freezer'Rafael J. Wysocki5-15/+79
2014-10-23Merge branch 'pm-qos'Rafael J. Wysocki3-3/+33
2014-10-23Merge branches 'acpi-ec' and 'acpi-platform'Rafael J. Wysocki2-38/+71
2014-10-23intel_pstate: Correct BYT VID values.Dirk Brandewie1-1/+12
2014-10-23intel_pstate: Fix BYT frequency reportingDirk Brandewie1-6/+36
2014-10-23intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie1-3/+3
2014-10-23cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta1-12/+36
2014-10-23cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie1-6/+17
2014-10-23cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár1-0/+1
2014-10-23Merge tag 'hwmon-for-linus-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-10-23PCI / PM: handle failure to enable wakeup on PCIe PMELucas Stach1-2/+4
2014-10-23ACPI: invoke acpi_device_wakeup() with correct parametersZhang Rui1-1/+1
2014-10-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds28-77/+176
2014-10-23MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabledMarkos Chandras1-1/+2
2014-10-23MIPS: Prevent compiler warning from cop2_{save,restore}Paul Burton1-4/+4
2014-10-23MIPS: Kconfig: Add missing MIPS_CPS dependencies to PM and cpuidleMarkos Chandras2-1/+2
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras2-10/+0
2014-10-23xen/pci: Allocate memory for physdev_pci_device_add's optarrBoris Ostrovsky1-11/+16
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly1-0/+1
2014-10-23x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky1-1/+1
2014-10-23x86/xen: avoid race in p2m handlingJuergen Gross1-5/+5
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross3-55/+18
2014-10-23x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross1-2/+6
2014-10-23xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky1-0/+3
2014-10-23MIPS: Sibyte: Include the swarm subdir to the sb1250 LittleSur buildsMarkos Chandras1-0/+1
2014-10-23MIPS: ptrace.h: Add a missing includeAaro Koskinen1-0/+2
2014-10-23drm/cirrus: bind also to qemu-xen-traditionalOlaf Hering1-0/+2
2014-10-22ARM: dts: socfpga: Add a 3.3V fixed regulator nodeDinh Nguyen4-1/+34
2014-10-22ARM: dts: socfpga: Fix SD card detectDinh Nguyen1-1/+5
2014-10-22ARM: dts: socfpga: rename gpio nodesDinh Nguyen1-6/+6
2014-10-22uprobes: Remove "weak" from function declarationsBjorn Helgaas1-7/+7
2014-10-22memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas1-1/+1
2014-10-22kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas1-1/+1
2014-10-22ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta1-5/+0
2014-10-22vmcore: Remove "weak" from function declarationsBjorn Helgaas1-8/+7
2014-10-22clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas1-1/+1
2014-10-22x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas1-4/+3
2014-10-22audit: Remove "weak" from audit_classify_compat_syscall() declarationBjorn Helgaas1-1/+1
2014-10-22MIPS: ath79: Fix compilation error when CONFIG_PCI is disabledStefan Hengelein1-1/+1
2014-10-22MIPS: MSP71xx: Remove compilation error when CONFIG_MIPS_MT is presentStefan Hengelein1-0/+1
2014-10-22PM / freezer: Clean up code after recent fixesRafael J. Wysocki1-15/+16
2014-10-22MIPS: Octeon: Remove special case for simulator command line.David Daney1-9/+0
2014-10-22MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-10-22MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismergeAaro Koskinen1-2/+3
2014-10-22pci: pci-lantiq: remove duplicate check on resourceVarka Bhadram1-6/+1
2014-10-22arm64: vexpress: Add CLCD support to the ARMv8 model platformCatalin Marinas2-1/+36
2014-10-22ARM: at91/dt: sam9263: fix PLLB frequenciesBoris Brezillon1-2/+3
2014-10-22power: reset: at91-reset: fix power down registerAlexandre Belloni1-2/+2
2014-10-22MAINTAINERS: add atmel ssc driver maintainer entryBo Shen1-0/+7
2014-10-22qxl: don't create too large primary surfaceMarc-André Lureau1-8/+8
2014-10-21PM: convert do_each_thread to for_each_process_threadMichal Hocko1-8/+8
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko4-1/+67
2014-10-21freezer: remove obsolete comments in __thaw_task()Cong Wang1-6/+0
2014-10-21freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-10-21ACPI / platform: provide default DMA maskHeikki Krogerus1-0/+2
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds36-318/+1941
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds31-36/+35
2014-10-21arm: socfpga: fix fetching cpu1start_addr for SMPDinh Nguyen4-15/+20
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds11-3/+819
2014-10-21ALSA: pcm: Fix false lockdep warningsTakashi Iwai1-7/+5
2014-10-21arm64: Fix compilation error on UP buildsCatalin Marinas1-0/+11
2014-10-21MIPS: Lasat: Add missing CONFIG_PROC_FS dependency to PICVUE_PROCMarkos Chandras1-1/+1
2014-10-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds22-70/+1725
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds7-29/+53
2014-10-21Merge tag 'pwm/for-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-222/+399
2014-10-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds37-437/+265
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds28-119/+261
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-7/+10
2014-10-21MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructionsMarkos Chandras1-2/+2
2014-10-21Merge branch 'acpica'Rafael J. Wysocki18-54/+156
2014-10-21cpuidle: powernv: Populate cpuidle state details by querying the device-treePreeti U. Murthy1-5/+22
2014-10-21cpufreq: cpufreq-dt: adjust message related to regulatorsThomas Petazzoni1-2/+2
2014-10-21cpufreq: cpufreq-dt: extend with platform_dataThomas Petazzoni2-2/+37
2014-10-21cpufreq: allow driver-specific dataThomas Petazzoni2-0/+17
2014-10-21ACPI / EC: Cleanup coding style.Lv Zheng1-26/+30
2014-10-21ACPI / EC: Refine event/query debugging messages.Lv Zheng1-6/+8
2014-10-21ACPI / EC: Add detailed command/query debugging information.Lv Zheng1-5/+29
2014-10-21ACPI / EC: Enhance the logs to apply to QR_EC transactions.Lv Zheng1-3/+3
2014-10-21ACPI / EC: Add CPU ID to debugging messages.Lv Zheng1-1/+2
2014-10-21ACPICA: Update version to 20140926.Bob Moore1-1/+1
2014-10-21ACPICA: acpiexec: Do not put STDIN into raw mode unless it is a terminal.Bob Moore1-0/+8
2014-10-21ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore1-0/+34
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng5-6/+6
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng4-19/+35
2014-10-21ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng1-3/+5
2014-10-21ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng1-1/+9
2014-10-21ACPICA: Events: Reduce indent divergences of events files.Lv Zheng7-25/+25
2014-10-21ACPICA: acpidump: Add ACPI 1.0 RSDP support.Lv Zheng3-2/+35
2014-10-21ACPICA: Add string for _DDN method name.Bob Moore1-0/+1
2014-10-20watchdog: meson: remove magic value for rebootCarlo Caione1-1/+1
2014-10-20watchdog: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEMChen Gang1-1/+2
2014-10-20watchdog: sunxi: Add A31 watchdog supportChen-Yu Tsai1-0/+10
2014-10-20watchdog: sunxi: support parameterized compatible stringsChen-Yu Tsai1-25/+76
2014-10-20watchdog: imx2_wdt: add restart handler supportJingchang Lu1-0/+37
2014-10-20watchdog: qcom: register a restart notifierJosh Cartwright1-0/+38
2014-10-20watchdog: s3c2410: add restart handlerHeiko Stuebner1-0/+36
2014-10-20watchdog: dw_wdt: add restart handler supportJisheng Zhang1-0/+32
2014-10-20ARM: defconfig: update multi_v7_defconfigCarlo Caione1-0/+1
2014-10-20ARM: meson: add watchdog driverCarlo Caione3-0/+247
2014-10-20ARM: docs: add documentation binding for meson watchdogCarlo Caione1-0/+13
2014-10-20stmp3xxx_rtc_wdt: Add suspend/resume PM supportJanusz Uzycki1-0/+24
2014-10-20watchdog: Add DA9063 PMIC watchdog driver.Krystian Garbaciak3-0/+201
2014-10-20watchdog: add driver for Ricoh RN5T618 watchdogBeniamino Galvani3-0/+210
2014-10-20watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Naveen Krishna Chatradhi2-0/+12
2014-10-20watchdog: qcom: document device tree bindingsJosh Cartwright1-0/+24
2014-10-20watchdog: qcom: add support for KPSS WDTJosh Cartwright3-0/+200
2014-10-20watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top()Jisheng Zhang1-1/+3
2014-10-20devicetree: Add Cadence WDT devicetree bindings documentationHarini Katakam1-0/+24
2014-10-20watchdog: Add Cadence WDT driverHarini Katakam3-0/+525
2014-10-20watchdog: simplify definitions of WATCHDOG_NOWAYOUT(_INIT_STATUS)?Uwe Kleine-König1-7/+2
2014-10-20watchdog: imx2_wdt: Convert to use regmap framework's endianness method.Xiubo Li2-7/+2
2014-10-20watchdog: ts72xx_wdt: Kill superfluous variable in removeMika Westerberg1-5/+1
2014-10-20powerpc: booke_wdt: Fix build error as a modulePranith Kumar1-23/+5
2014-10-20watchdog: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-10-20Documentation/arm64/memory.txt: fix typoAlex Bennée1-1/+1
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds33-1883/+1488
2014-10-20net: bpf: arm64: minor fix of type in jitedDaniel Borkmann1-1/+1
2014-10-20arm64: bpf: add 'load 64-bit immediate' instructionZi Shen Lim1-0/+31
2014-10-20arm64: bpf: add 'shift by register' instructionsZi Shen Lim2-2/+18
2014-10-20net: bpf: arm64: address randomize and write protect JIT codeDaniel Borkmann1-9/+30
2014-10-20arm64: mm: Correct fixmap pagetable typesSteve Capper1-2/+2
2014-10-20arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2
2014-10-20arm64: Align less than PAGE_SIZE pgds naturallyCatalin Marinas1-2/+16
2014-10-20arm64: Allow 48-bits VA space without ARM_SMMUChristoffer Dall1-1/+1
2014-10-20ARM: zynq: DT: trivial: Fix mc nodeMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add cadence watchdog nodeMichal Simek1-0/+11
2014-10-20ARM: zynq: DT: Add missing reference for memory-controllerMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add missing reference for ADCMichal Simek1-1/+1
2014-10-20ARM: zynq: DT: Add missing address for L2 pl310Michal Simek1-1/+1
2014-10-20ARM: zynq: DT: Remove 222 MHz OPPSoren Brinkmann1-1/+0
2014-10-20ARM: zynq: DT: Fix GEM register area sizeSoren Brinkmann1-2/+2
2014-10-20ALSA: hda - Fix inverted LED gpio setup for Lenovo IdeapadTakashi Iwai1-2/+2