index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-09-18
printk: Make static printk buffers available to nbcon
John Ogness
-4
/
+11
2023-09-18
printk: nbcon: Add acquire/release logic
Thomas Gleixner
-0
/
+497
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
-4
/
+89
2023-09-18
sched/headers: Remove duplicated includes in kernel/sched/sched.h
GUO Zihua
-9
/
+0
2023-09-18
sched/fair: Ratelimit update to tg->load_avg
Aaron Lu
-1
/
+13
2023-09-18
freezer,sched: Use saved_state to reduce some spurious wakeups
Elliot Berman
-31
/
+33
2023-09-18
sched/core: Remove ifdeffery for saved_state
Elliot Berman
-6
/
+2
2023-09-17
Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+25
2023-09-17
Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+1
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-168
/
+733
2023-09-16
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
-0
/
+4
2023-09-16
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
-0
/
+7
2023-09-16
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
-1
/
+5
2023-09-16
bpf: Prevent KASAN false positive with bpf_throw
Kumar Kartikeya Dwivedi
-0
/
+6
2023-09-16
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
-13
/
+24
2023-09-16
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
-2
/
+13
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
-16
/
+126
2023-09-16
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
-28
/
+100
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
-15
/
+141
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
-10
/
+40
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
-0
/
+9
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-20
/
+142
2023-09-15
Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-14
/
+16
2023-09-15
bpf: Allow to use kfunc XDP hints and frags together
Larysa Zaremba
-1
/
+8
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
-1
/
+1
2023-09-15
bpf: make it easier to add new metadata kfunc
Stanislav Fomichev
-4
/
+5
2023-09-15
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
-1
/
+3
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
-0
/
+7
2023-09-15
sched/core: Use do-while instead of for loop in set_nr_if_polling()
Uros Bizjak
-4
/
+3
2023-09-15
sched/fair: Fix cfs_rq_is_decayed() on !SMP
Chengming Zhou
-1
/
+1
2023-09-15
sched/topology: Fix sched_numa_find_nth_cpu() comment
Yury Norov
-7
/
+9
2023-09-15
sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
Yury Norov
-0
/
+3
2023-09-15
sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
Yury Norov
-1
/
+5
2023-09-15
sched/fair: Fix open-coded numa_nearest_node()
Yury Norov
-13
/
+1
2023-09-15
crypto: pcrypt - Fix hungtask for PADATA_RESET
Lu Jialin
-1
/
+1
2023-09-15
panic: Reenable preemption in WARN slowpath
Lukas Wunner
-0
/
+1
2023-09-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
-4
/
+22
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
-34
/
+33
2023-09-13
rcu: Eliminate rcu_gp_slow_unregister() false positive
Paul E. McKenney
-1
/
+1
2023-09-13
rcu: Dump memory object info if callback function is invalid
Zhen Lei
-0
/
+12
2023-09-13
rcu: Add sysfs to provide throttled access to rcu_barrier()
Paul E. McKenney
-0
/
+76
2023-09-13
rcu/tree: Remove superfluous return from void call_rcu* functions
Joel Fernandes (Google)
-2
/
+2
2023-09-13
srcu: Fix error handling in init_srcu_struct_fields()
Joel Fernandes (Google)
-15
/
+17
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-30
/
+88
2023-09-13
sched/fair: Fix SMT4 group_smt_balance handling
Tim Chen
-1
/
+11
2023-09-13
sched: Misc cleanups
Peter Zijlstra
-104
/
+63
2023-09-13
sched: Simplify tg_set_cfs_bandwidth()
Peter Zijlstra
-19
/
+19
2023-09-13
sched: Simplify sched_move_task()
Peter Zijlstra
-6
/
+4
2023-09-13
sched: Simplify sched_rr_get_interval()
Peter Zijlstra
-22
/
+14
2023-09-13
sched: Simplify yield_to()
Peter Zijlstra
-38
/
+29
[prev]
[next]