index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-mem.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-14
perf annotate: Add missing condition flags for arm64
Namhyung Kim
1
-1
/
+1
2022-10-14
libperf: Do not include non-UAPI linux/compiler.h header
Arnaldo Carvalho de Melo
1
-3
/
+2
2022-10-14
scripts/clang-tools: Convert clang-tidy args to list
Guru Das Srinagesh
1
-5
/
+6
2022-10-14
modpost: put modpost options before argument
Richard Acayan
1
-1
/
+1
2022-10-14
perf test: Fix test_arm_coresight.sh failures on Juno
James Clark
1
-1
/
+1
2022-10-14
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
1
-1
/
+28
2022-10-14
parisc: Fix userspace graphics card breakage due to pgtable special bit
Helge Deller
2
-1
/
+14
2022-10-14
parisc: fbdev/stifb: Align graphics memory size to 4MB
Helge Deller
1
-1
/
+1
2022-10-14
MAINTAINERS: add RISC-V's patchwork
Conor Dooley
1
-0
/
+1
2022-10-13
rtc: rv3028: Fix codestyle errors
Ke Sun
1
-3
/
+2
2022-10-13
rtc: cmos: Fix event handler registration ordering issue
Rafael J. Wysocki
1
-10
/
+19
2022-10-13
RISC-V: Make port I/O string accessors actually work
Maciej W. Rozycki
1
-8
/
+8
2022-10-13
riscv: enable software resend of irqs
Conor Dooley
1
-0
/
+1
2022-10-13
RISC-V: Re-enable counter access from userspace
Palmer Dabbelt
1
-2
/
+5
2022-10-13
riscv: vdso: fix NULL deference in vdso_join_timens() when vfork
Jisheng Zhang
2
-4
/
+10
2022-10-13
riscv: Add cache information in AUX vector
Greentime Hu
2
-1
/
+7
2022-10-13
soc: sifive: ccache: define the macro for the register shifts
Zong Li
1
-5
/
+11
2022-10-13
soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes
Ben Dooks
1
-7
/
+10
2022-10-13
soc: sifive: ccache: reduce printing on init
Ben Dooks
1
-14
/
+11
2022-10-13
soc: sifive: ccache: determine the cache level from dts
Zong Li
1
-1
/
+5
2022-10-13
soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.
Greentime Hu
8
-264
/
+272
2022-10-13
dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cache
Zong Li
1
-5
/
+23
2022-10-13
Documentation: rtla: Correct command line example
Pierre Gondois
1
-1
/
+1
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
1
-2
/
+2
2022-10-13
net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-3
/
+3
2022-10-13
kcm: avoid potential race in kcm_tx_work
Eric Dumazet
1
-1
/
+1
2022-10-13
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2
-5
/
+19
2022-10-13
MAINTAINERS: of: collapse overlay entry into main device tree entry
Frank Rowand
1
-11
/
+3
2022-10-13
riscv: check for kernel config option in t-head memory types errata
Heiko Stuebner
1
-0
/
+3
2022-10-13
riscv: use BIT() marco for cpufeature probing
Heiko Stuebner
1
-2
/
+2
2022-10-13
riscv: use BIT() macros in t-head errata init
Heiko Stuebner
1
-2
/
+2
2022-10-13
riscv: drop some idefs from CMO initialization
Heiko Stuebner
3
-17
/
+14
2022-10-13
riscv: cleanup svpbmt cpufeature probing
Heiko Stuebner
1
-8
/
+5
2022-10-13
riscv: Pass -mno-relax only on lld < 15.0.0
Fangrui Song
1
-0
/
+2
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
5
-38
/
+33
2022-10-13
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
1
-14
/
+49
2022-10-13
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
4
-193
/
+263
2022-10-13
cifs: prevent copying past input buffer boundaries
Paulo Alcantara
1
-2
/
+2
2022-10-13
cifs: fix uninitialised var in smb2_compound_op()
Paulo Alcantara
1
-0
/
+1
2022-10-13
cifs: improve symlink handling for smb2+
Paulo Alcantara
14
-453
/
+451
2022-10-13
smb3: clarify multichannel warning
Steve French
1
-1
/
+2
2022-10-13
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
1
-6
/
+5
2022-10-13
vdpa/ifcvf: add reviewer
Michael S. Tsirkin
1
-0
/
+4
2022-10-13
virtio_pci: use irq to detect interrupt support
Michael S. Tsirkin
1
-2
/
+2
2022-10-13
powerpc/pseries: Fix CONFIG_DTL=n build
Nicholas Piggin
2
-74
/
+80
2022-10-13
powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
Nicholas Piggin
1
-2
/
+13
2022-10-13
RISC-V: Avoid dereferening NULL regs in die()
Palmer Dabbelt
1
-3
/
+6
2022-10-13
highmem: fix kmap_to_page() for kmap_local_page() addresses
Ira Weiny
1
-12
/
+31
2022-10-13
mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page
Yafang Shao
1
-2
/
+2
2022-10-13
mm/selftest: uffd: explain the write missing fault check
Peter Xu
1
-1
/
+21
[prev]
[next]