index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-38
/
+29
2023-01-20
Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
5
-23
/
+21
2023-01-19
Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2023-01-19
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
1
-0
/
+2
2023-01-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-23
/
+21
2023-01-16
kernel/printk/printk.c: Fix W=1 kernel-doc warning
Anuradha Weeraman
1
-0
/
+1
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
1
-0
/
+1
2023-01-14
Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+6
2023-01-13
kallsyms: Fix scheduling with interrupts disabled in self-test
Nicholas Piggin
1
-15
/
+6
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-20
/
+76
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
1
-2
/
+2
2023-01-12
Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-10
/
+10
2023-01-12
Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+60
2023-01-10
Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-1
/
+6
2023-01-09
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
1
-14
/
+6
2023-01-09
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2
-7
/
+2
2023-01-09
sched/core: Use kfree_rcu() in do_set_cpus_allowed()
Waiman Long
1
-4
/
+29
2023-01-09
sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
Waiman Long
1
-5
/
+29
2023-01-07
sched/core: Fix arch_scale_freq_tick() on tickless systems
Yair Podemsky
1
-1
/
+3
2023-01-06
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
1
-0
/
+3
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
1
-0
/
+6
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
21
-128
/
+253
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-18
/
+48
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
6
-143
/
+163
2023-01-03
time: Fix various kernel-doc problems
Randy Dunlap
3
-10
/
+10
2023-01-02
kcsan: test: don't put the expect array on the stack
Max Filippov
1
-1
/
+6
2023-01-01
Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-37
/
+17
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-16
/
+56
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
3
-22
/
+24
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
1
-5
/
+7
2022-12-28
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
1
-12
/
+27
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
1
-0
/
+4
2022-12-27
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
1
-7
/
+16
2022-12-27
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
1
-12
/
+9
2022-12-27
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
1
-24
/
+21
2022-12-27
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
1
-16
/
+15
2022-12-27
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
1
-9
/
+8
2022-12-27
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
1
-4
/
+12
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
1
-4
/
+7
2022-12-27
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
1
-3
/
+3
2022-12-27
perf: Fix use-after-free in error path
Peter Zijlstra
1
-1
/
+3
2022-12-27
perf/core: Fix cgroup events tracking
Chengming Zhou
1
-32
/
+10
2022-12-27
perf core: Return error pointer if inherit_event() fails to find pmu_ctx
Ravi Bangoria
1
-1
/
+1
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+10
2022-12-23
Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+9
2022-12-23
Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...
Linus Torvalds
1
-0
/
+4
2022-12-23
Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+5
2022-12-23
cfi: Fix CFI failure with KASAN
Sami Tolvanen
1
-3
/
+0
2022-12-22
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
1
-1
/
+8
[next]