Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1490fd89474dab9c560d3cca1a4aefbdb89be247
1490fd8
net, bridge: align br_nf_ops assignment
by Cyrill Gorcunov
· 15 years ago
6650613
tipc: Add socket options to get number of queued messages
by oscar.medina@motorola.com
· 15 years ago
af794c7
cleanup: remove unused member in scm_cookie.
by Rami Rosen
· 15 years ago
6f5bec1
Minor code cleanup in drivers/net/r6040.c
by Michael Opdenacker
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
0e8635a
net: remove NET_RX_BAD and NET_RX_CN* defines
by Florian Westphal
· 15 years ago
6b13447
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1ded3f5
dsa: fix 88e6xxx statistics counter snapshotting
by Stephane Contri
· 15 years ago
78c29bd
forcedeth: Fix NAPI race.
by Eric Dumazet
· 15 years ago
3942453
drivers/net/smsc911x.c: Fix resource size off by 1 error
by Julia Lawall
· 15 years ago
4c3dd30
pcnet_cs: add new id
by Ken Kawasaki
· 15 years ago
1e9d998
bnx2x: Fix the maximal values of coalescing timeouts.
by Eilon Greenstein
· 15 years ago
3799cf4
bnx2x: Disable HC coalescing when setting timeout to zero.
by Eilon Greenstein
· 15 years ago
d23e436
tun: Fix device unregister race
by Herbert Xu
· 15 years ago
8e4a718
Linux 2.6.31-rc2
by Linus Torvalds
· 15 years ago
f50bf2b
video: sm501fb: Early initialization of mm_lock mutex.
by Paul Mundt
· 15 years ago
de481ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 15 years ago
dd0888c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 15 years ago
14c1b7c
Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
4806626
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 15 years ago
f1a7457
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
29f3177
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
by Linus Torvalds
· 15 years ago
59107c6
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
c001c21
be2net: fix spurious interrupt handling in intx mode
by Sathya Perla
· 15 years ago
7d3cabb
e1000e: disable K1 at 1000Mbps for 82577/82578
by Bruce Allan
· 15 years ago
906e8d9
e1000e: delay second read of PHY_STATUS register on failure of first read
by Bruce Allan
· 15 years ago
28c9195
e1000e: prevent NVM corruption on sectors larger than 4K
by Bruce Allan
· 15 years ago
60f1292
e1000e: do not write SmartSpeed register bits on parts without support
by Bruce Allan
· 15 years ago
fc0c776
e1000e: delay after LCD reset and proper checks for PHY configuration done
by Bruce Allan
· 15 years ago
e65fa87
e1000e: PHY loopback broken on 82578
by Bruce Allan
· 15 years ago
e5d57af
ixgbe: Not allow 8259x unsupported wol options change from ethtool
by Mallikarjuna R Chilakala
· 15 years ago
5da43c1
ixgbe: fix inconsistent SFP/SFP+ failure results.
by Don Skidmore
· 15 years ago
19343de
ixgbe: fix regression on some 82598 adapters
by Don Skidmore
· 15 years ago
63d6e1d
ixgbe: fix issues with failing to detect insert of unsupported module
by Don Skidmore
· 15 years ago
e332471
qlge: Fix sizeof usage.
by Ron Mercer
· 15 years ago
6a47330
qlge: Add/use function for link up/down.
by Ron Mercer
· 15 years ago
7fab3bf
qlge: Fix MAC address bonding issue.
by Ron Mercer
· 15 years ago
13cfd5b
qlge: Fix tx byte counter.
by Ron Mercer
· 15 years ago
6e9e479
qlge: Fix redundant call to free resources.
by Ron Mercer
· 15 years ago
8b007de
qlge: Fix carrier on condition.
by Ron Mercer
· 15 years ago
a5f59dc
qlge: Clear frame to queue routing before reset.
by Ron Mercer
· 15 years ago
4322c5b
qlge: Expand coverage of hw lock for config register.
by Ron Mercer
· 15 years ago
a1ed052
IPv6: preferred lifetime of address not getting updated
by Brian Haley
· 15 years ago
59cae00
xfrm6: fix the proto and ports decode of sctp protocol
by Wei Yongjun
· 15 years ago
c615c9f
xfrm4: fix the ports decode of sctp protocol
by Wei Yongjun
· 15 years ago
7ce1695
Merge branch 'fix/soundcore' into for-linus
by Takashi Iwai
· 15 years ago
854ace9c
Merge branch 'fix/hda' into for-linus
by Takashi Iwai
· 15 years ago
954a973
sound: do not set DEVNAME for OSS devices
by Kay Sievers
· 15 years ago
c470331
ALSA: hda - Add sanity check in PCM open callback
by Takashi Iwai
· 15 years ago
70d321e
ALSA: hda - Call snd_pcm_lib_hw_rates() again after codec open callback
by Takashi Iwai
· 15 years ago
022b466
ALSA: hda - Avoid invalid formats and rates with shared SPDIF
by Takashi Iwai
· 15 years ago
ab0fd1d
block: don't merge requests of different failfast settings
by Tejun Heo
· 15 years ago
b59e64d
cciss: Ignore stale commands after reboot
by Hannes Reinecke
· 15 years ago
baf9227
MIPS: Fix CONFIG_FLATMEM version of pfn_valid()
by Ralf Baechle
· 15 years ago
01a6221
MIPS: Reorganize Cavium OCTEON PCI support.
by David Daney
· 15 years ago
ada8e95
Update Yoichi Yuasa's e-mail address
by Yoichi Yuasa
· 15 years ago
3f5b3e1
MIPS: Allow suspend and hibernation again on uniprocessor kernels.
by Ralf Baechle
· 15 years ago
cad9bc6
MIPS: 64-bit: Fix o32 core dump
by Yong Zhang
· 15 years ago
ea4bbfd
MIPS: BC47xx: Fix SSB irq setup
by matthieu castet
· 15 years ago
eb9b514
MIPS: CMP: Update sync-r4k for current kernel
by Tim Anderson
· 15 years ago
47b178b
MIPS: CMP: Move gcmp_probe to before the SMP ops
by Tim Anderson
· 15 years ago
0365070
MIPS: CMP: activate CMP support
by Tim Anderson
· 15 years ago
a214cef
MIPS: CMP: Extend IPI handling to CPU number
by Tim Anderson
· 15 years ago
9306c8d
MIPS: CMP: Extend the GIC IPI interrupts beyond 32
by Tim Anderson
· 15 years ago
b53d4d1
MIPS: Define __arch_swab64 for all mips r2 cpus
by David Daney
· 15 years ago
27fdd32
MIPS: Update VR41xx GPIO driver to use gpiolib
by Yoichi Yuasa
· 15 years ago
69f16c9
MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.
by David Daney
· 15 years ago
d7e014d
MIPS: Malta: Remove unnecessary function prototypes
by Dmitri Vorobiev
· 15 years ago
52a7a27
MIPS: MT: Remove unnecessary semicolons
by Joe Perches
· 15 years ago
7ca5dc1
MIPS: Add support for Texas Instruments AR7 System-on-a-Chip
by Florian Fainelli
· 15 years ago
033a666
NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()
by David Howells
· 15 years ago
aa20245
ALSA: hda - Improve ASUS eeePC 1000 mixer
by Takashi Iwai
· 15 years ago
099db17e
ALSA: hda - Add GPIO1 control at muting with HP laptops
by Takashi Iwai
· 15 years ago
1c90ea2
mfd: fix pcap adc locking
by Daniel Ribeiro
· 15 years ago
992bb25
mfd: sm501, fix lock imbalance
by Jiri Slaby
· 15 years ago
64daa44
parisc: use generic atomic64 on 32-bit
by Kyle McMartin
· 15 years ago
0c5cb79
parisc: superio: fix build breakage
by Alexander Beregalov
· 16 years ago
ca0844e
parisc: Fix PCI resource allocation on non-PAT SBA machines
by Matthew Wilcox
· 15 years ago
2d4618d
parisc: perf: wire up sys_perf_counter_open
by Kyle McMartin
· 15 years ago
abf1e11
parisc: add task_pt_regs macro
by Kyle McMartin
· 15 years ago
538e236
parisc: wire sys_perf_counter_open to sys_ni_syscall
by Kyle McMartin
· 15 years ago
0d56d1a
parisc: inventory.c, fix bloated stack frame
by Kyle McMartin
· 15 years ago
64a0cdb
parisc: processor.c, fix bloated stack frame
by Kyle McMartin
· 15 years ago
20dbc9f
parisc: fix compile warning in mm/init.c
by Kyle McMartin
· 15 years ago
c3301ab
parisc: remove dead code from sys_parisc32.c
by Christoph Hellwig
· 15 years ago
4435607
parisc: wire up rt_tgsigqueueinfo
by Kyle McMartin
· 15 years ago
e82a3b7
parisc: ensure broadcast tlb purge runs single threaded
by Helge Deller
· 15 years ago
84be31b
parisc: fix "delay!" timer handling
by Grant Grundler
· 15 years ago
87451d8
parisc: fix mismatched parenthesis in memcpy.c
by Randolph Chung
· 15 years ago
e957f60
parisc: Fix gcc 4.4 warning in lba_pci.c
by Grant Grundler
· 15 years ago
ebc30a0
parisc: add parameter to read_cr16()
by Coly Li
· 16 years ago
e9b2601
parisc: decode_exc.c should include kernel.h
by Alexander Beregalov
· 16 years ago
dfe0756
parisc: remove obsolete hw_interrupt_type
by Thomas Gleixner
· 15 years ago
47b4150
parisc: fix irq compile bugs in arch/parisc/kernel/irq.c
by Helge Deller
· 15 years ago
fed99b1
parisc: advertise PCI devs after "assign_resources"
by Grant Grundler
· 16 years ago
7d17e27
parisc: fix ldcw inline assembler
by Helge Deller
· 16 years ago
4fb1178
parisc: kill WARN in free_initmem when DEBUG_KERNEL
by Kyle McMartin
· 16 years ago
692c14a
parisc: Remove casts from atomic macros
by Bastian Blank
· 16 years ago
071327e
parisc: remove CVS keywords
by Alexander Beregalov
· 16 years ago
8d2d00d
parisc: ccio-dma: fix build failure without procfs
by Alexander Beregalov
· 16 years ago
Next »