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
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
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
1
-0
/
+14
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
1
-0
/
+23
2025-09-03
sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operations
Tejun Heo
3
-56
/
+14
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2
-16
/
+19
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
4
-1057
/
+1062
2025-09-03
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
1
-1
/
+1
2025-09-03
sched_ext: Make explicit scx_task_iter_relock() calls unnecessary
Tejun Heo
1
-20
/
+23
2025-09-03
audit: fix out-of-bounds read in audit_compare_dname_path()
Stanislav Fort
1
-1
/
+1
2025-09-03
cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
Waiman Long
1
-0
/
+3
2025-09-03
sched: Fix sched_numa_find_nth_cpu() if mask offline
Christian Loehle
1
-0
/
+2
2025-09-03
genirq/test: Ensure CPU 1 is online for hotplug test
Brian Norris
1
-0
/
+2
2025-09-03
genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptions
Brian Norris
1
-4
/
+0
2025-09-03
genirq/test: Depend on SPARSE_IRQ
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fail early if interrupt request fails
Brian Norris
1
-5
/
+5
2025-09-03
genirq/test: Factor out fake-virq setup
Brian Norris
1
-25
/
+20
2025-09-03
genirq/test: Select IRQ_DOMAIN
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fix depth tests on architectures with NOREQUEST by default.
David Gow
1
-0
/
+12
2025-09-03
genirq: Add support for warning on long-running interrupt handlers
Wladislav Wiebe
1
-1
/
+48
2025-09-03
vdso/vsyscall: Avoid slow division loop in auxiliary clock update
Thomas Weißschuh
2
-4
/
+10
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
1
-0
/
+1
2025-09-03
sched/fair: Get rid of throttled_lb_pair()
Aaron Lu
1
-31
/
+4
2025-09-03
sched/fair: Task based throttle time accounting
Aaron Lu
2
-25
/
+32
2025-09-03
sched/fair: Switch to task based throttle model
Valentin Schneider
3
-167
/
+181
2025-09-03
sched/fair: Implement throttle task work and related helpers
Valentin Schneider
1
-0
/
+65
2025-09-03
sched/fair: Add related data structure for task based throttle
Valentin Schneider
3
-0
/
+19
2025-09-03
sched: Move STDL_INIT() functions out-of-line
Peter Zijlstra
1
-0
/
+45
2025-09-03
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
1
-18
/
+10
2025-09-03
sched/deadline: Fix race in push_dl_task()
Harshit Agarwal
1
-24
/
+49
2025-09-02
tracing: Fix tracing_marker may trigger page fault during preempt_disable
Luo Gengkun
1
-2
/
+2
2025-09-02
trace: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-09-02
bpf: Replace kvfree with kfree for kzalloc memory
Feng Yang
1
-2
/
+2
2025-09-02
pidns: move is-ancestor logic to helper
Aleksa Sarai
1
-8
/
+14
2025-09-02
dma-debug: don't enforce dma mapping check on noncoherent allocations
Baochen Qiang
3
-3
/
+69
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
11
-17
/
+17
2025-09-01
copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
Simon Schuster
1
-1
/
+1
2025-09-01
PM: hibernate: Fix typo in memory bitmaps description comment
Li Jun
1
-1
/
+1
2025-09-01
PM: hibernate: Use vmalloc_array() and vcalloc() to improve code
Qianfeng Rong
1
-3
/
+3
2025-08-31
Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-10
/
+14
2025-08-31
futex: Move futex_hash_free() back to __mmput()
Sebastian Andrzej Siewior
2
-5
/
+13
2025-08-30
audit: add record for multiple object contexts
Casey Schaufler
2
-32
/
+64
2025-08-30
audit: add record for multiple task security contexts
Casey Schaufler
1
-33
/
+175
2025-08-30
lsm: security_lsmblob_to_secctx module selection
Casey Schaufler
2
-5
/
+7
2025-08-30
audit: create audit_stamp structure
Casey Schaufler
3
-25
/
+27
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-42
/
+99
2025-08-28
Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-4
/
+2
2025-08-27
bpf: Improve the general precision of tnum_mul
Nandakumar Edamana
1
-13
/
+42
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
1
-1
/
+1
2025-08-26
sched/deadline: Don't count nr_running for dl_server proxy tasks
Yicong Yang
1
-2
/
+6
2025-08-26
sched/deadline: Fix RT task potential starvation when expiry time passed
kuyo chang
1
-3
/
+5
2025-08-26
sched/deadline: Always stop dl-server before changing parameters
Juri Lelli
1
-4
/
+2
[prev]
[next]