| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc/util.c: use kvfree() in ipc_rcu_free() | Pekka Enberg | 2015-06-30 | 1 | -4/+1 |
* | arc: use for_each_sg() | Akinobu Mita | 2015-06-30 | 1 | -5/+7 |
* | devpts: if initialization failed, don't crash when opening /dev/ptmx | Josh Triplett | 2015-06-30 | 1 | -7/+24 |
* | scripts/gdb: remove useless global instruction | Thiébaud Weksteen | 2015-06-30 | 1 | -2/+0 |
* | scripts/gdb: add ps command | Thiébaud Weksteen | 2015-06-30 | 1 | -0/+16 |
* | scripts/gdb: fix PEP8 compliance | Thiébaud Weksteen | 2015-06-30 | 4 | -7/+7 |
* | scripts/gdb: fix typo in exception name | Thiébaud Weksteen | 2015-06-30 | 1 | -1/+1 |
* | scripts/gdb: enable completion for lx-list-check parameter | Jan Kiszka | 2015-06-30 | 1 | -1/+2 |
* | scripts/gdb: also allow list_head pointer as lx-list-check paramter | Jan Kiszka | 2015-06-30 | 1 | -2/+4 |
* | scripts/gdb: add command to check list consistency | Thiébaud Weksteen | 2015-06-30 | 2 | -0/+90 |
* | memstick: remove deprecated use of pci api | Quentin Lambert | 2015-06-30 | 2 | -11/+11 |
* | fs/affs/symlink.c: remove unneeded err variable | Fabian Frederick | 2015-06-30 | 1 | -3/+1 |
* | fs/affs/amigaffs.c: remove unneeded initialization | Fabian Frederick | 2015-06-30 | 1 | -1/+1 |
* | fs/affs/inode.c: remove unneeded initialization | Fabian Frederick | 2015-06-30 | 1 | -1/+1 |
* | fs/adfs: remove unneeded cast | Firo Yang | 2015-06-30 | 1 | -1/+1 |
* | gcov: add support for GCC 5.1 | Lorenzo Stoakes | 2015-06-30 | 2 | -1/+9 |
* | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path | HATAYAMA Daisuke | 2015-06-30 | 3 | -1/+15 |
* | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i... | HATAYAMA Daisuke | 2015-06-30 | 1 | -1/+2 |
* | x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com... | KarimAllah Ahmed | 2015-06-30 | 1 | -5/+6 |
* | fs: document seq_open()'s usage of file->private_data | Yann Droneaud | 2015-06-30 | 1 | -0/+2 |
* | fs: allocate structure unconditionally in seq_open() | Yann Droneaud | 2015-06-30 | 1 | -8/+9 |
* | fs: use seq_open_private() for proc_mounts | Yann Droneaud | 2015-06-30 | 3 | -24/+19 |
* | mm: meminit: finish initialisation of struct pages before basic setup | Mel Gorman | 2015-06-30 | 5 | -37/+49 |
* | mm: meminit: remove mminit_verify_page_links | Mel Gorman | 2015-06-30 | 3 | -17/+0 |
* | mm: meminit: reduce number of times pageblocks are set during struct page init | Mel Gorman | 2015-06-30 | 1 | -22/+24 |
* | mm: meminit: free pages in large chunks where possible | Mel Gorman | 2015-06-30 | 1 | -6/+49 |
* | x86: mm: enable deferred struct page initialisation on x86-64 | Mel Gorman | 2015-06-30 | 1 | -0/+1 |
* | mm: meminit: minimise number of pfn->page lookups during initialisation | Mel Gorman | 2015-06-30 | 1 | -5/+24 |
* | mm: meminit: initialise remaining struct pages in parallel with kswapd | Mel Gorman | 2015-06-30 | 4 | -6/+130 |
* | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 2015-06-30 | 5 | -4/+124 |
* | mm: meminit: inline some helper functions | Mel Gorman | 2015-06-30 | 2 | -46/+52 |
* | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 2015-06-30 | 4 | -30/+51 |
* | mm: page_alloc: pass PFN to __free_pages_bootmem | Mel Gorman | 2015-06-30 | 5 | -11/+14 |
* | mm: meminit: only set page reserved in the memblock region | Nathan Zimmer | 2015-06-30 | 3 | -1/+21 |
* | mm: meminit: move page initialization into a separate function | Robin Holt | 2015-06-30 | 1 | -33/+46 |
* | memblock: introduce a for_each_reserved_mem_region iterator | Robin Holt | 2015-06-30 | 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 |