index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
lkdtm: avoid printk() in recursive_loop()
Ard Biesheuvel
1
-7
/
+9
2021-12-16
lkdtm: Note that lkdtm_kernel_info should be removed in the future
Kees Cook
1
-1
/
+5
2021-12-13
eeprom: at24: Add support for 24c1025 EEPROM
Maxim Kochetkov
1
-1
/
+14
2021-12-13
Merge v5.15-rc5 into char-misc-next
Greg Kroah-Hartman
3
-13
/
+8
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
1
-1
/
+1
2021-12-09
powerpc/64s: Make hash MMU support configurable
Nicholas Piggin
2
-1
/
+2
2021-12-08
misc: sram: Add compatible string for Tegra234 SYSRAM
Mikko Perttunen
1
-0
/
+1
2021-12-03
misc: rtsx: Avoid mangling IRQ during runtime PM
Kai-Heng Feng
1
-4
/
+0
2021-12-03
mei: Remove some dead code
Christophe JAILLET
1
-5
/
+1
2021-12-03
misc: at25: Align comment style
Andy Shevchenko
1
-17
/
+20
2021-12-03
misc: at25: Replace commas by spaces in the ID tables
Andy Shevchenko
1
-4
/
+4
2021-12-03
misc: at25: Reorganize headers for better maintenance
Andy Shevchenko
1
-6
/
+7
2021-12-03
misc: at25: Factor out at_fram_to_chip()
Andy Shevchenko
1
-41
/
+44
2021-12-03
misc: at25: Switch to use BIT() instead of custom approaches
Andy Shevchenko
1
-4
/
+4
2021-12-03
misc: at25: Get rid of intermediate storage for AT25 chip data
Andy Shevchenko
1
-17
/
+15
2021-12-03
misc: at25: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-3
/
+4
2021-12-03
misc: at25: Check new property ("address-width") first
Andy Shevchenko
1
-4
/
+4
2021-12-03
misc: at25: Unshadow error codes in at25_fw_to_chip()
Andy Shevchenko
1
-18
/
+22
2021-12-03
misc: at25: Use at25->chip instead of local chip everywhere in ->probe()
Andy Shevchenko
1
-7
/
+7
2021-12-03
misc: at25: Check proper value of chip length in FRAM case
Andy Shevchenko
1
-2
/
+2
2021-12-03
misc: at25: Don't copy garbage to the at25->chip in FRAM case
Andy Shevchenko
1
-1
/
+4
2021-12-03
misc: at25: Make driver OF independent again
Andy Shevchenko
1
-7
/
+6
2021-12-03
nvmem: eeprom: at25: fix FRAM byte_len
Ralph Siemsen
1
-20
/
+18
2021-12-03
misc: fastrpc: fix improper packet size calculation
Jeya R
1
-4
/
+6
2021-12-01
eeprom: at24: remove struct at24_client
Heiner Kallweit
1
-35
/
+18
2021-11-26
mei: bus: add client dma interface
Alexander Usyskin
3
-3
/
+72
2021-11-10
Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-18
/
+27
2021-11-08
Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-5
/
+4
2021-11-08
Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-12
/
+1
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-24
/
+41
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
46
-406
/
+1453
2021-11-03
at24: Support probing while in non-zero ACPI D state
Sakari Ailus
1
-18
/
+27
2021-11-02
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-0
/
+270
2021-10-29
ocxl: Use pci core's DVSEC functionality
Ben Widawsky
1
-12
/
+1
2021-10-29
net: sgi-xp: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+6
2021-10-28
BackMerge tag 'v5.15-rc7' into drm-next
Dave Airlie
16
-97
/
+198
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
2
-0
/
+3
2021-10-25
lkdtm/bugs: Check that a per-task stack canary exists
Kees Cook
3
-0
/
+79
2021-10-22
misc: enclosure: replace snprintf in show functions with sysfs_emit
Ye Guojin
1
-8
/
+8
2021-10-18
cxl: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
2
-4
/
+4
2021-10-18
cxl: Factor out common dev->driver expressions
Bjorn Helgaas
2
-24
/
+41
2021-10-18
habanalabs: refactor fence handling in hl_cs_poll_fences
Dani Liberman
1
-35
/
+36
2021-10-18
habanalabs: context cleanup cosmetics
Omer Shpigelman
1
-7
/
+1
2021-10-18
habanalabs: simplify wait for interrupt with timestamp flow
Yuri Nudelman
3
-10
/
+7
2021-10-18
habanalabs: initialize hpriv fields before adding new node
Moti Haimovski
1
-8
/
+15
2021-10-18
habanalabs: Unify frequency set/get functionality
Rajaravi Krishna Katta
9
-65
/
+38
2021-10-18
habanalabs: select CRC32
Vegard Nossum
1
-0
/
+1
2021-10-18
habanalabs: add support for dma-buf exporter
Tomer Tayar
5
-3
/
+535
2021-10-18
habanalabs: fix NULL pointer dereference
Dani Liberman
1
-2
/
+11
2021-10-18
habanalabs: fix race condition in multi CS completion
Dani Liberman
2
-1
/
+23
[prev]
[next]