summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-066-10/+11
|\ \ \ \ \ \
| * | | | | | Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko2018-01-021-2/+0
| * | | | | | Input: hideep - fix compile error due to missing include fileAnthony Kim2017-12-181-2/+1
| * | | | | | Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-11-301-3/+7
| * | | | | | Input: joystick/analog - riscv has get_cycles()Olof Johansson2017-11-301-1/+1
| * | | | | | Input: elantech - add new icbody type 15Aaron Ma2017-11-271-1/+1
| * | | | | | Input: ims-pcu - fix typo in the error messageZhen Lei2017-11-271-1/+1
* | | | | | | Merge tag 'iommu-v4.15-rc7' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-01-061-4/+13
|\ \ \ \ \ \ \
| * | | | | | | iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy2018-01-021-1/+8
| * | | | | | | iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker2018-01-021-3/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-01-0611-58/+57
|\ \ \ \ \ \ \
| * | | | | | | ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta2018-01-031-0/+8
| * | | | | | | ARC: handle gcc generated __builtin_trap()Vineet Gupta2017-12-212-0/+9
| * | | | | | | ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2017-12-201-2/+3
| * | | | | | | ARC: [plat-axs103] refactor the quad core DT quirk codeEugeniy Paltsev2017-12-201-4/+6
| * | | | | | | ARC: [plat-axs103]: Set initial core pll output frequencyEugeniy Paltsev2017-12-203-6/+18
| * | | | | | | ARC: [plat-hsdk]: Get rid of core pll frequency set in platform codeEugeniy Paltsev2017-12-201-42/+0
| * | | | | | | ARC: [plat-hsdk]: Set initial core pll output frequencyEugeniy Paltsev2017-12-201-0/+8
| * | | | | | | ARC: [plat-hsdk] Switch DisplayLink driver from fbdev to DRMAlexey Brodkin2017-12-201-2/+3
| * | | | | | | arc: do not use __print_symbol()Sergey Senozhatsky2017-12-201-1/+1
| * | | | | | | ARC: Fix detection of dual-issue enabledAlexey Brodkin2017-11-291-1/+1
* | | | | | | | Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-052-12/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-021-11/+34
| * | | | | | | | btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0
* | | | | | | | | Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| * | | | | | | | | xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| * | | | | | | | | xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
* | | | | | | | | | Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-051-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mfd: rtsx: Release IRQ during shutdownSinan Kaya2018-01-051-0/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-0510-43/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-053-5/+5
| * | | | | | | | | | x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
| * | | | | | | | | | x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-051-1/+1
| * | | | | | | | | | x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra2018-01-051-0/+16
| * | | | | | | | | | x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-053-24/+22
| * | | | | | | | | | x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-043-6/+7
| * | | | | | | | | | x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-042-5/+2
* | | | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-055-17/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINTAINERS: Remove Matt Fleming as EFI co-maintainerMatt Fleming2018-01-031-4/+3
| * | | | | | | | | | | efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-033-10/+52
| * | | | | | | | | | | x86/efi: Fix kernel param add_efi_memmap regressionDave Young2018-01-031-3/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-01-055-3/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | s390/dasd: fix wrongly assigned configuration dataStefan Haberland2018-01-021-0/+10
| * | | | | | | | | | | s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky2017-12-151-1/+1
| * | | | | | | | | | | s390/sclp: disable FORTIFY_SOURCE for early sclp codeHeiko Carstens2017-12-131-0/+2
| * | | | | | | | | | | s390/pci: handle insufficient resources during dma tlb flushSebastian Ott2017-12-132-2/+22
* | | | | | | | | | | | Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun2018-01-021-1/+1