]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - kernel
lib/div64.c: off by one in shift
[thirdparty/kernel/stable.git] / kernel /
2019-04-20  Vitaly Kuznetsovkernel: hung_task.c: disable on suspend
2019-04-20  Stephane Eranianperf/core: Restore mmap record type correctly
2019-04-17  Mel Gormansched/fair: Do not re-read ->h_load_next during hierarc...
2019-04-17  Kefeng Wanggenirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
2019-04-17  Stephen Boydgenirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_w...
2019-04-17  Andrei Vaginalarmtimer: Return correct remaining time
2019-04-05  Valentin Schneidercpu/hotplug: Mute hotplug lockdep during init
2019-04-05  Oleg Nesterovcgroup/pids: turn cgroup_subsys->free() into cgroup_sub...
2019-04-05  Hidetoshi Setosched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMA...
2019-04-05  Thomas Gleixnergenirq: Avoid summation loops for /proc/stat
2019-04-05  Luc Van Oostenrycksched/topology: Fix percpu data types in struct sd_data...
2019-04-05  Christian Braunersysctl: handle overflow for file-max
2019-04-05  Douglas Andersontracing: kdb: Fix ftdump to not sleep
2019-04-03  Thomas Gleixnercpu/hotplug: Prevent crash when CPU bringup fails on...
2019-03-27  Jules Maselbassched/cpufreq/schedutil: Fix error path mutex unlock
2019-03-27  Waiman Longlocking/lockdep: Add debug_locks check in __lock_downgr...
2019-03-27  Chen Jiefutex: Ensure that futex address is aligned in handle_f...
2019-03-23  Zhang, Junrcu: Do RCU GP kthread self-wakeup from softirq and...
2019-03-23  Zev Weisskernel/sysctl.c: add missing range check in do_proc_doi...
2019-03-23  zhangyi (F)tracing: Do not free iter->trace in fail path of tracin...
2019-03-23  Tom Zanussitracing: Use strncpy instead of memcpy for string keys...
2019-03-23  Al Virofix cgroup_do_mount() handling of failure exits
2019-03-13  Alexei Starovoitovbpf: fix lockdep false positive in percpu_freelist
2019-03-13  Greg Kroah-Hartmanrelay: check return of create_buf_file() properly
2019-03-13  Stephane Eranianperf core: Fix perf_proc_update_handler() bug
2019-03-05  Xie Yongjilocking/rwsem: Fix (possible) missed wakeup
2019-03-05  Peter Zijlstrafutex: Fix (possible) missed wakeup
2019-03-05  Prateek Soodsched/wait: Fix rcuwait_wake_up() ordering
2019-03-05  Srinivas Ramanagenirq: Make sure the initial affinity is not empty
2019-02-27  Quentin Perrettracing: Fix number of entries in trace header
2019-02-20  Thomas Gleixnerfutex: Cure exit race
2019-02-20  Eric W. Biedermansignal: Restore the stop PTRACE_EVENT_EXIT
2019-02-20  Andreas Zieglertracing/uprobes: Fix output for multiple string arguments
2019-02-20  Jiri Olsaperf/x86: Add check_period PMU callback
2019-02-20  Ingo Molnarperf/core: Fix impossible ring-buffer sizes warning
2019-02-15  Andreas Zieglertracing: uprobes: Fix typo in pr_fmt string
2019-02-15  Eric W. Biedermansignal: Better detection of synchronous signals
2019-02-15  Eric W. Biedermansignal: Always notice exiting tasks
2019-02-12  Mark Rutlandperf/core: Don't WARN() for impossible ring-buffer...
2019-02-12  Josh Poimboeufcpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
2019-02-12  Thomas Gleixnerfutex: Handle early deadlock return correctly
2019-02-12  Liu, Chuanshengkernel/hung_task.c: force console verbose before panic
2019-02-12  Cheng Linproc/sysctl: fix return error for proc_doulongvec_minmax()
2019-02-12  Tetsuo Handakernel/hung_task.c: break RCU locks based on jiffies
2019-02-12  Douglas Andersonkdb: Don't back trace on a cpu that didn't round up
2019-02-12  Ondrej Mosnacekcgroup: fix parsing empty mount option string
2019-02-12  Peter Rajnohakobject: return error code if writing /sys/.../uevent...
2019-02-12  Bart Van Asschetimekeeping: Use proper seqcount initializer
2019-02-06  Andrei Vaginkernel/exit.c: release ptraced tasks before zap_pid_ns_...
2019-01-31  Thomas Gleixnerposix-cpu-timers: Unbreak timer rearming
2019-01-23  Xunlei Pangsched/fair: Fix bandwidth timer clock drift condition
2019-01-13  Linus Torvaldssched/fair: Fix infinite loop in update_blocked_average...
2019-01-13  Dan Williamsmm, devm_memremap_pages: kill mapping "System RAM"...
2019-01-13  Dan Williamsmm, devm_memremap_pages: mark devm_memremap_pages(...
2019-01-13  David Herrmannfork: record start_time late
2019-01-13  Thomas Gleixnergenirq/affinity: Don't return with empty affinity masks...
2019-01-09  Tejun Heocgroup: fix CSS_TASK_ITER_PROCS
2018-12-29  Sergey Senozhatskypanic: avoid deadlocks in re-entrant console drivers
2018-12-29  Thomas Gleixnerposix-timers: Fix division by zero bug
2018-12-21  Peter Zijlstralocking/qspinlock, x86: Provide liveness guarantee
2018-12-21  Peter Zijlstralocking/qspinlock: Re-order code
2018-12-21  Will Deaconlocking/qspinlock: Kill cmpxchg() loop when claiming...
2018-12-21  Will Deaconlocking/qspinlock: Remove duplicate clear_pending(...
2018-12-21  Will Deaconlocking/qspinlock: Remove unbounded cmpxchg() loop...
2018-12-21  Will Deaconlocking/qspinlock: Merge 'struct __qspinlock' into...
2018-12-21  Will Deaconlocking/qspinlock: Bound spinning on pending->locked...
2018-12-21  Will Deaconlocking/qspinlock: Ensure node is initialised before...
2018-12-21  Paul E. McKenneylocking: Remove smp_read_barrier_depends() from queued_...
2018-12-21  Steven Rostedt ... tracing: Fix memory leak of instance function hash...
2018-12-21  Steven Rostedt ... tracing: Fix memory leak in set_trigger_filter()
2018-12-21  Ingo Molnartimer/debug: Change /proc/timer_list from 0444 to 0400
2018-12-17  Petr Mladekprintk: Wake klogd when passing console_lock owner
2018-12-17  Sergey Senozhatskyprintk: Never set console_may_schedule in console_trylock()
2018-12-17  Petr Mladekprintk: Hide console waiter logic into helpers
2018-12-17  Steven Rostedt ... printk: Add console owner and waiter logic to load...
2018-12-17  Sasha LevinRevert "printk: Never set console_may_schedule in conso...
2018-12-17  Martynas Pumputisbpf: fix check of allowed specifiers in bpf_trace_printk
2018-12-08  Andrea Parriuprobes: Fix handle_swbp() vs. unregister() + register...
2018-12-08  Arnd Bergmannkdb: use memmove instead of overlapping memcpy
2018-12-05  Thomas Gleixnerptrace: Remove unused ptrace_may_access_sched() and...
2018-12-05  Thomas Gleixnerx86/speculation: Rework SMT state change
2018-12-05  Thomas Gleixnersched/smt: Expose sched_smt_present static key
2018-12-05  Peter Zijlstra ... sched/smt: Make sched_smt_present track topology
2018-12-05  Jiri Kosinax86/speculation: Apply IBPB more strictly to avoid...
2018-12-05  Jiri Kosinax86/speculation: Enable cross-hyperthread spectre v2...
2018-12-05  Peter Zijlstrasched/core: Fix cpu.max vs. cpuhotplug deadlock
2018-12-05  Alexei Starovoitovbpf: Prevent memory disambiguation attack
2018-12-01  Paul E. McKenneyrcu: Make need_resched() respond to urgent RCU-QS needs
2018-12-01  Salvatore Mesoracanamei: allow restricted O_CREAT of FIFOs and regular...
2018-12-01  Prarit Bhargavakdb: Use strscpy with destination buffer size
2018-11-27  Valentin Schneidersched/core: Take the hotplug lock in sched_init_smp()
2018-11-23  Greg Kroah-HartmanRevert "x86/speculation: Enable cross-hyperthread spect...
2018-11-21  Sergey Senozhatskyprintk: Never set console_may_schedule in console_trylock()
2018-11-21  Christophe Leroykdb: print real address of pointers instead of hashed...
2018-11-21  Christophe Leroykdb: use correct pointer when 'btc' calls 'btt'
2018-11-13  Daniel Colascionebpf: wait for running BPF programs when updating map...
2018-11-13  Lukas Wunnergenirq: Fix race on spurious interrupt detection
2018-11-13  He Zheprintk: Fix panic caused by passing log_buf_len to...
2018-11-13  Arnd Bergmannkbuild: fix kernel/bounds.c 'W=1' warning
2018-11-13  Eric W. Biedermansignal: Guard against negative signal numbers in copy_s...
next