aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2015-06-19userfaultfd: selftest fixesuserfault21Andrea Arcangeli3-11/+22
2015-06-19userfaultfd: selftestAndrea Arcangeli2-1/+672
2015-06-19userfaultfd: Revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli4-12/+10
2015-06-19userfaultfd: switch to exclusive wakeup for blocking readsAndrea Arcangeli1-1/+1
2015-06-19userfaultfd: avoid missing wakeups during refile in userfaultfd_readAndrea Arcangeli1-2/+24
2015-06-19userfaultfd: allow signals to interrupt a userfaultAndrea Arcangeli1-3/+32
2015-06-19userfaultfd: propagate the full address in THP faultsAndrea Arcangeli1-4/+6
2015-06-19userfaultfd: require UFFDIO_API before other ioctlsAndrea Arcangeli1-1/+3
2015-06-19userfaultfd: fs/userfaultfd.c add more commentsAndrea Arcangeli1-1/+27
2015-06-19userfaultfd: documentation updateAndrea Arcangeli1-7/+9
2015-06-19userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGEAndrea Arcangeli1-0/+96
2015-06-19userfaultfd: avoid mmap_sem read recursion in mcopy_atomicAndrea Arcangeli1-26/+66
2015-06-19userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...Andrea Arcangeli3-0/+276
2015-06-19userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPIAndrea Arcangeli1-1/+41
2015-06-19userfaultfd: activate syscallAndrea Arcangeli6-0/+6
2015-06-19userfaultfd: buildsystem activationAndrea Arcangeli2-0/+12
2015-06-19userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-06-19userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-06-19userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+98
2015-06-19userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-06-19userfaultfd: update the uffd_msg structure to be the same on 32/64bitAndrea Arcangeli1-2/+6
2015-06-19userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli3-53/+102
2015-06-19userfaultfd: Rename uffd_api.bits into .features fixupAndrea Arcangeli1-1/+1
2015-06-19userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov2-4/+10
2015-06-19userfaultfd: waitqueue_active() race fixAndrea Arcangeli1-0/+15
2015-06-19userfaultfd: cleanup superfluous _irq lockingAndrea Arcangeli1-2/+2
2015-06-19userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1008
2015-06-19userfaultfd: prevent khugepaged to merge if userfaultfd is armedAndrea Arcangeli1-2/+4
2015-06-19userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-06-19userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2-22/+63
2015-06-19userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli3-1/+5
2015-06-19userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2-0/+12
2015-06-19userfaultfd: linux/userfaultfd_k.hAndrea Arcangeli1-0/+79
2015-06-19userfaultfd: uAPI: add missing include/types.hAndrea Arcangeli1-0/+2
2015-06-19userfaultfd: uAPIAndrea Arcangeli3-0/+83
2015-06-19userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli3-6/+8
2015-06-19userfaultfd: linux/Documentation/vm/userfaultfd.txtAndrea Arcangeli1-0/+140
2015-06-19mm: gup: use get_user_pages_fast instead of get_user_pages_unlockedAndrea Arcangeli3-9/+6
2015-06-19mm: gup: make get_user_pages_fast and __get_user_pages_fast latency consciousAndrea Arcangeli1-85/+149
2015-06-19mm: zone_reclaim: compaction: add compaction to zone_reclaim_modeAndrea Arcangeli3-19/+103
2015-06-19mm: zone_reclaim: after a successful zone_reclaim check the min watermarkAndrea Arcangeli1-1/+19
2015-06-19mm: zone_reclaim: compaction: export compact_zone_order()Andrea Arcangeli2-1/+11
2015-06-19mm: zone_reclaim: compaction: increase the high order pages in the watermarksAndrea Arcangeli1-1/+2
2015-06-19mm: compaction: don't require high order pages below min wmarkAndrea Arcangeli1-0/+17
2015-06-19mm: zone_reclaim: compaction: don't depend on kswapd to invoke reset_isolatio...Andrea Arcangeli5-28/+6
2015-06-19mm: zone_reclaim: compaction: scan all memory with /proc/sys/vm/compact_memoryAndrea Arcangeli1-1/+3
2015-06-19mm: zone_reclaim: remove ZONE_RECLAIM_LOCKEDAndrea Arcangeli2-5/+0
2015-06-19mm: fix the theoretical compound_lock() vs prep_new_page() raceOleg Nesterov1-2/+8
2015-06-19oom: allow !__GFP_FS allocations access emergency reserves like __GFP_NOFAILAndrea Arcangeli1-8/+10
2015-06-19oom: fix ext4 __GFP_NOFAIL livelockAndrea Arcangeli1-12/+33
2015-06-19mm: ext4 livelock during OOMAndrea Arcangeli1-4/+15
2015-06-18Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2015-06-18revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton1-5/+4
2015-06-17Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2015-06-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+16
2015-06-17Kconfig: disable Media Controller for DVBMauro Carvalho Chehab1-0/+1
2015-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+3
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins1-1/+7
2015-06-17i2c: slave: fix the example how to instantiate from userspaceWolfram Sang1-3/+3
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt1-2/+9
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius1-0/+2
2015-06-16KVM: x86: fix lapic.timer_mode on restoreRadim Krčmář1-10/+16
2015-06-14Linux 4.1-rc8Linus Torvalds1-1/+1
2015-06-14Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-93/+144
2015-06-14Merge tag 'ntb-4.1' of git://github.com/jonmason/ntbLinus Torvalds1-1/+2
2015-06-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-25/+29
2015-06-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+19
2015-06-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+18
2015-06-14Merge tag 'sound-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-7/+58
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin1-2/+2
2015-06-13IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent1-7/+14
2015-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-38/+80
2015-06-12Doc: networking: Fix URL for wiki.wireshark.org in udplite.txtMasanari Iida1-1/+1
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner1-1/+10
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+13
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+10
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds3-4/+23
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2-3/+21
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-12dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski1-1/+5
2015-06-12ALSA: hda - Abort the probe without i915 binding for HSW/BDWTakashi Iwai1-2/+16
2015-06-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-15/+46
2015-06-11net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-4/+18
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-11/+28
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-11block: pmem: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-06-11Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-11drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BOMichel Dänzer1-5/+12
2015-06-11Revert "drm/radeon: adjust pll when audio is not enabled"Alex Deucher1-3/+0
2015-06-11Revert "drm/radeon: don't share plls if monitors differ in audio support"Alex Deucher1-3/+1
2015-06-11drm/radeon: fix freeze for laptop with Turks/Thames GPU.Jérôme Glisse1-0/+15
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-06-11ntb: initialize max_mw for Atom before using itDaniel Verkamp1-0/+1
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai4-2/+34
2015-06-10enic: fix memory leak in rq_cleanGovindarajulu Varadarajan1-5/+4
2015-06-10enic: check return value for stat dumpGovindarajulu Varadarajan2-4/+25
2015-06-10enic: unlock napi busy poll before unmasking intrGovindarajulu Varadarajan1-1/+1
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman1-8/+5
2015-06-10bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne1-5/+11
2015-06-11ALSA: hda - Continue probing even if i915 binding failsTakashi Iwai1-1/+2
2015-06-10Merge tag 'misc-for-linus-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2015-06-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-15/+20
2015-06-10arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton1-7/+7
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman1-1/+1
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky1-1/+2
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner1-3/+1
2015-06-10checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches1-2/+2
2015-06-10zram: clear disk io accounting when reset zram deviceWeijie Yang1-0/+2
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov1-0/+2
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller1-5/+3
2015-06-10score: Fix exception handler labelGuenter Roeck1-1/+1
2015-06-10blackfin: Fix build errorGuenter Roeck1-0/+1
2015-06-10MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle1-1/+1
2015-06-10MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle1-3/+1
2015-06-10MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle1-2/+1
2015-06-10ALSA: hda - Don't actually write registers for caps overwritesTakashi Iwai1-0/+3
2015-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+6
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei1-2/+6
2015-06-09cfg80211: wext: clear sinfo struct before calling driverJohannes Berg1-0/+2
2015-06-09SSB: Fix handling of ssb_pmu_get_alp_clock()Hauke Mehrtens1-3/+3
2015-06-09iommu/vt-d: Change PASID support to bit 40 of Extended Capability RegisterDavid Woodhouse1-1/+2
2015-06-09Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2-12/+15
2015-06-09MIPS: pgtable-bits: Fix XPA damage to R6 definitions.Markos Chandras1-7/+7
2015-06-09drm/i915: Fix DDC probe for passive adaptersJani Nikula1-3/+17
2015-06-09ALSA: hda - fix number of devices query on hotplugDave Airlie1-1/+1
2015-06-08ntb: iounmap MW reg and vbase in error pathJon Mason1-1/+1
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-115/+196
2015-06-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2015-06-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-171/+72
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn1-9/+2
2015-06-08net: bcmgenet: power on MII block for all MII modesFlorian Fainelli1-3/+9
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman1-2/+9
2015-06-08Merge tag 'omap-for-v4.1/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ker...Kevin Hilman6-33/+34
2015-06-08Input: synaptics - add min/max quirk for Lenovo S540Peter Hutterer1-1/+6
2015-06-08Merge git://git.infradead.org/intel-iommuLinus Torvalds1-5/+8
2015-06-08Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2015-06-08dmaengine: at_xdmac: rework slave configuration partLudovic Desroches1-60/+96
2015-06-08dmaengine: at_xdmac: lock fixesLudovic Desroches1-32/+43
2015-06-08drm/i915: Properly initialize SDVO analog connectorsAnder Conselvan de Oliveira1-1/+1
2015-06-08ALSA: usb-audio: add native DSD support for JLsounds I2SoverUSBJurgen Kramer1-2/+3
2015-06-08pata_octeon_cf: fix broken buildAaro Koskinen1-1/+1
2015-06-08irqchip: sunxi-nmi: Fix off-by-one error in irq iteratorAxel Lin1-1/+1
2015-06-07Linux 4.1-rc7Linus Torvalds1-1/+1
2015-06-07b44: call netif_napi_del()Hauke Mehrtens1-0/+2
2015-06-07bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-07Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller1-2/+2
2015-06-07mpls: fix possible use after free of deviceRobert Shearman2-1/+2
2015-06-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-13/+8
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna3-53/+67
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok1-2/+2
2015-06-07perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EPKan Liang1-3/+3
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2-6/+19
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas1-1/+1
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens1-0/+1
2015-06-06Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+12
2015-06-06Merge tag 'staging-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-110/+148
2015-06-06Merge tag 'tty-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-22/+105
2015-06-06Merge tag 'usb-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-63/+123
2015-06-06Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-06-06Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-15/+20
2015-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+7
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+21
2015-06-06MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-06-06MIPS: BPF: Fix stack pointer allocationMarkos Chandras1-5/+1
2015-06-06MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen1-1/+1
2015-06-06MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-06-06MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard1-1/+1
2015-06-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-35/+70
2015-06-05iscsi_ibft: filter null v4-mapped v6 addressesChris Leech1-15/+21
2015-06-05swiotlb: do not export map_single functionAlexandre Courbot1-2/+3
2015-06-06drm: fix writing to /sys/class/drm/*/statusRussell King1-1/+1
2015-06-06Merge tag 'drm-intel-fixes-2015-06-05' of git://anongit.freedesktop.org/drm-i...Dave Airlie5-14/+19
2015-06-05Merge tag 'pci-v4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+9
2015-06-05Merge tag 'sound-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-6/+28
2015-06-05Merge tag 'iommu-fixes-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2015-06-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-36/+166
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-84/+139
2015-06-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+3
2015-06-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2015-06-05Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-0/+3
2015-06-04Input: alps - do not reduce trackpoint speed by halfHans de Goede1-3/+2
2015-06-04Input: elantech - add new icbody type洪一竹1-0/+1
2015-06-04i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain1-3/+17
2015-06-04i40e: start up in VEPA mode by defaultAnjali Singhai Jain4-5/+36
2015-06-04i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2-30/+20
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven1-1/+1
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller1-2/+4
2015-06-04USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-06-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+7