index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
2
-10
/
+0
2014-11-12
scsi: add new scsi-command flag for tagged commands
Christoph Hellwig
3
-5
/
+6
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
2
-1
/
+2
2014-11-12
scsi: handle more device handler setup/teardown in common code
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: remove struct scsi_dh_devlist
Christoph Hellwig
1
-6
/
+0
2014-11-12
scsi: use container_of to get at device handler private data
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-2
/
+2
2014-11-12
scsi: refactor scsi_reset_provider handling
Christoph Hellwig
1
-14
/
+1
2014-11-12
scsi: add support for multiple hardware queues in scsi_(host_)find_tag
Bart Van Assche
1
-8
/
+11
2014-11-12
scsi: add support for multiple hardware queues
Bart Van Assche
1
-0
/
+8
2014-11-12
blk-mq: add blk_mq_unique_tag()
Bart Van Assche
1
-0
/
+17
2014-11-12
scsi: simplify scsi_log_(send|completion)
Hannes Reinecke
1
-1
/
+2
2014-11-12
scsi: remove scsi_show_result()
Hannes Reinecke
1
-1
/
+0
2014-11-12
scsi: separate out scsi_(host|driver)byte_string()
Hannes Reinecke
1
-0
/
+2
2014-11-12
scsi: repurpose the last argument from print_opcode_name()
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: remove scsi_print_status()
Hannes Reinecke
1
-1
/
+0
2014-11-12
scsi: use 'bool' as return value for scsi_normalize_sense()
Hannes Reinecke
1
-7
/
+7
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
2
-7
/
+12
2014-11-12
scsi: introduce sdev_prefix_printk()
Hannes Reinecke
1
-0
/
+9
2014-11-12
scsi: remove scsi_cmd_print_sense_hdr()
Hannes Reinecke
1
-2
/
+0
2014-11-12
scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl
Douglas Gilbert
2
-1
/
+9
2014-11-09
Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-8
/
+31
2014-11-09
Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+70
2014-11-06
Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+6
2014-11-05
PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()
Yinghai Lu
1
-1
/
+6
2014-11-04
of: Fix overflow bug in string property parsing functions
Grant Likely
1
-14
/
+70
2014-11-04
ARM: imx: clk-vf610: define PLL's clock tree
Stefan Agner
1
-8
/
+31
2014-11-03
Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...
Linus Torvalds
1
-4
/
+4
2014-11-02
Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-18
/
+3
2014-11-02
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2
-6
/
+5
2014-11-02
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+0
2014-11-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-3
/
+22
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-2
/
+42
2014-10-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2014-10-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+7
2014-10-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+9
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-0
/
+20
2014-10-31
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions
Pablo Neira Ayuso
1
-0
/
+10
2014-10-31
netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions
Pablo Neira Ayuso
1
-0
/
+10
2014-10-31
Return short read or 0 at end of a raw device, not EIO
David Jeffery
1
-0
/
+1
2014-10-30
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
Ben Hutchings
1
-0
/
+2
2014-10-30
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
1
-2
/
+6
2014-10-30
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-9
/
+9
2014-10-29
Merge branch 'akpm' (incoming from Andrew Morton)
Linus Torvalds
4
-52
/
+33
2014-10-29
mm: memcontrol: fix missed end-writeback page accounting
Johannes Weiner
1
-41
/
+17
2014-10-29
mm: page-writeback: inline account_page_dirtied() into single caller
Johannes Weiner
1
-1
/
+0
2014-10-29
mm, thp: fix collapsing of hugepages on madvise
David Rientjes
1
-7
/
+10
2014-10-29
drivers: of: add return value to of_reserved_mem_device_init()
Marek Szyprowski
1
-3
/
+6
2014-10-29
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2014-10-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+7
[next]