Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f8487a26b285feea2cb210efec42c49dce9ae708
/
drivers
/
misc
f8487a2
misc: mic: Coprocessor State Management (COSM) driver
by Ashutosh Dixit
· 9 years ago
a3283d8
misc: mic: MIC COSM bus
by Ashutosh Dixit
· 9 years ago
d3d912e
misc: mic: Add support for kernel mode SCIF clients
by Ashutosh Dixit
· 9 years ago
b7f9444
misc: mic: SCIF poll
by Ashutosh Dixit
· 9 years ago
19f7767
misc/genwqe: get rid of atomic allocations
by Sebastian Ott
· 9 years ago
6b1eb14
misc: hpilo: Change e-mail address from hp.com to hpe.com
by Masanari Iida
· 9 years ago
7a56f32
misc: hpilo: Add min and max value of module parameter in description
by Masanari Iida
· 9 years ago
c566f36
Merge 4.3-rc3 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
64b796e
Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
d6eb71a
cxl: Fix lockdep warning while creating afu_err_buff attribute
by Vaibhav Jain
· 9 years ago
b05b7c7
ti-st: use worker instead of calling st_int_write in wake up
by Muhammad Hamza Farooq
· 9 years ago
5964db0
mei: fix debugfs files leak on error path
by Tomas Winkler
· 9 years ago
f97ef75
drivers/misc/sgi-gru: fix possible NULL dereference
by Sudip Mukherjee
· 9 years ago
6894fda
misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()
by Javier Martinez Canillas
· 9 years ago
67dd339
drivers/misc: make kgdbts.c slightly more explicitly non-modular
by Paul Gortmaker
· 9 years ago
cf094eb
mei: me: fix d0i3 register offset in tracing
by Alexander Usyskin
· 9 years ago
ae48d74
mei: bus: use mei_cl_bus_ prefix consistently
by Tomas Winkler
· 9 years ago
d49dc5e
mei: bus: use mei_cldev_ prefix for the API functions
by Tomas Winkler
· 9 years ago
01a14ed
mei: bus: export mei_cldev_enabled function
by Tomas Winkler
· 9 years ago
baeacd0
mei: bus: export uuid and protocol version to mei_cl bus drivers
by Tomas Winkler
· 9 years ago
b26864c
mei: bus: add client protocol version to the device alias
by Tomas Winkler
· 9 years ago
40b7320
mei: bus: export client protocol version
by Tomas Winkler
· 9 years ago
59796ed
mei: make modules.alias UUID information easier to read
by Prarit Bhargava
· 9 years ago
6c56026
drivers/misc/sgi-gru: remove unused variable
by Sudip Mukherjee
· 9 years ago
bba57f8
drivers/misc/sgi-gru: fix dereference of ERR_PTR
by Sudip Mukherjee
· 9 years ago
c2ed545
drivers/misc/sgi-gru: remove always false condition
by Sudip Mukherjee
· 9 years ago
1126bc2
drivers/misc/sgi-gru: make functions static
by Sudip Mukherjee
· 9 years ago
a010d27
drivers/misc/sgi-gru: add return on error
by Sudip Mukherjee
· 9 years ago
bf84b14
misc/vmw_vmci: use kmemdup rather than duplicating its implementation
by Andrzej Hajda
· 9 years ago
f240bdd
Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
2cd55c6
cxl: Fix build failure due to -Wunused-variable behaviour change
by Ian Munsie
· 9 years ago
2925c2f
cxl: Fix unbalanced pci_dev_get in cxl_probe
by Daniel Axtens
· 9 years ago
51a73ba
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 9 years ago
7cbea8d
mm: mark most vm_operations_struct const
by Kirill A. Shutemov
· 9 years ago
6551881
Watchdog: Fix parent of watchdog_devices
by Pratyush Anand
· 9 years ago
f6f7a63
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
acceba5
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
96db800
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
7d1647d
cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline
by Andrew Donnellan
· 9 years ago
7385817
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
by Vladimir Zapolskiy
· 9 years ago
ff474e8
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
390fd59
cxl: Set up and enable PSL Timebase
by Philippe Bergheaud
· 9 years ago
55e0766
cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
by Ian Munsie
· 9 years ago
af2a50b
cxl: Fix + cleanup error paths in cxl_dev_context_init
by Ian Munsie
· 9 years ago
9d8e276
cxl: Remove racy attempt to force EEH invocation in reset
by Daniel Axtens
· 9 years ago
a6897f3
cxl: Release irqs if memory allocation fails
by Vaibhav Jain
· 9 years ago
2cd9fbd
eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
by Irina Tirdea
· 9 years ago
f47f966
cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
by Vaishali Thakkar
· 10 years ago
7c26b9c
cxl: Allow release of contexts which have been OPENED but not STARTED
by Andrew Donnellan
· 9 years ago
d9232a3
cxl: Add alternate MMIO error handling
by Ian Munsie
· 10 years ago
8c7dd08
cxl: Plug irq_bitmap getting leaked in cxl_context
by Vaibhav Jain
· 9 years ago
2590163
cxl: Add CONFIG_CXL_EEH symbol
by Daniel Axtens
· 9 years ago
9e8df8a
cxl: EEH support
by Daniel Axtens
· 9 years ago
13e68d8
cxl: Allow the kernel to trust that an image won't change on PERST.
by Daniel Axtens
· 9 years ago
4e1efb4
cxl: Don't remove AFUs/vPHBs in cxl_reset
by Daniel Axtens
· 9 years ago
d76427b
cxl: Refactor AFU init/teardown
by Daniel Axtens
· 9 years ago
c044c41
cxl: Refactor adaptor init/teardown
by Daniel Axtens
· 9 years ago
575e698
cxl: Clean up adapter MMIO unmap path.
by Daniel Axtens
· 9 years ago
e640d2fc
cxl: Make IRQ release idempotent
by Daniel Axtens
· 9 years ago
05155772
cxl: Allocate and release the SPA with the AFU
by Daniel Axtens
· 9 years ago
0b3f9c7
cxl: Drop commands if the PCI channel is not in normal state
by Daniel Axtens
· 9 years ago
588b34b
cxl: Convert MMIO read/write macros to inline functions
by Daniel Axtens
· 9 years ago
83c3fee
cxl: sparse: Silence iomem warning in debugfs file creation
by Daniel Axtens
· 9 years ago
3d6b040
cxl: sparse: Make declarations static
by Daniel Axtens
· 9 years ago
d3d73f4
cxl: Compile with -Werror
by Daniel Axtens
· 9 years ago
c49c1f0
misc: eeprom: Export I2C module alias information in missing drivers
by Javier Martinez Canillas
· 9 years ago
141124e
misc: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 10 years ago
5d44f4b
Merge 4.2-rc6 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
368857c
cxl: Don't ignore add_process_element() result when attaching context
by Daniel Axtens
· 10 years ago
2664e03
misc: eeprom: max6875: clean up max6875_read()
by Vladimir Zapolskiy
· 10 years ago
79dedbd
misc: eeprom: clean up eeprom_read()
by Vladimir Zapolskiy
· 10 years ago
b5da83d
misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write
by Vladimir Zapolskiy
· 10 years ago
2b6e5ba
misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write()
by Vladimir Zapolskiy
· 10 years ago
acb921a
misc: cxl: clean up afu_read_config()
by Vladimir Zapolskiy
· 10 years ago
3d0b16a
nvmem: sunxi: Move the SID driver to the nvmem framework
by Maxime Ripard
· 10 years ago
513da46
ti-st: st_kim: use gpio_set_value_cansleep to fix warning
by Jürg Billeter
· 10 years ago
c0bd1b9
Revert "ti-st: add device tree support"
by Rob Herring
· 10 years ago
eb79100
VMware balloon: Add support for balloon capabilities.
by Xavier Deguillard
· 10 years ago
ef0f8f1
VMware balloon: partially inline vmballoon_reserve_page.
by Xavier Deguillard
· 10 years ago
f368ed6
char: make misc_deregister a void function
by Greg Kroah-Hartman
· 9 years ago
eead035a
mei: remove check on pm_runtime_active in __mei_cl_disconnect
by Tomas Winkler
· 9 years ago
155718c
mei: hbm: bump supported HBM version to 2.0
by Tomas Winkler
· 9 years ago
1625c7e
mei: me: add sunrise point device ids
by Tomas Winkler
· 9 years ago
b9a1fc9
mei: me: d0i3: exit d0i3 on driver start and enter it on stop
by Alexander Usyskin
· 9 years ago
ebad6b9
mei: me: d0i3: move mei_me_hw_reset down in the file
by Alexander Usyskin
· 9 years ago
859ef2f
mei: me: d0i3: add d0i3 enter/exit state machine
by Alexander Usyskin
· 9 years ago
63f7523
mei: hbm: reorganize the power gating responses
by Alexander Usyskin
· 9 years ago
1fa55b4
mei: me: d0i3: enable d0i3 interrupts
by Alexander Usyskin
· 9 years ago
bb9f4d2
mei: me: d0i3: add flag to indicate D0i3 support
by Alexander Usyskin
· 9 years ago
1183048
mei: me: d0i3: add the control registers
by Tomas Winkler
· 9 years ago
71e117f
mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED
by Alexander Usyskin
· 10 years ago
bb2ef9c
mei: bus: add and call callback on notify event
by Alexander Usyskin
· 10 years ago
237092b
mei: implement fasync for event notification
by Tomas Winkler
· 10 years ago
2c84c29
mei: support polling for event notification
by Tomas Winkler
· 10 years ago
3c7c846
mei: add async event notification ioctls
by Tomas Winkler
· 10 years ago
b38a362
mei: add a handler that waits for notification on event
by Tomas Winkler
· 10 years ago
51678cc
mei: add mei_cl_notify_request command
by Tomas Winkler
· 10 years ago
4d99877
mei: enable async event notifications only from hbm version 2.0
by Tomas Winkler
· 10 years ago
965ae37
mei: implement async notification hbm messages
by Tomas Winkler
· 10 years ago
d3c1c80
mei: define async notification hbm commands
by Tomas Winkler
· 10 years ago
Next »