index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-12
/
+36
2023-02-16
tracing/histogram: Fix stacktrace key
Tom Zanussi
1
-3
/
+31
2023-02-16
tracing/histogram: Fix a few problems with stacktrace variable printing
Tom Zanussi
1
-8
/
+18
2023-02-16
swiotlb: remove swiotlb_max_segment
Christoph Hellwig
1
-8
/
+0
2023-02-15
tracing: Add BUILD_BUG() to make sure stacktrace fits in strings
Steven Rostedt (Google)
1
-0
/
+3
2023-02-15
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
2
-5
/
+14
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2
-3
/
+3
2023-02-15
bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
Eduard Zingerman
1
-1
/
+3
2023-02-15
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-2
/
+16
2023-02-15
Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-02-15
Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'
Rafael J. Wysocki
1
-4
/
+1
2023-02-15
ring-buffer: Handle race between rb_move_tail and rb_check_pages
Mukesh Ojha
1
-32
/
+10
2023-02-15
Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'
Rafael J. Wysocki
2
-9
/
+8
2023-02-15
sched/psi: Fix use-after-free in ep_remove_wait_queue()
Munehisa Kamata
1
-3
/
+4
2023-02-14
alpha: replace NR_SYSCALLS by NR_syscalls
Yang Yang
1
-1
/
+1
2023-02-14
alarmtimer: Prevent starvation by small intervals and SIG_IGN
Thomas Gleixner
1
-4
/
+29
2023-02-13
bpf: Special verifier handling for bpf_rbtree_{remove, first}
Dave Marchevsky
2
-12
/
+55
2023-02-13
bpf: Add callback validation to kfunc verifier logic
Dave Marchevsky
1
-5
/
+129
2023-02-13
bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
Dave Marchevsky
1
-35
/
+203
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2
-1
/
+67
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
4
-66
/
+169
2023-02-13
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
1
-49
/
+119
2023-02-13
Merge branch irq/irqdomain-locking into irq/irqchip-next
Marc Zyngier
1
-163
/
+245
2023-02-13
irqdomain: Switch to per-domain locking
Johan Hovold
1
-20
/
+39
2023-02-13
irqdomain: Clean up irq_domain_push/pop_irq()
Johan Hovold
1
-33
/
+32
2023-02-13
irqdomain: Drop leftover brackets
Johan Hovold
1
-4
/
+2
2023-02-13
irqdomain: Drop dead domain-name assignment
Johan Hovold
1
-8
/
+0
2023-02-13
irqdomain: Drop revmap mutex
Johan Hovold
1
-7
/
+6
2023-02-13
irqdomain: Fix domain registration race
Marc Zyngier
1
-19
/
+43
2023-02-13
irqdomain: Fix mapping-creation race
Johan Hovold
1
-18
/
+46
2023-02-13
irqdomain: Refactor __irq_domain_alloc_irqs()
Johan Hovold
1
-40
/
+48
2023-02-13
irqdomain: Look for existing mapping only once
Johan Hovold
1
-27
/
+33
2023-02-13
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
1
-6
/
+1
2023-02-13
irqdomain: Fix disassociation race
Johan Hovold
1
-0
/
+5
2023-02-13
irqdomain: Fix association race
Johan Hovold
1
-5
/
+14
2023-02-13
Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...
Thomas Gleixner
2
-22
/
+56
2023-02-13
sched/core: Fix a missed update of user_cpus_ptr
Waiman Long
1
-1
/
+4
2023-02-13
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Peter Zijlstra
1
-7
/
+13
2023-02-12
tracing: Make trace_define_field_ext() static
Steven Rostedt (Google)
1
-1
/
+1
2023-02-12
Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-10
/
+33
2023-02-12
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
3
-10
/
+33
2023-02-11
Merge tag 'locking-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2023-02-11
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
1
-1
/
+4
2023-02-11
sched/deadline: Add more reschedule cases to prio_changed_dl()
Valentin Schneider
1
-15
/
+27
2023-02-11
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
1
-2
/
+13
2023-02-11
sched/fair: Remove capacity inversion detection
Vincent Guittot
2
-98
/
+5
2023-02-11
sched/fair: unlink misfit task from cpu overutilized
Vincent Guittot
1
-23
/
+82
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
1
-6
/
+7
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
2
-3
/
+5
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2
-2
/
+17
[prev]
[next]