drm/i915: Disable port sync when bigjoiner is used
[ksmbd.git] / kernel /
2024-04-17 Sean Christophersonx86/cpu: Actually turn off mitigations by default for...
2024-04-17 Zheng Yejiankprobes: Fix possible use-after-free issue on kprobe...
2024-04-17 Arnd Bergmanntracing: hide unused ftrace_event_id_fops
2024-04-17 Anna-Maria BehnsenPM: s2idle: Make sure CPUs will wakeup directly on...
2024-04-17 Steven Rostedt ... ring-buffer: Only update pages_touched when a new page...
2024-04-13 linke liring-buffer: use READ_ONCE() to read cpu_buffer->commit...
2024-04-13 Zqiangrcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()
2024-04-13 Rick Edgecombedma-direct: Leak pages on dma_set_decrypted() failure
2024-04-13 John Ognesspanic: Flush kernel log buffer at the end
2024-04-13 John Ognessprintk: For @suppress_panic_printk check for other...
2024-04-10 Andrii Nakryikobpf: support deferring bpf_link dealloc to after RCU...
2024-04-10 Andrii Nakryikobpf: put uprobe link's path and task in release callback
2024-04-10 Andrei Mateibpf: Protect against int overflow for stack access...
2024-04-04 Greg Kroah-HartmanRevert "workqueue.c: Increase workqueue name length"
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Move pwq->max_active to wq->max_active"
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Factor out pwq_is_empty()"
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Replace pwq_activate_inactive_work...
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Move nr_active handling into helpers"
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Make wq_adjust_max_active() round...
2024-04-04 Greg Kroah-HartmanRevert "workqueue: RCU protect wq->dfl_pwq and implemen...
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Introduce struct wq_node_nr_active"
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Implement system-wide nr_active...
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Don't call cpumask_test_cpu() with...
2024-04-04 Greg Kroah-HartmanRevert "workqueue: Shorten events_freezable_power_effic...
2024-04-03 Zev Weissprctl: generalize PR_SET_MDWE support check to be per...
2024-04-03 John Ognessprintk: Update @console_may_schedule in console_trylock...
2024-04-03 Will Deaconswiotlb: Fix alignment checks when both allocation...
2024-04-03 Will Deaconswiotlb: Honour dma_alloc_coherent() alignment in swiot...
2024-04-03 Will Deaconswiotlb: Fix double-allocation of slots due to broken...
2024-04-03 André Röstientry: Respect changes to system call number by trace_s...
2024-04-03 Steven Rostedt ... tracing: Use .flush() call to wake up readers
2024-04-03 Kamalesh Babulalcgroup/cpuset: Fix retval in update_cpumask()
2024-04-03 Audra Mitchellworkqueue: Shorten events_freezable_power_efficient...
2024-04-03 Steven Rostedt ... ring-buffer: Use wait_event_interruptible() in ring_buf...
2024-04-03 Steven Rostedt ... ring-buffer: Fix full_waiters_pending in poll
2024-04-03 Steven Rostedt ... ring-buffer: Fix resetting of shortest_full
2024-04-03 Steven Rostedt ... ring-buffer: Do not set shortest_full when full target...
2024-04-03 Steven Rostedt ... ring-buffer: Fix waking up ring buffer readers
2024-04-03 Peter Collingbourneserial: Lock console when calling into driver before...
2024-04-03 Maulik ShahPM: suspend: Set mem_sleep_current during kernel comman...
2024-04-03 Matthew Wilcox ... bounds: support non-power-of-two CONFIG_NR_CPUS
2024-04-03 Peter Zijlstrasched: Simplify tg_set_cfs_bandwidth()
2024-03-26 Yan Zhaibpf: report RCU QS in cpumap kthread
2024-03-26 Changbin Dumodules: wait do_free_init correctly
2024-03-26 Puranjay Mohanbpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_...
2024-03-26 Toke Høiland-Jørgensenbpf: Fix stackmap overflow check on 32-bit arches
2024-03-26 Toke Høiland-Jørgensenbpf: Fix hashtab overflow check on 32-bit arches
2024-03-26 Toke Høiland-Jørgensenbpf: Fix DEVMAP_HASH overflow check on 32-bit arches
2024-03-26 Yonghong Songbpf: Mark bpf_spin_{lock,unlock}() helpers with notrace...
2024-03-26 Petr Mladekprintk: Disable passing console lock owner completely...
2024-03-26 Keisuke Nishimurasched/fair: Take the scheduling domain into account...
2024-03-26 Keisuke Nishimurasched/fair: Take the scheduling domain into account...
2024-03-26 Peter Hilbertimekeeping: Fix cross-timestamp interpolation for...
2024-03-26 Peter Hilbertimekeeping: Fix cross-timestamp interpolation corner...
2024-03-26 Peter Hilbertimekeeping: Fix cross-timestamp interpolation on count...
2024-03-26 David Gowtime: test: Fix incorrect format specifier
2024-03-26 Frederic Weisbeckerrcu/exp: Handle RCU expedited grace period kworker...
2024-03-26 Frederic Weisbeckerrcu/exp: Fix RCU expedited parallel grace period kworke...
2024-03-26 Tejun Heoworkqueue: Don't call cpumask_test_cpu() with -1 CPU...
2024-03-26 Tejun Heoworkqueue: Implement system-wide nr_active enforcement...
2024-03-26 Tejun Heoworkqueue: Introduce struct wq_node_nr_active
2024-03-26 Tejun Heoworkqueue: RCU protect wq->dfl_pwq and implement access...
2024-03-26 Tejun Heoworkqueue: Make wq_adjust_max_active() round-robin...
2024-03-26 Tejun Heoworkqueue: Move nr_active handling into helpers
2024-03-26 Tejun Heoworkqueue: Replace pwq_activate_inactive_work() with...
2024-03-26 Tejun Heoworkqueue: Factor out pwq_is_empty()
2024-03-26 Tejun Heoworkqueue: Move pwq->max_active to wq->max_active
2024-03-26 Audra Mitchellworkqueue.c: Increase workqueue name length
2024-03-15 Toke Høiland-Jørgensencpumap: Zero-initialise xdp_rxq_info struct before...
2024-03-15 Eduard Zingermanbpf: check bpf_func_state->callback_depth when pruning...
2024-03-01 Martin KaFai Laubpf: Fix racing between bpf_timer_cancel_and_free and...
2024-03-01 Cyril Hrubissched/rt: Disallow writing invalid values to sched_rt_p...
2024-02-23 Dan Carpentertracing: Fix a NULL vs IS_ERR() bug in event_subsystem_...
2024-02-23 Steven Rostedt ... tracing: Make system_callback() function static
2024-02-23 Linus Torvaldssched/membarrier: reduce the ability to hammer on sys_m...
2024-02-23 Steven Rostedt ... eventfs: Use eventfs_remove_events_dir()
2024-02-23 Steven Rostedt ... eventfs: Remove eventfs_file and just use eventfs_inode
2024-02-23 Steven Rostedt ... tracing: Inform kmemleak of saved_cmdlines allocation
2024-02-23 Petr Pavlutracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
2024-02-23 Masami Hiramatsu... ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
2024-02-23 Vincent Donnefortring-buffer: Clean ring_buffer_poll_wait() error return
2024-02-23 Tejun HeoRevert "workqueue: Override implicit ordered attribute...
2024-02-23 Masami Hiramatsu... tracing/probes: Fix to search structure fields correctly
2024-02-23 Masami Hiramatsu... tracing/probes: Fix to set arg size and fmt after setti...
2024-02-23 Masami Hiramatsu... tracing/probes: Fix to show a parse error for bad type...
2024-02-23 Thorsten Blumtracing/synthetic: Fix trace_string() return value
2024-02-23 Steven Rostedt ... tracing: Fix wasted memory in saved_cmdlines logic
2024-02-23 Daniel Bristot de... tracing/timerlat: Move hrtimer_init to timerlat_fd...
2024-02-23 Masami Hiramatsu... tracing/trigger: Fix to return error if failed to alloc...
2024-02-16 Frederic Weisbeckerhrtimer: Report offline hrtimer enqueue
2024-02-05 Peter Zijlstraperf: Fix the nr_addr_filters fix
2024-02-05 Hou Taobpf: Set uattr->batch.count as zero before batched...
2024-02-05 Hou Taobpf: Set need_defer as false when clearing fd array...
2024-02-05 Hou Taobpf: Check rcu_read_lock_trace_held() before calling...
2024-02-05 Chris Richesaudit: Send netlink ACK before setting connection in...
2024-02-05 Greg KHperf/core: Fix narrow startup race when creating the...
2024-02-01 Tim Chentick/sched: Preserve number of idle sleeps across CPU...
2024-02-01 Jiri Wiesnerclocksource: Skip watchdog check for large watchdog...
2024-02-01 Dawei Ligenirq: Initialize resend_node hlist for all interrupt...
2024-02-01 Daan De Meyerbpf: Add bpf_sock_addr_set_sun_path() to allow writing...
next