index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-2
/
+11
2023-03-21
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
1
-1
/
+1
2023-03-14
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
2
-3
/
+3
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-1
/
+14
2023-03-13
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
1
-1
/
+10
2023-03-12
Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-03-12
Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
1
-1
/
+2
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
1
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
1
-0
/
+9
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+1
2023-03-08
fork: allow CLONE_NEWTIME in clone3 flags
Tobias Klauser
1
-1
/
+1
2023-03-08
watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
David Disseldorp
1
-0
/
+1
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-03-06
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
1
-0
/
+1
2023-03-05
Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-13
/
+39
2023-03-04
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-18
/
+26
2023-03-03
umh: simplify the capability pointer logic
Linus Torvalds
1
-13
/
+5
2023-03-03
Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+1
2023-03-02
panic: fix the panic_print NMI backtrace setting
Guilherme G. Piccoli
1
-18
/
+26
2023-03-02
genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced
Thomas Gleixner
1
-1
/
+22
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
3
-87
/
+64
2023-02-27
Merge tag 'dma-mapping-6.3-2022-02-27' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-9
/
+2
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2023-02-25
Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
8
-185
/
+96
2023-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
1
-1
/
+1
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-14
/
+0
2023-02-24
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-39
/
+27
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-4
/
+10
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2023-02-24
genirq/msi: Drop dead domain name assignment
Johan Hovold
1
-4
/
+1
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-7
/
+111
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
12
-32
/
+126
2023-02-24
kernel/trace: extract common part in process_fetch_insn
Song Chen
4
-37
/
+34
2023-02-24
kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
Song Chen
4
-116
/
+29
2023-02-24
kernel/trace: Introduce trace_probe_print_args and use it in *probes
Song Chen
6
-32
/
+33
2023-02-23
Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-19
/
+24
2023-02-23
Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+4
2023-02-23
Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+49
2023-02-23
Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-130
/
+225
2023-02-23
Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
5
-25
/
+21
2023-02-23
cpufreq: schedutil: make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2023-02-23
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
14
-72
/
+483
2023-02-23
Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+10
2023-02-23
irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()
Juergen Gross
1
-1
/
+2
2023-02-23
Merge branch 'irq/core' into irq/urgent
Thomas Gleixner
6
-560
/
+470
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
1
-1
/
+10
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-22
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
1
-1
/
+2
[next]