index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
vdso
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
w1/ds2490: remove spurious newlines within hexdump
Christian Vogel
1
-5
/
+3
2022-03-18
counter: add defaults to switch-statements
Tom Rix
1
-0
/
+4
2022-03-18
MAINTAINERS: Add Counter subsystem git tree
William Breathitt Gray
1
-0
/
+1
2022-03-18
counter: interrupt-cnt: add counter_push_event()
Oleksij Rempel
1
-2
/
+5
2022-03-18
counter: add new COUNTER_EVENT_CHANGE_OF_STATE
Oleksij Rempel
1
-0
/
+2
2022-03-18
counter: Set counter device name
William Breathitt Gray
1
-1
/
+11
2022-03-18
counter: 104-quad-8: Add COMPILE_TEST depends
William Breathitt Gray
1
-1
/
+1
2022-03-18
bus: mhi: Make mhi_state_str[] array static inline and move to common.h
Manivannan Sadhasivam
6
-31
/
+40
2022-03-18
bus: mhi: Move common MHI definitions out of host directory
Manivannan Sadhasivam
2
-263
/
+284
2022-03-18
bus: mhi: host: Rename "struct mhi_tre" to "struct mhi_ring_element"
Manivannan Sadhasivam
3
-14
/
+14
2022-03-18
bus: mhi: Cleanup the register definitions used in headers
Manivannan Sadhasivam
1
-214
/
+199
2022-03-18
bus: mhi: Use bitfield operations for handling DWORDs of ring elements
Manivannan Sadhasivam
1
-25
/
+33
2022-03-18
bus: mhi: Use bitfield operations for register read and write
Manivannan Sadhasivam
6
-170
/
+76
2022-03-18
bus: mhi: Move host MHI code to "host" directory
Manivannan Sadhasivam
12
-33
/
+39
2022-03-18
bus: mhi: Fix MHI DMA structure endianness
Paul Davey
5
-103
/
+104
2022-03-18
bus: mhi: Fix pm_state conversion to string
Paul Davey
2
-5
/
+7
2022-03-18
bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series
Yonglin Tan
1
-0
/
+1
2022-03-18
misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"
Colin Ian King
1
-1
/
+1
2022-03-18
parport_pc: Also enable driver for PCI systems
Maciej W. Rozycki
6
-2
/
+7
2022-03-18
pps: generators: pps_gen_parport: Switch to use module_parport_driver()
Andy Shevchenko
1
-35
/
+7
2022-03-18
platform: goldfish: pipe: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+3
2022-03-18
misc: bcm-vk: Remove viper from device id table
Desmond Yan
1
-1
/
+0
2022-03-18
misc: rtsx: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2022-03-18
virt: acrn: fix a memory leak in acrn_dev_ioctl()
Xiaolong Huang
1
-5
/
+15
2022-03-18
virt: acrn: obtain pa from VMA with PFNMAP flag
Yonghua Huang
1
-0
/
+24
2022-03-18
virt: acrn: Remove unsued acrn_irqfds_mutex.
Sebastian Andrzej Siewior
1
-1
/
+0
2022-03-18
virt: fsl_hypervisor: Directly return 0 instead of using local ret variable
Haowen Bai
1
-3
/
+1
2022-03-18
mei: avoid iterator usage outside of list_for_each_entry
Alexander Usyskin
1
-20
/
+15
2022-03-18
mei: me: add Alder Lake N device id.
Alexander Usyskin
2
-0
/
+2
2022-03-18
VMCI: Release notification_bitmap in error path
Vishnu Dasa
1
-1
/
+2
2022-03-18
VMCI: Check exclusive_vectors when freeing interrupt 1
Vishnu Dasa
1
-1
/
+3
2022-03-18
VMCI: Update maintainers for VMCI
Jorgen Hansen
1
-1
/
+2
2022-03-18
virtio_console: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-03-11
coresight: Drop unused 'none' enum value for each component
Anshuman Khandual
2
-8
/
+0
2022-03-11
coresight: etm3x: Don't trace PID for non-root PID namespace
Leo Yan
1
-0
/
+4
2022-03-11
coresight: etm4x: Don't trace PID for non-root PID namespace
Leo Yan
1
-2
/
+8
2022-03-11
coresight: etm4x: Don't use virtual contextID for non-root PID namespace
Leo Yan
1
-0
/
+28
2022-03-11
coresight: etm4x: Add lock for reading virtual context ID comparator
Leo Yan
1
-0
/
+2
2022-03-11
coresight: trbe: Move check for kernel page table isolation from EL0 to probe
Sudeep Holla
1
-5
/
+6
2022-03-11
coresight: no-op refactor to make INSTP0 check more idiomatic
James Clark
1
-1
/
+1
2022-03-11
hwtracing: coresight: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-4
/
+4
2022-03-11
coresight: syscfg: Fix memleak on registration failure in cscfg_create_device
Miaoqian Lin
1
-1
/
+1
2022-03-11
coresight: Fix TRCCONFIGR.QE sysfs interface
James Clark
1
-2
/
+6
2022-03-11
coresight: trbe: Work around the trace data corruption
Anshuman Khandual
2
-1
/
+13
2022-03-11
coresight: trbe: Work around the invalid prohibited states
Anshuman Khandual
2
-13
/
+37
2022-03-11
coresight: trbe: Work around the ignored system register writes
Anshuman Khandual
3
-25
/
+39
2022-03-03
soundwire: qcom: use __maybe_unused for swrm_runtime_resume()
Srinivas Kandagatla
1
-1
/
+1
2022-03-02
soundwire: qcom: constify static struct qcom_swrm_data global variables
Srinivasa Rao Mandadapu
1
-2
/
+2
2022-03-02
soundwire: qcom: add in-band wake up interrupt support
Srinivas Kandagatla
1
-0
/
+48
2022-03-02
dt-bindings: soundwire: qcom: document optional wake irq
Srinivas Kandagatla
1
-1
/
+13
[next]