index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: drop support of non-linear mapping from fault codepath
Kirill A. Shutemov
2015-02-10
2
-65
/
+16
*
mm: drop support of non-linear mapping from unmap/zap codepath
Kirill A. Shutemov
2015-02-10
3
-70
/
+22
*
mm: replace remap_file_pages() syscall with emulation
Kirill A. Shutemov
2015-02-10
6
-298
/
+79
*
mm/vmstat.c: fix/cleanup ifdefs
Andrew Morton
2015-02-10
1
-62
/
+62
*
mm/slab_common.c: use kmem_cache_free()
Vaishali Thakkar
2015-02-10
1
-1
/
+1
*
mm/slub.c: fix typo in comment
Kim Phillips
2015-02-10
1
-1
/
+1
*
mm: don't use compound_head() in virt_to_head_page()
Joonsoo Kim
2015-02-10
1
-1
/
+26
*
mm/slub: optimize alloc/free fastpath by removing preemption on/off
Joonsoo Kim
2015-02-10
1
-12
/
+23
*
fsioctl.c: make generic_block_fiemap() signal-tolerant
Dmitry Monakhov
2015-02-10
2
-1
/
+7
*
o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper
Srinivas Eeda
2015-02-10
1
-1
/
+5
*
ocfs2: prune the dcache before deleting the dentry of directory
alex chen
2015-02-10
1
-0
/
+3
*
ocfs2: make resv_lock spinlock static
Fabian Frederick
2015-02-10
1
-1
/
+1
*
ocfs2: remove unreachable code in __ocfs2_recovery_thread()
Daeseok Youn
2015-02-10
1
-1
/
+0
*
ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()
Daeseok Youn
2015-02-10
1
-6
/
+3
*
ocfs2: remove unreachable code
Daeseok Youn
2015-02-10
1
-1
/
+0
*
ocfs2: o2net: silence uninitialized variable warning
Dan Carpenter
2015-02-10
1
-1
/
+2
*
ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()
Jan Kara
2015-02-10
1
-2
/
+0
*
ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
alex chen
2015-02-10
3
-0
/
+23
*
ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents
alex chen
2015-02-10
1
-9
/
+9
*
ocfs2: dlm: dlmdomain: remove unused function
Rickard Strandqvist
2015-02-10
2
-15
/
+0
*
ocfs2: quota_local: remove unused function
Rickard Strandqvist
2015-02-10
1
-6
/
+0
*
ocfs2: xattr: remove unused function
Rickard Strandqvist
2015-02-10
1
-10
/
+0
*
ocfs2: fix snprintf format specifier in dlmdebug.c
alex chen
2015-02-10
1
-2
/
+2
*
ocfs2: fix wrong comment
Junxiao Bi
2015-02-10
1
-6
/
+6
*
ocfs2: fix uninitialized variable access
Junxiao Bi
2015-02-10
1
-1
/
+1
*
ocfs2: remove unnecessary else in ocfs2_set_acl()
Fabian Frederick
2015-02-10
1
-8
/
+6
*
ocfs2/dlm: add missing dlm_lock_put() when recovery master down
Xue jiufei
2015-02-10
1
-0
/
+7
*
sh: eliminate unused irq_reg_{readl,writel} accessors
Kevin Cernekee
2015-02-10
2
-6
/
+0
*
sh: build superh without CONFIG_EXPERT
Rob Landley
2015-02-10
1
-1
/
+1
*
fsnotify: fix handling of renames in audit
Jan Kara
2015-02-10
1
-2
/
+4
*
inotify: update documentation to reflect code changes
Zhang Zhen
2015-02-10
1
-194
/
+3
*
fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask
Lino Sanfilippo
2015-02-10
2
-9
/
+18
*
fanotify: don't recalculate a marks mask if only the ignored mask changed
Lino Sanfilippo
2015-02-10
1
-3
/
+4
*
fanotify: only destroy mark when both mask and ignored_mask are cleared
Lino Sanfilippo
2015-02-10
1
-2
/
+1
*
hugetlb, x86: register 1G page size if we can allocate them at runtime
Kirill A. Shutemov
2015-02-10
1
-0
/
+11
*
Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
2015-02-09
27
-230
/
+563
|
\
|
*
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Tejun Heo
2015-02-09
9
-13
/
+56
|
|
\
|
|
*
ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode c...
Suman Tripathi
2015-02-03
1
-1
/
+2
|
*
|
ata: libahci: Use of_platform_device_create only if supported
Guenter Roeck
2015-02-03
1
-1
/
+3
|
*
|
sata_mv: Delete unnecessary checks before the function call "phy_power_off"
Markus Elfring
2015-02-03
1
-4
/
+2
|
*
|
ata: Delete unnecessary checks before the function call "pci_dev_put"
Markus Elfring
2015-02-03
1
-4
/
+2
|
*
|
ata: pata_platform: fix owner module reference mismatch for scsi host
Akinobu Mita
2015-01-28
3
-6
/
+17
|
*
|
ata: ahci_platform: fix owner module reference mismatch for scsi host
Akinobu Mita
2015-01-28
12
-23
/
+89
|
*
|
pata_pdc2027x: Use 64-bit timekeeping
Tina Ruchandani
2015-01-27
1
-5
/
+5
|
*
|
ata: libahci: Fix devres cleanup on failure
Thierry Reding
2015-01-21
1
-1
/
+2
|
*
|
ata: libahci: Allow using multiple regulators
Gregory CLEMENT
2015-01-19
4
-75
/
+173
|
*
|
Documentation: bindings: Add the regulator property to the sub-nodes AHCI bin...
Gregory CLEMENT
2015-01-19
1
-3
/
+6
|
*
|
ata: libahci: Clean-up the ahci_platform_en/disable_phys functions
Gregory CLEMENT
2015-01-19
1
-6
/
+0
|
*
|
sata_rcar: extend PM methods
Mikhail Ulyanov
2015-01-19
1
-2
/
+23
|
*
|
sata_dwc_460ex: disable compilation on ARM and ARM64
Andy Shevchenko
2015-01-12
1
-1
/
+1
[next]