summaryrefslogtreecommitdiffstats
path: root/arch/um (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-18ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Vineet Gupta1-1/+3
2016-03-17ARC: [plat-axs10x] add Ethernet PHY description in .dtsAlexey Brodkin1-0/+8
2016-03-17arc: use of_platform_default_populate() to populate default busKefeng Wang1-1/+1
2016-03-17ARC: thp: unbork !CONFIG_TRANSPARENT_HUGEPAGE buildVineet Gupta1-1/+6
2016-03-15arc: [plat-nsimosci*] use ezchip network driverLada Trimasova6-9/+10
2016-03-15ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2-6/+1
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta2-17/+11
2016-03-12ARC: [plat-nsim] document rangesVineet Gupta1-1/+2
2016-03-12ARC: build: Better way to detect ISA compatible toolchainVineet Gupta2-6/+14
2016-03-12ARCv2: Allow enabling PAE40 w/o HIGHMEMVineet Gupta1-1/+0
2016-03-12ARC: [BE] readl()/writel() to work in Big Endian CPU configurationLada Trimasova1-5/+13
2016-03-11ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILEVineet Gupta12-12/+0
2016-03-11ARC: [BE] Select correct CROSS_COMPILE prefixVineet Gupta1-0/+4
2016-03-11ARC: bitops: Remove non relevant commentsVineet Gupta1-15/+0
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder8-12/+12
2016-02-28Linux 4.5-rc6v4.5-rc6Linus Torvalds1-1/+1
2016-02-28do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-28should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-28namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-02-28do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-02-28fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig1-2/+4
2016-02-28hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2-35/+3
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler7-16/+43
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler6-10/+13
2016-02-27ext4: online defrag not supported with DAXRoss Zwisler1-0/+5
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2-2/+2
2016-02-27block: disable block device DAX by defaultDan Williams2-1/+18
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman8-14/+14
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman2-0/+23
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-02-27PCI: mvebu: Restrict build to 32-bit ARMThierry Reding1-0/+1
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas5-16/+37
2016-02-26x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King1-1/+1
2016-02-26ALSA: hda - Loop interrupt handling until really clearedTakashi Iwai3-23/+33
2016-02-25x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui1-4/+10
2016-02-25ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2Takashi Iwai1-0/+8
2016-02-25ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225David Henningsson1-2/+21
2016-02-25KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin1-1/+1
2016-02-25ALSA: hda - Fixing background noise on Dell Inspiron 3162Kai-Heng Feng1-0/+8
2016-02-25perf: Robustify task_function_call()Peter Zijlstra1-20/+20
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra1-45/+70
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra1-19/+23
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra1-0/+1
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra1-12/+30
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra2-11/+44
2016-02-25perf: Fix cloningPeter Zijlstra2-15/+15