index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
cgroup
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()
Damien Le Moal
1
-8
/
+4
2023-06-23
misc: pci_endpoint_test: Do not write status in IRQ handler
Damien Le Moal
1
-3
/
+0
2023-06-23
misc: pci_endpoint_test: Re-init completion for every test
Damien Le Moal
1
-0
/
+4
2023-06-23
misc: pci_endpoint_test: Free IRQs before removing the device
Damien Le Moal
1
-3
/
+3
2023-06-23
PCI: epf-test: Simplify transfers result print
Damien Le Moal
1
-25
/
+14
2023-06-23
PCI: epf-test: Simplify DMA support checks
Damien Le Moal
1
-30
/
+15
2023-06-23
PCI: epf-test: Cleanup request result handling
Damien Le Moal
1
-25
/
+21
2023-06-23
PCI: epf-test: Cleanup pci_epf_test_cmd_handler()
Damien Le Moal
1
-16
/
+14
2023-06-23
PCI: epf-test: Improve handling of command and status registers
Damien Le Moal
1
-4
/
+9
2023-06-23
PCI: epf-test: Simplify IRQ test commands execution
Damien Le Moal
1
-26
/
+17
2023-06-23
PCI: epf-test: Simplify pci_epf_test_raise_irq()
Damien Le Moal
1
-13
/
+8
2023-06-23
PCI: epf-test: Simplify read/write/copy test functions
Damien Le Moal
1
-12
/
+9
2023-06-23
PCI: epf-test: Use dmaengine_submit() to initiate DMA transfer
Damien Le Moal
1
-1
/
+1
2023-06-23
PCI: epf-test: Fix DMA transfer completion detection
Damien Le Moal
1
-11
/
+27
2023-06-23
PCI: epf-test: Fix DMA transfer completion initialization
Damien Le Moal
1
-1
/
+1
2023-06-23
PCI: endpoint: Move pci_epf_type_add_cfs() code
Damien Le Moal
3
-34
/
+36
2023-06-23
PCI: endpoint: Automatically create a function specific attributes group
Damien Le Moal
3
-37
/
+29
2023-06-23
PCI: endpoint: Fix a Kconfig prompt of vNTB driver
Shunsuke Mie
1
-1
/
+1
2023-05-07
Linux 6.4-rc1
v6.4-rc1
Linus Torvalds
1
-2
/
+2
2023-05-06
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
6
-20
/
+14
2023-05-06
Revert "perf build: Warn for BPF skeletons if endian mismatches"
Arnaldo Carvalho de Melo
1
-10
/
+7
2023-05-06
dmapool: link blocks across pages
Keith Busch
1
-127
/
+130
2023-05-06
dmapool: don't memset on free twice
Keith Busch
1
-2
/
+2
2023-05-06
dmapool: simplify freeing
Keith Busch
1
-16
/
+6
2023-05-06
dmapool: consolidate page initialization
Keith Busch
1
-4
/
+3
2023-05-06
dmapool: rearrange page alloc failure handling
Keith Busch
1
-7
/
+9
2023-05-06
dmapool: move debug code to own functions
Keith Busch
1
-51
/
+77
2023-05-06
dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
Tony Battersby
1
-1
/
+1
2023-05-06
dmapool: cleanup integer types
Tony Battersby
1
-8
/
+11
2023-05-06
dmapool: use sysfs_emit() instead of scnprintf()
Tony Battersby
1
-16
/
+7
2023-05-06
dmapool: remove checks for dev == NULL
Tony Battersby
1
-31
/
+14
2023-05-06
nfs: fix mis-merged __filemap_get_folio() error check
Linus Torvalds
1
-1
/
+1
2023-05-06
afs: fix the afs_dir_get_folio return value
Christoph Hellwig
1
-3
/
+4
2023-05-06
nilfs2: do not write dirty data after degenerating to read-only
Ryusuke Konishi
1
-1
/
+4
2023-05-06
mm: do not reclaim private data from pinned page
Jan Kara
1
-0
/
+10
2023-05-06
nilfs2: fix infinite loop in nilfs_mdt_get_block()
Ryusuke Konishi
1
-4
/
+12
2023-05-06
mm/mmap/vma_merge: always check invariants
Lorenzo Stoakes
1
-5
/
+5
2023-05-06
filemap: Handle error return from __filemap_get_folio()
Matthew Wilcox
1
-1
/
+1
2023-05-06
s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDS
Lukas Bulwahn
1
-1
/
+0
2023-05-06
perf metrics: Fix SEGV with --for-each-cgroup
Ian Rogers
1
-0
/
+1
2023-05-06
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
3
-20
/
+174
2023-05-05
perf stat: Separate bperf from bpf_profiler
Dmitrii Dolgov
2
-2
/
+7
2023-05-05
ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-2
/
+2
2023-05-05
ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()
Oswald Buddenhagen
1
-7
/
+24
2023-05-05
ALSA: pcm: playback silence - move silence variable updates to separate function
Jaroslav Kysela
1
-20
/
+22
2023-05-05
ALSA: pcm: playback silence - remove extra code
Jaroslav Kysela
1
-2
/
+0
2023-05-05
ALSA: pcm: fix playback silence - correct incremental silencing
Jaroslav Kysela
1
-7
/
+3
2023-05-05
ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...
Jaroslav Kysela
1
-1
/
+9
2023-05-05
ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"
Jaroslav Kysela
3
-40
/
+59
2023-05-05
ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop
Kai-Heng Feng
1
-0
/
+1
[next]