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
*
scripts/gdb: also allow list_head pointer as lx-list-check paramter
Jan Kiszka
2015-07-01
1
-2
/
+4
*
scripts/gdb: add command to check list consistency
ThiƩbaud Weksteen
2015-07-01
2
-0
/
+90
*
memstick: remove deprecated use of pci api
Quentin Lambert
2015-07-01
2
-11
/
+11
*
fs/affs/symlink.c: remove unneeded err variable
Fabian Frederick
2015-07-01
1
-3
/
+1
*
fs/affs/amigaffs.c: remove unneeded initialization
Fabian Frederick
2015-07-01
1
-1
/
+1
*
fs/affs/inode.c: remove unneeded initialization
Fabian Frederick
2015-07-01
1
-1
/
+1
*
fs/adfs: remove unneeded cast
Firo Yang
2015-07-01
1
-1
/
+1
*
gcov: add support for GCC 5.1
Lorenzo Stoakes
2015-07-01
2
-1
/
+9
*
kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
HATAYAMA Daisuke
2015-07-01
3
-1
/
+15
*
kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...
HATAYAMA Daisuke
2015-07-01
1
-1
/
+2
*
x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...
KarimAllah Ahmed
2015-07-01
1
-5
/
+6
*
fs: document seq_open()'s usage of file->private_data
Yann Droneaud
2015-07-01
1
-0
/
+2
*
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
[next]