Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d7237e22bbcffc3237a234fdf165fde4c2b0a22d
d7237e2
NTB: correct stack usage warning in debugfs_read
by Jon Mason
· 12 years ago
f766755
NTB: whitespace cleanups
by Jon Mason
· 12 years ago
170d35a
NTB: namespacecheck cleanups
by Jon Mason
· 12 years ago
d66d7ac
NTB: use simple_open for debugfs
by Jon Mason
· 12 years ago
7b4f2d3
NTB: No sleeping in interrupt context
by Jon Mason
· 12 years ago
ef114ed
NTB: separate transmit and receive windows
by Jon Mason
· 12 years ago
842c1dd
NTB: correct memory barrier
by Jon Mason
· 12 years ago
8222b40
NTB: Handle ntb client device probes without present hardware
by Jon Mason
· 12 years ago
2910fe2
ipack/devices/ipoctal: add missing rx_enable = 1
by Samuel Iglesias Gonsalvez
· 12 years ago
8467fdb
tools: hv: Use CLOEXEC when opening kvp_pool files
by Tomas Hozza
· 12 years ago
0f3f2f8
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
by K. Y. Srinivasan
· 12 years ago
83ebf6e
Drivers: hv: vmbus_flow_handler() can be static
by Fengguang Wu
· 12 years ago
6596afe
Merge 3.8-rc4 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
7d1f9ae
Linux 3.8-rc4
by Linus Torvalds
· 12 years ago
78a61ab
ntb: remove __dev* markings
by Greg Kroah-Hartman
· 12 years ago
548c237
net: Add support for NTB virtual ethernet device
by Jon Mason
· 12 years ago
fce8a7b
PCI-Express Non-Transparent Bridge Support
by Jon Mason
· 12 years ago
ea8a83a4
VMCI: include slab.h into files using kmalloc/kfree
by Dmitry Torokhov
· 12 years ago
e6389a1
VMCI: rename PPNset to ppn_set to avoid camel case
by Dmitry Torokhov
· 12 years ago
0e7894d
VMCI: Fix "always true condition"
by Andy King
· 12 years ago
32b083a
VMCI: Fix deref before NULL-check of queuepair ptr
by Andy King
· 12 years ago
42281d2
VMCI: Remove dependency on BLOCK I/O
by Andy King
· 12 years ago
bad7d9d
VMCI: Add PCI as a dependency
by Andy King
· 12 years ago
811af97
pcmcia/vrc4171: Add missing spinlock init
by Jean Delvare
· 12 years ago
36c286d
pcmcia: i82092: fix i82092aa_pci_remove()
by Dan Carpenter
· 12 years ago
7353f85
mei: Fix some more kernel-doc typos in hw-me.c
by Sedat Dilek
· 12 years ago
0783d72
tools: hv: Fix how ifcfg-* file is created
by Tomas Hozza
· 12 years ago
00246d0
tools: hv: fix a typo in hv_set_ifconfig.sh
by Jason Wang
· 12 years ago
f994a15
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
by Wei Yongjun
· 12 years ago
3bacaf0c
Drivers: hv: Cleanup and consolidate reporting of build/version info
by K. Y. Srinivasan
· 12 years ago
5fbebb2
Drivers: hv: Capture the host build information
by K. Y. Srinivasan
· 12 years ago
c2b8e52
Drivers: hv: Implement flow management on the send side
by K. Y. Srinivasan
· 12 years ago
2a5c43a
Drivers: hv: Enable protocol negotiation with win8 hosts
by K. Y. Srinivasan
· 12 years ago
5ab0595
Drivers: hv: Add a check to deal with spurious interrupts
by K. Y. Srinivasan
· 12 years ago
b020950
Drivers: hv: Handle vmbus interrupts concurrently on all cpus
by K. Y. Srinivasan
· 12 years ago
db11f12
Drivers: hv: Manage event tasklets on per-cpu basis
by K. Y. Srinivasan
· 12 years ago
0198631
Drivers: hv: Get rid of unnecessary request for offers
by K. Y. Srinivasan
· 12 years ago
9acd644
Drivers: hv: Get rid of the unused global signaling state
by K. Y. Srinivasan
· 12 years ago
a119845
Drivers: hv: Add code to distribute channel interrupt load
by K. Y. Srinivasan
· 12 years ago
6552ecd
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
by K. Y. Srinivasan
· 12 years ago
abbf3b2
Drivers: hv: Add state to manage incoming channel interrupt load
by K. Y. Srinivasan
· 12 years ago
917ea42
Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
by K. Y. Srinivasan
· 12 years ago
3be7777
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
by K. Y. Srinivasan
· 12 years ago
b3bf60c
Drivers: hv: Manage signaling state on a per-connection basis
by K. Y. Srinivasan
· 12 years ago
eafa707
Drivers: hv: Move vmbus version definitions to hyperv.h
by K. Y. Srinivasan
· 12 years ago
21c3bef
Drivers: hv: Change the signature of vmbus_set_event()
by K. Y. Srinivasan
· 12 years ago
1f42248
Drivers: hv: Change the signature for hv_signal_event()
by K. Y. Srinivasan
· 12 years ago
37f7278
Drivers: hv: Save and export negotiated vmbus version
by K. Y. Srinivasan
· 12 years ago
29423b7
Drivers: hv: Extend/modify vmbus_channel_offer_channel for win7 and beyond
by K. Y. Srinivasan
· 12 years ago
2416603
Drivers: hv: Update the ring buffer structure to match win8 functionality
by K. Y. Srinivasan
· 12 years ago
610071c
Drivers: hv: Support handling multiple VMBUS versions
by K. Y. Srinivasan
· 12 years ago
4fa152c
Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()
by K. Y. Srinivasan
· 12 years ago
98fa8cf
Drivers: hv: Optimize the signaling on the write path
by K. Y. Srinivasan
· 12 years ago
f878f3d
Drivers: hv: Optimize signaling in the read path
by K. Y. Srinivasan
· 12 years ago
7ae3e03
Drivers: hv: Turn off batched reading for util drivers
by K. Y. Srinivasan
· 12 years ago
132368b
Drivers: hv: Add state to manage batched reading
by K. Y. Srinivasan
· 12 years ago
6fdf3b2
Drivers: hv: Implement routines for read side signaling optimization
by K. Y. Srinivasan
· 12 years ago
0bffd25
tools/hv: Fix permissions of created directory and files
by Ben Hutchings
· 12 years ago
40424f5
tools/hv: Fix /var subdirectory
by Tomas Hozza
· 12 years ago
10d498b
hv: hv_balloon: remove duplicated include from hv_balloon.c
by Wei Yongjun
· 12 years ago
8292ac2
misc: lattice-ecp3-config.c: remove __dev* markings
by Greg Kroah-Hartman
· 12 years ago
781551d
misc: Add Lattice ECP3 FPGA configuration via SPI
by Stefan Roese
· 12 years ago
93ce83b
uio-howto: example bug
by Stephen Hemminger
· 12 years ago
25c22d5
misc: st_core: Error triggered by convert "char" to "int"
by channing
· 12 years ago
72ffaa4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
dfdebc2
Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
309b51e
Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
37f1356
xfs: recalculate leaf entry pointer after compacting a dir2 block
by Eric Sandeen
· 12 years ago
ab7eac2
xfs: remove int casts from debug dquot soft limit timer asserts
by Brian Foster
· 12 years ago
91e4bac
xfs: fix the multi-segment log buffer format
by Mark Tinguely
· 12 years ago
2d0e9df
xfs: fix segment in xfs_buf_item_format_segment
by Mark Tinguely
· 12 years ago
0f22f9d
xfs: rename bli_format to avoid confusion with bli_formats
by Mark Tinguely
· 12 years ago
d44d9bc
xfs: use b_maps[] for discontiguous buffers
by Mark Tinguely
· 12 years ago
3a55fb0
Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZE
by Kirill Smelkov
· 12 years ago
fbfc23e
mfd, TWL4030: TWL4030 need select REGMAP_I2C
by Chuansheng Liu
· 12 years ago
30a4840
drivers/base/cpu.c: Fix typo in comment
by Ralf Baechle
· 12 years ago
e65b9ad
lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOC
by Jiri Kosina
· 12 years ago
36e7a96
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
ce0f706
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
31db720
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
56400b5
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
aa8b550
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 12 years ago
a6d3bd27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
by Linus Torvalds
· 12 years ago
2409c87
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c4ef9bc
MAINTAINERS: update email address for Timur Tabi
by Timur Tabi
· 12 years ago
4adf07f
firmware: make sure the fw file size is not 0
by Luciano Coelho
· 12 years ago
774a122
module, async: async_synchronize_full() on module init iff async is used
by Tejun Heo
· 12 years ago
509d97b
s390/chsc: fix SEI usage
by Sebastian Ott
· 12 years ago
ed4f209
s390/time: fix sched_clock() overflow
by Heiko Carstens
· 12 years ago
035688d
sh: ecovec: add sample amixer settings
by Kuninori Morimoto
· 12 years ago
867ff98
w1_therm: Retries: remove old code add CRC
by David Stevenson
· 12 years ago
e5279ff
drivers/w1/masters/mxc_w1.c: use devm_ functions
by Julia Lawall
· 12 years ago
eea2172
drivers/w1/masters/ds1wm.c: use devm_ functions
by Julia Lawall
· 12 years ago
feee830
Merge tag 'extcon-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
e0f8d32
ipack/devices/ipoctal: added shutdown callback
by Samuel Iglesias Gonsalvez
· 12 years ago
b0d17fb
ipack/devices/ipoctal: add rx_enable flag
by Samuel Iglesias Gonsalvez
· 12 years ago
b06073f
ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()
by Samuel Iglesias Gonsalvez
· 12 years ago
e7e664f
ipack/devices/ipoctal: protect the channel data processing with a spinlock
by Samuel Iglesias Gonsalvez
· 12 years ago
21d27ed
ipack/devices/ipoctal: ack IRQ before processing it
by Samuel Iglesias Gonsalvez
· 12 years ago
a3882b7
ipack/devices/ipoctal: avoid re-enable RX two times.
by Samuel Iglesias Gonsalvez
· 12 years ago
Next »