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
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-0
/
+4
2024-04-10
kprobes: Fix possible use-after-free issue on kprobe registration
Zheng Yejian
1
-6
/
+12
2024-04-10
x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
Sean Christopherson
1
-1
/
+2
2024-04-10
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
2
-22
/
+31
2024-04-10
perf/core: Reduce PMU access to adjust sample freq
Namhyung Kim
1
-1
/
+2
2024-04-10
perf/core: Optimize perf_adjust_freq_unthr_context()
Namhyung Kim
1
-26
/
+44
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
2
-1
/
+23
2024-04-09
printk: Flag register_console() if console is set on command line
Tony Lindgren
1
-1
/
+4
2024-04-09
printk: Don't try to parse DEVNAME:0.0 console options
Tony Lindgren
1
-0
/
+4
2024-04-09
printk: Save console options for add_preferred_console_match()
Tony Lindgren
4
-4
/
+164
2024-04-09
bpf: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
1
-1
/
+1
2024-04-09
rcu-tasks: Make Tasks RCU wait idly for grace-period delays
Paul E. McKenney
2
-3
/
+7
2024-04-09
rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updates
Paul E. McKenney
1
-0
/
+3
2024-04-09
rcutorture: Dump GP kthread state on insufficient cb-flood laundering
Paul E. McKenney
1
-1
/
+2
2024-04-09
rcutorture: Dump # online CPUs on insufficient cb-flood laundering
Paul E. McKenney
1
-2
/
+2
2024-04-09
rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()
Paul E. McKenney
1
-0
/
+28
2024-04-09
clockevents: Convert s[n]printf() to sysfs_emit()
Li Zhijian
1
-1
/
+1
2024-04-09
clocksource: Convert s[n]printf() to sysfs_emit()
Li Zhijian
1
-1
/
+1
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
38
-792
/
+1321
2024-04-08
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
1
-0
/
+1
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
3
-135
/
+56
2024-04-08
PM: EM: Add em_dev_update_chip_binning()
Lukasz Luba
1
-0
/
+48
2024-04-08
PM: EM: Refactor em_adjust_new_capacity()
Lukasz Luba
1
-19
/
+39
2024-04-08
PM: s2idle: Make sure CPUs will wakeup directly on resume
Anna-Maria Behnsen
1
-0
/
+6
2024-04-08
clocksource: Make watchdog and suspend-timing multiplication overflow safe
Adrian Hunter
1
-22
/
+20
2024-04-08
timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
Adrian Hunter
1
-18
/
+13
2024-04-08
timekeeping: Make delta calculation overflow safe
Adrian Hunter
1
-11
/
+29
2024-04-08
timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
Adrian Hunter
1
-1
/
+11
2024-04-08
timekeeping: Fold in timekeeping_delta_to_ns()
Adrian Hunter
1
-12
/
+1
2024-04-08
timekeeping: Consolidate timekeeping helpers
Adrian Hunter
1
-6
/
+8
2024-04-08
timekeeping: Refactor timekeeping helpers
Adrian Hunter
1
-14
/
+6
2024-04-08
timekeeping: Reuse timekeeping_cycles_to_ns()
Adrian Hunter
1
-4
/
+1
2024-04-08
timekeeping: Tidy timekeeping_cycles_to_ns() slightly
Adrian Hunter
1
-3
/
+2
2024-04-08
timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
Adrian Hunter
1
-3
/
+3
2024-04-08
timekeeping: Move timekeeping helper functions
Adrian Hunter
1
-13
/
+13
2024-04-08
vdso: Add vdso_data:: Max_cycles
Adrian Hunter
1
-0
/
+6
2024-04-08
hrtimer: Remove unused function
Jiapeng Chong
1
-19
/
+1
2024-04-08
irqdomain: Check virq for 0 before use in irq_dispose_mapping()
Andy Shevchenko
1
-2
/
+3
2024-04-07
Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+58
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
2
-0
/
+2
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
1
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
1
-20
/
+16
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
1
-1
/
+2
2024-04-05
timers/migration: Return early on deactivation
Anna-Maria Behnsen
1
-0
/
+27
2024-04-05
timers/migration: Fix ignored event due to missing CPU update
Frederic Weisbecker
1
-1
/
+4
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
1
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-11
/
+48
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-8
/
+40
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
1
-0
/
+55
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
1
-4
/
+0
[prev]
[next]