Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f887cce8de019bb32917789379af89ae4c0294ee
/
drivers
f887cce
r8169: multicast register update
by Francois Romieu
· 16 years ago
3ca4095
bnx2: Update version to 1.7.9.
by Benjamin Li
· 16 years ago
8a31329
bnx2: Fix Sparse warnings
by Benjamin Li
· 16 years ago
706bf24
bnx2: Add TX multiqueue support.
by Benjamin Li
· 16 years ago
4f83ec1
bnx2: Update TPAT firmware
by Benjamin Li
· 16 years ago
076152d
e1000: resolve tx multiqueue bug
by Ben Hutchings
· 16 years ago
d55b53f
igb/ixgbe/e1000e: resolve tx multiqueue bug
by Jeff Kirsher
· 16 years ago
a60f28f
Revert "remove the strip driver"
by David S. Miller
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
8387400
pkt_sched: Kill netdev_queue lock.
by David S. Miller
· 16 years ago
b4c2163
niu: Add TX multiqueue support.
by David S. Miller
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
e3c50d5
netdev: netdev_priv() can now be sane again.
by David S. Miller
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
09e83b5
netdev: Kill NETIF_F_MULTI_QUEUE.
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
070825b
igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.
by David S. Miller
· 16 years ago
5b664cb
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 16 years ago
f39548a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
by Linus Torvalds
· 16 years ago
8586cb6
[S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP
by Stefan Haberland
· 16 years ago
779e6e1
[S390] qdio: new qdio driver.
by Jan Glauber
· 16 years ago
dae3984
[S390] cio: Export chsc_error_from_response().
by Cornelia Huck
· 16 years ago
b9993a3
[S390] vmur: Fix return code handling.
by Frank Munzert
· 16 years ago
7337194
[S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().
by Cornelia Huck
· 16 years ago
9d853ca
[S390] dasd: fix unsolicited SIM handling.
by Stefan Haberland
· 16 years ago
12e0c95
[S390] zfcpdump: Make SCSI disk dump tool recognize storage holes
by Frank Munzert
· 16 years ago
78ed11a
netdrv intel: always enable VLAN filtering except in promiscous mode
by Patrick McHardy
· 16 years ago
746b9f0
netdrv intel: disable VLAN filtering in promiscous mode
by Patrick McHardy
· 16 years ago
33af79d
scsi_dh: Verify "dev" is a sdev before accessing it.
by Chandra Seetharaman
· 16 years ago
dc7c65d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
8a0ca91
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 16 years ago
42fdd14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
01a5bba
Fix FADT parsing
by Jan Beulich
· 16 years ago
4d38704
Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.
by Aaron Durbin
· 16 years ago
c83642d
ACPI: use dev_printk when possible
by Bjorn Helgaas
· 17 years ago
40ab4f4
PNPACPI: add support for HP vendor-specific CCSR descriptors
by Bjorn Helgaas
· 17 years ago
84684c7
PNP: avoid legacy IDE IRQs
by Bjorn Helgaas
· 17 years ago
1f32ca3
PNP: convert resource options to single linked list
by Bjorn Helgaas
· 17 years ago
bbe413b
ISAPNP: handle independent options following dependent ones
by Bjorn Helgaas
· 17 years ago
e2a1a6f
PNP: remove extra 0x100 bit from option priority
by Bjorn Helgaas
· 17 years ago
d5ebde6
PNP: support optional IRQ resources
by Bjorn Helgaas
· 17 years ago
2d29a7a
PNP: rename pnp_register_*_resource() local variables
by Bjorn Helgaas
· 17 years ago
fe2cf59
PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
by Bjorn Helgaas
· 17 years ago
c227536
PNP: centralize resource option allocations
by Bjorn Helgaas
· 17 years ago
b08395e
PNP: remove redundant pnp_can_configure() check
by Bjorn Helgaas
· 17 years ago
6e906f0
PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
by Bjorn Helgaas
· 17 years ago
819beac
PNP: in debug resource dump, make empty list obvious
by Bjorn Helgaas
· 17 years ago
fcfb7ce
PNP: improve resource assignment debug
by Bjorn Helgaas
· 17 years ago
169aaff
PNP: increase I/O port & memory option address sizes
by Bjorn Helgaas
· 17 years ago
7aefff5
PNP: introduce pnp_irq_mask_t typedef
by Bjorn Helgaas
· 17 years ago
a1802c4
PNP: make resource option structures private to PNP subsystem
by Bjorn Helgaas
· 17 years ago
08c9f26
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
by Bjorn Helgaas
· 17 years ago
b72ee1f1
PNP: whitespace/coding style fixes
by Bjorn Helgaas
· 17 years ago
57fd51a
PNP: add pnp_possible_config() -- can a device could be configured this way?
by Bjorn Helgaas
· 17 years ago
f61ed7e
PNP: dont sort by type in /sys/.../resources
by Bjorn Helgaas
· 17 years ago
25d39c3
PNP: remove ratelimit on add resource failures
by Bjorn Helgaas
· 17 years ago
5acf914
PNPACPI: keep disabled resources when parsing current config
by Bjorn Helgaas
· 17 years ago
aee3ad8
PNP: replace pnp_resource_table with dynamically allocated resources
by Bjorn Helgaas
· 17 years ago
9fdee4e
PNP: add pnp_resource_type_name() helper function
by Bjorn Helgaas
· 17 years ago
940e98d
PNP: add pnp_resource_type() internal interface
by Bjorn Helgaas
· 17 years ago
87e4acf
PNP: remove pnp_resource.index
by Bjorn Helgaas
· 17 years ago
b897f46
PNP: add detail to debug resource dump
by Bjorn Helgaas
· 17 years ago
469778c
ACPI: video: fix brightness allocation
by Julia Jomantaite
· 17 years ago
2a2a647
ACPI: Disable MWAIT via DMI on broken Compal board
by Zhao Yakui
· 17 years ago
da5e09a
ACPI : Create "idle=nomwait" bootparam
by Zhao Yakui
· 17 years ago
c1e3b37
ACPI: Create "idle=halt" bootparam
by Zhao Yakui
· 17 years ago
71b58cb
ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space
by Zhang Rui
· 17 years ago
b53ce3f
ACPICA: Fix mutex debug code for wrong loop termination value
by Bob Moore
· 17 years ago
fd0a432
ACPICA: Cleanup of _PRT parsing code
by Bob Moore
· 17 years ago
71d993e
ACPICA: Cleanup debug operand dump mechanism
by Bob Moore
· 17 years ago
5a1a57e
ACPICA: Fix for invalid large array index on 64-bit systems
by Bob Moore
· 17 years ago
19d0cfe
ACPICA: Update DMAR and SRAT table definitions
by Bob Moore
· 17 years ago
d0e184a
ACPICA: Workaround for reversed _PRT entries from BIOS
by Bob Moore
· 17 years ago
4b8ed63
ACPICA: Add const qualifier for appropriate string constants
by Bob Moore
· 17 years ago
b524376
ACPICA: Several lint changes, no functional changes
by Bob Moore
· 17 years ago
d97b435
ACPICA: Removed unused include files from source files
by Bob Moore
· 17 years ago
67a119f
ACPICA: Eliminate acpi_native_uint type v2
by Bob Moore
· 17 years ago
11f2a61
ACPICA: Fix possible negative array index in acpi_ut_validate_exception
by Bob Moore
· 17 years ago
c91d924
ACPICA: Fix for hang on GPE method invocation
by Bob Moore
· 17 years ago
f3454ae
ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object
by Bob Moore
· 17 years ago
c735ab7
fujitsu-laptop: depends on INPUT
by Randy Dunlap
· 17 years ago
d20a4dc
APM emulation: Notify about all suspend events, not just APM invoked ones (v2)
by Johannes Berg
· 17 years ago
741438b
ACPI PM: Remove obsolete Toshiba workaround
by Rafael J. Wysocki
· 17 years ago
a80a6da
PCI ACPI: Drop the second argument of platform_pci_choose_state
by Rafael J. Wysocki
· 17 years ago
2fe2de5
ACPI PM: acpi_pm_device_sleep_state() cleanup
by David Brownell
· 17 years ago
cc7e516
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
by Len Brown
· 17 years ago
d185705
ACPI: don't walk tables if ACPI was disabled
by Vegard Nossum
· 17 years ago
860f0c6
acer-wmi: Remove version number
by Carlos Corbacho
· 17 years ago
8114352
acer-wmi: Add debugfs file for device detection
by Carlos Corbacho
· 17 years ago
5753dd5
acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732
by Carlos Corbacho
· 17 years ago
6f061ab
acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718
by Carlos Corbacho
· 17 years ago
f2b585b
acer-wmi: Respect framebuffer blanking in backlight
by Carlos Corbacho
· 17 years ago
9991d9f
acer-wmi: Blacklist backlight on Acer Aspire 1520 & 1360 series
by Carlos Corbacho
· 17 years ago
1410946
eeepc-laptop: static
by Adrian Bunk
· 17 years ago
e38e8a0
Make GPE disable more robust
by Bob Moore
· 17 years ago
87dc5e3
compal-laptop: remove unnecessary lcd_level attribute
by Cezary Jackiewicz
· 17 years ago
12b2b34
acpi: fix printk format warning
by Randy Dunlap
· 17 years ago
3d532d5
ACPI: fix processor throttling set error
by Yi Yang
· 17 years ago
6594d87
ACPI: fix acpi fan state set error
by Yi Yang
· 17 years ago
74523c9
ACPI: fix checkpatch.pl complaints in scan.c
by Alok N Kataria
· 17 years ago
Next »