index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-20
drivers/misc/sgi-gru: fix possible NULL dereference
Sudip Mukherjee
1
-2
/
+3
2015-09-20
misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2015-09-20
drivers/misc: make kgdbts.c slightly more explicitly non-modular
Paul Gortmaker
1
-5
/
+5
2015-09-20
mei: me: fix d0i3 register offset in tracing
Alexander Usyskin
1
-2
/
+2
2015-09-20
mei: bus: use mei_cl_bus_ prefix consistently
Tomas Winkler
3
-16
/
+17
2015-09-20
mei: bus: use mei_cldev_ prefix for the API functions
Tomas Winkler
1
-33
/
+34
2015-09-20
mei: bus: export mei_cldev_enabled function
Tomas Winkler
1
-0
/
+13
2015-09-20
mei: bus: export uuid and protocol version to mei_cl bus drivers
Tomas Winkler
1
-0
/
+26
2015-09-20
mei: bus: add client protocol version to the device alias
Tomas Winkler
1
-7
/
+21
2015-09-20
mei: bus: export client protocol version
Tomas Winkler
2
-0
/
+30
2015-09-20
mei: make modules.alias UUID information easier to read
Prarit Bhargava
1
-5
/
+2
2015-09-20
drivers/misc/sgi-gru: remove unused variable
Sudip Mukherjee
1
-2
/
+0
2015-09-20
drivers/misc/sgi-gru: fix dereference of ERR_PTR
Sudip Mukherjee
1
-1
/
+6
2015-09-20
drivers/misc/sgi-gru: remove always false condition
Sudip Mukherjee
1
-1
/
+1
2015-09-20
drivers/misc/sgi-gru: make functions static
Sudip Mukherjee
1
-3
/
+3
2015-09-20
drivers/misc/sgi-gru: add return on error
Sudip Mukherjee
1
-8
/
+6
2015-09-20
misc/vmw_vmci: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-2
/
+1
2015-09-18
Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-3
/
+7
2015-09-15
cxl: Fix build failure due to -Wunused-variable behaviour change
Ian Munsie
1
-1
/
+1
2015-09-15
cxl: Fix unbalanced pci_dev_get in cxl_probe
Daniel Axtens
1
-2
/
+0
2015-09-11
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-0
/
+1
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
1
-1
/
+1
2015-09-09
Watchdog: Fix parent of watchdog_devices
Pratyush Anand
1
-0
/
+1
2015-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-09-08
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2
-31
/
+7
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-1
/
+1
2015-09-07
cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline
Andrew Donnellan
1
-0
/
+6
2015-09-04
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
Vladimir Zapolskiy
1
-4
/
+4
2015-09-03
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
14
-205
/
+865
2015-08-30
cxl: Set up and enable PSL Timebase
Philippe Bergheaud
2
-1
/
+61
2015-08-30
cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
Ian Munsie
3
-3
/
+33
2015-08-30
cxl: Fix + cleanup error paths in cxl_dev_context_init
Ian Munsie
1
-7
/
+12
2015-08-27
cxl: Remove racy attempt to force EEH invocation in reset
Daniel Axtens
1
-16
/
+0
2015-08-27
cxl: Release irqs if memory allocation fails
Vaibhav Jain
1
-2
/
+5
2015-08-24
eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
Irina Tirdea
1
-31
/
+6
2015-08-22
cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
Vaishali Thakkar
1
-1
/
+1
2015-08-20
cxl: Allow release of contexts which have been OPENED but not STARTED
Andrew Donnellan
1
-1
/
+1
2015-08-18
cxl: Add alternate MMIO error handling
Ian Munsie
3
-2
/
+20
2015-08-17
cxl: Plug irq_bitmap getting leaked in cxl_context
Vaibhav Jain
1
-0
/
+4
2015-08-17
cxl: Add CONFIG_CXL_EEH symbol
Daniel Axtens
1
-1
/
+6
2015-08-14
cxl: EEH support
Daniel Axtens
3
-0
/
+262
2015-08-14
cxl: Allow the kernel to trust that an image won't change on PERST.
Daniel Axtens
4
-0
/
+41
2015-08-14
cxl: Don't remove AFUs/vPHBs in cxl_reset
Daniel Axtens
1
-5
/
+0
2015-08-14
cxl: Refactor AFU init/teardown
Daniel Axtens
1
-38
/
+57
2015-08-14
cxl: Refactor adaptor init/teardown
Daniel Axtens
1
-53
/
+86
2015-08-14
cxl: Clean up adapter MMIO unmap path.
Daniel Axtens
1
-6
/
+18
2015-08-14
cxl: Make IRQ release idempotent
Daniel Axtens
1
-0
/
+9
2015-08-14
cxl: Allocate and release the SPA with the AFU
Daniel Axtens
3
-11
/
+27
2015-08-14
cxl: Drop commands if the PCI channel is not in normal state
Daniel Axtens
5
-12
/
+155
2015-08-14
cxl: Convert MMIO read/write macros to inline functions
Daniel Axtens
1
-16
/
+35
[prev]
[next]