summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: introduce aarch64_insn_gen_bitfield()Zi Shen Lim2014-09-082-0/+72
* arm64: introduce aarch64_insn_gen_add_sub_imm()Zi Shen Lim2014-09-082-0/+60
* arm64: introduce aarch64_insn_gen_load_store_pair()Zi Shen Lim2014-09-082-0/+81
* arm64: introduce aarch64_insn_gen_load_store_reg()Zi Shen Lim2014-09-082-0/+82
* arm64: introduce aarch64_insn_gen_cond_branch_imm()Zi Shen Lim2014-09-082-0/+38
* arm64: introduce aarch64_insn_gen_branch_reg()Zi Shen Lim2014-09-082-2/+40
* arm64: introduce aarch64_insn_gen_comp_branch_imm()Zi Shen Lim2014-09-082-5/+140
* arm64: LLVMLinux: Use global stack pointer in return_address()Behan Webster2014-09-081-2/+1
* arm64: LLVMLinux: Use global stack register variable for aarch64Mark Charlebois2014-09-081-2/+2
* arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.cBehan Webster2014-09-081-2/+1
* arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointerBehan Webster2014-09-081-2/+2
* arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster2014-09-081-2/+1
* arm64: LLVMLinux: Add current_stack_pointer() for arm64Behan Webster2014-09-081-0/+5
* arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2014-09-084-1/+112
* arm64: Introduce {set,clear}_pte_bitLaura Abbott2014-09-081-14/+19
* arm64: convert part of soft_restart() to assemblyArun Chandran2014-09-083-28/+19
* arm64/efi: efistub: don't abort if base of DRAM is occupiedArd Biesheuvel2014-09-081-10/+6
* arm64/efi: efistub: cover entire static mem footprint in PE/COFF .textArd Biesheuvel2014-09-081-3/+3
* arm64: spin-table: handle unmapped cpu-release-addrsMark Rutland2014-09-081-5/+17
* arm64: don't flag non-aliasing VIPT I-caches as aliasingArd Biesheuvel2014-09-081-2/+12
* arm64: add helper functions to read I-cache attributesArd Biesheuvel2014-09-082-0/+34
* Linux 3.17-rc4v3.17-rc4Linus Torvalds2014-09-071-1/+1
* Documentation: new page link in SubmittingPatchesSudip Mukherjee2014-09-071-0/+1
* Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle2014-09-071-7/+9
* Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02dMasanari Iida2014-09-071-1/+1
* Documentation: i2c: rename variable "register" to "reg"Jose Manuel Alarcon Roldan2014-09-071-5/+5
* Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones2014-09-071-0/+33
* Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-0712-34/+122
|\
| *-----. Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2014-09-056-22/+26
| |\ \ \ \
| | | | | * cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta2014-09-031-4/+0
| | | | * | PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven2014-09-031-1/+1
| | | | |/
| | | * | powercap / RAPL: change domain detection messageJacob Pan2014-09-031-4/+3
| | | * | powercap / RAPL: add support for CPU model 0x3fJason Baron2014-09-031-0/+1
| | | |/
| | * | PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki2014-09-033-13/+21
| | |/
| | |
| | \
| *-. \ Merge branches 'acpi-video' and 'acpi-ec'Rafael J. Wysocki2014-09-052-2/+47
| |\ \ \
| | | * | ACPI / EC: Add msi quirk for Clevo W350etqLan Tianyu2014-09-021-0/+4
| | | |/
| | * | ACPI / video: Disable native_backlight on HP ENVY 15 Notebook PCHans de Goede2014-09-021-0/+11
| | * | ACPI / video: Add a disable_native_backlight quirkHans de Goede2014-09-021-0/+30
| | * | ACPI / video: Fix use_native_backlight selection logicHans de Goede2014-09-021-2/+2
| | |/
| | |
| | \
| *-. \ Merge branches 'acpica', 'acpi-processor' and 'acpi-scan'Rafael J. Wysocki2014-09-053-10/+10
| |\ \ \
| | | * | ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu2014-09-032-8/+8
| | | |/
| | * | ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lockJiri Kosina2014-09-031-2/+2
| | |/
| * | ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.Mika Westerberg2014-09-021-0/+39
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-074-14/+18
|\ \
| * | ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-072-13/+8
| * | fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-301-0/+6
| * | get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-302-1/+4
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-072-12/+12
|\ \ \
| * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2014-09-032-12/+12
| |\ \ \ | | |_|/ | |/| |
| | * | rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-282-12/+12
| | |/
OpenPOWER on IntegriCloud