index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2024-04-04
Revert "workqueue.c: Increase workqueue name length"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Move pwq->max_active to wq->max_active"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Factor out pwq_is_empty()"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate...
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Move nr_active handling into helpers"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activat...
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Introduce struct wq_node_nr_active"
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Implement system-wide nr_active enforcement for unbound wo...
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_nod...
Greg Kroah-Hartman
2024-04-04
Revert "workqueue: Shorten events_freezable_power_efficient name"
Greg Kroah-Hartman
2024-04-03
prctl: generalize PR_SET_MDWE support check to be per-arch
Zev Weiss
2024-04-03
printk: Update @console_may_schedule in console_trylock_spinning()
John Ogness
2024-04-03
swiotlb: Fix alignment checks when both allocation and DMA masks are present
Will Deacon
2024-04-03
swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
Will Deacon
2024-04-03
swiotlb: Fix double-allocation of slots due to broken alignment handling
Will Deacon
2024-04-03
entry: Respect changes to system call number by trace_sys_enter()
André Rösti
2024-04-03
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
2024-04-03
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
2024-04-03
workqueue: Shorten events_freezable_power_efficient name
Audra Mitchell
2024-04-03
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix resetting of shortest_full
Steven Rostedt (Google)
2024-04-03
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
2024-04-03
ring-buffer: Fix waking up ring buffer readers
Steven Rostedt (Google)
2024-04-03
serial: Lock console when calling into driver before registration
Peter Collingbourne
2024-04-03
PM: suspend: Set mem_sleep_current during kernel command line setup
Maulik Shah
2024-04-03
bounds: support non-power-of-two CONFIG_NR_CPUS
Matthew Wilcox (Oracle)
2024-04-03
sched: Simplify tg_set_cfs_bandwidth()
Peter Zijlstra
2024-03-26
bpf: report RCU QS in cpumap kthread
Yan Zhai
2024-03-26
modules: wait do_free_init correctly
Changbin Du
2024-03-26
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
2024-03-26
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-03-26
printk: Disable passing console lock owner completely during panic()
Petr Mladek
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
2024-03-26
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
2024-03-26
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
2024-03-26
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
2024-03-26
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
2024-03-26
time: test: Fix incorrect format specifier
David Gow
2024-03-26
rcu/exp: Handle RCU expedited grace period kworker allocation failure
Frederic Weisbecker
2024-03-26
rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...
Frederic Weisbecker
2024-03-26
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
2024-03-26
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
2024-03-26
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
2024-03-26
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
2024-03-26
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
[next]