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-10-30
rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
Joel Fernandes (Google)
1
-0
/
+1
2019-10-30
workqueue: Convert for_each_wq to use built-in list check
Joel Fernandes (Google)
1
-8
/
+2
2019-10-30
rcu: Several rcu_segcblist functions can be static
kbuild test robot
1
-3
/
+3
2019-10-30
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
Alexei Starovoitov
1
-0
/
+5
2019-10-29
io-wq: small threadpool implementation for io_uring
Jens Axboe
1
-4
/
+12
2019-10-29
locking/mutex: Complain upon mutex API misuse in IRQ contexts
Davidlohr Bueso
1
-0
/
+4
2019-10-29
futex: Drop leftover wake_q_add() comment
Davidlohr Bueso
1
-1
/
+1
2019-10-29
sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM
Frederic Weisbecker
1
-0
/
+82
2019-10-29
sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu()
Frederic Weisbecker
2
-2
/
+2
2019-10-29
context_tracking: Rename context_tracking_is_enabled() => context_tracking_enabled()
Frederic Weisbecker
1
-3
/
+3
2019-10-29
sched/cputime: Add vtime guest task state
Frederic Weisbecker
1
-7
/
+11
2019-10-29
sched/cputime: Add vtime idle task state
Frederic Weisbecker
1
-5
/
+8
2019-10-29
sched/vtime: Record CPU under seqcount for kcpustat needs
Frederic Weisbecker
1
-0
/
+3
2019-10-29
sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases
Patrick Bellasi
2
-1
/
+14
2019-10-29
sched/topology: Allow sched_asym_cpucapacity to be disabled
Valentin Schneider
1
-1
/
+5
2019-10-29
sched/topology: Don't try to build empty sched domains
Valentin Schneider
2
-2
/
+6
2019-10-28
export: avoid code duplication in include/linux/export.h
Masahiro Yamada
1
-1
/
+1
2019-10-28
rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing
Paul E. McKenney
1
-5
/
+5
2019-10-28
rcu: Confine ->core_needs_qs accesses to the corresponding CPU
Paul E. McKenney
1
-4
/
+4
2019-10-28
rcu: Reset CPU hints when reporting a quiescent state
Joel Fernandes (Google)
1
-7
/
+10
2019-10-28
rcu: Force nohz_full tick on upon irq enter instead of exit
Paul E. McKenney
1
-6
/
+5
2019-10-28
rcu: Force tick on for nohz_full CPUs not reaching quiescent states
Paul E. McKenney
2
-7
/
+32
2019-10-28
kdb: Tweak escape handling for vi users
Daniel Thompson
1
-2
/
+2
2019-10-28
kdb: Improve handling of characters from different input sources
Daniel Thompson
1
-19
/
+19
2019-10-28
kdb: Remove special case logic from kdb_read()
Daniel Thompson
3
-42
/
+42
2019-10-28
kdb: Simplify code to fetch characters from console
Daniel Thompson
1
-24
/
+14
2019-10-28
kdb: Tidy up code to handle escape sequences
Daniel Thompson
1
-61
/
+67
2019-10-28
perf/core: Optimize perf_init_event() for TYPE_SOFTWARE
Liang, Kan
1
-1
/
+10
2019-10-28
perf/core: Optimize perf_init_event()
Peter Zijlstra
1
-11
/
+30
2019-10-28
perf/core: Optimize perf_install_in_event()
Peter Zijlstra
1
-0
/
+19
2019-10-28
perf/x86: Synchronize PMU task contexts on optimized context switches
Alexey Budankov
1
-1
/
+12
2019-10-28
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
13
-24
/
+287
2019-10-28
perf/core: Start rejecting the syscall with attr.__reserved_2 set
Alexander Shishkin
1
-1
/
+1
2019-10-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+5
2019-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+5
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-71
/
+611
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-13
/
+53
2019-10-25
audit: remove redundant condition check in kauditd_thread()
Yunfeng Ye
1
-2
/
+2
2019-10-25
cgroup: remove cgroup_enable_task_cg_lists() optimization
Tejun Heo
2
-147
/
+39
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
4
-64
/
+67
2019-10-24
Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+240
2019-10-24
cgroup: pids: use atomic64_t for pids->limit
Aleksa Sarai
1
-5
/
+6
2019-10-24
kdb: Avoid array subscript warnings on non-SMP builds
Daniel Thompson
1
-1
/
+1
2019-10-23
Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-0
/
+6
2019-10-23
Remove the nr_exclusive argument from __wake_up_sync_key()
David Howells
2
-11
/
+5
2019-10-23
posix-cpu-timers: Fix two trivial comments
Yi Wang
1
-3
/
+3
2019-10-23
timers/sched_clock: Include local timekeeping.h for missing declarations
Ben Dooks (Codethink)
1
-0
/
+2
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
1
-1
/
+1
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2
-12
/
+21
2019-10-22
perf/aux: Fix AUX output stopping
Alexander Shishkin
1
-1
/
+1
[prev]
[next]