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-02-11
futex: Convert futex_pi_state.refcount to refcount_t
Elena Reshetova
1
-7
/
+8
2019-02-11
Merge 5.0-rc6 into driver-core-next
Greg Kroah-Hartman
33
-144
/
+409
2019-02-11
sched/fair: Remove unused 'sd' parameter from select_idle_smt()
Viresh Kumar
1
-3
/
+3
2019-02-11
sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block
Valentin Schneider
1
-9
/
+2
2019-02-11
sched/fair: Explain LLC nohz kick condition
Valentin Schneider
1
-2
/
+7
2019-02-11
sched/fair: Simplify nohz_balancer_kick()
Valentin Schneider
1
-6
/
+2
2019-02-11
sched/topology: Fix percpu data types in struct sd_data & struct s_data
Luc Van Oostenryck
1
-1
/
+1
2019-02-11
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument
Dietmar Eggemann
3
-24
/
+18
2019-02-11
sched/fair: Fix O(nr_cgroups) in the load balancing path
Vincent Guittot
1
-9
/
+34
2019-02-11
sched/fair: Optimize update_blocked_averages()
Vincent Guittot
1
-5
/
+21
2019-02-11
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
Ingo Molnar
26
-114
/
+282
2019-02-10
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
1
-2
/
+29
2019-02-10
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
1
-40
/
+92
2019-02-10
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-10
softirq: Don't skip softirq execution when softirq thread is parking
Matthias Kaehlcke
1
-1
/
+2
2019-02-10
kthread: Add __kthread_should_park()
Matthias Kaehlcke
1
-1
/
+7
2019-02-10
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
3
-4
/
+23
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
14
-157
/
+153
2019-02-10
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
1
-0
/
+4
2019-02-10
genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_masks()
Ming Lei
1
-14
/
+13
2019-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2019-02-10
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-17
/
+52
2019-02-09
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD
Paul E. McKenney
17
-335
/
+131
2019-02-09
locking/locktorture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
torture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
rcu/update: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
rcu/tree: Convert to SPDX license identifier
Paul E. McKenney
4
-61
/
+9
2019-02-09
rcu/tiny: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-09
rcu/sync: Convert to SPDX license identifier
Paul E. McKenney
1
-14
/
+1
2019-02-09
rcu/srcu: Convert to SPDX license identifier
Paul E. McKenney
2
-30
/
+4
2019-02-09
rcu/rcutorture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
rcu/rcu_segcblist: Convert to SPDX license identifier
Paul E. McKenney
2
-30
/
+4
2019-02-09
rcu/rcuperf: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-09
rcu/rcu.h: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-02-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-4
/
+59
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-81
/
+129
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-30
/
+50
2019-02-08
Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+3
2019-02-08
printk: Export console_printk
Prarit Bhargava
1
-0
/
+1
2019-02-08
futex: Handle early deadlock return correctly
Thomas Gleixner
2
-15
/
+50
2019-02-08
futex: Fix barrier comment
Davidlohr Bueso
1
-2
/
+2
2019-02-07
audit: hide auditsc_get_stamp and audit_serial prototypes
Richard Guy Briggs
1
-0
/
+5
2019-02-07
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2
-5
/
+5
2019-02-07
signal: Better detection of synchronous signals
Eric W. Biederman
1
-1
/
+51
2019-02-07
signal: Always notice exiting tasks
Eric W. Biederman
1
-0
/
+6
2019-02-07
Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+8
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
1
-2
/
+2
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
8
-46
/
+48
2019-02-07
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2
-2
/
+4
[prev]
[next]