Age | Commit message (Expand) | Author | Files | Lines |
2016-03-09 | libnvdimm, pmem: clear poison on write | Dan Williams | 5 | -1/+100 |
2016-03-09 | libnvdimm, pmem: fix kmap_atomic() leak in error path | Dan Williams | 1 | -4/+7 |
2016-03-05 | nfit, libnvdimm: clear poison command support | Dan Williams | 4 | -1/+72 |
2016-03-05 | libnvdimm: Fix security issue with DSM IOCTL. | Jerry Hoemann | 1 | -4/+4 |
2016-03-05 | libnvdimm: Clean-up access mode check. | Jerry Hoemann | 1 | -6/+6 |
2016-03-05 | tools/testing/nvdimm: expand ars unit testing | Dan Williams | 1 | -22/+90 |
2016-03-05 | nfit: disable userspace initiated ars during scrub | Dan Williams | 3 | -5/+38 |
2016-03-05 | nfit: scrub and register regions in a workqueue | Dan Williams | 2 | -174/+371 |
2016-03-05 | nfit, libnvdimm: async region scrub workqueue | Dan Williams | 4 | -0/+62 |
2016-03-05 | nfit, tools/testing/nvdimm: unify common init for acpi_nfit_desc | Dan Williams | 3 | -48/+20 |
2016-03-05 | libnvdimm: async notification support | Dan Williams | 5 | -0/+62 |
2016-03-05 | libnvdimm: protect nvdimm_{bus|namespace}_add_poison() with nvdimm_bus_lock() | Dan Williams | 1 | -38/+63 |
2016-03-05 | libnvdimm, nfit: centralize command status translation | Dan Williams | 6 | -67/+138 |
2016-03-05 | nfit, tools/testing/nvdimm: test multiple control regions per-dimm | Dan Williams | 1 | -24/+94 |
2016-03-05 | nfit, tools/testing/nvdimm: add format interface code definitions | Dan Williams | 2 | -1/+12 |
2016-03-04 | nfit: Continue init even if ARS commands are unimplemented | Vishal Verma | 1 | -4/+11 |
2016-02-28 | Linux 4.5-rc6v4.5-rc6 | Linus Torvalds | 1 | -1/+1 |
2016-02-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -131/+244 |
2016-02-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -7/+15 |
2016-02-28 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2016-02-28 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -11/+8 |
2016-02-28 | Merge tag 'staging-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2016-02-28 | Merge tag 'usb-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 19 | -75/+127 |
2016-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -37/+22 |
2016-02-27 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 24 | -105/+173 |
2016-02-27 | do_last(): ELOOP failure exit should be done after leaving RCU mode | Al Viro | 1 | -5/+4 |
2016-02-27 | should_follow_link(): validate ->d_seq after having decided to follow | Al Viro | 1 | -0/+5 |
2016-02-27 | namei: ->d_inode of a pinned dentry is stable only for positives | Al Viro | 1 | -2/+2 |
2016-02-27 | do_last(): don't let a bogus return value from ->open() et.al. to confuse us | Al Viro | 1 | -0/+4 |
2016-02-27 | fs: return -EOPNOTSUPP if clone is not supported | Christoph Hellwig | 1 | -2/+4 |
2016-02-27 | hpfs: don't truncate the file when delete fails | Mikulas Patocka | 1 | -28/+3 |
2016-02-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 24 | -46/+132 |
2016-02-27 | Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -35/+3 |
2016-02-27 | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -47/+48 |
2016-02-27 | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() | Ross Zwisler | 2 | -35/+3 |
2016-02-27 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2016-02-27 | dax: move writeback calls into the filesystems | Ross Zwisler | 7 | -16/+43 |
2016-02-27 | dax: give DAX clearing code correct bdev | Ross Zwisler | 6 | -10/+13 |
2016-02-27 | ext4: online defrag not supported with DAX | Ross Zwisler | 1 | -0/+5 |
2016-02-27 | ext2, ext4: only set S_DAX for regular inodes | Ross Zwisler | 2 | -2/+2 |
2016-02-27 | block: disable block device DAX by default | Dan Williams | 2 | -1/+18 |
2016-02-27 | ocfs2: unlock inode if deleting inode from orphan fails | Guozhonghua | 1 | -0/+1 |
2016-02-27 | mm: ASLR: use get_random_long() | Daniel Cashman | 8 | -14/+14 |
2016-02-27 | drivers: char: random: add get_random_long() | Daniel Cashman | 2 | -0/+23 |
2016-02-27 | mm: numa: quickly fail allocations for NUMA balancing on full nodes | Mel Gorman | 1 | -1/+1 |
2016-02-27 | mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED | Andrea Arcangeli | 1 | -2/+12 |
2016-02-27 | PCI: mvebu: Restrict build to 32-bit ARM | Thierry Reding | 1 | -0/+1 |
2016-02-27 | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas | 5 | -16/+37 |
2016-02-26 | x86/mpx: Fix off-by-one comparison with nr_registers | Colin Ian King | 1 | -1/+1 |
2016-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -6/+13 |