index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
2024-03-14
bpf: preserve sleepable bit in subprog info
Andrii Nakryiko
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-14
Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-03-14
Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
2024-03-14
sched/fair: Fix typos in comments
Ingo Molnar
2024-03-13
kernel/hung_task.c: export sysctl_hung_task_timeout_secs
Kent Overstreet
2024-03-13
pidfs: remove config option
Christian Brauner
2024-03-13
PM: EM: Force device drivers to provide power in uW
Lukasz Luba
2024-03-13
Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2024-03-13
swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
Will Deacon
2024-03-13
swiotlb: Fix alignment checks when both allocation and DMA masks are present
Will Deacon
2024-03-13
swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
Will Deacon
2024-03-13
swiotlb: Enforce page alignment in swiotlb_alloc()
Will Deacon
2024-03-13
swiotlb: Fix double-allocation of slots due to broken alignment handling
Will Deacon
2024-03-13
Merge tag 'dma-mapping-6.9-2024-03-11' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-03-12
Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2024-03-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-03-12
Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-12
watchdog/core: remove sysctl handlers from public header
Thomas Weißschuh
2024-03-12
tracing/ring-buffer: Fix wait_on_pipe() race
Steven Rostedt (Google)
2024-03-12
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
2024-03-12
ring-buffer: Reuse rb_watermark_hit() for the poll logic
Steven Rostedt (Google)
2024-03-12
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
2024-03-12
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
2024-03-12
entry: Respect changes to system call number by trace_sys_enter()
André Rösti
2024-03-12
sched/balancing: Fix a couple of outdated function names in comments
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...
Ingo Molnar
2024-03-12
sched/balancing: Rename newidle_balance() => sched_balance_newidle()
Ingo Molnar
2024-03-12
sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...
Ingo Molnar
2024-03-12
sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()
Ingo Molnar
2024-03-12
sched/balancing: Rename load_balance() => sched_balance_rq()
Ingo Molnar
2024-03-12
sched/balancing: Rename rebalance_domains() => sched_balance_domains()
Ingo Molnar
2024-03-12
sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()
Ingo Molnar
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
2024-03-12
sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()
Ingo Molnar
2024-03-12
sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...
Ingo Molnar
2024-03-12
sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...
Ingo Molnar
2024-03-12
sched/balancing: Update run_rebalance_domains() comments
Ingo Molnar
2024-03-12
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK
Ingo Molnar
2024-03-12
sched/balancing: Change comment formatting to not overlap Git conflict marker...
Ingo Molnar
2024-03-12
sched/debug: Increase SCHEDSTAT_VERSION to 16
Ingo Molnar
[prev]
[next]