index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fs: allocate structure unconditionally in seq_open()
Yann Droneaud
2015-07-01
1
-8
/
+9
*
fs: use seq_open_private() for proc_mounts
Yann Droneaud
2015-07-01
3
-24
/
+19
*
mm: meminit: finish initialisation of struct pages before basic setup
Mel Gorman
2015-07-01
5
-37
/
+49
*
mm: meminit: remove mminit_verify_page_links
Mel Gorman
2015-07-01
3
-17
/
+0
*
mm: meminit: reduce number of times pageblocks are set during struct page init
Mel Gorman
2015-07-01
1
-22
/
+24
*
mm: meminit: free pages in large chunks where possible
Mel Gorman
2015-07-01
1
-6
/
+49
*
x86: mm: enable deferred struct page initialisation on x86-64
Mel Gorman
2015-07-01
1
-0
/
+1
*
mm: meminit: minimise number of pfn->page lookups during initialisation
Mel Gorman
2015-07-01
1
-5
/
+24
*
mm: meminit: initialise remaining struct pages in parallel with kswapd
Mel Gorman
2015-07-01
4
-6
/
+130
*
mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...
Mel Gorman
2015-07-01
5
-4
/
+124
*
mm: meminit: inline some helper functions
Mel Gorman
2015-07-01
2
-46
/
+52
*
mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
Mel Gorman
2015-07-01
4
-30
/
+51
*
mm: page_alloc: pass PFN to __free_pages_bootmem
Mel Gorman
2015-07-01
5
-11
/
+14
*
mm: meminit: only set page reserved in the memblock region
Nathan Zimmer
2015-07-01
3
-1
/
+21
*
mm: meminit: move page initialization into a separate function
Robin Holt
2015-07-01
1
-33
/
+46
*
memblock: introduce a for_each_reserved_mem_region iterator
Robin Holt
2015-07-01
2
-0
/
+50
*
Merge tag 'md/4.2' of git://neil.brown.name/md
Linus Torvalds
2015-06-29
5
-101
/
+146
|
\
|
*
md: clear Blocked flag on failed devices when array is read-only.
Neil Brown
2015-06-25
1
-0
/
+9
|
*
md: unlock mddev_lock on an error path.
NeilBrown
2015-06-25
1
-1
/
+3
|
*
md: clear mddev->private when it has been freed.
NeilBrown
2015-06-25
1
-0
/
+3
|
*
md: fix a build warning
Firo Yang
2015-06-17
1
-1
/
+1
|
*
md/raid5: ignore released_stripes check
Shaohua Li
2015-06-17
1
-2
/
+2
|
*
md/raid5: per hash value and exclusive wait_for_stripe
Yuanhan Liu
2015-06-17
2
-9
/
+20
|
*
md/raid5: split wait_for_stripe and introduce wait_for_quiescent
Yuanhan Liu
2015-06-17
2
-6
/
+10
|
*
wait: introduce wait_event_exclusive_cmd
Yuanhan Liu
2015-06-17
1
-0
/
+13
|
*
md: convert to kstrto*()
Alexey Dobriyan
2015-06-17
1
-68
/
+81
|
*
md/raid10: make sync_request_write() call bio_copy_data()
Kent Overstreet
2015-06-17
1
-14
/
+4
*
|
Fix kmalloc slab creation sequence
Christoph Lameter
2015-06-29
2
-38
/
+16
*
|
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-06-29
57
-155
/
+13842
|
\
\
|
*
|
arch, x86: pmem api for ensuring durability of persistent memory updates
Ross Zwisler
2015-06-26
7
-13
/
+257
|
*
|
libnvdimm: Add sysfs numa_node to NVDIMM devices
Toshi Kani
2015-06-26
5
-0
/
+34
|
*
|
libnvdimm: Set numa_node to NVDIMM devices
Toshi Kani
2015-06-26
6
-1
/
+16
|
*
|
acpi: Add acpi_map_pxm_to_online_node()
Toshi Kani
2015-06-26
2
-3
/
+52
|
*
|
libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only
Dan Williams
2015-06-26
10
-3
/
+100
|
*
|
pmem: flag pmem block devices as non-rotational
Dan Williams
2015-06-26
1
-0
/
+1
|
*
|
libnvdimm: enable iostat
Dan Williams
2015-06-26
5
-2
/
+59
|
*
|
pmem: make_request cleanups
Dan Williams
2015-06-26
1
-21
/
+5
|
*
|
libnvdimm, pmem: fix up max_hw_sectors
Dan Williams
2015-06-26
1
-1
/
+1
|
*
|
libnvdimm, blk: add support for blk integrity
Vishal Verma
2015-06-26
5
-23
/
+159
|
*
|
libnvdimm, btt: add support for blk integrity
Vishal Verma
2015-06-26
5
-18
/
+154
|
*
|
fs/block_dev.c: skip rw_page if bdev has integrity
Vishal Verma
2015-06-26
1
-2
/
+2
|
*
|
libnvdimm: Non-Volatile Devices
Dan Williams
2015-06-26
3
-13
/
+858
|
*
|
tools/testing/nvdimm: libnvdimm unit test infrastructure
Dan Williams
2015-06-26
9
-4
/
+1377
|
*
|
libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory
Ross Zwisler
2015-06-26
12
-34
/
+941
|
*
|
nd_btt: atomic sector updates
Vishal Verma
2015-06-26
13
-25
/
+1950
|
*
|
libnvdimm: infrastructure for btt devices
Dan Williams
2015-06-25
13
-99
/
+879
|
*
|
libnvdimm: write blk label set
Dan Williams
2015-06-25
6
-24
/
+369
|
*
|
libnvdimm: write pmem label set
Dan Williams
2015-06-25
5
-14
/
+455
|
*
|
libnvdimm: blk labels and namespace instantiation
Dan Williams
2015-06-25
8
-38
/
+594
|
*
|
libnvdimm: pmem label sets and namespace instantiation.
Dan Williams
2015-06-25
15
-31
/
+1506
[prev]
[next]