Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3eee04722fa18f8e1db1730b2e508b6eb6f5336b
3eee047
[media] ec168: convert to new DVB USB
by Antti Palosaari
· 13 years ago
f093c38
[media] dvb_usb_v2: use pointers to properties
by Antti Palosaari
· 13 years ago
53dc194
[media] af9015: suspend/resume
by Antti Palosaari
· 13 years ago
acaec14
[media] dvb_usb_v2: use keyword const for USB ID table
by Antti Palosaari
· 13 years ago
2d2b37c7
[media] dvb_usb_v2: move few callbacks one level up
by Antti Palosaari
· 13 years ago
b00a901
[media] dvb_usb_v2: Cypress firmware download module
by Antti Palosaari
· 13 years ago
ef81e9e
[media] dvb_usb_v2: suspend/resume stop/start USB streaming
by Antti Palosaari
· 13 years ago
5b6a63c
[media] dvb_usb_v2: add .disconnect() callback
by Antti Palosaari
· 13 years ago
823eeba
[media] dvb_usb_v2: probe/disconnect error handling
by Antti Palosaari
· 13 years ago
d496eb8
[media] dvb_usb_v2: misc cleanup changes
by Antti Palosaari
· 13 years ago
0fba999
[media] dvb_usb_v2: I2C adapter cleanup changes
by Antti Palosaari
· 13 years ago
77f5451
[media] af9015: use USB core soft_unbind
by Antti Palosaari
· 13 years ago
a3645e5
[media] af9015: switch to new DVB-USB
by Antti Palosaari
· 13 years ago
5978434
[media] dvb_usb_v2: enable compile
by Antti Palosaari
· 12 years ago
3238aaf
[media] dvb_usb_v2: do not free resources until delayed init is done
by Antti Palosaari
· 13 years ago
36a5c2b
[media] dvb_usb_v2: fix dvb_usb_generic_rw() debug
by Antti Palosaari
· 13 years ago
65de8f9
[media] dvb_usb_v2: add missing new line for log writings
by Antti Palosaari
· 13 years ago
3676403
[media] dvb_usb_v2: add .bInterfaceNumber match
by Antti Palosaari
· 13 years ago
6b8c8c4
[media] dvb_usb_v2: rename device_init/device_exit to probe/disconnect
by Antti Palosaari
· 13 years ago
a177c72
[media] dvb_usb_v2: move I2C adapter code to different file
by Antti Palosaari
· 13 years ago
23d8e63
[media] dvb_usb_v2: use Kernel logging (pr_debug/pr_err/pr_info)
by Antti Palosaari
· 13 years ago
cce99cf
[media] dvb_usb_v2: unregister all frontends in error case
by Antti Palosaari
· 13 years ago
96ffea8
[media] dvb_usb_v2: remove usb_clear_halt()
by Antti Palosaari
· 13 years ago
4f208d4
[media] dvb_usb_v2: refactor delayed init
by Antti Palosaari
· 13 years ago
0a86735
[media] dvb_usb_v2: ensure driver_info is not null
by Antti Palosaari
· 13 years ago
e48b2a6
[media] dvb_usb_v2: frontend switching changes
by Antti Palosaari
· 13 years ago
e80e9af
[media] dvb_usb_v2: remove various unneeded variables
by Antti Palosaari
· 13 years ago
19ec272
[media] dvb_usb_v2: use dynamic debugs
by Antti Palosaari
· 13 years ago
0359b5f
[media] dvb_usb_v2: add macro for filling usb_device_id table entry
by Antti Palosaari
· 13 years ago
a0d72d2
[media] dvb_usb_v2: clean firmware downloading routines
by Antti Palosaari
· 13 years ago
21f5a32
[media] dvb_usb_v2: delay firmware download as it blocks module init
by Antti Palosaari
· 13 years ago
1c9c73b
[media] dvb_usb_v2: remove .num_frontends
by Antti Palosaari
· 13 years ago
20bb9cc
[media] dvb_usb_v2: get rid of (struct dvb_usb_adapter_fe_properties)
by Antti Palosaari
· 13 years ago
fec88df
[media] dvb_usb_v2: move 3 callbacks from the frontend to adapter
by Antti Palosaari
· 13 years ago
e46c5b6
[media] dvb_usb_v2: move PID filters from frontend to adapter
by Antti Palosaari
· 13 years ago
3024985
[media] dvb_usb_v2: move (struct usb_data_stream_properties) to upper level
by Antti Palosaari
· 13 years ago
b6ecf8b
[media] dvb_usb_v2: add .get_ts_config() callback
by Antti Palosaari
· 13 years ago
3256cde
[media] dvb_usb_v2: move (struct usb_data_stream) to one level up
by Antti Palosaari
· 13 years ago
39831f0
[media] dvb_usb_v2: add .get_usb_stream_config()
by Antti Palosaari
· 13 years ago
15072bb
[media] dvb_usb_v2: usb_urb.c use dynamic debugs
by Antti Palosaari
· 13 years ago
bce1c02
[media] dvb_usb_v2: dynamic USB stream URB configuration
by Antti Palosaari
· 13 years ago
0575289
[media] dvb_usb_v2: remote controller changes
by Antti Palosaari
· 13 years ago
19b308c
[media] dvb_usb_v2: init I2C and USB mutex earlier
by Antti Palosaari
· 13 years ago
005bc3f
[media] dvb_usb_v2: restore .firmware - pointer to name
by Antti Palosaari
· 13 years ago
6492167
[media] dvb_usb_v2: remote controller
by Antti Palosaari
· 13 years ago
43402bb
[media] dvb_usb_v2: implement .read_config()
by Antti Palosaari
· 13 years ago
5b85300
[media] dvb_usb_v2: implement .get_adapter_count()
by Antti Palosaari
· 13 years ago
7dfd124
[media] dvb_usb_v2: pass device name too using (struct usb_device_id)
by Antti Palosaari
· 13 years ago
4e60d95
[media] dvb_usb_v2: fix issues raised by checkpatch.pl
by Antti Palosaari
· 13 years ago
8b9dff5
[media] dvb_usb_v2: implement .get_firmware_name()
by Antti Palosaari
· 13 years ago
496e827
[media] dvb_usb_v2: pass (struct dvb_usb_device *) as a parameter for fw download
by Antti Palosaari
· 13 years ago
55b1f70
[media] dvb_usb_v2: remove adapter_nums parameter from dvb_usbv2_device_init()
by Antti Palosaari
· 13 years ago
654e62d
[media] dvb_usb_v2: remove owner parameter from dvb_usbv2_device_init()
by Antti Palosaari
· 13 years ago
65871de
[media] dvb_usb_v2: use .driver_info to pass struct dvb_usb_device_properties
by Antti Palosaari
· 13 years ago
1bf325d
[media] dvb_usb_v2: remove one parameter from dvb_usbv2_device_init()
by Antti Palosaari
· 13 years ago
dc78693
[media] dvb_usb_v2: add .init() callback
by Antti Palosaari
· 13 years ago
c79b339
[media] dvb_usb_v2: copy current dvb_usb as a starting point
by Antti Palosaari
· 13 years ago
f9cd490
Merge tag 'v3.6-rc1' into staging/for_v3.6
by Mauro Carvalho Chehab
· 12 years ago
0d7614f
Linux 3.6-rc1
by Linus Torvalds
· 12 years ago
fc6bdb5
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
by Linus Torvalds
· 12 years ago
44d82e2
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
bfdf85d
Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
d1494ba
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
0a276d1
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 12 years ago
25aa6a7
Merge tag 'md-3.6' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
c892423
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
410fc4ce
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
630103e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
8783b6e
mm: remove node_start_pfn checking in new WARN_ON for now
by Linus Torvalds
· 12 years ago
bac6f61
ARM: mmp: add missing irqs.h
by Haojian Zhuang
· 12 years ago
10b683c
arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs
by Thomas Petazzoni
· 12 years ago
debeaf6
ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes
by Barry Song
· 12 years ago
f0666b1
libceph: fix crypto key null deref, memory leak
by Sylvain Munaut
· 12 years ago
5ef50c3
ceph: simplify+fix atomic_open
by Sage Weil
· 12 years ago
08298f0
sh: explicitly include sh_dma.h in setup-sh7722.c
by Guennadi Liakhovetski
· 12 years ago
1a9b499
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
1871e84
Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 12 years ago
a6dc772
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
02a6ec6
Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
9a2533c
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
b070989
um: Add arch/x86/um to MAINTAINERS
by Richard Weinberger
· 12 years ago
d3c1cfc
um: pass siginfo to guest process
by Martin Pärtel
· 12 years ago
d4afcba
um: fix ubd_file_size for read-only files
by Martin Pärtel
· 12 years ago
d9f691c
md/dm-raid: DM_RAID should select MD_RAID10
by NeilBrown
· 12 years ago
f54a9d0
md/raid1: submit IO from originating thread instead of md thread.
by NeilBrown
· 12 years ago
46a0640
raid5: raid5d handle stripe in batch way
by Shaohua Li
· 12 years ago
8811b59
raid5: make_request use batch stripe release
by Shaohua Li
· 12 years ago
b8a4209
um: pull interrupt_end() into userspace()
by Al Viro
· 13 years ago
1bfa231
um: split syscall_trace(), pass pt_regs to it
by Al Viro
· 13 years ago
a3170d2
um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs
by Al Viro
· 13 years ago
d4fdc32
Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6
by Linus Torvalds
· 12 years ago
9a51cf2
Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
95cf146
MIPS: Loongson 2: Sort out clock managment.
by Ralf Baechle
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
8cf1a3f
Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
fcff06c
Merge branch 'for-next' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
068535f
locks: remove unused lm_release_private
by J. Bruce Fields
· 12 years ago
4b00951
MIPS: Loongson 1: more clk support and add select HAVE_CLK
by Yoichi Yuasa
· 12 years ago
47cd734
MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK
by Yoichi Yuasa
· 12 years ago
Next »