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
/
tools
/
perf
/
scripts
/
python
/
intel-pt-events.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-20
tg3: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2
-18
/
+10
2021-08-20
sfc: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-20
sfc: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-15
/
+14
2021-08-20
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2
-0
/
+32
2021-08-20
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2
-0
/
+46
2021-08-20
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
2
-0
/
+35
2021-08-12
PCI/VPD: Treat invalid VPD like missing VPD capability
Heiner Kallweit
1
-6
/
+3
2021-08-12
PCI/VPD: Determine VPD size in pci_vpd_init()
Heiner Kallweit
1
-23
/
+19
2021-08-12
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
3
-52
/
+21
2021-08-12
PCI/VPD: Remove struct pci_vpd.valid member
Heiner Kallweit
1
-17
/
+12
2021-08-12
PCI/VPD: Remove struct pci_vpd_ops
Heiner Kallweit
1
-54
/
+32
2021-08-12
PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
Heiner Kallweit
1
-30
/
+30
2021-08-09
PCI/VPD: Remove struct pci_vpd.flag
Heiner Kallweit
1
-7
/
+5
2021-08-09
PCI/VPD: Make pci_vpd_wait() uninterruptible
Heiner Kallweit
1
-24
/
+9
2021-08-09
PCI/VPD: Remove pci_vpd_size() old_size argument
Heiner Kallweit
1
-5
/
+5
2021-08-09
PCI/VPD: Allow access to valid parts of VPD if some is invalid
Bjorn Helgaas
1
-3
/
+3
2021-08-09
PCI/VPD: Don't check Large Resource Item Names for validity
Bjorn Helgaas
1
-19
/
+8
2021-08-09
PCI/VPD: Reject resource tags with invalid size
Bjorn Helgaas
1
-9
/
+15
2021-07-30
PCI/VPD: Treat initial 0xff as missing EEPROM
Heiner Kallweit
1
-4
/
+8
2021-07-30
PCI/VPD: Check Resource Item Names against those valid for type
Bjorn Helgaas
1
-12
/
+6
2021-07-30
PCI/VPD: Correct diagnostic for VPD read failure
Bjorn Helgaas
1
-2
/
+2
2021-07-11
Linux 5.14-rc1
Linus Torvalds
1
-2
/
+2
2021-07-11
mm/rmap: try_to_migrate() skip zone_device !device_private
Hugh Dickins
1
-3
/
+3
2021-07-11
mm/rmap: fix new bug: premature return from page_mlock_one()
Hugh Dickins
1
-6
/
+5
2021-07-11
mm/rmap: fix old bug: munlocking THP missed other mlocks
Hugh Dickins
1
-5
/
+8
2021-07-11
mm/rmap: fix comments left over from recent changes
Hugh Dickins
2
-7
/
+2
2021-07-10
mm/page_alloc: Revert pahole zero-sized workaround
Mel Gorman
2
-14
/
+0
2021-07-10
rtc: pcf8523: rename register and bit defines
Alexandre Belloni
1
-73
/
+73
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-59
/
+133
2021-07-10
rtc: at91sam9: Remove unnecessary offset variable checks
Nobuhiro Iwamatsu
1
-1
/
+1
2021-07-10
rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()
Nobuhiro Iwamatsu
1
-3
/
+1
2021-07-10
rtc: spear: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-4
/
+1
2021-07-10
rtc: tps6586x: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: tps80031: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: rtd119x: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-2
/
+1
2021-07-10
rtc: sc27xx: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-1
/
+1
2021-07-10
rtc: palmas: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: max6900: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-5
/
+3
2021-07-10
rtc: ds1374: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-5
/
+2
2021-07-10
rtc: au1xxx: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-4
/
+1
2021-07-09
Revert "PCI: Coalesce host bridge contiguous apertures"
Bjorn Helgaas
1
-46
/
+4
2021-07-10
rtc: pcf85063: Update the PCF85063A datasheet revision
Fabio Estevam
1
-1
/
+1
2021-07-10
dt-bindings: rtc: ti,bq32k: take maintainership
Alexandre Belloni
1
-1
/
+1
2021-07-09
perf test: Add free() calls for scandir() returned dirent entries
Riccardo Mancini
1
-4
/
+11
2021-07-09
libperf: Add tests for perf_evlist__set_leader()
Jiri Olsa
1
-6
/
+21
2021-07-09
libperf: Remove BUG_ON() from library code in get_group_fd()
Arnaldo Carvalho de Melo
1
-7
/
+16
2021-07-09
cifs: update internal version number
Steve French
1
-1
/
+1
2021-07-09
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
1
-0
/
+3
2021-07-09
libperf: Add group support to perf_evsel__open()
Jiri Olsa
1
-2
/
+24
2021-07-09
SMB3.1.1: Add support for negotiating signing algorithm
Steve French
4
-11
/
+86
[next]