Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b710a1f4b34438b624e9c6c2dc8bcf54b0b0ba27
b710a1f
ahci: factor out AHCI enabling and enable AHCI before reading CAP
by Tejun Heo
· 17 years ago
c729072
ata_piix: implement SIDPR SCR access
by Tejun Heo
· 17 years ago
8b09f0d
ata_piix: convert to prepare - activate initialization
by Tejun Heo
· 17 years ago
4e6b79f
libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
by Tejun Heo
· 17 years ago
cadb734
[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
by akpm@linux-foundation.org
· 17 years ago
defc9cd
pata_legacy: resychronize with upstream changes and resubmit
by Alan Cox
· 17 years ago
c294f1b
[libata] pata_legacy: typo fix
by Andrew Morton
· 17 years ago
045eeb4
[libata] pata_winbond: update for new ->data_xfer hook
by Andrew Morton
· 17 years ago
f885521
pata_pcmcia: convert to new data_xfer prototype
by Tejun Heo
· 17 years ago
4ca4e43
libata annotations and fixes
by Al Viro
· 17 years ago
35a10a8
libata: use dev_driver_string() instead of "libata" in libata-sff.c
by Tejun Heo
· 17 years ago
723159c
ata_piix: kill unused constants and flags
by Tejun Heo
· 17 years ago
442eacc
libata: make ata_port_queue_task() an internal function
by Jeff Garzik
· 17 years ago
d7b1745
pata_pcmcia: Minor cleanups and support for dual channel cards
by Alan Cox
· 17 years ago
c5038fc
libata/pata_it821x: Improve handling of poorly compatible emulations
by Alan Cox
· 17 years ago
a5df2ea
pata_pcmcia: Add support for dumb 8bit IDE emulations
by Alan Cox
· 17 years ago
0bcc65a
libata: make qc->nbytes include extra buffers
by Tejun Heo
· 17 years ago
ff2aeb1
libata: convert to chained sg
by Tejun Heo
· 17 years ago
f92a263
libata: change ATA_QCFLAG_DMAMAP semantics
by Tejun Heo
· 17 years ago
001102d
libata: kill non-sg DMA interface
by Tejun Heo
· 17 years ago
55dba31
libata: update ->data_xfer hook for ATAPI
by Tejun Heo
· 17 years ago
ceb0c64
libata: add ATAPI_* cmd types and implement atapi_cmd_type()
by Tejun Heo
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
537b53c
cdrom: add more GPCMD_* constants
by Tejun Heo
· 17 years ago
0106372
libata: zero xfer length on ATAPI data xfer IRQ is HSM violation
by Albert Lee
· 17 years ago
93f8fec
libata: make atapi_request_sense() use sg
by Tejun Heo
· 17 years ago
1973a02
libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()
by Tejun Heo
· 17 years ago
40f46f1
pata_hpt37x: checkpatch fixes
by Andrew Morton
· 17 years ago
e6a73ab
drivers/ata/libata-eh.c: fix printk warning
by Andrew Morton
· 17 years ago
ce54d16
pata_amd: update mode selection for NV PATAs
by Tejun Heo
· 17 years ago
021ee9a
libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()
by Tejun Heo
· 17 years ago
a0f79b9
libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_acpi
by Tejun Heo
· 17 years ago
5df91a2
libata: fix ata_acpi_gtm_xfermask()
by Tejun Heo
· 17 years ago
7c77fa4
libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()
by Tejun Heo
· 17 years ago
9cde9ed1
ata_piix: separate controller IDs into separate enum
by Tejun Heo
· 17 years ago
46a6714
sata_promise: make pdc_atapi_pkt() use values from qc->tf
by Tejun Heo
· 17 years ago
c88f90c
libata: add ATA_CBL_PATA_IGN
by Tejun Heo
· 17 years ago
7dc951a
libata: xfer_mask is unsigned long not unsigned int
by Tejun Heo
· 17 years ago
9d3501a
libata: kill ata_id_to_dma_mode()
by Tejun Heo
· 17 years ago
70cd071
libata: clean up xfermode / PATA timing related stuff
by Tejun Heo
· 17 years ago
6357357
libata: export xfermode / PATA timing related functions
by Tejun Heo
· 17 years ago
f8ab6d8
ata_generic: unindent loop in generic_set_mode()
by Tejun Heo
· 17 years ago
e39eec1
[libata] Build fix WRT ata_is_xxx() new API introduction
by Jeff Garzik
· 17 years ago
76326ac
libata: implement fast speed down for unverified data transfer mode
by Tejun Heo
· 17 years ago
00115e0
libata: implement ATA_DFLAG_DUBIOUS_XFER
by Tejun Heo
· 17 years ago
663f99b
libata: adjust speed down rules
by Tejun Heo
· 17 years ago
3884f7b
libata: clean up EH speed down implementation
by Tejun Heo
· 17 years ago
6f1d1e3
libata: move ata_set_mode() to libata-eh.c
by Tejun Heo
· 17 years ago
02c05a2
libata: factor out ata_eh_schedule_probe()
by Tejun Heo
· 17 years ago
405e66b
libata: implement protocol tests
by Tejun Heo
· 17 years ago
f20ded3
libata: rearrange ATA_DFLAG_*
by Tejun Heo
· 17 years ago
11b7bec
libata: checkpatch fixes
by Jeff Garzik
· 17 years ago
49f2909
ahci: update PCS programming
by Tejun Heo
· 17 years ago
51dbd49
pata_ninja32: Cardbus ATA initial support
by Alan Cox
· 17 years ago
76548ed
libata-sff: tf_load
by Alan Cox
· 17 years ago
b9f8ab2
libata: IORDY handling
by Alan Cox
· 17 years ago
bd3adca
libata-acpi: add ACPI _PSx method
by Shaohua Li
· 17 years ago
ae8d4ee
libata: Disable ATA8-ACS proposed Trusted Computing features by default
by Alan Cox
· 17 years ago
ffe188d
ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.
by Peter Schwenke
· 17 years ago
667984d
x86: GEODE fix a race condition in the MFGPT timer tick
by Jordan Crouse
· 17 years ago
889c94a
Fix file references in documentation and Kconfig
by Johann Felix Soden
· 17 years ago
4ad2b22
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
by Linus Torvalds
· 17 years ago
ac935cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
b2214fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
00e1077
rcu: fix section mismatch
by Randy Dunlap
· 17 years ago
80c002d
W1: w1_therm.c is flagging 0C etc as invalid
by David Fries
· 17 years ago
941ed3b
W1: w1_therm.c ds18b20 decode freezing temperatures correctly
by David Fries
· 17 years ago
87b4b66
hwmon: (it87) request only Environment Controller ports
by Bjorn Helgaas
· 17 years ago
c61935f
sched: group scheduler, set uid share fix
by Ingo Molnar
· 17 years ago
4960c9d
Revert "x86: fix NMI watchdog & 'stopped time' problem"
by Thomas Gleixner
· 17 years ago
d384e35
Makefile: Change typoed 'behavour' to 'behaviour'
by Linus Nilsson
· 17 years ago
8b85eaa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6
by Linus Torvalds
· 17 years ago
f290fc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
240d3b5
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 17 years ago
a6dbb1e
Fix filesystem capability support
by Andrew G. Morgan
· 17 years ago
a103360
s3c2410_fb: fix line length calculation
by Stefan Schmidt
· 17 years ago
a56d00b
CRIS: add missed local_irq_restore call
by Cyrill Gorcunov
· 17 years ago
48ccf3d
timer: fix section mismatch
by Randy Dunlap
· 17 years ago
0ec160d
hrtimer: fix section mismatch
by Randy Dunlap
· 17 years ago
a5569a5
keyspan: fix oops
by Alan Cox
· 17 years ago
06675e6
tc35815: Use irq number for tc35815-mac platform device id
by Atsushi Nemoto
· 17 years ago
0487de9
[MIPS] Malta: Fix reading the PCI clock frequency on big-endian
by Dmitri Vorobiev
· 17 years ago
c2a04c4
[MIPS] SMTC: Fix build error.
by Frank Rowand
· 17 years ago
45c950e
selinux: fix memory leak in netlabel code
by Paul Moore
· 17 years ago
5b4d383
[ICMP]: ICMP_MIB_OUTMSGS increment duplicated
by Wang Chen
· 17 years ago
fa95c28
[IPV6]: RFC 2011 compatibility broken
by Wang Chen
· 17 years ago
c964ff4
[IPV6]: ICMP6_MIB_OUTMSGS increment duplicated
by Wang Chen
· 17 years ago
6836545
[NET]: rtnl_link: fix use-after-free
by Patrick McHardy
· 17 years ago
d4782c3
[AF_KEY]: Fix skb leak on pfkey_send_migrate() error
by Patrick McHardy
· 17 years ago
421c991
[ATM] atm/suni.c: Fix section mismatch.
by Adrian Bunk
· 17 years ago
799fa67
[ATM] atm/idt77105.c: Fix section mismatch.
by Adrian Bunk
· 17 years ago
61e44b4
[IrDA]: af_irda memory leak fixes
by Jesper Juhl
· 17 years ago
cecbb63
[NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms'
by David S. Miller
· 17 years ago
2dc2f20
[NETFILTER]: bridge-netfilter: fix net_device refcnt leaks
by Patrick McHardy
· 17 years ago
398bcbe
[IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861.
by YOSHIFUJI Hideaki
· 17 years ago
8d3f099
[IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()
by Eric Dumazet
· 17 years ago
49d85c5
[NET]: Fix interrupt semaphore corruption in Intel drivers.
by David S. Miller
· 17 years ago
6725033
[IPV4] fib_trie: fix duplicated route issue
by Joonwoo Park
· 17 years ago
bd566e7
[IPV4] fib_hash: fix duplicated route issue
by Joonwoo Park
· 17 years ago
b3652b2
[IPV6]: Mischecked tw match in __inet6_check_established.
by Pavel Emelyanov
· 17 years ago
Next »