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
2022-10-11
proc: test how it holds up with mapping'less process
Alexey Dobriyan
3
-0
/
+388
2022-10-11
mailmap: update Frank Rowand email address
Frank Rowand
1
-0
/
+1
2022-10-11
ia64: mca: use strscpy() is more robust and safer
xu xin
1
-1
/
+1
2022-10-11
init/Kconfig: fix unmet direct dependencies
Ren Zhijie
1
-0
/
+1
2022-10-11
ia64: update config files
Lukas Bulwahn
5
-10
/
+0
2022-10-11
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi
1
-4
/
+10
2022-10-11
fork: remove duplicate included header files
Xu Panda
1
-1
/
+0
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
3
-23
/
+5
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
19
-24
/
+24
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
71
-100
/
+100
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
6
-6
/
+6
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
21
-34
/
+34
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
4
-19
/
+8
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
89
-218
/
+204
2022-10-11
cifs: fix skipping to incorrect offset in emit_cached_dirents
Ronnie Sahlberg
1
-6
/
+23
2022-10-11
Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Linus Torvalds
236
-5281
/
+15807
2022-10-11
dt-bindings: riscv: update microchip.yaml's maintainership
Conor Dooley
2
-2
/
+3
2022-10-11
MAINTAINERS: update polarfire soc clock binding
Conor Dooley
1
-1
/
+1
2022-10-11
Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
37
-642
/
+1274
2022-10-11
Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
6
-6
/
+49
2022-10-11
Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
90
-1159
/
+9457
2022-10-11
Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
138
-1926
/
+2633
2022-10-11
Merge tag 'fbdev-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
16
-71
/
+41
2022-10-11
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
1
-2
/
+8
2022-10-11
Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
8
-35
/
+41
2022-10-11
alpha: remove the needless aliases osf_{readv,writev}
Lukas Bulwahn
2
-14
/
+2
2022-10-11
powerpc: Fix 85xx build
Joel Stanley
1
-1
/
+1
2022-10-11
docs/zh_CN: add a man-pages link to zh_CN/index.rst
Wu XiangCheng
1
-0
/
+2
2022-10-11
docs/zh_CN: Rewrite the Chinese translation front page
Wu XiangCheng
1
-118
/
+51
2022-10-11
docs/zh_CN: add zh_CN/arch.rst
Wu XiangCheng
1
-0
/
+29
2022-10-11
docs/zh_CN: promote the title of zh_CN/process/index.rst
Wu XiangCheng
1
-0
/
+1
2022-10-11
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
1
-1
/
+28
2022-10-11
bpf: cgroup_iter: support cgroup1 using cgroup fd
Yosry Ahmed
1
-1
/
+1
2022-10-11
cgroup: add cgroup_v1v2_get_from_[fd/file]()
Yosry Ahmed
2
-6
/
+45
2022-10-11
drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers
Matthew Auld
1
-1
/
+12
2022-10-11
drm/i915: allow control over the flags when migrating
Matthew Auld
4
-4
/
+45
2022-10-11
drm/amd/display: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-10-11
drm/amd/display: fix transfer function passed to build_coefficients()
Alex Deucher
1
-1
/
+1
2022-10-11
drm/amd/display: add a license to cursor_reg_cache.h
Alex Deucher
1
-0
/
+1
2022-10-11
drm/amd/display: make virtual_disable_link_output static
Alex Deucher
1
-1
/
+1
2022-10-11
drm/amd/display: fix indentation in dc.c
Alex Deucher
1
-3
/
+3
2022-10-11
drm/amd/display: make dcn32_split_stream_for_mpc_or_odm static
Alex Deucher
1
-1
/
+1
2022-10-11
drm/amd/display: fix build error on arm64
Yang Yingliang
1
-0
/
+4
2022-10-11
drm/amd/display: 3.2.207
Aric Cyr
1
-1
/
+1
2022-10-11
drm/amd/display: Clean some DCN32 macros
Rodrigo Siqueira
1
-10
/
+1
2022-10-11
drm/amdgpu: Add poison mode query for umc v8_10_0
Candice Li
1
-0
/
+26
2022-10-11
drm/amdgpu: Update umc v8_10_0 headers
Candice Li
2
-0
/
+5
2022-10-11
drm/amdgpu: fix coding style issue for mca notifier
Tao Zhou
1
-3
/
+3
2022-10-11
drm/amdgpu: define convert_error_address for umc v8.7
Tao Zhou
1
-22
/
+25
2022-10-11
drm/amdgpu: define RAS convert_error_address API
Tao Zhou
3
-93
/
+64
[prev]
[next]