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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-30
xen/gnttab: Use phys_addr_t to describe the grant frame base address
Julien Grall
1
-3
/
+3
2014-01-30
xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)
Ian Campbell
1
-2
/
+20
2014-01-10
xen: delete new instances of __cpuinit usage
Paul Gortmaker
1
-3
/
+3
2014-01-07
xen/fb: allow xenfb initialization for hvm guests
Stefano Stabellini
1
-1
/
+1
2014-01-07
xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()
Wei Yongjun
1
-2
/
+4
2014-01-07
xen-platform: fix error return code in platform_pci_init()
Wei Yongjun
1
-1
/
+2
2014-01-07
xen: Use dev_is_pci() to check whether it is pci device
Yijing Wang
1
-1
/
+1
2014-01-06
xen/grant-table: Force to use v1 of grants.
Konrad Rzeszutek Wilk
1
-4
/
+2
2014-01-06
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
1
-1
/
+2
2014-01-06
xen/pvh: Piggyback on PVHVM for grant driver (v4)
Konrad Rzeszutek Wilk
2
-5
/
+6
2014-01-06
xen/grant: Implement an grant frame array struct (v3).
Konrad Rzeszutek Wilk
2
-10
/
+58
2014-01-06
xen/grant-table: Refactor gnttab_init
Konrad Rzeszutek Wilk
1
-8
/
+2
2014-01-06
xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
Konrad Rzeszutek Wilk
1
-3
/
+6
2014-01-06
xen/pvh: Piggyback on PVHVM for event channels (v2)
Mukesh Rathor
1
-5
/
+9
2014-01-06
xen/events: use the FIFO-based ABI if available
David Vrabel
4
-1
/
+448
2014-01-06
xen/events: allow event channel priority to be set
David Vrabel
1
-0
/
+17
2014-01-06
xen/events: Add the hypervisor interface for the FIFO-based event channels
David Vrabel
1
-4
/
+4
2014-01-06
xen/evtchn: support more than 4096 ports
David Vrabel
3
-6
/
+14
2014-01-06
xen/events: add xen_evtchn_mask_all()
David Vrabel
1
-7
/
+11
2014-01-06
xen/events: Refactor evtchn_to_irq array to be dynamically allocated
David Vrabel
3
-55
/
+149
2014-01-06
xen/events: add a evtchn_op for port setup
David Vrabel
2
-1
/
+13
2014-01-06
xen/events: allow setup of irq_info to fail
David Vrabel
1
-65
/
+91
2014-01-06
xen/events: add struct evtchn_ops for the low-level port operations
David Vrabel
3
-16
/
+84
2014-01-06
xen/events: move 2-level specific code into its own file
David Vrabel
4
-362
/
+440
2014-01-06
xen/events: move drivers/xen/events.c into drivers/xen/events/
David Vrabel
3
-1
/
+5
2014-01-06
xen/events: replace raw bit ops with functions
Wei Liu
1
-2
/
+1
2014-01-06
xen/events: introduce test_and_set_mask()
Wei Liu
1
-3
/
+8
2014-01-06
xen/events: remove unnecessary init_evtchn_cpu_bindings()
David Vrabel
1
-22
/
+0
2014-01-06
xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()
David Vrabel
1
-18
/
+9
2014-01-06
xen/pci: Fix build on non-x86
Ben Hutchings
1
-0
/
+2
2014-01-06
xen: simplify balloon_first_page() with list_first_entry_or_null()
Jie Liu
1
-8
/
+1
2014-01-06
xen: balloon: enable for ARM
Ian Campbell
1
-1
/
+0
2014-01-03
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
Konrad Rzeszutek Wilk
7
-4
/
+20
2013-12-29
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-6
/
+8
2013-12-29
Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-34
/
+50
2013-12-27
Merge branches 'powercap' and 'acpi-lpss' with new device IDs
Rafael J. Wysocki
3
-2
/
+13
2013-12-27
Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixes
Rafael J. Wysocki
1
-32
/
+37
2013-12-24
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-94
/
+189
2013-12-24
Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-12
/
+49
2013-12-23
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-15
/
+52
2013-12-23
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
11
-34
/
+93
2013-12-23
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2013-12-23
Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linus
Roland Dreier
4
-14
/
+51
2013-12-23
Merge tag 'drm-intel-fixes-2013-12-18' of git://people.freedesktop.org/~danve...
Dave Airlie
4
-23
/
+60
2013-12-23
Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
4
-9
/
+29
2013-12-23
drm/ttm: Fix swapin regression
Thomas Hellstrom
1
-1
/
+2
2013-12-23
gpu: fix qxl missing crc32_le
Randy Dunlap
2
-1
/
+2
2013-12-22
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+5
2013-12-22
Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-1
/
+0
2013-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
9
-45
/
+51
[next]