Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
70d251b24c44ab2fcba1807a5206e844cf10eb38
« Previous
0686caa
ndisc: Add missing strategies for per-device retrans timer/reachable time settings.
by YOSHIFUJI Hideaki
· 16 years ago
e6da97e
ipv6: Move <linux/in6.h> from header-y to unifdef-y.
by Robert P. J. Day
· 16 years ago
090c48d
l2tp: avoid skb truesize bug if headroom is increased
by James Chapman
· 16 years ago
229ce3a
wireless: Create 'device' symlink in sysfs
by Masakazu Mokuno
· 16 years ago
b7acbdf
wireless, airo: waitbusy() won't delay
by Roel Kluin
· 16 years ago
02969d2
libertas: fix command timeout after firmware failure
by Brian Cavagnolo
· 16 years ago
2f561fe
mac80211: Add RTNL version of ieee80211_iterate_active_interfaces
by Ivo van Doorn
· 16 years ago
34a961f
mac80211 : Association with 11n hidden ssid ap.
by Abhijeet Kolekar
· 16 years ago
23f40dc
hostap: fix "registers" registration in procfs
by Mathieu Chouquet-Stringer
· 16 years ago
066b211
isdn/capi: Return proper errnos on module init.
by Marcin Slusarz
· 16 years ago
ffd8211
iphase: Fix 64bit warning.
by Alan Cox
· 16 years ago
01bbf2c
hysdn: No longer broken on SMP.
by Andrew Morton
· 16 years ago
a9dd7fe
hysdn: Remove cli()/sti() calls.
by Mark Asselstine
· 16 years ago
a1a61a4
atm: Cleanup atm_tcp.h and atm.h for userspace.
by Mike Frysinger
· 16 years ago
38d2f38
bonding: handle case of device named bonding_master
by Stephen Hemminger
· 16 years ago
0599ad5
sysfs: remove error messages for -EEXIST case
by Stephen Hemminger
· 16 years ago
dcc9977
net: handle errors from device_rename
by Stephen Hemminger
· 16 years ago
8f40f67
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
8978a31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 16 years ago
f7fd63c
net/irda/irnet/irnet_irda.c needs unaligned.h
by Andrew Morton
· 16 years ago
9ffee4c
tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lock
by Andrew Morton
· 16 years ago
e7e72bf
Remove blkdev warning triggered by using md
by Neil Brown
· 16 years ago
4920916
char: select fw_loader by moxa
by Jiri Slaby
· 16 years ago
76cdd58
memory_hotplug: always initialize pageblock bitmap
by Heiko Carstens
· 16 years ago
1c12c4c
mprotect: prevent alteration of the PAT bits
by Venki Pallipadi
· 16 years ago
44c8143
per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules
by Eric Dumazet
· 16 years ago
fd8a422
memory_hotplug: check for walk_memory_resource() failure in online_pages()
by Geoff Levand
· 16 years ago
3fc9577
lib: create common ascii hex array
by Harvey Harrison
· 16 years ago
122a881
video/logo: add support for Blackfin/Linux logo for framebuffer console
by Robin Getz
· 16 years ago
7e01c8e
ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
by Tiger Yang
· 16 years ago
0c70814
cgroups: fix compile warning
by Mirco Tischler
· 16 years ago
b7cffc1
asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace
by Mike Frysinger
· 16 years ago
772279c
jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT
by Mingming Cao
· 16 years ago
c3723ca
memory hotplug: memmap_init_zone called twice
by Heiko Carstens
· 16 years ago
3b7ec11
ipmi: support I/O resources in OF driver
by Nate Case
· 16 years ago
9089870
atmel_lcdfb: fix initialization of a pre-allocated framebuffer
by Nicolas Ferre
· 16 years ago
3ef0f72
mm: fix infinite loop in filemap_fault
by Miklos Szeredi
· 16 years ago
3b73a22
pnp: add ISAPnP MPU option quirks
by Rene Herman
· 16 years ago
bc033c9
pnp: add pnp_build_option() to the API
by Rene Herman
· 16 years ago
726a7a3
pnp: clean up pnp_fixup_device()
by Rene Herman
· 16 years ago
82f55af
fix "lxfb: extend PLL table to support dotclocks below 25 MHz"
by Jens Rottmann
· 16 years ago
8b8b498
oprofile: don't request cache line alignment for cpu_buffer
by Eric Dumazet
· 16 years ago
f7c5a77
m68knommu: add info about removing mcfserial
by Sebastian Siewior
· 16 years ago
57cc097
mpc5200_psc_spi: typo fix in header block
by Grant Likely
· 16 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 17 years ago
332c421
9p: make cryptic unknown error from server less scary
by Eric Van Hensbergen
· 17 years ago
d0c4471
9p: fix flags length in net
by Steven Rostedt
· 17 years ago
728fc4e
9p: Correct fidpool creation failure in p9_client_create
by Josef 'Jeff' Sipek
· 17 years ago
c154949
9p: use struct mutex instead of struct semaphore
by Josef 'Jeff' Sipek
· 17 years ago
bb8ffdf
9p: propagate parse_option changes to client and transports
by Eric Van Hensbergen
· 17 years ago
ab31267
fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".
by Jim Meyering
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
b32a09d
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
by Markus Armbruster
· 17 years ago
db973ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
cafa027
cs5520: disable VDMA
by Bartlomiej Zolnierkiewicz
· 16 years ago
64afc31
ide/Kconfig: couple of fixes
by Bartlomiej Zolnierkiewicz
· 16 years ago
e7f379d
alim15x3: remove WDC_ALI15X3 config option
by Bartlomiej Zolnierkiewicz
· 16 years ago
63b1623
alim15x3: add "wdc_udma" module parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bf111d
alim15x3: remove stale warning about ATI RS100 northbridge
by Bartlomiej Zolnierkiewicz
· 16 years ago
df98668
alim15x3: trivial cleanup for ali_set_pio_mode()
by Bartlomiej Zolnierkiewicz
· 16 years ago
e0b4eb5
make ide-iops.c:SELECT_MASK() static
by Adrian Bunk
· 16 years ago
4d4423c
SWARM IDE: Fix up following changes to ide_hwif_t
by Maciej W. Rozycki
· 16 years ago
dd28642
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 16 years ago
4717df5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
by Linus Torvalds
· 16 years ago
fc99824c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 16 years ago
e90a4e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
0a3ad00
Driver core: struct class remove children list
by Dave Young
· 16 years ago
30f2f0e
block: do_mounts - accept root=<non-existant partition>
by Kay Sievers
· 17 years ago
6aa5fc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
362a61a
fix SMP data race in pagetable setup vs walking
by Nick Piggin
· 16 years ago
73f1028
read_barrier_depends arch fixlets
by Nick Piggin
· 16 years ago
4051770
USB: atmel_usba_udc fixes, mostly disconnect()
by David Brownell
· 16 years ago
5a59bc5
USB: pxa27x_udc: minor fixes
by Robert Jarzmik
· 16 years ago
6def755
usbtest: comment on why this code "expects" negative and positive errnos
by Marcin Slusarz
· 16 years ago
5fc8939
USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb
by Xiaofan Chen
· 16 years ago
96cb15c
USB: option: add new Dell 5520 HSDPA variant
by Dan Williams
· 16 years ago
e7c6f80
USB: unusual_devs: Add support for GI 0401 SD-Card interface
by Filip Aben
· 17 years ago
b937033
USB: serial gadget: descriptor cleanup
by David Brownell
· 17 years ago
734d37c
USB: serial gadget: simplify endpoint handling
by David Brownell
· 17 years ago
2c2d28a
USB: serial gadget: remove needless data structure
by David Brownell
· 17 years ago
9079e91
USB: serial gadget: cleanup/reorg
by David Brownell
· 17 years ago
fe312e7
usb: fix compile warning in isp1760
by Sebastian Siewior
· 17 years ago
cdafc37
USB: do not handle device 1410:5010 in 'option' driver
by Eugeniy Meshcheryakov
· 17 years ago
ed3e8fc
USB: Fix unusual_devs.h ordering
by Phil Dibowitz
· 17 years ago
6149ed5
USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm
by Iain McFarlane
· 17 years ago
4c7d313
USB: Support for the ET502HS HDSPA modem in option driver
by andreoli@samba.ing.unimo.it
· 17 years ago
dddcb8b
USB: Support for the ET502HS HDSPA modem
by andreoli@samba.ing.unimo.it
· 17 years ago
af3d305
usb: fix integer as NULL pointer warnings found by sparse
by Harvey Harrison
· 17 years ago
2202647
USB: isp1760: fix printk format
by Randy Dunlap
· 17 years ago
23cacd6
USB: add Telstra NextG CDMA id to option driver
by Greg Kroah-Hartman
· 17 years ago
d23039e
USB: add association.h
by Greg Kroah-Hartman
· 17 years ago
2e5f10e
USB: create attributes before sending uevent
by Alan Stern
· 17 years ago
6986a97
USB: add new moto_modem driver for some Morotola phones
by Greg Kroah-Hartman
· 17 years ago
9ee6b7f
net: Fix typo in net/core/sock.c.
by Rami Rosen
· 16 years ago
4b95ede
ppp: Do not free not yet unregistered net device.
by Pavel Emelyanov
· 16 years ago
01b7a31
netfilter: xt_iprange: module aliases for xt_iprange
by Phil Oester
· 16 years ago
1eedf69
netfilter: ctnetlink: dump conntrack ID in event messages
by Eric Leblond
· 16 years ago
3322238
irda: Fix a misalign access issue. (v2)
by Graf Yang
· 16 years ago
c1cc678
sctp: Fix use of uninitialized pointer
by Patrick McHardy
· 16 years ago
5e0f892
cipso: Relax too much careful cipso hash function.
by Pavel Emelyanov
· 16 years ago
Next »