index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
signals: cleanup the usage of t/current in do_sigaction()
Oleg Nesterov
2019-05-02
1
-8
/
+7
*
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
Oleg Nesterov
2019-05-02
1
-11
/
+8
*
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
Oleg Nesterov
2019-05-02
1
-4
/
+3
*
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
2019-05-02
1
-33
/
+10
*
locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()
Tetsuo Handa
2019-05-02
1
-35
/
+8
*
locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()
Tejun Heo
2019-05-02
1
-0
/
+2
*
kernel/hung_task.c: change hung_task.c to use for_each_process_thread()
Aaron Tomlin
2019-05-02
1
-2
/
+2
*
sched: print_rq(): Don't use tasklist_lock
Oleg Nesterov
2019-05-02
1
-5
/
+2
*
sched: s/do_each_thread/for_each_process_thread/ in debug.c
Oleg Nesterov
2019-05-02
1
-4
/
+2
*
memcg: optimize the "Search everything else" loop in mm_update_next_owner()
Oleg Nesterov
2019-05-02
1
-3
/
+9
*
memcg: mm_update_next_owner() should skip kthreads
Oleg Nesterov
2019-05-02
1
-6
/
+4
*
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
Moyster
2019-05-02
2
-1
/
+12
*
clean up process flags
Corinna Vinschen
2019-05-02
2
-2
/
+2
*
tracing: syscall_regfunc() should not skip kernel threads
Oleg Nesterov
2019-05-02
1
-3
/
+1
*
tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...
Oleg Nesterov
2019-05-02
1
-13
/
+11
*
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
2019-05-02
1
-7
/
+6
*
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
2019-05-02
1
-8
/
+2
*
memcg: kill CONFIG_MM_OWNER
Oleg Nesterov
2019-05-02
2
-4
/
+4
*
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
2019-05-02
1
-2
/
+1
*
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
2019-05-02
3
-6
/
+23
*
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
2019-05-02
1
-2
/
+11
*
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
2019-05-02
1
-2
/
+2
*
tick: don't update idle time if cpu offline
Lianwei Wang
2019-05-02
1
-3
/
+3
*
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
2019-05-02
1
-2
/
+1
*
gcov: add support for GCC 4.9
Yuan Pengfei
2019-05-02
2
-0
/
+11
*
gcov: reuse kbasename helper
Andy Shevchenko
2019-05-02
1
-4
/
+3
*
kernel/gcov/fs.c: use pr_warn()
Andrew Morton
2019-05-02
1
-17
/
+17
*
gcov: compile specific gcov implementation based on gcc version
Frantisek Hrbata
2019-05-02
2
-1
/
+61
*
gcov: add support for gcc 4.7 gcov format
Frantisek Hrbata
2019-05-02
2
-0
/
+566
*
gcov: move gcov structs definitions to a gcc version specific file
Frantisek Hrbata
2019-05-02
4
-80
/
+153
*
kernel: replace strict_strto*() with kstrto*()
Jingoo Han
2019-05-02
3
-9
/
+9
*
arm, pm, vmpressure: add missing slab.h includes
Tejun Heo
2018-12-11
1
-0
/
+1
*
printk: Fix panic caused by passing log_buf_len to command line
He Zhe
2018-12-01
1
-1
/
+6
*
kbuild: fix kernel/bounds.c 'W=1' warning
Arnd Bergmann
2018-12-01
1
-1
/
+3
*
Revert "GCC: Fix up for gcc 5+"
Moyster
2018-11-30
3
-16
/
+1
*
fix GCC 6.X tautological-compare warnings
Alex Tsanis
2018-11-30
2
-0
/
+11
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
30
-30
/
+30
*
asmlinkage Make __stack_chk_failed and memcmp visible
Andi Kleen
2018-11-29
1
-1
/
+1
*
GCC: Fix up for gcc 5+
mydongistiny
2018-11-29
3
-1
/
+16
*
UPSTREAM: perf/hwbp: Simplify the perf-hwbp code, fix documentation
Linus Torvalds
2018-11-27
1
-23
/
+7
*
BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()
Mel Gorman
2018-05-16
1
-7
/
+91
*
BACKPORT: futex: Prevent overflow by strengthen input validation
Li Jinyue
2018-04-13
1
-0
/
+3
*
BACKPORT: audit: consistently record PIDs with task_tgid_nr()
Paul Moore
2017-12-28
2
-7
/
+13
*
perf: Use hrtimers for event multiplexing
Stephane Eranian
2017-12-26
1
-7
/
+106
*
cpu: Defer smpboot kthread unparking until CPU known to scheduler
Paul E. McKenney
2017-12-26
1
-3
/
+31
*
arm64: use the new *_relaxed macros for lower power usage
franciscofranco
2017-12-25
6
-18
/
+20
*
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
2017-12-22
1
-1
/
+0
*
sched/idle: Optimize the generic idle loop
Gaurav Jindal (Gaurav Jindal)
2017-12-22
1
-1
/
+4
*
log: Initial dmesg pruning
Nathan Chancellor
2017-12-18
3
-4
/
+4
*
cpuset: Add allow_attach hook for cpusets on android.
Riley Andrews
2017-12-11
1
-0
/
+18
[next]