Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
79f97dadfe9b4b561634d202225ba2fa910dc225
/
include
/
linux
79f97da
libata: drop @finish_qc from ata_qc_complete_multiple()
by Tejun Heo
· 17 years ago
22183bf
libata: add qc_fill_rtf port operation
by Tejun Heo
· 17 years ago
5958e30
libata: move PMP SCR access failure during reset to ata_eh_reset()
by Tejun Heo
· 17 years ago
ac37198
libata: clear SError after link resume
by Tejun Heo
· 17 years ago
57c9efd
libata: implement and use sata_std_hardreset()
by Tejun Heo
· 17 years ago
9dadd45
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()
by Tejun Heo
· 17 years ago
aa2731a
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
by Tejun Heo
· 17 years ago
705e76b
libata: restructure SFF post-reset readiness waits
by Tejun Heo
· 17 years ago
203c75b
libata: separate out ata_std_postreset() from ata_sff_postreset()
by Tejun Heo
· 17 years ago
0aa1113
libata: separate out ata_std_prereset() from ata_sff_prereset()
by Tejun Heo
· 17 years ago
288623a
libata: clean up port_ops->sff_irq_clear()
by Tejun Heo
· 17 years ago
5682ed3
libata: rename SFF port ops
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
83c063d
use ATA_TAG_INTERNAL in ata_tag_internal()
by Yoichi Yuasa
· 17 years ago
03faab7
libata: implement ATA_QCFLAG_RETRY
by Tejun Heo
· 17 years ago
6fd3639
libata: kill ata_chk_status()
by Tejun Heo
· 17 years ago
071ce34
libata: move ata_pci_default_filter() out of CONFIG_PCI
by Tejun Heo
· 17 years ago
624d5c5
libata: reorganize SFF related stuff
by Tejun Heo
· 17 years ago
a1efdab
libata: make reset related methods proper port operations
by Tejun Heo
· 17 years ago
9594719
libata: kill port_info->sht and ->irq_handler
by Tejun Heo
· 17 years ago
887125e
libata: stop overloading port_info->private_data
by Tejun Heo
· 17 years ago
1bd5b71
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
by Tejun Heo
· 17 years ago
029cfd6
libata: implement and use ops inheritance
by Tejun Heo
· 17 years ago
68d1d07
libata: implement and use SHT initializers
by Tejun Heo
· 17 years ago
358f9a7
libata: implement and use ata_noop_irq_clear()
by Tejun Heo
· 17 years ago
c1bc899
libata: reorganize ata_port_operations
by Tejun Heo
· 17 years ago
b558edd
libata: kill ata_ehi_schedule_probe()
by Tejun Heo
· 17 years ago
8cebf27
libata: kill ATA_LFLAG_SKIP_D2H_BSY
by Tejun Heo
· 17 years ago
672b2d6
libata: kill ATA_EHI_RESUME_LINK
by Tejun Heo
· 17 years ago
d692abd
libata: kill ATA_LFLAG_HRST_TO_RESUME
by Tejun Heo
· 17 years ago
cf48062
libata: prefer hardreset
by Tejun Heo
· 17 years ago
6af74b0
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
b4b8f57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
5f1a3f2
acpi thermal trip points increased to 12
by Krzysztof Helt
· 17 years ago
335e92e
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
by Jan Kara
· 17 years ago
4ac5846
ssb: Fix usage of struct device used for DMAing
by Michael Buesch
· 17 years ago
d237e5c
io context: increment task attachment count in ioc_task_link()
by Jens Axboe
· 17 years ago
533bb8a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
7cd636f
[IPV6]: IPv6 extension header structures need to be packed.
by YOSHIFUJI Hideaki
· 17 years ago
14daa02
net: make struct tun_struct private to tun.c
by Rusty Russell
· 17 years ago
14897e3
Merge branch 'docs' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 17 years ago
dc07e72
Spell out behavior of atomic_dec_and_lock() in kerneldoc
by J. Bruce Fields
· 17 years ago
b0fac02
Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protect
by Heiko Carstens
· 17 years ago
544451a
pnp: increase number of devices supported per protocol
by Bjorn Helgaas
· 17 years ago
d10d89e
Add commentary about the new "asmlinkage_protect()" macro
by Linus Torvalds
· 17 years ago
54a0151
asmlinkage_protect replaces prevent_tail_call
by Roland McGrath
· 17 years ago
2557a93
virtio: remove overzealous BUG_ON.
by Rusty Russell
· 17 years ago
8bab8dd
cgroups: add cgroup support for enabling controllers at boot time
by Paul Menage
· 17 years ago
3a14312
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
5761d64
x86: revert assign IRQs to hpet timer
by Thomas Gleixner
· 17 years ago
e52dcc4
libata: ATA_12/16 doesn't fall into ATAPI_MISC
by Tejun Heo
· 17 years ago
436d34b
libata: uninline atapi_cmd_type()
by Tejun Heo
· 17 years ago
dd135eb
kvm: provide kvm.h for all architecture: fixes headers_install
by Christian Borntraeger
· 17 years ago
2f819ae
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
34e6bbf
cfq-iosched: fix rcu freeing of cfq io contexts
by Fabio Checconi
· 17 years ago
a7097ff
Input: make sure input interfaces pin parent input devices
by Dmitry Torokhov
· 17 years ago
a77df5c
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 17 years ago
62ad36a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
b2ddb90
dma_page_list ->base_address is a userland pointer
by Al Viro
· 17 years ago
7d61c45
compat_sys_wait4() prototype misannotation
by Al Viro
· 17 years ago
729d4de
ide: fix defining SUPPORT_VLB_SYNC
by Bartlomiej Zolnierkiewicz
· 17 years ago
3ec25eb
libata: ATA_EHI_LPM should be ATA_EH_LPM
by Tejun Heo
· 17 years ago
0ef4730
net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better
by Matti Linnanvuori
· 17 years ago
af8be4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
5ac7ec8
ext3: don't export ext3_fs.h and jbd.h
by Christoph Hellwig
· 17 years ago
3afe392
kernel: add bit rotation helpers for 16 and 8 bit
by Harvey Harrison
· 17 years ago
8c703d3
in_atomic(): document why it is unsuitable for general use
by Jonathan Corbet
· 17 years ago
c35038b
[PATCH] do shrink_submounts() for all fs types
by Al Viro
· 17 years ago
7c4b93d
[PATCH] count ghost references to vfsmounts
by Al Viro
· 17 years ago
50fd440
[NET]: Use local_irq_{save,restore}() in napi_complete().
by David S. Miller
· 17 years ago
a6bd8e1
lguest: comment documentation update.
by Rusty Russell
· 17 years ago
86d9fc1
Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video' into release
by Len Brown
· 17 years ago
06d8308
NOHZ: reevaluate idle sleep length after add_timer_on()
by Thomas Gleixner
· 17 years ago
8b78cf6
cpuidle: fix cpuidle time and usage overflow
by Yi Yang
· 17 years ago
a4083c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 17 years ago
49741c4
PCI: revert "pcie: utilize pcie transaction pending bit"
by Andrew Morton
· 17 years ago
cc36bdd
USB: add support for Motorola ROKR Z6 cellphone in mass storage mode
by Constantin Baranov
· 17 years ago
392e1d9
USB: new quirk flag to avoid Set-Interface
by Alan Stern
· 17 years ago
aacda37
libata: implement ata_qc_raw_nbytes()
by Tejun Heo
· 17 years ago
03c086a
PNP: increase the number of PnP memory resources from 12 to 24
by Darren Salt
· 17 years ago
22e52b0
sched: add arch_update_cpu_topology hook.
by Heiko Carstens
· 17 years ago
9aefd0a
sched: add exported arch_reinit_sched_domains() to header file.
by Heiko Carstens
· 17 years ago
7d3628b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
aedb60a
file capabilities: remove cap_task_kill()
by Serge Hallyn
· 17 years ago
ead7077
memstick: automatically retrieve "INT" value from command response
by Alex Dubov
· 17 years ago
a6b9191
fs: fix kernel-doc notation warnings
by Randy Dunlap
· 17 years ago
ae66be9
rcu: fix misplaced mb() in rcu_enter/exit_nohz()
by Paul E. McKenney
· 17 years ago
33b0c42
sched: tune multi-core idle balancing
by Ingo Molnar
· 17 years ago
4ae7d5c
sched: improve affine wakeups
by Ingo Molnar
· 17 years ago
92f53c6
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
2f63392
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 17 years ago
0ff9663
[IPV4]: ipv4_is_lbcast() misannotations
by Al Viro
· 17 years ago
0382b9c
[PKT_SCHED]: annotate cls_u32
by Al Viro
· 17 years ago
bde4f8f
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 17 years ago
916fbfb
devres: implement pcim_iomap_regions_request_all()
by Tejun Heo
· 17 years ago
4265f16
virtio: fix race in enable_cb
by Christian Borntraeger
· 17 years ago
2af3e60
The ps2esdi driver was marked as BROKEN more than two years ago due to being
by Adrian Bunk
· 17 years ago
9b89ca7
struct export_operations: adjust comments to match current members
by Marc Dionne
· 17 years ago
cc74d96
PCI: fix issue with busses registering multiple times in sysfs
by Greg Kroah-Hartman
· 17 years ago
c463be3
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
Next »