index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-17
locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c
Waiman Long
4
-900
/
+891
2019-06-17
locking/rwsem: Implement a new locking scheme
Waiman Long
2
-136
/
+85
2019-06-17
locking/rwsem: Remove rwsem_wake() wakeup optimization
Waiman Long
1
-72
/
+0
2019-06-17
locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER
Waiman Long
2
-24
/
+1
2019-06-17
sched/fair: Don't push cfs_bandwith slack timers forward
bsegall@google.com
2
-4
/
+11
2019-06-17
sched/core: Optimize try_to_wake_up() for local wakeups
Peter Zijlstra
1
-5
/
+29
2019-06-17
sched/fair: Fix "runnable_avg_yN_inv" not used warnings
Qian Cai
1
-1
/
+1
2019-06-17
sched/fair: Clean up definition of NOHZ blocked load functions
Valentin Schneider
1
-10
/
+16
2019-06-17
sched/core: Add __sched tag for io_schedule()
Gao Xiang
1
-1
/
+1
2019-06-17
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
47
-264
/
+256
2019-06-17
perf/core: Fix perf_sample_regs_user() mm check
Peter Zijlstra
1
-1
/
+1
2019-06-17
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
1
-1
/
+1
2019-06-17
jump_label: Batch updates if arch supports it
Daniel Bristot de Oliveira
1
-0
/
+23
2019-06-17
jump_label: Sort entries of the same key by the code
Daniel Bristot de Oliveira
1
-0
/
+14
2019-06-17
jump_label: Add a jump_label_can_update() helper
Daniel Bristot de Oliveira
1
-11
/
+18
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
47
-264
/
+256
2019-06-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2019-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-20
/
+98
2019-06-15
bpf: fix nested bpf tracepoints with per-cpu data
Matt Mullins
1
-16
/
+84
2019-06-15
Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
5
-14
/
+35
2019-06-15
processor: get rid of cpu_relax_yield
Heiko Carstens
1
-1
/
+6
2019-06-15
s390: improve wait logic of stop_machine
Martin Schwidefsky
1
-5
/
+9
2019-06-14
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
3
-32
/
+91
2019-06-14
sysctl: define proc_do_static_key()
Eric Dumazet
2
-22
/
+23
2019-06-15
bpf, devmap: Add missing RCU read lock on flush
Toshiaki Makita
1
-0
/
+4
2019-06-15
bpf, devmap: Add missing bulk queue free
Toshiaki Makita
1
-0
/
+1
2019-06-15
bpf, devmap: Fix premature entry free on destroying map
Toshiaki Makita
1
-2
/
+2
2019-06-14
ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
Wei Li
1
-2
/
+5
2019-06-14
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-3
/
+3
2019-06-14
module: Fix livepatch/ftrace module text permissions race
Josh Poimboeuf
2
-1
/
+15
2019-06-14
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Eiichi Tsukata
1
-2
/
+0
2019-06-14
tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()
Eiichi Tsukata
1
-3
/
+10
2019-06-14
tracing: Make two symbols static
YueHaibing
1
-2
/
+2
2019-06-14
tracing: avoid build warning with HAVE_NOP_MCOUNT
Vasily Gorbik
1
-3
/
+2
2019-06-14
docs: scheduler: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-14
docs: cgroup-v1: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-14
tracing: Fix out-of-range read in trace_stack_print()
Eiichi Tsukata
1
-1
/
+1
2019-06-14
cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS
Tejun Heo
1
-42
/
+42
2019-06-14
alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()
Yangtao Li
1
-1
/
+0
2019-06-14
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2019-06-14
dma-remap: Avoid de-referencing NULL atomic_pool
Florian Fainelli
1
-0
/
+3
2019-06-14
timekeeping: Repair ktime_get_coarse*() granularity
Thomas Gleixner
1
-2
/
+3
2019-06-14
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
Mathieu Malaterre
1
-2
/
+0
2019-06-14
kernel/module: Fix mem leak in module_add_modinfo_attrs
YueHaibing
1
-5
/
+17
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-5
/
+12
2019-06-13
mm/devm_memremap_pages: introduce devm_memunmap_pages
Dan Williams
1
-0
/
+6
2019-06-13
rcu: Upgrade sync_exp_work_done() to smp_mb()
Paul E. McKenney
1
-2
/
+1
2019-06-12
cpuset: restore sanity to cpuset_cpus_allowed_fallback()
Joel Savitz
1
-1
/
+14
2019-06-12
bpf: silence warning messages in core
Valdis Klētnieks
1
-0
/
+1
2019-06-12
cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
Pavankumar Kondeti
1
-0
/
+7
[prev]
[next]