| Commit message (Expand) | Author | Files | Lines |
2015-02-20 | thermal: exynos: fix: Check if data->tmu_read callback is present before read | Lukasz Majewski | 1 | -1/+1 |
2015-02-20 | x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch | Jiri Kosina | 2 | -2/+0 |
2015-02-20 | ipmi: Fix a memory ordering issue | Corey Minyard | 1 | -4/+10 |
2015-02-20 | ipmi: Remove uses of return value of seq_printf | Joe Perches | 3 | -16/+26 |
2015-02-20 | ipmi: Use is_visible callback for conditional sysfs entries | Takashi Iwai | 1 | -43/+17 |
2015-02-20 | ipmi: Free ipmi_recv_msg messages from the linked list on close | Nicholas Krause | 1 | -1/+5 |
2015-02-20 | ipmi: avoid gcc warning | Arnd Bergmann | 1 | -8/+21 |
2015-02-20 | ipmi: Update timespec usage to timespec64 | John Stultz | 1 | -12/+13 |
2015-02-20 | ipmi: Cleanup DEBUG_TIMING ifdef usage | John Stultz | 1 | -40/+21 |
2015-02-20 | drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c | Nicholas Krause | 1 | -1/+0 |
2015-02-20 | char: ipmi: Remove obsolete cleanup for clientdata | Wolfram Sang | 1 | -2/+0 |
2015-02-20 | ipmi: Remove a FIXME for slab conversion | Corey Minyard | 1 | -1/+0 |
2015-02-20 | x86: pte_protnone() and pmd_protnone() must check entry is not present | David Vrabel | 1 | -2/+4 |
2015-02-19 | kgdb, docs: Fix <para> pdfdocs build errors | Rajaneesh Acharya | 1 | -3/+3 |
2015-02-19 | debug: prevent entering debug mode on panic/exception. | Colin Cross | 1 | -0/+17 |
2015-02-19 | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2 | -2/+2 |
2015-02-19 | kdb: Provide forward search at more prompt | Daniel Thompson | 3 | -5/+26 |
2015-02-19 | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 1 | -2/+2 |
2015-02-19 | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 1 | -1/+0 |
2015-02-19 | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 3 | -11/+21 |
2015-02-19 | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 2 | -2/+2 |
2015-02-19 | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 1 | -1/+1 |
2015-02-19 | MAINTAINERS: update Ceph and RBD maintainers | Sage Weil | 1 | -3/+4 |
2015-02-19 | s390/spinlock: disabled compare-and-delay by default | Martin Schwidefsky | 1 | -5/+7 |
2015-02-19 | x86/microcode/intel: Handle truncated microcode images more robustly | Quentin Casasnovas | 2 | -0/+9 |
2015-02-19 | x86/microcode/intel: Guard against stack overflow in the loader | Quentin Casasnovas | 1 | -1/+1 |
2015-02-19 | libceph: kfree() in put_osd() shouldn't depend on authorizer | Ilya Dryomov | 1 | -2/+3 |
2015-02-19 | libceph: fix double __remove_osd() problem | Ilya Dryomov | 1 | -8/+18 |
2015-02-19 | rbd: convert to blk-mq | Christoph Hellwig | 1 | -54/+68 |
2015-02-19 | x86, mm/ASLR: Fix stack randomization on 64-bit systems | Hector Marco-Gisbert | 2 | -5/+6 |
2015-02-19 | x86/mm/init: Fix incorrect page size in init_memory_mapping() printks | Dave Hansen | 1 | -2/+26 |
2015-02-19 | x86/mm/ASLR: Propagate base load address calculation | Jiri Kosina | 7 | -17/+63 |
2015-02-19 | ceph: return error for traceless reply race | Yan, Zheng | 1 | -6/+9 |
2015-02-19 | ceph: fix dentry leaks | Yan, Zheng | 2 | -3/+6 |
2015-02-19 | ceph: re-send requests when MDS enters reconnecting stage | Yan, Zheng | 1 | -3/+26 |
2015-02-19 | ceph: show nocephx_require_signatures and notcp_nodelay options | Ilya Dryomov | 1 | -0/+4 |
2015-02-19 | libceph: tcp_nodelay support | Chaitanya Huilgol | 4 | -4/+33 |
2015-02-19 | rbd: do not treat standalone as flatten | Ilya Dryomov | 1 | -20/+10 |
2015-02-19 | ceph: fix atomic_open snapdir | Yan, Zheng | 1 | -1/+1 |
2015-02-19 | ceph: properly mark empty directory as complete | Yan, Zheng | 1 | -14/+15 |
2015-02-19 | client: include kernel version in client metadata | Yan, Zheng | 1 | -1/+2 |
2015-02-19 | ceph: provide seperate {inode,file}_operations for snapdir | Yan, Zheng | 3 | -4/+19 |
2015-02-19 | ceph: fix request time stamp encoding | Yan, Zheng | 1 | -2/+10 |
2015-02-19 | ceph: fix reading inline data when i_size > PAGE_SIZE | Yan, Zheng | 2 | -15/+26 |
2015-02-19 | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) | Yan, Zheng | 2 | -9/+5 |
2015-02-19 | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) | Yan, Zheng | 1 | -44/+42 |
2015-02-19 | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) | Yan, Zheng | 2 | -18/+35 |
2015-02-19 | rbd: fix error paths in rbd_dev_refresh() | Ilya Dryomov | 1 | -7/+6 |
2015-02-19 | ceph: improve reference tracking for snaprealm | Yan, Zheng | 4 | -27/+63 |
2015-02-19 | ceph: properly zero data pages for file holes. | Yan, Zheng | 1 | -6/+7 |