Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
27d024321cf4fc0a96c41c3b0f3c123796734a63
27d0243
bnx2x: Fix over current port display
by Yaniv Rosner
· 14 years ago
c688fe2
bnx2x: Add TX fault check for fiber PHYs
by Yaniv Rosner
· 14 years ago
fcf5b65
bnx2x: Change return status type
by Yaniv Rosner
· 14 years ago
1ac9e42
bnx2x: Fix port type display
by Yaniv Rosner
· 14 years ago
e4d78f1
bnx2x: Add new phy BCM8722
by Yaniv Rosner
· 14 years ago
34b1ef0
be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supported on the card
by Somnath Kotur
· 14 years ago
5bf74c9
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
e11ec90
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
948252c
Revert "net: fix section mismatches"
by David S. Miller
· 14 years ago
930a6ea
drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run()
by Alexey Khoroshilov
· 14 years ago
a000c01
sctp: stop pending timers and purge queues when peer restart asoc
by Wei Yongjun
· 14 years ago
b10cec8
drivers/net: ks8842 Fix crash on received packet when in PIO mode.
by Dennis Aberilla
· 14 years ago
48bdf07
ip_options_compile: properly handle unaligned pointer
by Chris Metcalf
· 14 years ago
e12ca23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
850761b
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 14 years ago
83caba8
[IA64] wire up sendmmsg() syscall for Itanium
by Tony Luck
· 14 years ago
af0d6a0
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
07ef3c3
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
643d2d7
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
89c1222
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
339dedf
powerpc/pmac: Don't register pmac PIC syscore ops when HW not present
by Benjamin Herrenschmidt
· 14 years ago
d72bce0
rcu: Cure load woes
by Peter Zijlstra
· 14 years ago
4f3c125
x86: Fix mwait_play_dead() faulting on mwait-incapable cpus
by Avi Kivity
· 14 years ago
598e887
x86 idle: Fix mwait deprecation warning message
by Borislav Petkov
· 14 years ago
c7427d2
autofs4: bogus dentry_unhash() added in ->unlink()
by Al Viro
· 14 years ago
3cebde2
vfs: shrink_dcache_parent before rmdir, dir rename
by Sage Weil
· 14 years ago
bb899b8
batman-adv: Ensure that we really have route changes in update_route
by Sven Eckelmann
· 14 years ago
4021967
batman-adv: a multiline comment should precede the variable it is describing
by Antonio Quartulli
· 14 years ago
44e92bc
batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)
by Antonio Quartulli
· 14 years ago
0bb8575
batman-adv: Check type of x and y in seq_(before|after)
by Sven Eckelmann
· 14 years ago
f5d33d3
batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h
by Antonio Quartulli
· 14 years ago
728cbc6
batman-adv: Use rcu_dereference_protected by update-side
by Sven Eckelmann
· 14 years ago
704509b
batman-adv: Calculate sizeof using variable insead of types
by Sven Eckelmann
· 14 years ago
958ca59
batman-adv: Remove casts from type x to type x
by Sven Eckelmann
· 14 years ago
5f718c2
batman-adv: Remove explicit casts cast from void* for store
by Sven Eckelmann
· 14 years ago
37a4065
batman-adv: Only use int up and down gw representation
by Sven Eckelmann
· 14 years ago
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 14 years ago
38e3c5f
batman-adv: Don't do pointer arithmetic with void*
by Sven Eckelmann
· 14 years ago
16f14b4
batman-adv: Remove comparising < 0 for unsigned type
by Sven Eckelmann
· 14 years ago
f678bc9
batman-adv: Print jiffies as unsigned long
by Sven Eckelmann
· 14 years ago
d3a547b
batman-adv: Annotate functions with format strings
by Sven Eckelmann
· 14 years ago
1b38bed
batman-adv: Use kzalloc rather than kmalloc followed by memset with 0
by Sven Eckelmann
· 14 years ago
e2cbc11
batman-adv: move neigh_node->if_incoming->if_status check in find_router()
by Antonio Quartulli
· 14 years ago
7a66f78
virtio_net: delay TX callbacks
by Michael S. Tsirkin
· 14 years ago
7ab358c
virtio: add api for delayed callbacks
by Michael S. Tsirkin
· 14 years ago
4423fe4
virtio_test: support event index
by Michael S. Tsirkin
· 14 years ago
8ea8cf8
vhost: support event index
by Michael S. Tsirkin
· 14 years ago
a5c262c
virtio_ring: support event idx feature
by Michael S. Tsirkin
· 14 years ago
bf7035b
virtio ring: inline function to check for events
by Michael S. Tsirkin
· 14 years ago
770b31a
virtio: event index interface
by Michael S. Tsirkin
· 14 years ago
a1b3838
virtio: add full three-clause BSD text to headers.
by Rusty Russell
· 14 years ago
bf50e69
virtio balloon: kill tell-host-first logic
by Dave Hansen
· 14 years ago
177dbd9
virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.
by Rusty Russell
· 14 years ago
6917f83
drivers, block: virtio_blk: Replace cryptic number with the macro
by Liu Yuan
· 14 years ago
7a7c924
virtio_blk: allow re-reading config space at runtime
by Christoph Hellwig
· 14 years ago
990c91f
lguest: remove support for VIRTIO_F_NOTIFY_ON_EMPTY.
by Rusty Russell
· 14 years ago
bc805a0
lguest: fix up compilation after move
by Rusty Russell
· 14 years ago
15517f7
lguest: fix timer interrupt setup
by Rusty Russell
· 14 years ago
55922c9
Linux 3.0-rc1
by Linus Torvalds
· 14 years ago
bd1bfe4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 14 years ago
cd1acdf
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 14 years ago
fac0486
arm gpio drivers: make them 'depends on ARM'
by Linus Torvalds
· 14 years ago
3063287
eCryptfs: Remove ecryptfs_header_cache_2
by Tyler Hicks
· 14 years ago
778aeb4
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
by Tyler Hicks
· 14 years ago
7a86617
eCryptfs: Return useful code from contains_ecryptfs_marker
by Tyler Hicks
· 14 years ago
3b06b3e
eCryptfs: Fix new inode race condition
by Tyler Hicks
· 14 years ago
2ba781c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
by Linus Torvalds
· 14 years ago
6345d24
mm: Fix boot crash in mm_alloc()
by Linus Torvalds
· 14 years ago
cab0d85
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 14 years ago
57ed609
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 14 years ago
437cb0d
Merge branch 'x86-platform-next' into x86-platform
by Matthew Garrett
· 14 years ago
a74d70b
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
b11b06d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 14 years ago
f1d1c9f
Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
2ff55e9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 14 years ago
daa9422
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
f310642
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 14 years ago
ef1d575
cifs/ubifs: Fix shrinker API change fallout
by Al Viro
· 14 years ago
9342077
pnfs-obj: pg_test check for max_io_size
by Boaz Harrosh
· 14 years ago
5b36c7d
NFSv4.1: define nfs_generic_pg_test
by Boaz Harrosh
· 14 years ago
89a58e3
NFSv4.1: use pnfs_generic_pg_test directly by layout driver
by Benny Halevy
· 14 years ago
18ad0a9
NFSv4.1: change pg_test return type to bool
by Benny Halevy
· 14 years ago
dfed206
NFSv4.1: unify pnfs_pageio_init functions
by Benny Halevy
· 14 years ago
a0fe8bf
pnfs-obj: objlayout_encode_layoutcommit implementation
by Boaz Harrosh
· 14 years ago
ac7db72
pnfs: encode_layoutcommit
by Benny Halevy
· 14 years ago
adb5853
pnfs-obj: report errors and .encode_layoutreturn Implementation.
by Boaz Harrosh
· 14 years ago
04a5554
pnfs: encode_layoutreturn
by Andy Adamson
· 14 years ago
8a1636c
pnfs: layoutret_on_setattr
by Benny Halevy
· 14 years ago
cbe8260
pnfs: layoutreturn
by Benny Halevy
· 14 years ago
04f8345
pnfs-obj: osd raid engine read/write implementation
by Boaz Harrosh
· 14 years ago
d20581a
pnfs: support for non-rpc layout drivers
by Benny Halevy
· 14 years ago
e51b841
pnfs-obj: define per-inode private structure
by Benny Halevy
· 14 years ago
636fb9c
pnfs: alloc and free layout_hdr layoutdriver methods
by Benny Halevy
· 14 years ago
b6c05f1
pnfs-obj: objio_osd device information retrieval and caching
by Boaz Harrosh
· 14 years ago
09f5bf4
pnfs-obj: decode layout, alloc/free lseg
by Boaz Harrosh
· 14 years ago
f1bc893
pnfs-obj: pnfs_osd XDR client implementation
by Boaz Harrosh
· 14 years ago
38b7c401
pnfs-obj: pnfs_osd XDR definitions
by Benny Halevy
· 14 years ago
c93407d
pnfs-obj: objlayoutdriver module skeleton
by Benny Halevy
· 14 years ago
ae50c0b
pnfs: client stats
by J. Bruce Fields
· 14 years ago
778b550
pnfs: Use byte-range for cb_layoutrecall
by Benny Halevy
· 14 years ago
Next »