aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner1-0/+16
2015-09-16genirq: Simplify irq_data_to_desc()Thomas Gleixner1-5/+1
2015-09-16genirq: Remove __irq_set_handler_locked()Thomas Gleixner1-10/+0
2015-09-16pinctrl/pistachio: Use irq_set_handler_lockedThomas Gleixner1-2/+2
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner1-2/+2
2015-09-16powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V1-1/+2
2015-09-16powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt1-0/+3
2015-09-16genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner1-13/+0
2015-09-16pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-6/+4
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini12-0/+12
2015-09-16virtio/s390: handle failures of READ_VQ_CONF ccwPierre Morel1-1/+9
2015-09-16tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin1-1/+1
2015-09-16vhost: move features to coreMichael S. Tsirkin4-6/+8
2015-09-16ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King1-5/+10
2015-09-16Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar8-80/+124
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki3-4/+8
2015-09-15blockdev: don't set S_DAX for misaligned partitionsJeff Moyer1-0/+7
2015-09-15dax: fix O_DIRECT I/O to the last block of a blockdevJeff Moyer1-1/+2
2015-09-15ia64: Enable userfaultfd and membarrier system callsLuck, Tony3-1/+5
2015-09-15modsign: Fix GPL/OpenSSL licence incompatibilityDavid Woodhouse2-10/+13
2015-09-15genirq: Update the comment for generic_handle_irq_descHuang Shijie1-3/+1
2015-09-15genirq: Remove stale commentThomas Gleixner1-4/+0
2015-09-15irqchip/renesas-irqc: Propagate wake-up settings to parentGeert Uytterhoeven1-0/+3
2015-09-15irqchip/renesas-intc-irqpin: Propagate wake-up settings to parentGeert Uytterhoeven1-0/+3
2015-09-15irqchip/renesas-intc-irqpin: Use a separate lockdep classGeert Uytterhoeven1-0/+7
2015-09-15irqchip/renesas-irqc: Use a separate lockdep classGeert Uytterhoeven1-0/+7
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin1-2/+2
2015-09-15irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier1-1/+5
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier1-5/+39
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier1-15/+3
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-2/+4
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu3-3/+3
2015-09-15kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-09-15kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-09-15kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-09-15kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang1-2/+2
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-09-15arm64: enable generic idle loopLeo Yan1-0/+1
2015-09-15perf tests: Fix software clock events test setting mapsAdrian Hunter1-4/+14
2015-09-15perf tests: Fix task exit test setting mapsAdrian Hunter1-4/+14
2015-09-15perf evlist: Fix create_syswide_maps() not propagating mapsAdrian Hunter1-9/+10
2015-09-15perf evlist: Fix add() not propagating mapsAdrian Hunter1-0/+2
2015-09-15perf evlist: Factor out a function to propagate maps for a single evselAdrian Hunter1-22/+27
2015-09-15perf evlist: Make create_maps() use set_maps()Adrian Hunter1-9/+10
2015-09-15perf evlist: Make set_maps() more resilientAdrian Hunter1-4/+15
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter4-3/+8
2015-09-15perf evlist: Fix missing thread_map__put in propagate_maps()Adrian Hunter1-0/+1
2015-09-15perf evlist: Fix splice_list_tail() not setting evlistAdrian Hunter3-12/+9
2015-09-15perf evlist: Add has_user_cpus memberAdrian Hunter2-5/+7
2015-09-15perf evlist: Remove redundant validation from propagate_maps()Adrian Hunter2-16/+10
2015-09-15perf evlist: Simplify set_maps() logicAdrian Hunter1-6/+2
2015-09-15perf evlist: Simplify propagate_maps() logicAdrian Hunter1-3/+2
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie1-1/+1
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom1-12/+16
2015-09-15locking/static_keys: Fix up the static keys documentationJonathan Corbet2-8/+6
2015-09-15ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla4-16/+11
2015-09-15ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla1-1/+1
2015-09-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+17
2015-09-15Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki5-26/+54
2015-09-14selftests: exec: revert to default emit ruleBamvor Jian Zhang1-3/+1
2015-09-14selftests: change install command to rsyncBamvor Jian Zhang2-8/+5
2015-09-14selftests: mqueue: simplify the MakefileBamvor Jian Zhang1-5/+3
2015-09-14selftests: mqueue: allow extra cflagsBamvor Jian Zhang1-1/+1
2015-09-14selftests: rename jump label to static_keysBamvor Jian Zhang1-1/+1
2015-09-14selftests/seccomp: add support for s390Kees Cook2-6/+38
2015-09-14seltests/zram: fix syntax errorZhang Zhen2-10/+3
2015-09-14clk: rockchip: add critical clock for rk3368Heiko Stübner1-0/+6
2015-09-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+10
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds8-9/+32
2015-09-14perf top: Fix segfault pressing -> with no hist entriesWang Nan1-1/+11
2015-09-14KVM: make the declaration of functions within 80 charactersWei Yang1-2/+2
2015-09-14x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-09-14x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner1-2/+3
2015-09-14dm crypt: constrain crypt device's max_segment_size to PAGE_SIZEMike Snitzer1-2/+15
2015-09-14KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon1-1/+3
2015-09-14Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-23/+49
2015-09-14KVM: fix polling for guest halt continued even if disable itWanpeng Li1-1/+2
2015-09-14x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross1-1/+0
2015-09-14arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon1-5/+1
2015-09-14arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas1-1/+1
2015-09-14arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas1-2/+2
2015-09-14arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang1-1/+1
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich1-2/+2
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar4-96/+30
2015-09-14x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar1-11/+12
2015-09-14soc: dove: Prepare irq handler for irq argument removalThomas Gleixner1-1/+1
2015-09-14soc: dove: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descThomas Gleixner1-1/+1
2015-09-14powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner1-1/+2
2015-09-14powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2-2/+4
2015-09-14powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner1-1/+3
2015-09-14drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2-9/+2
2015-09-14drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom6-17/+39
2015-09-14Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-2/+2
2015-09-14pinctrl: samsung: s3c24xx: fix syntax errorLinus Walleij1-1/+1
2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren1-0/+3
2015-09-14pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada1-2/+1
2015-09-14pinctrl: digicolor: convert null test to IS_ERR testJulia Lawall1-2/+2
2015-09-14pinctrl: qcom: ssbi: convert null test to IS_ERR testJulia Lawall2-4/+4
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren1-1/+3
2015-09-14Documentation: gpio: Explain that <function>-gpio is also supportedJavier Martinez Canillas1-3/+3
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren1-1/+4
2015-09-14gpio: sx150x: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-09-14Documentation: gpio: board: describe the con_id parameterDirk Behme2-0/+12
2015-09-14Documentation: gpio: board: add flags parameter to gpiod_get*() functionsDirk Behme1-12/+13
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson1-7/+14
2015-09-14gpio: rcar: GPIO_RCAR doesn't relate to ARMKuninori Morimoto1-1/+1
2015-09-14gpio: mxs: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+11
2015-09-14gpio: mxc: need to check return value of irq_alloc_generic_chipPeng Fan1-2/+10
2015-09-13dm thin: disable discard support for thin devices if pool's is disabledMike Snitzer1-0/+4
2015-09-14drivers: sh: Disable PM runtime for multi-platform ARM with genpdGeert Uytterhoeven1-13/+5
2015-09-14drivers: sh: Disable legacy default PM Domain on emev2Geert Uytterhoeven1-2/+1
2015-09-13perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-09-13perf/x86/intel: Fix constraint accessPeter Zijlstra1-1/+4
2015-09-13x86/cpu: Print family/model/stepping in hexBorislav Petkov1-2/+2
2015-09-12hwmon: (nct6775) Add support for NCT6793DGuenter Roeck3-18/+38
2015-09-12hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-09-12Linux 4.3-rc1v4.3-rc1Linus Torvalds1-2/+2
2015-09-12Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds50-421/+220
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-12Merge branch 'writeback-plugging'Linus Torvalds1-3/+10
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds1-0/+6
2015-09-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2015-09-11thermal: fix intel PCH thermal driver mismergeLinus Torvalds1-7/+4
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-54/+336
2015-09-11ARCv2: [axs103_smp] Reduce clk for SMP FPGA configsVineet Gupta1-0/+2
2015-09-11Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds7-47/+210
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds17-15/+1019
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-44/+187
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds38-633/+675
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds39-1271/+1860
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French1-1/+4
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-608/+477
2015-09-11Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-12/+60
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds44-197/+509
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-11mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel1-0/+1
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches4-50/+45
2015-09-11selftests: enhance membarrier syscall testMathieu Desnoyers1-25/+75
2015-09-11selftests: add membarrier syscall testPranith Kumar4-0/+84
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers11-1/+151
2015-09-11MODSIGN: fix a compilation warning in extract-certDavid Howells1-1/+1
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford36-3/+9
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds53-135/+916
2015-09-11Revert "writeback: plug writeback at a high level"Linus Torvalds1-3/+4
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-96/+82
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds17-98/+191
2015-09-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-285/+212
2015-09-11scsi_dh: fix randconfig build errorChristoph Hellwig1-1/+1
2015-09-11Merge branch 'uaccess' into fixesRussell King31-139/+398
2015-09-11ARM: 8431/1: fix alignement of __bug_table section entriesRobert Jarzmik1-0/+1
2015-09-11arm/xen: Enable user access to the kernel before issuing a privcmd callJulien Grall1-0/+15
2015-09-11Merge tag 'sound-fix-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+18
2015-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-83/+218
2015-09-11Merge branch 'next' into for-linusDmitry Torokhov17-15/+1019
2015-09-11ARM: domains: add memory dependencies to get_domain/set_domainRussell King1-2/+4
2015-09-11ARM: domains: thread_info.h no longer needs asm/domains.hRussell King1-1/+0
2015-09-11block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkgTejun Heo1-0/+3
2015-09-11block: Copy a user iovec if it includes gapsSagi Grimberg1-2/+24
2015-09-11block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg1-0/+5
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg3-0/+39
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-09-11crypto: testmgr - don't copy from source IV too muchAndrey Ryabinin1-2/+3
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki7-16/+94
2015-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki4-28/+59
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki2-0/+34
2015-09-11spi: spidev: fix possible NULL dereferenceSudip Mukherjee1-1/+2
2015-09-11perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n...Alexander Shishkin1-0/+1
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp2-5/+2
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover1-8/+2
2015-09-11target: Remove no-op conditionalAndy Grover1-2/+1
2015-09-11target/user: Remove unused variableAndy Grover1-1/+0
2015-09-11target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2-4/+5
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger4-4/+78
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li1-3/+26
2015-09-11locking/qspinlock/x86: Only emit the test-and-set fallback when building gues...Peter Zijlstra1-1/+2
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra3-7/+15
2015-09-11PM / devfreq: Fix incorrect type issue.Xiaolong Ye1-1/+1
2015-09-11PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham1-3/+5
2015-09-11PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham1-1/+8
2015-09-11PM / devfreq: drop comment about thermal setting max_freqJavi Merino1-3/+3
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino2-15/+33
2015-09-11PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-2/+2
2015-09-11PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham1-1/+2
2015-09-11PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2Chanwoo Choi1-2/+40
2015-09-11PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi2-7/+233
2015-09-11PM / devfreq: event: Remove incorrect property in exynos-ppmu DT bindingJavier Martinez Canillas1-1/+0
2015-09-11Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie3-4/+5
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds17-1078/+1422
2015-09-11drm/nouveau/device: enable c800 quirk for tecra w50Ben Skeggs1-0/+1
2015-09-11drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7xRoy Spliet1-1/+1
2015-09-11drm/nouveau/gr/nv04: fix big endian setting on gr contextIlia Mirkin1-3/+3
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds165-4353/+4768