index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memory
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
NVMe: Add translation for block limits
Keith Busch
1
-1
/
+27
2015-04-08
NVMe: Remove check for null
Keith Busch
1
-2
/
+0
2015-04-08
NVMe: Fix error handling of class_create("nvme")
Alexey Khoroshilov
1
-1
/
+3
2015-04-07
xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX
Tao Chen
3
-50
/
+49
2015-04-07
xen-blkback: enlarge the array size of blkback name
Tao Chen
1
-2
/
+5
2015-04-02
nbd: Return error pointer directly
Markus Pargmann
1
-5
/
+2
2015-04-02
nbd: Return error code directly
Markus Pargmann
1
-5
/
+2
2015-04-02
nbd: Remove fixme that was already fixed
Markus Pargmann
1
-6
/
+3
2015-04-02
nbd: Restructure debugging prints
Markus Pargmann
1
-66
/
+22
2015-04-02
nbd: Fix device bytesize type
Markus Pargmann
1
-1
/
+2
2015-04-02
nbd: Replace kthread_create with kthread_run
Markus Pargmann
1
-3
/
+3
2015-04-02
nbd: Remove kernel internal header
Markus Pargmann
2
-46
/
+22
2015-04-02
Documentation: nbd: Add list of module parameters
Markus Pargmann
1
-0
/
+10
2015-04-02
Documentation: nbd: Reformat to allow more documentation
Markus Pargmann
1
-15
/
+19
2015-03-31
NVMe: increase depth of admin queue
Jens Axboe
1
-1
/
+1
2015-03-31
nvme: Fix PRP list calculation for non-4k system page size
Murali Iyer
1
-2
/
+2
2015-03-31
NVMe: Fix blk-mq hot cpu notification
Keith Busch
1
-7
/
+5
2015-03-31
NVMe: embedded iod mask cleanup
Chong Yuan
1
-4
/
+3
2015-03-31
NVMe: Freeze admin queue on device failure
Keith Busch
1
-2
/
+3
2015-03-25
block, drbd: use mempool_create_slab_pool()
David Rientjes
1
-4
/
+3
2015-03-25
block, drbd: fix drbd_req_new() initialization
David Rientjes
1
-1
/
+2
2015-03-17
brd: update maintainer to be Jens Axboe
Ross Zwisler
1
-1
/
+1
2015-03-13
blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't set
Keith Busch
1
-3
/
+6
2015-03-13
blk-mq: export blk_mq_run_hw_queues
Mike Snitzer
2
-4
/
+5
2015-03-13
blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
Mike Snitzer
3
-10
/
+23
2015-03-13
blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path
Mike Snitzer
1
-3
/
+3
2015-03-13
memcg: disable hierarchy support if bound to the legacy cgroup hierarchy
Vladimir Davydov
1
-1
/
+3
2015-03-13
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
1
-2
/
+2
2015-03-13
kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>
Andrey Ryabinin
2
-4
/
+8
2015-03-13
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
5
-7
/
+16
2015-03-13
fanotify: fix event filtering with FAN_ONDIR set
Suzuki K. Poulose
1
-1
/
+2
2015-03-13
mm/nommu.c: export symbol max_mapnr
gchen gchen
1
-0
/
+1
2015-03-13
arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMU
Chen Gang
1
-0
/
+5
2015-03-13
nilfs2: fix deadlock of segment constructor during recovery
Ryusuke Konishi
1
-3
/
+4
2015-03-13
mm: cma: fix CMA aligned offset calculation
Danesh Petigara
1
-5
/
+7
2015-03-13
mm, hugetlb: close race when setting PageTail for gigantic pages
David Rientjes
1
-1
/
+3
2015-03-13
mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled
Michal Hocko
1
-1
/
+2
2015-03-13
drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC data
Javier Martinez Canillas
1
-0
/
+1
2015-03-13
ocfs2: make append_dio an incompat feature
Mark Fasheh
2
-8
/
+9
2015-03-12
mm: thp: Return the correct value for change_huge_pmd
Mel Gorman
1
-2
/
+2
2015-03-12
mm: fix up numa read-only thread grouping logic
Linus Torvalds
2
-2
/
+12
2015-03-12
Revert "i2c: core: Dispose OF IRQ mapping at client removal time"
Jakub Kicinski
1
-3
/
+0
2015-03-12
nios2: update pt_regs
Chung-Ling Tang
7
-89
/
+62
2015-03-09
tipc: fix bug in link failover handling
Jon Paul Maloy
1
-3
/
+4
2015-03-09
net: delete stale packet_mclist entries
Francesco Ruggeri
1
-8
/
+14
2015-03-09
net: macb: constify macb configuration data
Josh Cartwright
1
-4
/
+4
2015-03-09
ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
Steven Rostedt (Red Hat)
1
-3
/
+3
2015-03-09
ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl
Pratyush Anand
1
-6
/
+22
2015-03-09
ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl
Steven Rostedt (Red Hat)
1
-2
/
+6
2015-03-09
MAINTAINERS: add Marc Kleine-Budde as co maintainer for CAN networking layer
Marc Kleine-Budde
1
-0
/
+1
[next]