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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
afs: Fix page leak
David Howells
1
-2
/
+8
2021-09-10
afs: Fix missing put on afs_read objects and missing get on the key therein
David Howells
1
-1
/
+2
2021-09-10
perf report: Add tools/arch/x86/include/asm/amd-ibs.h
Kim Phillips
2
-0
/
+133
2021-09-10
Merge tag 'acpi-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-3
/
+9
2021-09-10
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
2
-11
/
+8
2021-09-10
Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
8
-155
/
+138
2021-09-10
spi: dt-bindings: xilinx: Drop type reference on *-bits properties
Rob Herring
1
-2
/
+0
2021-09-10
dt-bindings: More use 'enum' instead of 'oneOf' plus 'const' entries
Rob Herring
3
-14
/
+14
2021-09-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+21
2021-09-10
Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
14
-179
/
+102
2021-09-10
Merge tag 'iommu-fixes-v5.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
3
-24
/
+41
2021-09-10
Merge tag 'char-misc-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
28
-790
/
+3874
2021-09-10
Merge branches 'acpi-scan' and 'acpi-prm'
Rafael J. Wysocki
2
-2
/
+9
2021-09-10
Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'
Rafael J. Wysocki
7
-145
/
+128
2021-09-10
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
41
-131
/
+232
2021-09-10
fsnotify: fix sb_connectors leak
Amir Goldstein
1
-0
/
+1
2021-09-10
of: property: Disable fw_devlink DT support for X86
Saravana Kannan
1
-0
/
+3
2021-09-10
lkdtm: Use init_uts_ns.name instead of macros
Kees Cook
2
-11
/
+27
2021-09-10
Merge series "ASoC: fsl: register platform component before registering cpu dai" from Shengjiu Wang <shengjiu.wang@nxp.com>:
Mark Brown
5
-26
/
+48
2021-09-10
perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings
Kim Phillips
2
-0
/
+83
2021-09-10
perf symbol: Look for ImageBase in PE file to compute .text offset
Remi Bernon
1
-4
/
+16
2021-09-10
perf scripts python: Fix passing arguments to stackcollapse report
Michael Petlan
1
-1
/
+1
2021-09-10
perf test: Fix bpf test sample mismatch reporting
Michael Petlan
1
-1
/
+1
2021-09-10
tools headers UAPI: Sync files changed by new process_mrelease syscall and the removal of some compat entry points
Arnaldo Carvalho de Melo
5
-18
/
+27
2021-09-10
ASoC: mediatek: common: handle NULL case in suspend/resume function
Trevor Wu
1
-8
/
+11
2021-09-10
ASoC: fsl_xcvr: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+10
2021-09-10
ASoC: fsl_spdif: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+9
2021-09-10
ASoC: fsl_micfil: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+10
2021-09-10
ASoC: fsl_esai: register platform component before registering cpu dai
Shengjiu Wang
1
-6
/
+10
2021-09-10
ASoC: fsl_sai: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+9
2021-09-10
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+8
2021-09-10
qlcnic: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-09-10
MAINTAINERS: Change Rafael's e-mail address
Rafael J. Wysocki
1
-10
/
+10
2021-09-10
ACPICA: Update the list of maintainers
Rafael J. Wysocki
1
-1
/
+0
2021-09-10
io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT
Hao Xu
1
-1
/
+1
2021-09-10
arm64: kdump: Skip kmemleak scan reserved memory for kdump
Chen Wandun
1
-0
/
+6
2021-09-10
qed: Handle management FW error
Shai Malin
1
-1
/
+5
2021-09-10
net/packet: clarify source of pr_*() messages
Baruch Siach
1
-0
/
+2
2021-09-10
r6040: Restore MDIO clock frequency after MAC reset
Florian Fainelli
1
-1
/
+8
2021-09-10
ice: Correctly deal with PFs that do not support RDMA
Dave Ertman
2
-0
/
+8
2021-09-10
drm/ttm: Fix a deadlock if the target BO is not idle during swap
xinhui pan
1
-3
/
+3
2021-09-10
Merge tag 'drm-misc-next-fixes-2021-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2
-1
/
+9
2021-09-09
Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd
Linus Torvalds
12
-222
/
+412
2021-09-09
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
3
-18
/
+18
2021-09-09
tracing/boot: Fix to check the histogram control param is a leaf node
Masami Hiramatsu
1
-3
/
+3
2021-09-09
tracing/boot: Fix trace_boot_hist_add_array() to check array is value
Masami Hiramatsu
1
-4
/
+3
2021-09-09
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-47
/
+77
2021-09-09
Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
13
-82
/
+111
2021-09-09
cifs: properly invalidate cached root handle when closing it
Enzo Matsumiya
1
-7
/
+13
2021-09-09
parisc: Implement __get/put_kernel_nofault()
Helge Deller
6
-86
/
+62
[prev]
[next]