Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
af3fd1404fd4f0f58ebbb52b22be4f1ca0794cda
/
drivers
/
acpi
af3fd14
ACPI: ec: Remove expect_event and all races around it.
by Alexey Starikovskiy
· 18 years ago
bec5a1e
ACPI: ec: Read status register from check_status() function
by Alexey Starikovskiy
· 18 years ago
5c40641
ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.
by Alexey Starikovskiy
· 18 years ago
5d57a6a
ACPI: ec: Enable EC GPE at beginning of transaction
by Alexey Starikovskiy
· 18 years ago
d91df1a
ACPI: ec: Allow for write semantics in any command.
by Alexey Starikovskiy
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
465ae64
ACPI: Change ACPI to use dev_archdata instead of firmware_data
by Benjamin Herrenschmidt
· 18 years ago
0916bd3
[PATCH] Correct bound checking from the value returned from _PPC method.
by Dave Jones
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
b976fe1
Revert "ACPI: created a dedicated workqueue for notify() execution"
by Linus Torvalds
· 18 years ago
887b959
[PATCH] acpi memory hotplug: remove strange add_memory fail message
by Yasunori Goto
· 18 years ago
6cbe44c
[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUG
by Yasunori Goto
· 18 years ago
c5a114f
[PATCH] fix "ACPI: Processor native C-states using MWAIT"
by Darrick J. Wong
· 18 years ago
1fec74a
[PATCH] acpi_processor_latency_notifier(): UP warning fix
by Andrew Morton
· 18 years ago
9aaed2b
Pull trivial into test branch
by Len Brown
· 18 years ago
384bc8f
Pull bugzilla-5534 into test branch
by Len Brown
· 18 years ago
ed3269a
Pull ec into test branch
by Len Brown
· 18 years ago
d7321ad
Pull mwait into test branch
by Len Brown
· 18 years ago
1d5b30f
Pull battery into test branch
by Len Brown
· 18 years ago
c92fd49
Pull ibm into test branch
by Len Brown
· 18 years ago
9443d7c
Pull asus into test branch
by Len Brown
· 18 years ago
34c4415
ACPI: check battery status on resume for un/plug events during sleep
by Jiri Kosina
· 18 years ago
aeb1104
ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID
by Eiichiro Oiwa
· 18 years ago
6df0570
ACPI: asus_acpi: don't printk on writing garbage to proc files
by Alexey Dobriyan
· 18 years ago
6311f0d
ACPI: asus_acpi: fix proc files parsing
by Darren Jenkins
· 18 years ago
a790b32
ACPI: fix printk format warnings
by Randy Dunlap
· 18 years ago
7af8b66
ACPI: fix section for CPU init functions
by Pierre Ossman
· 18 years ago
f4d2e2d
ACPI: update comments in motherboard.c
by Len Brown
· 18 years ago
168a328
ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL
by Jiri Kosina
· 18 years ago
786f18c
ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG
by Dmitry Torokhov
· 18 years ago
37605a6
ACPI: created a dedicated workqueue for notify() execution
by Alexey Y. Starikovskiy
· 18 years ago
fcfc638
ACPI: Remove deferred execution from global lock acquire wakeup path
by Alexey Y. Starikovskiy
· 18 years ago
ab9e43c
ACPI: EC: export ec_transaction() for msi-laptop driver
by Lennart Poettering
· 18 years ago
6ffb221
ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().
by Denis M. Sadykov
· 18 years ago
8e0341b
ACPI: EC: Unify poll and interrupt gpe handlers
by Denis M. Sadykov
· 18 years ago
3576cf6
ACPI: EC: Unify poll and interrupt mode transaction functions
by Denis M. Sadykov
· 18 years ago
703959d
ACPI: EC: Remove unused variables and duplicated code
by Denis M. Sadykov
· 18 years ago
7c6db5e
ACPI: EC: Remove unnecessary delay added by previous transation patch.
by Denis M. Sadykov
· 18 years ago
d7a76e4
ACPI: consolidate functions in acpi ec driver
by Lennart Poettering
· 18 years ago
991528d
ACPI: Processor native C-states using MWAIT
by Venkatesh Pallipadi
· 18 years ago
3cd5b87
ACPI: sbs: fix module_param() initializers
by Lebedev, Vladimir P
· 18 years ago
963497c
ACPI: sbs: check for NULL device pointer
by Lebedev, Vladimir P
· 18 years ago
4d6bd5e
ACPI: ibm_acpi: Remove experimental status for brightness and volume.
by Stefan Schmidt
· 18 years ago
288f3ad
ACPI: asus_acpi: W3000 support
by Marek W
· 18 years ago
53a5fbd
ACPI: Allow setting SCI_EN bit in PM1_CONTROL register
by Linus Torvalds
· 18 years ago
4370df9
[PATCH] acpi NULL noise removal
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
c73a668
fix drivers/acpi/Kconfig typos
by Matt LaPlante
· 18 years ago
5c87579
[PATCH] maximum latency tracking infrastructure
by Arjan van de Ven
· 18 years ago
8c2676a
[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup
by Keith Mannthey
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
8f9082c
i2c: Constify i2c_algorithm declarations, part 2
by Jean Delvare
· 18 years ago
da547d7
Merge trivial low-risk suspend hotkey bugzilla-5918 into release
by Len Brown
· 18 years ago
d68909f
ACPI: avoid irqrouter_resume might_sleep oops on resume from S4
by Len Brown
· 18 years ago
5672bde
ACPI: hotkey.c fixes, fix for potential crash of hotkey.c
by Handle X
· 18 years ago
07dd485
ACPI: memory hotplug: remove useless message at boot time
by Yasunori Goto
· 18 years ago
e9a315b
ACPI: verbose on kset/kobject_register errors
by Randy Dunlap
· 18 years ago
7daef60
ACPI: add message if firmware_register() init fails
by Randy Dunlap
· 18 years ago
b20d2ae
ACPI: skip smart battery init when acpi=off
by Len Brown
· 18 years ago
4d8316d
ACPI: fix boot with acpi=off
by Pavel Machek
· 18 years ago
0ee6a17
ACPI: fix kfree in i2c_ec error path
by Jean Delvare
· 18 years ago
5d2870f
[PATCH] memory hotadd fixes: avoid registering res twice
by KAMEZAWA Hiroyuki
· 18 years ago
fa25d8d
[PATCH] memory hotadd fixes: avoid check in acpi
by KAMEZAWA Hiroyuki
· 18 years ago
5669021
PCI: docking station: remove dock uevents
by Kristen Carlson Accardi
· 18 years ago
9805cb7
ACPI: restore some dmesg to DEBUG-only, ala 2.6.17
by Len Brown
· 18 years ago
72945b2
[PATCH] Revert "ACPI: execute Notify() handlers on new thread"
by Len Brown
· 18 years ago
9b6d97b
ACPI: scan: handle kset/kobject errors
by Randy Dunlap
· 18 years ago
d568df8
ACPI: handle firmware_register init errors
by Randy Dunlap
· 18 years ago
c80dc60
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 18 years ago
46f6976
[PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig
by Andi Kleen
· 18 years ago
bed936f
[PATCH] ACPI: fix fan/thermal resume
by Konstantin Karasyov
· 18 years ago
0466684
Pull dock into release branch
by Len Brown
· 18 years ago
07a1868
ACPI: ACPI_DOCK: Initialize the atomic notifier list
by Kristen Accardi
· 18 years ago
c0dc250
Pull acpi_os_allocate into test branch
by Len Brown
· 18 years ago
0f12b15
Pull acpica-20060707 into test branch
by Len Brown
· 18 years ago
20b499a
Pull bugzilla-6687 into test branch
by Len Brown
· 18 years ago
dece75b
Pull dock into test branch
by Len Brown
· 18 years ago
1a39ed5
Pull trivial into test branch
by Len Brown
· 18 years ago
e21c1ca
ACPI: acpi_os_allocate() fixes
by Len Brown
· 18 years ago
8970bfe
ACPI: SBS: fix initialization, sem2mutex
by Andrew Morton
· 18 years ago
d750803
ACPI: add 'const' to several ACPI file_operations
by Arjan van de Ven
· 18 years ago
e26a2b8
ACPI: delete some defaults from ACPI Kconfig
by Andi Kleen
· 18 years ago
af4f949
ACPI: "Device `[%s]' is not power manageable" make message debug only
by Len Brown
· 18 years ago
8d7bff6
ACPI: ACPI_DOCK Kconfig
by Len Brown
· 18 years ago
c8f7a62
Revert "Revert "ACPI: dock driver""
by Len Brown
· 18 years ago
ab8aa06
ACPI: acpi_os_get_thread_id() returns current
by Len Brown
· 18 years ago
f6dd922
ACPI: ACPICA 20060707
by Bob Moore
· 18 years ago
953969d
Revert "ACPI: dock driver"
by Linus Torvalds
· 18 years ago
e82ca04
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
309b0f1
Pull smart-battery into release branch
by Len Brown
· 18 years ago
d0e5f39
Pull bugzilla-3241 into release branch
by Len Brown
· 18 years ago
361ea93
Pull asus_acpi-0.30 into release branch
by Len Brown
· 18 years ago
5f765b8
Pull acpi_device_handle_cleanup into release branch
by Len Brown
· 18 years ago
b197ba3
Pull acpi_os_free into release branch
by Len Brown
· 18 years ago
635227e
ACPI: remove function tracing macros from drivers/acpi/*.c
by Len Brown
· 18 years ago
3f86b83
ACPI: add support for Smart Battery
by Rich Townsend
· 18 years ago
9becf5b
ACPI: asus_acpi: correct M6N/M6R display nodes
by Karol Kozimor
· 18 years ago
Next »