aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-22debugging: dump kimage listkexec-spin-tableGeoff Levand1-0/+5
2014-09-22debugging: kexec dumpsGeoff Levand1-0/+94
2014-09-22debugging: print hyp modeGeoff Levand2-0/+4
2014-09-22debugging: Add dev_be_configGeoff Levand1-0/+121
2014-09-22debugging: Add dev_configGeoff Levand1-0/+125
2014-09-22debugging: Add hacks.hGeoff Levand1-0/+105
2014-09-22arm64/kvm: Add kvm_cpu_shutdownGeoff Levand5-0/+55
2014-09-22arm64/kvm: Add support for __hyp_set_vectorsGeoff Levand1-0/+5
2014-09-22arm64/kexec: Add check for kvmGeoff Levand1-0/+10
2014-09-22arm64: Rework spin-table codeGeoff Levand3-8/+140
2014-09-22arm64: Add new routine smp_secondary_shutdownGeoff Levand3-0/+15
2014-09-22arm64: Add cpu_operation_method to cpu_opsGeoff Levand4-0/+49
2014-09-22arm64: Add cpu-return-addr to dts filesGeoff Levand3-0/+16
2014-09-22arm64: Add atomic macros to assembler.hGeoff Levand1-0/+33
2014-09-22arm64: Use cpu_properies for SMP spin-tableGeoff Levand1-11/+14
2014-09-22arm64: Add cpu_return_addr to cpu_propertiesGeoff Levand3-2/+20
2014-09-22arm64: Add new cpu-return-addr device tree bindingGeoff Levand1-0/+25
2014-09-22arm64/kexec: Add kexec_ignore_compat_check paramGeoff Levand2-2/+30
2014-09-22arm64/kexec: Enable kexec in the arm64 defconfigGeoff Levand1-0/+1
2014-09-22arm64/kexec: Add core kexec supportGeoff Levand6-0/+860
2014-09-22arm64/kexec: Revert change to machine_shutdown()Geoff Levand1-6/+3
2014-09-22arm64/kexec: Kexec expects cpu_dieGeoff Levand2-3/+3
2014-09-22arm64: Use cpu_ops for smp_stopGeoff Levand1-0/+9
2014-09-22arm64: Add new routine local_disableGeoff Levand1-0/+13
2014-09-22arm64: Add new routine read_cpu_propertiesGeoff Levand2-0/+97
2014-09-22arm64: Add EL2 switch to soft_restartGeoff Levand3-15/+42
2014-09-22arm64: Add new hcall HVC_CALL_FUNCGeoff Levand2-0/+23
2014-09-22arm64: Convert hcalls to use ISS fieldGeoff Levand3-19/+58
2014-09-22arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-1/+1
2014-09-22arm64: Add ESR_EL2_EC macros to hyp-stubGeoff Levand1-2/+5
2014-09-22arm64: dmi: Add SMBIOS/DMI supportYi Li3-0/+50
2014-09-19arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas1-4/+6
2014-09-17arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni1-1/+1
2014-09-15setup: Move unmask of async interrupts after possible earlycon setupJon Masters1-5/+6
2014-09-15arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois1-1/+1
2014-09-12arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott1-1/+2
2014-09-12net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann1-1/+3
2014-09-12Merge arm64 CPU suspend branchCatalin Marinas11-33/+916
2014-09-12arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi1-0/+104
2014-09-12arm64: kernel: introduce cpu_init_idle CPU operationLorenzo Pieralisi4-0/+48
2014-09-12arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi3-32/+64
2014-09-12Documentation: arm: define DT idle states bindingsLorenzo Pieralisi3-1/+700
2014-09-08arm64: defconfig: increase NR_CPUS default to 64Robert Richter1-3/+3
2014-09-08arm64: eBPF JIT compilerZi Shen Lim6-3/+855
2014-09-08arm64: introduce aarch64_insn_gen_logical_shifted_reg()Zi Shen Lim2-0/+85
2014-09-08arm64: introduce aarch64_insn_gen_data3()Zi Shen Lim2-0/+56
2014-09-08arm64: introduce aarch64_insn_gen_data2()Zi Shen Lim2-0/+68
2014-09-08arm64: introduce aarch64_insn_gen_data1()Zi Shen Lim2-0/+50
2014-09-08arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()Zi Shen Lim2-0/+60
2014-09-08arm64: introduce aarch64_insn_gen_movewide()Zi Shen Lim2-0/+56
2014-09-08arm64: introduce aarch64_insn_gen_bitfield()Zi Shen Lim2-0/+72
2014-09-08arm64: introduce aarch64_insn_gen_add_sub_imm()Zi Shen Lim2-0/+60
2014-09-08arm64: introduce aarch64_insn_gen_load_store_pair()Zi Shen Lim2-0/+81
2014-09-08arm64: introduce aarch64_insn_gen_load_store_reg()Zi Shen Lim2-0/+82
2014-09-08arm64: introduce aarch64_insn_gen_cond_branch_imm()Zi Shen Lim2-0/+38
2014-09-08arm64: introduce aarch64_insn_gen_branch_reg()Zi Shen Lim2-2/+40
2014-09-08arm64: introduce aarch64_insn_gen_comp_branch_imm()Zi Shen Lim2-5/+140
2014-09-08arm64: LLVMLinux: Use global stack pointer in return_address()Behan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Use global stack register variable for aarch64Mark Charlebois1-2/+2
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster1-2/+2
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster1-2/+1
2014-09-08arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster1-0/+5
2014-09-08arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott4-1/+112
2014-09-08arm64: Introduce {set,clear}_pte_bitLaura Abbott1-14/+19
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran3-28/+19
2014-09-08arm64/efi: efistub: don't abort if base of DRAM is occupiedArd Biesheuvel1-10/+6
2014-09-08arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel1-3/+3
2014-09-08arm64: spin-table: handle unmapped cpu-release-addrsMark Rutland1-5/+17
2014-09-08arm64: don't flag non-aliasing VIPT I-caches as aliasingArd Biesheuvel1-2/+12
2014-09-08arm64: add helper functions to read I-cache attributesArd Biesheuvel2-0/+34
2014-09-07Linux 3.17-rc4v3.17-rc4Linus Torvalds1-1/+1
2014-09-07Documentation: new page link in SubmittingPatchesSudip Mukherjee1-0/+1
2014-09-07Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle1-7/+9
2014-09-07Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02dMasanari Iida1-1/+1
2014-09-07Documentation: i2c: rename variable "register" to "reg"Jose Manuel Alarcon Roldan1-5/+5
2014-09-07Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones1-0/+33
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-34/+122
2014-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-14/+18
2014-09-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+12
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-11/+39
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-17/+28
2014-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-59/+90
2014-09-06Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+114
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+5
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-09-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-14/+62
2014-09-05Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesKevin Hilman3-2/+12
2014-09-05bus: arm-ccn: Move event cleanup routinePawel Moll1-26/+25
2014-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-1/+5
2014-09-05ARM: at91/dt: rm9200: fix usb clock definitionAlexandre Belloni1-1/+1
2014-09-05ARM: at91: rm9200: fix clock registrationAlexandre Belloni1-1/+10
2014-09-05ARM: at91/dt: sam9g20: set at91sam9g20 pllb driverGaël PORTAY1-0/+1
2014-09-05mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner1-25/+78
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov1-1/+1
2014-09-05Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-17/+21
2014-09-05Merge tag 'omap-fixes-against-v3.17-rc3' of git://git.kernel.org/pub/scm/linu...Kevin Hilman317-1293/+2620
2014-09-05Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-49/+83
2014-09-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-41/+90
2014-09-05Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki6-22/+26
2014-09-05Merge branches 'acpi-video' and 'acpi-ec'Rafael J. Wysocki2-2/+47
2014-09-05Merge branches 'acpica', 'acpi-processor' and 'acpi-scan'Rafael J. Wysocki3-10/+10
2014-09-05Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps6509...Mark Brown8-17/+21
2014-09-05Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie1-2/+2
2014-09-05drm/nouveau/core: don't leak oclass type bits to userBen Skeggs1-2/+2
2014-09-04Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-1/+12
2014-09-04aio: block exit_aio() until all context requests are completedGu Zheng1-1/+6
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2-6/+15
2014-09-04Merge tag 'davinci-fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-4/+5
2014-09-04ARM: dts: dra7-evm: Add vtt regulator supportLokesh Vutla1-1/+26
2014-09-04ARM: dts: dra7-evm: Fix spi1 mux documentationNishanth Menon1-7/+7
2014-09-04ARM: dts: am43x-epos-evm: Disable QSPI to prevent conflict with GPMC-NANDRoger Quadros1-2/+2
2014-09-04ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoringRoger Quadros1-4/+3
2014-09-04ARM: dts: am43xx-epos-evm: Don't use read/write wait monitoringRoger Quadros1-2/+1
2014-09-04ARM: dts: am437x-gp-evm: Don't use read/write wait monitoringRoger Quadros1-2/+0
2014-09-04ARM: dts: am437x-gp-evm: Use BCH16 ECC scheme instead of BCH8Roger Quadros1-1/+1
2014-09-04ARM: dts: am43x-epos-evm: Use BCH16 ECC scheme instead of BCH8Roger Quadros1-1/+1
2014-09-04Revert "i2c: rcar: remove spinlock"Sergei Shtylyov1-0/+22
2014-09-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-09-04Merge tag 'platform-drivers-x86-v3.17-1' of git://git.infradead.org/users/dvh...Linus Torvalds3-38/+24
2014-09-04Merge tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-28/+67
2014-09-04Merge tag 'drm-intel-fixes-2014-09-03' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-21/+44
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-24/+164
2014-09-03Merge tag 'regmap-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+11
2014-09-03ARM: dts: am4372: fix USB regs sizeFelipe Balbi1-2/+2
2014-09-03ARM: dts: am437x-gp: switch i2c0 to 100KHzNishanth Menon1-1/+1
2014-09-03Merge branch 'for-v3.17-rc/ti-clk-dt' of github.com:t-kristo/linux-pm into fi...Tony Lindgren1-0/+1
2014-09-03ARM: dts: dra7-evm: Fix 8th NAND partition's nameRoger Quadros1-1/+1
2014-09-03ARM: dts: dra7-evm: Fix i2c3 pinmux and frequencyRoger Quadros1-3/+3
2014-09-03ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina1-2/+2
2014-09-03ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu2-8/+8
2014-09-03toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()Dan Carpenter1-6/+12
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-231/+261
2014-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-19/+37
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus1-1/+1
2014-09-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-30/+40
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-03Merge branch 'leds-fixes-for-3.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+14
2014-09-03Merge tag 'asoc-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai9628-443344/+414126
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2-12/+12
2014-09-03powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour1-2/+2
2014-09-03Merge branch 'vmwgfx-fixes-3.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2-7/+7
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells1-16/+33
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-09-03KEYS: Fix public_key asymmetric key subtype nameDavid Howells1-0/+1
2014-09-03KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson1-2/+2
2014-09-03cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta1-4/+0
2014-09-03powercap / RAPL: change domain detection messageJacob Pan1-4/+3
2014-09-03powercap / RAPL: add support for CPU model 0x3fJason Baron1-0/+1
2014-09-03PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven1-1/+1
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki3-13/+21
2014-09-02platform/x86: toshiba: re-enable acpi hotkeys after suspend to diskBenjamin Tissoires1-1/+8
2014-09-02Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/d...Mark Brown9-15/+24
2014-09-02Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2-2/+2
2014-09-02ideapad-laptop: Constify DMI table for real!Mathias Krause1-2/+2
2014-09-02aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-09-02ARM: ux500: disable msp2 node on SnowballLinus Walleij1-1/+0
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina3-14/+14
2014-09-02i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-09-02i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke1-0/+4
2014-09-02i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-09-02i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-09-02i2c: rcar: fix MNR interrupt handlingSergei Shtylyov1-6/+9
2014-09-02drm/i915: Fix lock dropping in intel_tv_detect()Ville Syrjälä1-3/+7
2014-09-02Merge tag 'kvm-s390-master-20140902' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini1-2/+4
2014-09-02KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flagsChristian Borntraeger1-0/+1
2014-09-02KVM: s390/mm: Fix storage key corruption during swappingChristian Borntraeger1-2/+3
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-16/+6
2014-09-02ALSA: hda - Fix COEF setups for ALC1150 codecTakashi Iwai1-0/+2
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsBrian Foster1-8/+10
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-09-02ACPI / EC: Add msi quirk for Clevo W350etqLan Tianyu1-0/+4
2014-09-02ACPI / video: Disable native_backlight on HP ENVY 15 Notebook PCHans de Goede1-0/+11
2014-09-02ACPI / video: Add a disable_native_backlight quirkHans de Goede1-0/+30
2014-09-02ACPI / video: Fix use_native_backlight selection logicHans de Goede1-2/+2
2014-09-02ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg1-0/+39
2014-09-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-09-01ASoC: simple-card: Fix bug of wrong decrement DT node's refcountXiubo Li1-0/+8
2014-09-01Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon1-18/+22
2014-09-01drm/i915: handle G45/GM45 pulse detection connected state.Dave Airlie1-18/+37
2014-09-01ALSA: hda - Fix digital mic on Acer Aspire 3830TGTakashi Iwai1-1/+8
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan1-0/+1
2014-09-01drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-09-01drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom1-6/+5
2014-09-01m68k: Wire up memfd_createGeert Uytterhoeven3-1/+3
2014-09-01m68k: Wire up getrandomGeert Uytterhoeven3-1/+3
2014-08-31Linux 3.17-rc3v3.17-rc3Linus Torvalds1-1/+1
2014-08-31Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linuxLinus Torvalds24-217/+497
2014-08-31unicore32: Fix build errorGuenter Roeck1-4/+5
2014-08-31Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds10-39/+37
2014-08-31Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-464/+133
2014-08-31vexpress/spc: fix a build warning on array boundsAlex Shi1-3/+11