clocksource: exynos_mct: Clear timer interrupt when shutdown
[platform/kernel/linux-exynos.git] / kernel /
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...
2018-11-13 Eric W. Biedermansignal: Always deliver the kernel's SIGKILL and SIGSTOP...
2018-11-13 Masami Hiramatsukprobes: Return error if we fail to reuse kprobe instea...
2018-11-13 Will Deaconsignal: Introduce COMPAT_SIGMINSTKSZ for use in compat_...
2018-11-13 Waiman Longlocking/lockdep: Fix debug_locks off performance problem
2018-11-13 Song Muchunsched/fair: Fix the min_vruntime update logic in dequeu...
2018-11-13 Jiri Kosinax86/speculation: Enable cross-hyperthread spectre v2...
2018-11-10 Phil Auldsched/fair: Fix throttle_list starvation with low CFS...
2018-11-10 Daniel Borkmannbpf: fix partial copy of map_ptr when dst is scalar
2018-11-04 John Fastabendbpf: sockmap, map_release does not hold refcnt for...
2018-11-04 Guenter Roecklocking/ww_mutex: Fix runtime warning in the WW mutex...
2018-11-04 Jiri Olsaperf/ring_buffer: Prevent concurent ring buffer access
2018-11-04 Peter Zijlstraperf/core: Fix perf_pmu_unregister() locking
2018-10-20 Dave Jiangmm: disallow mappings that conflict for devm_memremap_p...
2018-10-18 Tejun Heocgroup: Fix dom_cgrp propagation when enabling threaded...
2018-10-13 Reinette Chatreperf/core: Add sanity check to deal with pinned event...
2018-10-10 Jann Hornbpf: 32-bit RSH verification must truncate input before...
2018-10-04 John Fastabendbpf: sockmap: write_space events need to be passed...
2018-10-04 Jessica Yumodule: exclude SHN_UNDEF symbols from kallsyms api
2018-10-04 Thomas Gleixnerposix-timers: Sanitize overrun handling
2018-10-04 Thomas Gleixnerposix-timers: Make forward callback return s64
2018-10-04 Thomas Gleixneralarmtimer: Prevent overflow for relative nanosleep
2018-09-29 Thomas Gleixnertick/nohz: Prevent bogus softirq pending warning
2018-09-29 Steve Mucklesched/fair: Fix vruntime_normalized() for remote non...
2018-09-29 Vaibhav Nagarnaikring-buffer: Allow for rescheduling when removing pages
2018-09-26 Quentin Perretsched/fair: Fix util_avg of new tasks for asymmetric...
2018-09-26 Andrea Parrisched/core: Use smp_mb() in wake_woken_function()
2018-09-26 Ronny Chevalieraudit: fix use-after-free in audit_add_watch
2018-09-26 Yabin Cuiperf/core: Force USER_DS when recording user stack...
2018-09-19 Gaurav Kohlitimers: Clear timer_base::must_forward_clk with timer_b...
2018-09-19 Thomas Gleixnercpu/hotplug: Prevent state corruption on error rollback
2018-09-19 Neeraj Upadhyaycpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
2018-09-15 Jan H. Schönherrmm: Fix devm_memremap_pages() collision handling
2018-09-15 Luca Abenisched/deadline: Fix switching to -deadline
2018-09-15 Jann Hornfork: don't copy inconsistent signal handler state...
2018-09-09 Jann Hornuserns: move user access out of the mutex
2018-09-09 Jann Hornsys: don't hold uts_sem while accessing userspace memory
2018-09-09 zhangyi (F)PM / sleep: wakeup: Fix build error caused by missing...
2018-09-09 Steven Rostedt ... uprobes: Use synchronize_rcu() not synchronize_sched()
next